Skip to content

Commit e4469f1

Browse files
authored
Update stakeholders.html
1 parent b6d6f7e commit e4469f1

File tree

1 file changed

+14
-55
lines changed

1 file changed

+14
-55
lines changed

stakeholders.html

Lines changed: 14 additions & 55 deletions
Original file line numberDiff line numberDiff line change
@@ -1,49 +1,37 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4-
<body>
5-
<!-- Fixed header: use on all pages -->
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width, initial-scale=1">
6+
<title>Stakeholders — Pacesetters Foundation</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
11+
<!-- Header (shared across pages) -->
612
<header class="site-header">
713
<div class="container header-row">
814
<a href="index.html" class="brand">
915
<div class="logo">PF</div>
1016
<div>
11-
<p class="org-name">Pacesetters Foundation</p>
12-
<p class="tagline">Impacting lives</p>
17+
<h1 class="org-name">Pacesetters Foundation</h1>
18+
<div class="tagline">Impacting lives</div>
1319
</div>
1420
</a>
1521

1622
<button class="nav-toggle"></button>
1723

1824
<nav class="nav">
1925
<a href="index.html">Home</a>
26+
<a href="about.html">About</a>
2027
<a href="stakeholders.html">Stakeholders</a>
21-
<a href="donate.html">Donate</a>
22-
<a href="gallery.html">Gallery</a>
28+
<a href="donate.html" class="btn small">Donate</a>
2329
<a href="contact.html">Contact</a>
2430
</nav>
2531
</div>
2632
</header>
2733

28-
<!-- Main content goes here: unique per page -->
29-
<main>
30-
<!-- Put page-specific content here -->
31-
</main>
32-
</body>
33-
<meta charset="utf-8" />
34-
<meta name="viewport" content="width=device-width,initial-scale=1" />
35-
<title>Stakeholders — Pacesetters Foundation</title>
36-
<link rel="stylesheet" href="style.css">
37-
</head>
38-
<body>
39-
<header class="site-header">
40-
<div class="container header-row">
41-
<div class="brand"><div class="logo">PF</div><div><h1 class="org-name">Pacesetters Foundation</h1></div></div>
42-
<nav class="nav"><a href="index.html">Home</a><a href="about.html">About</a><a href="stakeholders.html">Stakeholders</a><a href="donate.html" class="btn small">Donate</a><a href="contact.html">Contact</a></nav>
43-
<button class="nav-toggle"></button>
44-
</div>
45-
</header>
46-
34+
<!-- Main Content -->
4735
<main class="container section">
4836
<h2>Stakeholders & Partners</h2>
4937
<p class="lead">We collaborate with district offices, NGOs, corporate sponsors and community groups.</p>
@@ -59,33 +47,4 @@ <h2>Stakeholders & Partners</h2>
5947
<img src="images/partner2.jpg" alt="Partner 2" style="width:100%;height:120px;object-fit:cover;border-radius:8px;margin-bottom:8px">
6048
<strong>Community Health NGO</strong>
6149
<p>Joint health outreach and training.</p>
62-
</div>
63-
64-
<div class="partner-card reveal delay-2">
65-
<img src="images/partner3.jpg" alt="Partner 3" style="width:100%;height:120px;object-fit:cover;border-radius:8px;margin-bottom:8px">
66-
<strong>Corporate Sponsor</strong>
67-
<p>Funding and CSR support.</p>
68-
</div>
69-
</div>
70-
71-
<h3 style="margin-top:2rem">Beneficiaries & Profiles</h3>
72-
73-
<div class="profiles-grid flight">
74-
<div class="profile-card reveal">
75-
<img src="images/beneficiary1.jpg" alt="Beneficiary">
76-
<div class="profile-body"><strong>Akua Adjei</strong><small> — Graduate</small><p>Completed vocational program and started business.</p></div>
77-
</div>
78-
79-
<div class="profile-card reveal delay-1">
80-
<img src="images/beneficiary2.jpg" alt="Beneficiary 2">
81-
<div class="profile-body"><strong>Samuel</strong><small> — Student</small><p>Received scholarship and school supplies.</p></div>
82-
</div>
83-
</div>
84-
</main>
85-
86-
<footer class="footer"><div class="container footer-grid"><div><strong>Pacesetters Foundation</strong></div><div><small class="muted">© 2025</small></div></div></footer>
87-
<button id="topBtn" title="Back to top"></button>
88-
<script src="script.js"></script>
89-
</body>
90-
</html>
91-
50+
</d

0 commit comments

Comments
 (0)