Skip to content

Commit d0823e7

Browse files
authored
Update about.html
1 parent b618d63 commit d0823e7

File tree

1 file changed

+21
-34
lines changed

1 file changed

+21
-34
lines changed

about.html

Lines changed: 21 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,14 @@
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>About — Pacesetters Foundation</title>
7+
<link rel="stylesheet" href="style.css">
8+
</head>
9+
<body>
10+
11+
<!-- Fixed header -->
612
<header class="site-header">
713
<div class="container header-row">
814
<a href="index.html" class="brand">
@@ -15,30 +21,6 @@
1521

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

18-
<nav class="nav">
19-
<a href="index.html">Home</a>
20-
<a href="stakeholders.html">Stakeholders</a>
21-
<a href="donate.html">Donate</a>
22-
<a href="gallery.html">Gallery</a>
23-
<a href="contact.html">Contact</a>
24-
</nav>
25-
</div>
26-
</header>
27-
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>About — 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>
4224
<nav class="nav">
4325
<a href="index.html">Home</a>
4426
<a href="about.html">About</a>
@@ -48,13 +30,13 @@
4830
<a href="donate.html" class="btn small">Donate</a>
4931
<a href="contact.html">Contact</a>
5032
</nav>
51-
<button class="nav-toggle"></button>
5233
</div>
5334
</header>
5435

36+
<!-- Main content: unique per page -->
5537
<main class="container section">
5638
<h2>History</h2>
57-
<p><!-- EDIT: Full history text -->Pacesetters Foundation was established in 2015 to respond to gaps in education and health in underserved communities. We started with one school renovation and a scholarship program; today we work with district partners across regions.</p>
39+
<p>Pacesetters Foundation was established in 2015 to respond to gaps in education and health in underserved communities...</p>
5840

5941
<h3>Our Aims</h3>
6042
<ul>
@@ -71,21 +53,26 @@ <h3>Objectives</h3>
7153
</ol>
7254

7355
<h3>Mission</h3>
74-
<p><!-- EDIT: Mission -->To empower underserved communities to reach their potential through integrated education, health and livelihoods interventions.</p>
56+
<p>To empower underserved communities to reach their potential through integrated education, health and livelihoods interventions.</p>
7557
</main>
7658

59+
<!-- Footer -->
7760
<footer class="footer">
7861
<div class="container footer-grid">
7962
<div><strong>Pacesetters Foundation</strong></div>
80-
<div><nav class="footer-nav"><a href="index.html">Home</a><a href="programs.html">Programs</a></nav></div>
81-
<div><small class="muted">© 2025 Pacesetters Foundation Built by SCode Studio </small></div>
63+
<div>
64+
<nav class="footer-nav">
65+
<a href="index.html">Home</a>
66+
<a href="programs.html">Programs</a>
67+
</nav>
68+
</div>
69+
<div><small class="muted">© 2025 Pacesetters Foundation Built by SCode Studio</small></div>
8270
</div>
8371
</footer>
8472

73+
<!-- Back-to-top button -->
8574
<button id="topBtn" title="Back to top"></button>
75+
8676
<script src="script.js"></script>
8777
</body>
8878
</html>
89-
90-
91-

0 commit comments

Comments
 (0)