|
| 1 | +<!DOCTYPE html> |
| 2 | +<html lang="en"> |
| 3 | +<head> |
| 4 | + <meta charset="UTF-8" /> |
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <title>Pacesetters Foundation</title> |
| 7 | + <link rel="stylesheet" href="style.css" /> |
| 8 | +</head> |
| 9 | + |
| 10 | +<body> |
| 11 | + <header class="site-header"> |
| 12 | + <div class="container"> |
| 13 | + <div class="brand"> |
| 14 | + <div class="logo">PF</div> |
| 15 | + <h1>Pacesetters Foundation</h1> |
| 16 | + </div> |
| 17 | + <nav class="nav-links"> |
| 18 | + <a href="#about">About</a> |
| 19 | + <a href="#programs">Programs</a> |
| 20 | + <a href="#impact">Impact</a> |
| 21 | + <a href="#gallery">Gallery</a> |
| 22 | + <a href="#contact">Contact</a> |
| 23 | + <a class="donate" href="#donate">Donate</a> |
| 24 | + </nav> |
| 25 | + </div> |
| 26 | + </header> |
| 27 | + |
| 28 | + <section class="hero"> |
| 29 | + <div class="overlay"> |
| 30 | + <h2>Empowering generations through knowledge and compassion</h2> |
| 31 | + <p>Creating opportunities, inspiring hope, and building sustainable communities across Ghana.</p> |
| 32 | + <a href="#donate" class="btn">Donate Now</a> |
| 33 | + </div> |
| 34 | + </section> |
| 35 | + |
| 36 | + <section id="about" class="container"> |
| 37 | + <h3>About Us</h3> |
| 38 | + <p>Pacesetters Foundation is a non-profit organization committed to improving lives through education, health initiatives, and youth empowerment.</p> |
| 39 | + </section> |
| 40 | + |
| 41 | + <section id="programs" class="container"> |
| 42 | + <h3>Our Programs</h3> |
| 43 | + <div class="grid"> |
| 44 | + <div class="card"> |
| 45 | + <h4>Education Support</h4> |
| 46 | + <p>Scholarships and resources for underprivileged students.</p> |
| 47 | + </div> |
| 48 | + <div class="card"> |
| 49 | + <h4>Health Outreach</h4> |
| 50 | + <p>Community clinics and maternal care programs.</p> |
| 51 | + </div> |
| 52 | + <div class="card"> |
| 53 | + <h4>Youth Empowerment</h4> |
| 54 | + <p>Training and mentorship for young leaders.</p> |
| 55 | + </div> |
| 56 | + </div> |
| 57 | + </section> |
| 58 | + |
| 59 | + <section id="impact" class="container"> |
| 60 | + <h3>Our Impact</h3> |
| 61 | + <div class="stats"> |
| 62 | + <div><strong>5000+</strong><br>Students Supported</div> |
| 63 | + <div><strong>120</strong><br>Communities Reached</div> |
| 64 | + <div><strong>350</strong><br>Volunteers Engaged</div> |
| 65 | + </div> |
| 66 | + </section> |
| 67 | + |
| 68 | + <section id="gallery" class="container"> |
| 69 | + <h3>Gallery</h3> |
| 70 | + <div class="gallery"> |
| 71 | + <img src="images/hero.jpg" alt="Foundation image 1"> |
| 72 | + <img src="images/hero.jpg" alt="Foundation image 2"> |
| 73 | + <img src="images/hero.jpg" alt="Foundation image 3"> |
| 74 | + </div> |
| 75 | + </section> |
| 76 | + |
| 77 | + <section id="contact" class="container"> |
| 78 | + <h3>Contact & Support</h3> |
| 79 | + <form action=" mailto:[email protected]" method=" post" enctype=" text/plain" > |
| 80 | + <input type="text" name="Name" placeholder="Your name" required /> |
| 81 | + <input type="email" name="Email" placeholder="Your email" required /> |
| 82 | + <textarea name="Message" placeholder="Your message" required></textarea> |
| 83 | + <button type="submit">Send Message</button> |
| 84 | + </form> |
| 85 | + |
| 86 | + <div id="donate" class="donate-section"> |
| 87 | + <h3>Donate Now</h3> |
| 88 | + <p>Your support makes a difference. Every contribution helps us reach more communities.</p> |
| 89 | + <a href="#" class="btn">Donate via Flutterwave / Paystack</a> |
| 90 | + </div> |
| 91 | + </section> |
| 92 | + |
| 93 | + <footer> |
| 94 | + <p>© 2025 Pacesetters Foundation — Empowering Communities in Ghana</p> |
| 95 | + </footer> |
| 96 | +</body> |
| 97 | +</html> |
0 commit comments