You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: index.html
+36-1Lines changed: 36 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,41 @@
7
7
<linkrel="stylesheet" href="styles.css">
8
8
</head>
9
9
<body>
10
-
<!-- Add your HTML here -->
10
+
<!-- Hero Section: This is the main banner at the top of the page -->
11
+
<sectionclass="hero">
12
+
<!-- Main headline -->
13
+
<h1>Clean Water for Everyone</h1>
14
+
<!-- Subheadline -->
15
+
<p>Join us in bringing safe, clean water to communities in need.</p>
16
+
</section>
17
+
18
+
<!-- Story Section: This tells the story of the nonprofit -->
19
+
<sectionclass="story">
20
+
<h2>Our Story</h2>
21
+
<p>
22
+
23
+
</section>
24
+
25
+
<!-- Real-World Impact Story Section -->
26
+
<sectionclass="impact-story">
27
+
<!-- Section headline -->
28
+
<h2>Real Impact: Meet Amina</h2>
29
+
<!-- Container for image and text -->
30
+
<divclass="impact-content">
31
+
<!-- Impact image -->
32
+
<imgsrc="https://images.unsplash.com/photo-1464983953574-0892a716854b?auto=format&fit=crop&w=600&q=80" alt="Amina smiling with clean water" class="impact-image">
33
+
<!-- Impact story text -->
34
+
<p>
35
+
Amina used to walk miles every day to collect water for her family. Thanks to your support, her village now has a clean water well. Amina can go to school and her family is healthier and happier.
36
+
</p>
37
+
</div>
38
+
</section>
39
+
40
+
<!-- Call-to-Action Section: This encourages visitors to take action -->
41
+
<sectionclass="call-to-action">
42
+
<h2>Make a Difference</h2>
43
+
<p>Your support can help save lives. Every donation brings us closer to a world with clean water for all.</p>
0 commit comments