Skip to content

Commit b618d63

Browse files
authored
Update stakeholders.html
1 parent 6b98dd2 commit b618d63

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

stakeholders.html

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<body>
5+
<!-- Fixed header: use on all pages -->
6+
<header class="site-header">
7+
<div class="container header-row">
8+
<a href="index.html" class="brand">
9+
<div class="logo">PF</div>
10+
<div>
11+
<p class="org-name">Pacesetters Foundation</p>
12+
<p class="tagline">Impacting lives</p>
13+
</div>
14+
</a>
15+
16+
<button class="nav-toggle"></button>
17+
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>
433
<meta charset="utf-8" />
534
<meta name="viewport" content="width=device-width,initial-scale=1" />
635
<title>Stakeholders — Pacesetters Foundation</title>
@@ -59,3 +88,4 @@ <h3 style="margin-top:2rem">Beneficiaries & Profiles</h3>
5988
<script src="script.js"></script>
6089
</body>
6190
</html>
91+

0 commit comments

Comments
 (0)