Skip to content

Instantly share code, notes, and snippets.

@wasilsid
wasilsid / campaigns-v2-prototype.html
Created April 18, 2026 06:26
Serri Campaigns V2 - Full Working Prototype
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Campaigns — Serri</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800&display=swap" rel="stylesheet">
<style>
/* ── CAMPAIGNS PAGE STYLES ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
@wasilsid
wasilsid / members-roles-test-cases.html
Created April 16, 2026 12:22
Members & Roles Module - Test Cases (Serri Campaigns V2)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Members & Roles — Test Cases</title>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<style>
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Poppins', sans-serif; background: #f5f6f8; color: #1a1a1a; padding: 40px 32px 80px; }