Skip to content

Commit 72cfe20

Browse files
authored
Update index.html
1 parent 0086453 commit 72cfe20

File tree

1 file changed

+30
-0
lines changed

1 file changed

+30
-0
lines changed

index.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>Pacesetters Foundation — Home</title>
@@ -168,3 +197,4 @@ <h3>Make a Difference Today</h3>
168197
<script src="script.js"></script>
169198
</body>
170199
</html>
200+

0 commit comments

Comments
 (0)