88 lines
4.8 KiB
PHP
88 lines
4.8 KiB
PHP
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Chirivia</title>
|
|
<meta name="description" content="Climate Trivia App: Keep your pet chick alive by learning about climate change and making real-world impacts.">
|
|
<meta name="keywords" content="climate change, trivia, game, environment, sustainability, education, pet, chick, green living, eco-friendly, carbon footprint, conservation">
|
|
<meta property="og:title" content="Chirivia">
|
|
<meta property="og:description" content="Climate Trivia App: Keep your pet chick alive by learning about climate change and making real-world impacts.">
|
|
<meta property="og:image" content="https://project-screens.s3.amazonaws.com/screenshots/34667/app-hero-20251004-183124.png">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta name="twitter:image" content="https://project-screens.s3.amazonaws.com/screenshots/34667/app-hero-20251004-183124.png">
|
|
|
|
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/css/bootstrap.min.css" rel="stylesheet">
|
|
<link rel="stylesheet" href="assets/css/custom.css?v=<?php echo time(); ?>">
|
|
</head>
|
|
<body>
|
|
|
|
<nav class="navbar navbar-expand-lg navbar-light bg-white sticky-top">
|
|
<div class="container">
|
|
<a class="navbar-brand fw-bold" href="#">Chirivia</a>
|
|
</div>
|
|
</nav>
|
|
|
|
<header class="hero">
|
|
<div class="container">
|
|
<h1 class="display-3 fw-bold">Save the Planet, Save Your Chircuit.</h1>
|
|
<p class="lead my-4">Answer trivia, complete real-world challenges, and keep your pet chick thriving.</p>
|
|
<a href="#pet" class="btn btn-primary btn-lg">Meet Your Chircuit</a>
|
|
</div>
|
|
</header>
|
|
|
|
<main>
|
|
<section id="pet" class="section pet-section">
|
|
<div class="container">
|
|
<div class="row justify-content-center">
|
|
<div class="col-lg-8">
|
|
<div class="card p-4 p-md-5">
|
|
<div class="row align-items-center">
|
|
<div class="col-md-5 text-center">
|
|
<img src="https://picsum.photos/seed/chick/400/400" alt="A cute, healthy pet chick." class="img-fluid rounded-circle shadow-sm mb-4 mb-md-0">
|
|
</div>
|
|
<div class="col-md-7 text-center text-md-start">
|
|
<h2 class="fw-bold">Your Chircuit</h2>
|
|
<p class="text-muted">This is your companion on your journey to make a difference. Keep it happy and healthy!</p>
|
|
<div class="d-flex justify-content-center justify-content-md-start align-items-center gap-4 mt-4">
|
|
<div>
|
|
<span class="d-block text-muted">Streak</span>
|
|
<span class="streak-counter">🔥 0</span>
|
|
</div>
|
|
<a href="#" class="btn btn-secondary">Play Trivia Now</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="about" class="section bg-light">
|
|
<div class="container">
|
|
<div class="row align-items-center">
|
|
<div class="col-md-6">
|
|
<h2 class="fw-bold">Knowledge is Power</h2>
|
|
<p class="lead">Chirivia makes learning about climate change engaging and rewarding. Each correct answer not only helps your pet but also empowers you with the knowledge to make a real-world impact.</p>
|
|
<p>Our mission is to incentivize users to learn more about climate change and to perform real actions, however small, to slow it down.</p>
|
|
</div>
|
|
<div class="col-md-6">
|
|
<img src="https://picsum.photos/seed/about/800/600" alt="A person planting a small tree, symbolizing environmental action." class="img-fluid rounded shadow">
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<footer class="footer">
|
|
<div class="container text-center">
|
|
<p>© <?php echo date("Y"); ?> Chirivia. All Rights Reserved.</p>
|
|
<p><a href="/privacy.php">Privacy Policy</a></p>
|
|
</div>
|
|
</footer>
|
|
|
|
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0/dist/js/bootstrap.bundle.min.js"></script>
|
|
<script src="assets/js/main.js?v=<?php echo time(); ?>"></script>
|
|
</body>
|
|
</html>
|