<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Bridge to a Brighter Tomorrow | Uganda</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<nav class="navbar">
<div class="logo">
<img src=“weblogo.png" alt="The Bridge Logo">
<span>THE BRIDGE</span>
</div>
<ul class="nav-links">
<li><a href="#home">Home</a></li>
<li><a href="#about">About Us</a></li>
<li><a href="#work">Our Work</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<a href="#donate" class="btn-donate">Donate</a>
</nav>
<header id="home" class="hero">
<div class="hero-content">
<h3>THE VISION</h3>
<h1>A JUST SOCIETY WHERE NO ONE IS LEFT BEHIND</h1>
<p>Empowering vulnerable populations in Uganda through sustainable support and essential services.</p>
<div class="hero-btns">
<a href="#work" class="btn-main">Our Impact</a>
<a href="#contact" class="btn-sub">Join Us</a>
</div>
</div>
</header>
<section id="about" class="mission-vision">
<div class="container">
<h2>Our Mission & Vision</h2>
<div class="mission-box">
<p><strong>MISSION:</strong> To promote equity, inclusion, and a social justice by empowering vulnerable populations through access to essential services, opportunities, and community-driven support systems, ensuring that no one is left behind.</p>
</div>
</div>
</section>
<section id="work" class="our-work">
<div class="container">
<h2 class="section-title">OUR WORK</h2>
<div class="work-grid">
<div class="work-card">
<i class="fas fa-graduation-cap"></i>
<h3>Education Access</h3>
<p>Providing school fees, uniforms, and supplies for orphaned children and those from low-income families.</p>
</div>
<div class="work-card">
<i class="fas fa-hands-helping"></i>
<h3>Vulnerable Group Support</h3>
<p>Tailored vocational training and micro-loans for single mothers and persons living with disabilities.</p>
</div>
<div class="work-card">
<i class="fas fa-heartbeat"></i>
<h3>Community Well-being</h3>
<p>Improving access to clean water, basic medical care, and food security programs in rural Uganda.</p>
</div>
</div>
<div class="cta-center">
<a href="#" class="btn-main">GET INVOLVED</a>
</div>
</div>
</section>
<section id="donate" class="container" style="background: #fff8f0; padding: 40px; border-radius: 10px; border: 2px dashed #e67e22; margin-top: 40px; margin-bottom: 40px; text-align: center;">
<h2 style="color: #e67e22; margin-bottom: 10px;">Support Our Cause</h2>
<p style="font-size: 1.1rem; margin-bottom: 25px;">Your contribution directly supports single mothers, the disabled, and vulnerable children in our community.</p>
<div style="display: flex; justify-content: center; gap: 30px; flex-wrap: wrap;">
<div style="background: white; padding: 20px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); min-width: 250px;">
<h4 style="color: #333;">MTN Mobile Money</h4>
<p style="font-weight: bold; font-size: 1.2rem; color: #ffcc00;">[Merchant Code or Number]</p>
<p style="font-size: 0.9rem; color: #666;">Registered Name: The Bridge</p>
</div>
<div style="background: white; padding: 20px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); min-width: 250px;">
<h4 style="color: #333;">Airtel Money</h4>
<p style="font-weight: bold; font-size: 1.2rem; color: #ff0000;">[Merchant Code or Number]</p>
<p style="font-size: 0.9rem; color: #666;">Registered Name: The Bridge</p>
</div>
</div>
<p style="margin-top: 20px; font-style: italic; color: #555;">"Every small gift builds a stronger bridge to a brighter tomorrow."</p>
</section> <section id="contact-form" class="container">
<h2 style="text-align:center; margin-bottom:20px;">Contact Our Team</h2>
<form style="max-width: 600px; margin: auto; display: flex; flex-direction: column; gap: 15px;">
<input type="text" placeholder="Your Name" style="padding: 12px; border: 1px solid #ccc; border-radius: 5px;">
<input type="email" placeholder="Your Email" style="padding: 12px; border: 1px solid #ccc; border-radius: 5px;">
<textarea placeholder="How would you like to help?" rows="5" style="padding: 12px; border: 1px solid #ccc; border-radius: 5px;"></textarea>
<button type="submit" class="btn-main" style="border: none; cursor: pointer; background-color: #e67e22; color: white; padding: 10px; border-radius: 5px; font-weight: bold;">Send Message</button>
</form>
</section>
<footer id="contact" style="background: #f4f4f4; padding-top: 40px; border-top: 5px solid #e67e22; margin-top: 40px;">
<div class="container footer-grid">
<div style="display: flex; justify-content: space-between; flex-wrap: wrap; gap: 40px;">
<div class="footer-info">
<h3>CONTACT US</h3>
<p><i class="fas fa-map-marker-alt"></i> Kampala, Uganda</p>
<p><i class="fas fa-phone"></i> +256707941074</p>
<p><i class="fas fa-envelope"></i> nangairitah01@gmail.com</p>
</div>
<div class="footer-history" style="max-width: 500px;">
<h3>OUR HISTORY</h3>
<p>The Bridge to a Brighter Tomorrow was founded to address the challenges faced by rural and disabled communities in Uganda. By providing essential aid, education, and vocational skills, we ensure that every individual has a chance to thrive.</p>
</div>
</div>
</div>
<div class="footer-bottom" style="text-align: center; padding: 20px; background: #333; color: #fff; margin-top: 20px;">
<p>© 2026 The Bridge to a Brighter Tomorrow. All Rights Reserved.</p>
</div>
</footer>
</body>
</html>