Skip to content

Commit 510ffdd

Browse files
authored
Update contact.html
1 parent 34cbfac commit 510ffdd

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

contact.html

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,34 @@
11
<!DOCTYPE html>
22
<html lang="en">
33
<head>
4+
<body>
5+
<!-- Fixed header -->
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 of index.html below -->
29+
<main>...</main>
30+
</body>
31+
432
<meta charset="utf-8" />
533
<meta name="viewport" content="width=device-width,initial-scale=1" />
634
<title>Contact — Pacesetters Foundation</title>
@@ -50,3 +78,4 @@ <h4>Office Hours</h4>
5078
<script src="script.js"></script>
5179
</body>
5280
</html>
81+

0 commit comments

Comments
 (0)