|
1 | 1 | <!DOCTYPE html> |
2 | 2 | <html lang="en"> |
3 | 3 | <head> |
| 4 | + <meta charset="utf-8" /> |
| 5 | + <meta name="viewport" content="width=device-width,initial-scale=1" /> |
| 6 | + <title>Contact — Pacesetters Foundation</title> |
| 7 | + <link rel="stylesheet" href="style.css"> |
| 8 | +</head> |
4 | 9 | <body> |
5 | | - <!-- Fixed header: use on all pages --> |
| 10 | + |
| 11 | + <!-- Header --> |
6 | 12 | <header class="site-header"> |
7 | 13 | <div class="container header-row"> |
8 | 14 | <a href="index.html" class="brand"> |
|
17 | 23 |
|
18 | 24 | <nav class="nav"> |
19 | 25 | <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 | 26 | <a href="contact.html">Contact</a> |
| 27 | + <a href="donate.html" class="btn small">Donate</a> |
24 | 28 | </nav> |
25 | 29 | </div> |
26 | 30 | </header> |
27 | 31 |
|
28 | | - <!-- Main content goes here: unique per page --> |
29 | | - <main> |
30 | | - <!-- Put page-specific content here --> |
31 | | - </main> |
32 | | -</body> |
33 | | - |
34 | | - |
35 | | - <meta charset="utf-8" /> |
36 | | - <meta name="viewport" content="width=device-width,initial-scale=1" /> |
37 | | - <title>Contact — Pacesetters Foundation</title> |
38 | | - <link rel="stylesheet" href="style.css"> |
39 | | -</head> |
40 | | -<body> |
41 | | - <header class="site-header"> |
42 | | - <div class="container header-row"> |
43 | | - <div class="brand"><div class="logo">PF</div><div><h1 class="org-name">Pacesetters Foundation</h1></div></div> |
44 | | - <nav class="nav"><a href="index.html">Home</a><a href="contact.html">Contact</a><a href="donate.html" class="btn small">Donate</a></nav> |
45 | | - <button class="nav-toggle">☰</button> |
46 | | - </div> |
47 | | - </header> |
48 | | - |
| 32 | + <!-- Main content --> |
49 | 33 | <main class="container section"> |
50 | 34 | <h2>Contact Us</h2> |
51 | 35 | <p class="lead">For partnership enquiries, media or donations, use the form below or reach us directly.</p> |
@@ -76,9 +60,17 @@ <h4>Office Hours</h4> |
76 | 60 | </div> |
77 | 61 | </main> |
78 | 62 |
|
79 | | - <footer class="footer"><div class="container footer-grid"><div><strong>Pacesetters Foundation</strong></div><div><small class="muted">© 2025</small></div></div></footer> |
| 63 | + <!-- Footer --> |
| 64 | + <footer class="footer"> |
| 65 | + <div class="container footer-grid"> |
| 66 | + <div><strong>Pacesetters Foundation</strong></div> |
| 67 | + <div><small class="muted">© 2025</small></div> |
| 68 | + </div> |
| 69 | + </footer> |
| 70 | + |
| 71 | + <!-- Back-to-top --> |
80 | 72 | <button id="topBtn" title="Back to top">↑</button> |
| 73 | + |
81 | 74 | <script src="script.js"></script> |
82 | 75 | </body> |
83 | 76 | </html> |
84 | | - |
0 commit comments