Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
| <title>Decentralized Digital Governance for Civic Empowerment</title> | |
| <script src="https://cdn.tailwindcss.com"></script> | |
| <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
| <style> | |
| .gradient-bg { | |
| background: linear-gradient(135deg, #6B46C1 0%, #3182CE 100%); | |
| } | |
| .card-hover:hover { | |
| transform: translateY(-5px); | |
| box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
| } | |
| .fade-in { | |
| animation: fadeIn 0.5s ease-in; | |
| } | |
| @keyframes fadeIn { | |
| from { opacity: 0; } | |
| to { opacity: 1; } | |
| } | |
| .hexagon { | |
| clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%); | |
| } | |
| </style> | |
| </head> | |
| <body class="bg-gray-50 font-sans"> | |
| <!-- Header/Navigation --> | |
| <header class="gradient-bg text-white shadow-lg"> | |
| <div class="container mx-auto px-4 py-6"> | |
| <div class="flex justify-between items-center"> | |
| <div class="flex items-center space-x-2"> | |
| <div class="hexagon bg-white w-10 h-10 flex items-center justify-center"> | |
| <i class="fas fa-project-diagram text-purple-600 text-xl"></i> | |
| </div> | |
| <h1 class="text-2xl font-bold">CivicChain</h1> | |
| </div> | |
| <nav class="hidden md:flex space-x-8"> | |
| <a href="#features" class="hover:text-purple-200 transition">Features</a> | |
| <a href="#how-it-works" class="hover:text-purple-200 transition">How It Works</a> | |
| <a href="#epics" class="hover:text-purple-200 transition">System Architecture</a> | |
| <a href="#model" class="hover:text-purple-200 transition">Business Model</a> | |
| </nav> | |
| <button class="md:hidden text-white focus:outline-none"> | |
| <i class="fas fa-bars text-2xl"></i> | |
| </button> | |
| </div> | |
| </div> | |
| </header> | |
| <!-- Hero Section --> | |
| <section class="gradient-bg text-white py-20"> | |
| <div class="container mx-auto px-4 flex flex-col md:flex-row items-center"> | |
| <div class="md:w-1/2 mb-10 md:mb-0 fade-in"> | |
| <h1 class="text-4xl md:text-5xl font-bold mb-6">Empowering Communities Through Decentralized Governance</h1> | |
| <p class="text-xl mb-8 text-purple-100">A transparent, secure, and inclusive platform that puts decision-making power back in the hands of citizens using blockchain technology.</p> | |
| <div class="flex space-x-4"> | |
| <button class="bg-white text-purple-700 px-6 py-3 rounded-lg font-semibold hover:bg-purple-100 transition">Get Started</button> | |
| <button class="border-2 border-white text-white px-6 py-3 rounded-lg font-semibold hover:bg-white hover:text-purple-700 transition">Learn More</button> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 flex justify-center fade-in"> | |
| <div class="relative"> | |
| <div class="absolute -top-10 -left-10 w-32 h-32 bg-purple-300 rounded-full opacity-20"></div> | |
| <div class="absolute -bottom-10 -right-10 w-32 h-32 bg-blue-300 rounded-full opacity-20"></div> | |
| <div class="relative bg-white bg-opacity-10 backdrop-filter backdrop-blur-lg rounded-2xl p-6 shadow-xl border border-white border-opacity-20"> | |
| <div class="flex justify-between items-center mb-6"> | |
| <div class="flex items-center space-x-2"> | |
| <div class="w-3 h-3 bg-red-500 rounded-full"></div> | |
| <div class="w-3 h-3 bg-yellow-500 rounded-full"></div> | |
| <div class="w-3 h-3 bg-green-500 rounded-full"></div> | |
| </div> | |
| <span class="text-sm font-mono">CivicChain v1.0</span> | |
| </div> | |
| <div class="bg-gray-900 rounded-lg p-4 font-mono text-sm h-64 overflow-y-auto"> | |
| <p class="text-green-400">$ CivicChain --init</p> | |
| <p class="text-gray-400">Initializing decentralized governance protocol...</p> | |
| <p class="text-green-400">✓ Blockchain consensus established</p> | |
| <p class="text-green-400">✓ Smart contracts deployed</p> | |
| <p class="text-green-400">✓ Identity verification system online</p> | |
| <p class="text-gray-400">Connecting to community nodes...</p> | |
| <p class="text-green-400">✓ 1423 community nodes active</p> | |
| <p class="text-blue-400">Welcome to CivicChain - Governance by the People</p> | |
| <p class="text-gray-400">> Current proposals:</p> | |
| <p class="text-gray-400 ml-4">1. [LOCAL] Park renovation - 72% approval</p> | |
| <p class="text-gray-400 ml-4">2. [REGIONAL] Public transport expansion - 65% approval</p> | |
| <p class="text-gray-400 ml-4">3. [COMMUNITY] Farmers market funding - 89% approval</p> | |
| <p class="text-yellow-400">Your civic score: 245 (Top 15%)</p> | |
| <p class="text-white">$ _</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Features Section --> | |
| <section id="features" class="py-20 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">Core Features of Civic Empowerment</h2> | |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto">Our platform combines cutting-edge technology with democratic principles to create a new paradigm in civic engagement.</p> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <!-- Feature 1 --> | |
| <div class="bg-gray-50 rounded-xl p-8 shadow-md card-hover transition duration-300"> | |
| <div class="w-16 h-16 gradient-bg rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-vote-yea text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Decentralized Voting</h3> | |
| <p class="text-gray-600">Secure, transparent voting on blockchain ensures every voice is heard and every vote is immutable.</p> | |
| </div> | |
| <!-- Feature 2 --> | |
| <div class="bg-gray-50 rounded-xl p-8 shadow-md card-hover transition duration-300"> | |
| <div class="w-16 h-16 gradient-bg rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-hand-holding-usd text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Public Fund Allocation</h3> | |
| <p class="text-gray-600">Citizens propose and vote on how public funds should be spent, with smart contracts ensuring proper distribution.</p> | |
| </div> | |
| <!-- Feature 3 --> | |
| <div class="bg-gray-50 rounded-xl p-8 shadow-md card-hover transition duration-300"> | |
| <div class="w-16 h-16 gradient-bg rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-fingerprint text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Self-Sovereign Identity</h3> | |
| <p class="text-gray-600">Maintain control over your personal data while participating in governance with verifiable credentials.</p> | |
| </div> | |
| <!-- Feature 4 --> | |
| <div class="bg-gray-50 rounded-xl p-8 shadow-md card-hover transition duration-300"> | |
| <div class="w-16 h-16 gradient-bg rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-file-contract text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Smart Contract Automation</h3> | |
| <p class="text-gray-600">Governance rules encoded in smart contracts execute automatically, eliminating bureaucracy.</p> | |
| </div> | |
| <!-- Feature 5 --> | |
| <div class="bg-gray-50 rounded-xl p-8 shadow-md card-hover transition duration-300"> | |
| <div class="w-16 h-16 gradient-bg rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-users text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Community Engagement</h3> | |
| <p class="text-gray-600">Discussion forums, event calendars, and notification systems keep citizens informed and engaged.</p> | |
| </div> | |
| <!-- Feature 6 --> | |
| <div class="bg-gray-50 rounded-xl p-8 shadow-md card-hover transition duration-300"> | |
| <div class="w-16 h-16 gradient-bg rounded-lg flex items-center justify-center mb-6"> | |
| <i class="fas fa-trophy text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Participation Rewards</h3> | |
| <p class="text-gray-600">Earn tokens and reputation points for contributing to governance, redeemable for local goods and services.</p> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- How It Works Section --> | |
| <section id="how-it-works" class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">How CivicChain Works</h2> | |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto">A step-by-step journey through our decentralized governance process</p> | |
| </div> | |
| <div class="relative"> | |
| <!-- Timeline line --> | |
| <div class="hidden md:block absolute left-1/2 h-full w-1 bg-purple-200 transform -translate-x-1/2"></div> | |
| <!-- Steps --> | |
| <div class="space-y-12 md:space-y-0"> | |
| <!-- Step 1 --> | |
| <div class="relative flex flex-col md:flex-row items-center md:even:flex-row-reverse mb-12"> | |
| <div class="md:w-1/2 mb-8 md:mb-0 md:px-8"> | |
| <div class="bg-white rounded-xl p-8 shadow-md"> | |
| <div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mb-4 absolute -left-6 md:left-1/2 transform -translate-x-1/2 -translate-y-1/2 top-0"> | |
| <span class="text-white font-bold">1</span> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Identity Verification</h3> | |
| <p class="text-gray-600 mb-4">Citizens register using decentralized identity management, verifying through biometrics or government-issued documents while maintaining privacy.</p> | |
| <div class="flex space-x-2"> | |
| <span class="bg-purple-100 text-purple-800 px-3 py-1 rounded-full text-sm">Blockchain</span> | |
| <span class="bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">Privacy</span> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 md:px-8"> | |
| <div class="bg-gray-800 rounded-xl p-4"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-3 h-3 bg-red-500 rounded-full mr-2"></div> | |
| <div class="w-3 h-3 bg-yellow-500 rounded-full mr-2"></div> | |
| <div class="w-3 h-3 bg-green-500 rounded-full"></div> | |
| </div> | |
| <div class="bg-gray-900 rounded-lg p-4 text-sm font-mono text-gray-300"> | |
| <p>> civicchain identity register</p> | |
| <p>Scan your government ID...</p> | |
| <p>✓ ID verified</p> | |
| <p>Creating decentralized identity...</p> | |
| <p>✓ DID:z6MkrmX... created</p> | |
| <p>Identity registered on CivicChain!</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Step 2 --> | |
| <div class="relative flex flex-col md:flex-row items-center md:even:flex-row-reverse mb-12"> | |
| <div class="md:w-1/2 mb-8 md:mb-0 md:px-8"> | |
| <div class="bg-white rounded-xl p-8 shadow-md"> | |
| <div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mb-4 absolute -left-6 md:left-1/2 transform -translate-x-1/2 -translate-y-1/2 top-0"> | |
| <span class="text-white font-bold">2</span> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Proposal Submission</h3> | |
| <p class="text-gray-600 mb-4">Community members submit proposals for public projects, policy changes, or funding allocations with detailed descriptions and cost estimates.</p> | |
| <div class="flex space-x-2"> | |
| <span class="bg-green-100 text-green-800 px-3 py-1 rounded-full text-sm">Democracy</span> | |
| <span class="bg-yellow-100 text-yellow-800 px-3 py-1 rounded-full text-sm">Transparency</span> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 md:px-8"> | |
| <div class="bg-white rounded-xl p-6 shadow-md border border-gray-200"> | |
| <h4 class="font-bold mb-2">New Community Proposal</h4> | |
| <div class="space-y-4"> | |
| <div> | |
| <label class="block text-sm font-medium text-gray-700 mb-1">Title</label> | |
| <input type="text" class="w-full px-3 py-2 border border-gray-300 rounded-md" placeholder="Community Solar Panel Installation"> | |
| </div> | |
| <div> | |
| <label class="block text-sm font-medium text-gray-700 mb-1">Description</label> | |
| <textarea class="w-full px-3 py-2 border border-gray-300 rounded-md h-24" placeholder="Proposal to install solar panels on community center to reduce energy costs..."></textarea> | |
| </div> | |
| <div> | |
| <label class="block text-sm font-medium text-gray-700 mb-1">Estimated Cost</label> | |
| <input type="text" class="w-full px-3 py-2 border border-gray-300 rounded-md" placeholder="$25,000"> | |
| </div> | |
| <button class="gradient-bg text-white px-4 py-2 rounded-md">Submit Proposal</button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Step 3 --> | |
| <div class="relative flex flex-col md:flex-row items-center md:even:flex-row-reverse mb-12"> | |
| <div class="md:w-1/2 mb-8 md:mb-0 md:px-8"> | |
| <div class="bg-white rounded-xl p-8 shadow-md"> | |
| <div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mb-4 absolute -left-6 md:left-1/2 transform -translate-x-1/2 -translate-y-1/2 top-0"> | |
| <span class="text-white font-bold">3</span> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Community Deliberation</h3> | |
| <p class="text-gray-600 mb-4">Proposals are discussed in open forums where citizens can ask questions, suggest modifications, and build consensus before voting.</p> | |
| <div class="flex space-x-2"> | |
| <span class="bg-blue-100 text-blue-800 px-3 py-1 rounded-full text-sm">Discussion</span> | |
| <span class="bg-purple-100 text-purple-800 px-3 py-1 rounded-full text-sm">Collaboration</span> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 md:px-8"> | |
| <div class="bg-white rounded-xl shadow-md border border-gray-200 overflow-hidden"> | |
| <div class="bg-gray-50 px-4 py-3 border-b border-gray-200"> | |
| <h4 class="font-bold">Community Solar Panel Installation - Discussion</h4> | |
| </div> | |
| <div class="p-4 h-64 overflow-y-auto"> | |
| <div class="flex mb-4"> | |
| <div class="w-10 h-10 rounded-full bg-purple-100 flex items-center justify-center mr-3"> | |
| <i class="fas fa-user text-purple-600"></i> | |
| </div> | |
| <div> | |
| <p class="font-semibold">Maria G.</p> | |
| <p class="text-sm text-gray-600">How will maintenance costs be handled after installation?</p> | |
| </div> | |
| </div> | |
| <div class="flex mb-4 ml-12"> | |
| <div class="w-10 h-10 rounded-full bg-blue-100 flex items-center justify-center mr-3"> | |
| <i class="fas fa-user text-blue-600"></i> | |
| </div> | |
| <div> | |
| <p class="font-semibold">Proposal Author</p> | |
| <p class="text-sm text-gray-600">The proposal includes a 5-year maintenance plan funded by energy savings.</p> | |
| </div> | |
| </div> | |
| <div class="flex mb-4"> | |
| <div class="w-10 h-10 rounded-full bg-green-100 flex items-center justify-center mr-3"> | |
| <i class="fas fa-user text-green-600"></i> | |
| </div> | |
| <div> | |
| <p class="font-semibold">James T.</p> | |
| <p class="text-sm text-gray-600">I suggest we also consider battery storage to maximize benefits.</p> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="px-4 py-3 border-t border-gray-200 bg-gray-50"> | |
| <div class="flex"> | |
| <input type="text" class="flex-grow px-3 py-2 border border-gray-300 rounded-l-md" placeholder="Add your comment..."> | |
| <button class="bg-purple-600 text-white px-4 py-2 rounded-r-md">Post</button> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Step 4 --> | |
| <div class="relative flex flex-col md:flex-row items-center md:even:flex-row-reverse mb-12"> | |
| <div class="md:w-1/2 mb-8 md:mb-0 md:px-8"> | |
| <div class="bg-white rounded-xl p-8 shadow-md"> | |
| <div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mb-4 absolute -left-6 md:left-1/2 transform -translate-x-1/2 -translate-y-1/2 top-0"> | |
| <span class="text-white font-bold">4</span> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Secure Voting</h3> | |
| <p class="text-gray-600 mb-4">Citizens cast votes on proposals using blockchain technology, ensuring each vote is anonymous, verifiable, and tamper-proof.</p> | |
| <div class="flex space-x-2"> | |
| <span class="bg-red-100 text-red-800 px-3 py-1 rounded-full text-sm">Security</span> | |
| <span class="bg-indigo-100 text-indigo-800 px-3 py-1 rounded-full text-sm">Integrity</span> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 md:px-8"> | |
| <div class="bg-white rounded-xl p-6 shadow-md border border-gray-200"> | |
| <h4 class="font-bold mb-4">Vote on Proposal: Community Solar Panel Installation</h4> | |
| <div class="mb-6"> | |
| <div class="flex justify-between mb-1"> | |
| <span class="text-sm font-medium text-gray-700">Approval</span> | |
| <span class="text-sm font-medium text-gray-700">65%</span> | |
| </div> | |
| <div class="w-full bg-gray-200 rounded-full h-2.5"> | |
| <div class="bg-green-500 h-2.5 rounded-full" style="width: 65%"></div> | |
| </div> | |
| </div> | |
| <div class="space-y-3"> | |
| <div class="flex items-center"> | |
| <input id="vote-yes" type="radio" name="vote" class="h-4 w-4 text-green-600 focus:ring-green-500"> | |
| <label for="vote-yes" class="ml-2 block text-sm text-gray-900">Yes, approve this proposal</label> | |
| </div> | |
| <div class="flex items-center"> | |
| <input id="vote-no" type="radio" name="vote" class="h-4 w-4 text-red-600 focus:ring-red-500"> | |
| <label for="vote-no" class="ml-2 block text-sm text-gray-900">No, do not approve</label> | |
| </div> | |
| <div class="flex items-center"> | |
| <input id="vote-abstain" type="radio" name="vote" class="h-4 w-4 text-gray-600 focus:ring-gray-500"> | |
| <label for="vote-abstain" class="ml-2 block text-sm text-gray-900">Abstain from voting</label> | |
| </div> | |
| </div> | |
| <button class="gradient-bg text-white px-4 py-2 rounded-md mt-6 w-full">Submit Vote</button> | |
| <p class="text-xs text-gray-500 mt-2">Your vote will be recorded anonymously on the blockchain</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Step 5 --> | |
| <div class="relative flex flex-col md:flex-row items-center md:even:flex-row-reverse"> | |
| <div class="md:w-1/2 mb-8 md:mb-0 md:px-8"> | |
| <div class="bg-white rounded-xl p-8 shadow-md"> | |
| <div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mb-4 absolute -left-6 md:left-1/2 transform -translate-x-1/2 -translate-y-1/2 top-0"> | |
| <span class="text-white font-bold">5</span> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Execution & Rewards</h3> | |
| <p class="text-gray-600 mb-4">Approved proposals automatically trigger smart contracts for fund release, while participants earn reputation points and tokens for engagement.</p> | |
| <div class="flex space-x-2"> | |
| <span class="bg-yellow-100 text-yellow-800 px-3 py-1 rounded-full text-sm">Automation</span> | |
| <span class="bg-pink-100 text-pink-800 px-3 py-1 rounded-full text-sm">Incentives</span> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="md:w-1/2 md:px-8"> | |
| <div class="bg-gray-800 rounded-xl p-4"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-3 h-3 bg-red-500 rounded-full mr-2"></div> | |
| <div class="w-3 h-3 bg-yellow-500 rounded-full mr-2"></div> | |
| <div class="w-3 h-3 bg-green-500 rounded-full"></div> | |
| </div> | |
| <div class="bg-gray-900 rounded-lg p-4 text-sm font-mono text-gray-300"> | |
| <p>> civicchain proposal execute 0x4a3b...f2c1</p> | |
| <p>Checking voting results...</p> | |
| <p>✓ Proposal passed with 68% approval</p> | |
| <p>Executing smart contract...</p> | |
| <p>✓ $25,000 released to contractor</p> | |
| <p>✓ Project timeline established</p> | |
| <p>Distributing participation rewards...</p> | |
| <p>✓ 142 voters received 10 CIVIC tokens each</p> | |
| <p>✓ 23 active discussers received 5 CIVIC tokens each</p> | |
| <p>Proposal successfully executed!</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- System Architecture Section --> | |
| <section id="epics" class="py-20 bg-white"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">System Architecture</h2> | |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto">The technical foundation for decentralized digital governance</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
| <!-- Epic 1 --> | |
| <div class="bg-gray-50 rounded-xl p-6 shadow-md card-hover transition duration-300"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 gradient-bg rounded-lg flex items-center justify-center mr-4"> | |
| <i class="fas fa-vote-yea text-white text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">Decentralized Voting</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Secure, transparent voting system built on blockchain technology.</p> | |
| <div class="space-y-3"> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Secure voter registration with verifiable identity</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Tamper-proof vote recording on blockchain</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Configurable governance models</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Epic 2 --> | |
| <div class="bg-gray-50 rounded-xl p-6 shadow-md card-hover transition duration-300"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 gradient-bg rounded-lg flex items-center justify-center mr-4"> | |
| <i class="fas fa-money-bill-wave text-white text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">Public Funding</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Community-driven allocation of public resources.</p> | |
| <div class="space-y-3"> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Citizen proposal submission</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Transparent voting on fund allocation</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Real-time fund tracking</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Epic 3 --> | |
| <div class="bg-gray-50 rounded-xl p-6 shadow-md card-hover transition duration-300"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 gradient-bg rounded-lg flex items-center justify-center mr-4"> | |
| <i class="fas fa-id-card text-white text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">Identity Management</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Self-sovereign identity with privacy protection.</p> | |
| <div class="space-y-3"> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">User control over personal data</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Secure data encryption</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Minimal disclosure verification</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Epic 4 --> | |
| <div class="bg-gray-50 rounded-xl p-6 shadow-md card-hover transition duration-300"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 gradient-bg rounded-lg flex items-center justify-center mr-4"> | |
| <i class="fas fa-file-contract text-white text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">Smart Contracts</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Automated execution of governance processes.</p> | |
| <div class="space-y-3"> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Programmable governance rules</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Contract status tracking</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Customizable templates</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Epic 5 --> | |
| <div class="bg-gray-50 rounded-xl p-6 shadow-md card-hover transition duration-300"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 gradient-bg rounded-lg flex items-center justify-center mr-4"> | |
| <i class="fas fa-comments text-white text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">Community Engagement</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Tools for ongoing civic participation.</p> | |
| <div class="space-y-3"> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Discussion forums</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Notification system</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Event calendar</p> | |
| </div> | |
| </div> | |
| </div> | |
| <!-- Epic 6 --> | |
| <div class="bg-gray-50 rounded-xl p-6 shadow-md card-hover transition duration-300"> | |
| <div class="flex items-center mb-4"> | |
| <div class="w-12 h-12 gradient-bg rounded-lg flex items-center justify-center mr-4"> | |
| <i class="fas fa-coins text-white text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800">Participation Rewards</h3> | |
| </div> | |
| <p class="text-gray-600 mb-4">Incentivizing civic engagement.</p> | |
| <div class="space-y-3"> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Token rewards system</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Reputation scoring</p> | |
| </div> | |
| <div class="flex items-start"> | |
| <div class="flex-shrink-0 h-6 w-6 rounded-full bg-green-100 flex items-center justify-center mr-2 mt-0.5"> | |
| <i class="fas fa-check text-green-600 text-xs"></i> | |
| </div> | |
| <p class="text-sm text-gray-600">Token redemption options</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Business Model Section --> | |
| <section id="model" class="py-20 bg-gray-50"> | |
| <div class="container mx-auto px-4"> | |
| <div class="text-center mb-16"> | |
| <h2 class="text-3xl font-bold text-gray-800 mb-4">Sustainable Business Model</h2> | |
| <p class="text-xl text-gray-600 max-w-3xl mx-auto">Balancing profitability with civic empowerment and long-term value creation</p> | |
| </div> | |
| <div class="grid md:grid-cols-2 gap-8 mb-12"> | |
| <div class="bg-white rounded-xl p-8 shadow-md"> | |
| <div class="flex items-center mb-6"> | |
| <div class="w-16 h-16 gradient-bg rounded-lg flex items-center justify-center mr-6"> | |
| <i class="fas fa-globe-americas text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold text-gray-800">Global Infrastructure, Local Value</h3> | |
| </div> | |
| <p class="text-gray-600 mb-6">While the platform operates on global digital infrastructure, value flows directly back to local communities through microtransactions and revenue sharing.</p> | |
| <div class="bg-gray-100 rounded-lg p-4"> | |
| <div class="flex justify-between mb-2"> | |
| <span class="text-sm font-medium text-gray-700">Local Value Retention</span> | |
| <span class="text-sm font-medium text-gray-700">85%</span> | |
| </div> | |
| <div class="w-full bg-gray-300 rounded-full h-2"> | |
| <div class="gradient-bg h-2 rounded-full" style="width: 85%"></div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="bg-white rounded-xl p-8 shadow-md"> | |
| <div class="flex items-center mb-6"> | |
| <div class="w-16 h-16 gradient-bg rounded-lg flex items-center justify-center mr-6"> | |
| <i class="fas fa-unlock-alt text-white text-2xl"></i> | |
| </div> | |
| <h3 class="text-2xl font-bold text-gray-800">Decentralized Ownership</h3> | |
| </div> | |
| <p class="text-gray-600 mb-6">Data, services, and governance are owned by participants rather than centralized entities, creating a self-sustaining ecosystem of value exchange.</p> | |
| <div class="grid grid-cols-3 gap-4 text-center"> | |
| <div> | |
| <div class="text-2xl font-bold text-purple-600">100%</div> | |
| <div class="text-sm text-gray-600">Data Ownership</div> | |
| </div> | |
| <div> | |
| <div class="text-2xl font-bold text-blue-600">0%</div> | |
| <div class="text-sm text-gray-600">Middlemen</div> | |
| </div> | |
| <div> | |
| <div class="text-2xl font-bold text-green-600">24/7</div> | |
| <div class="text-sm text-gray-600">Access</div> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| <div class="grid md:grid-cols-3 gap-8"> | |
| <div class="bg-white rounded-xl p-6 shadow-md"> | |
| <div class="w-12 h-12 gradient-bg rounded-lg flex items-center justify-center mb-4"> | |
| <i class="fas fa-exchange-alt text-white text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Circular Economics</h3> | |
| <p class="text-gray-600">Microtransactions fund platform operations while participation rewards create a virtuous cycle of engagement and value creation.</p> | |
| </div> | |
| <div class="bg-white rounded-xl p-6 shadow-md"> | |
| <div class="w-12 h-12 gradient-bg rounded-lg flex items-center justify-center mb-4"> | |
| <i class="fas fa-map-marked-alt text-white text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Localized Value</h3> | |
| <p class="text-gray-600">Empowering communities to shape their own economic futures through direct participation in governance and resource allocation.</p> | |
| </div> | |
| <div class="bg-white rounded-xl p-6 shadow-md"> | |
| <div class="w-12 h-12 gradient-bg rounded-lg flex items-center justify-center mb-4"> | |
| <i class="fas fa-medal text-white text-xl"></i> | |
| </div> | |
| <h3 class="text-xl font-bold text-gray-800 mb-3">Reputation System</h3> | |
| <p class="text-gray-600">Gamified participation builds trust and civic responsibility while rewarding positive contributions to the community.</p> | |
| </div> | |
| </div> | |
| <div class="mt-12 bg-white rounded-xl p-8 shadow-md"> | |
| <h3 class="text-2xl font-bold text-gray-800 mb-6 text-center">Revenue Streams</h3> | |
| <div class="grid md:grid-cols-4 gap-6"> | |
| <div class="text-center"> | |
| <div class="w-20 h-20 gradient-bg rounded-full flex items-center justify-center mx-auto mb-4"> | |
| <i class="fas fa-vote-yea text-white text-2xl"></i> | |
| </div> | |
| <h4 class="font-bold mb-2">Voting Fees</h4> | |
| <p class="text-sm text-gray-600">Small fee per vote to ensure commitment</p> | |
| </div> | |
| <div class="text-center"> | |
| <div class="w-20 h-20 gradient-bg rounded-full flex items-center justify-center mx-auto mb-4"> | |
| <i class="fas fa-lightbulb text-white text-2xl"></i> | |
| </div> | |
| <h4 class="font-bold mb-2">Proposal Fees</h4> | |
| <p class="text-sm text-gray-600">Nominal charge for submitting proposals</p> | |
| </div> | |
| <div class="text-center"> | |
| <div class="w-20 h-20 gradient-bg rounded-full flex items-center justify-center mx-auto mb-4"> | |
| <i class="fas fa-hand-holding-usd text-white text-2xl"></i> | |
| </div> | |
| <h4 class="font-bold mb-2">Transaction Fees</h4> | |
| <p class="text-sm text-gray-600">Percentage of funds allocated through platform</p> | |
| </div> | |
| <div class="text-center"> | |
| <div class="w-20 h-20 gradient-bg rounded-full flex items-center justify-center mx-auto mb-4"> | |
| <i class="fas fa-chart-line text-white text-2xl"></i> | |
| </div> | |
| <h4 class="font-bold mb-2">API Access</h4> | |
| <p class="text-sm text-gray-600">Enterprise access to governance data</p> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- CTA Section --> | |
| <section class="gradient-bg text-white py-16"> | |
| <div class="container mx-auto px-4 text-center"> | |
| <h2 class="text-3xl font-bold mb-6">Ready to Transform Civic Engagement?</h2> | |
| <p class="text-xl mb-8 max-w-3xl mx-auto">Join the movement to decentralize governance and empower communities through transparent, secure technology.</p> | |
| <div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4"> | |
| <button class="bg-white text-purple-700 px-8 py-4 rounded-lg font-semibold hover:bg-purple-100 transition">Get Started for Free</button> | |
| <button class="border-2 border-white text-white px-8 py-4 rounded-lg font-semibold hover:bg-white hover:text-purple-700 transition">Request a Demo</button> | |
| </div> | |
| </div> | |
| </section> | |
| <!-- Footer --> | |
| <footer class="bg-gray-900 text-gray-400 py-12"> | |
| <div class="container mx-auto px-4"> | |
| <div class="grid md:grid-cols-4 gap-8 mb-8"> | |
| <div> | |
| <div class="flex items-center space-x-2 mb-4"> | |
| <div class="hexagon bg-white w-8 h-8 flex items-center justify-center"> | |
| <i class="fas fa-project-diagram text-purple-600"></i> | |
| </div> | |
| <h3 class="text-white font-bold">CivicChain</h3> | |
| </div> | |
| <p class="mb-4">Empowering communities through decentralized governance technology.</p> | |
| <div class="flex space-x-4"> | |
| <a href="#" class="hover:text-white"><i class="fab fa-twitter"></i></a> | |
| <a href="#" class="hover:text-white"><i class="fab fa-discord"></i></a> | |
| <a href="#" class="hover:text-white"><i class="fab fa-github"></i></a> | |
| <a href="#" class="hover:text-white"><i class="fab fa-medium"></i></a> | |
| </div> | |
| </div> | |
| <div> | |
| <h4 class="text-white font-bold mb-4">Platform</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="hover:text-white">Features</a></li> | |
| <li><a href="#" class="hover:text-white">How It Works</a></li> | |
| <li><a href="#" class="hover:text-white">Pricing</a></li> | |
| <li><a href="#" class="hover:text-white">API</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-white font-bold mb-4">Resources</h4> | |
| <ul class="space-y-2"> | |
| <li><a href="#" class="hover:text-white">Documentation</a></li> | |
| <li><a href="#" class="hover:text-white">Whitepaper</a></li> | |
| <li><a href="#" class="hover:text-white">Case Studies</a></li> | |
| <li><a href="#" class="hover:text-white">Blog</a></li> | |
| </ul> | |
| </div> | |
| <div> | |
| <h4 class="text-white font-bold mb-4">Contact</h4> | |
| <ul class="space-y-2"> | |
| <li class="flex items-start"> | |
| <i class="fas fa-map-marker-alt mt-1 mr-2"></i> | |
| <span>123 Civic Plaza, Palo Alto, CA 94301</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-envelope mt-1 mr-2"></i> | |
| <span>hello@civicchain.org</span> | |
| </li> | |
| <li class="flex items-start"> | |
| <i class="fas fa-phone-alt mt-1 mr-2"></i> | |
| <span>(650) 123-4567</span> | |
| </li> | |
| </ul> | |
| </div> | |
| </div> | |
| <div class="pt-8 border-t border-gray-800 text-sm"> | |
| <div class="flex flex-col md:flex-row justify-between items-center"> | |
| <p>© 2023 CivicChain. All rights reserved.</p> | |
| <div class="flex space-x-6 mt-4 md:mt-0"> | |
| <a href="#" class="hover:text-white">Privacy Policy</a> | |
| <a href="#" class="hover:text-white">Terms of Service</a> | |
| <a href="#" class="hover:text-white">Cookie Policy</a> | |
| </div> | |
| </div> | |
| </div> | |
| </div> | |
| </footer> | |
| <script> | |
| // Simple animation for demo purposes | |
| document.addEventListener('DOMContentLoaded', function() { | |
| const fadeElements = document.querySelectorAll('.fade-in'); | |
| fadeElements.forEach((el, index) => { | |
| setTimeout(() => { | |
| el.style.opacity = 1; | |
| }, index * 200); | |
| }); | |
| // Smooth scrolling for anchor links | |
| document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
| anchor.addEventListener('click', function (e) { | |
| e.preventDefault(); | |
| document.querySelector(this.getAttribute('href')).scrollIntoView({ | |
| behavior: 'smooth' | |
| }); | |
| }); | |
| }); | |
| }); | |
| </script> | |
| <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=LukasBe/civicchain-technology" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
| </html> |