-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
259 lines (242 loc) · 10.9 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link
rel="shortcut icon"
href="img/CrowdHeart icon.png"
type="image/x-icon"
/>
<!-- AOS stylesheets========================= -->
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<link rel="stylesheet" href="./css/gallery.css">
<link rel="stylesheet" href="./css/footer.css">
<link rel="stylesheet" href="./css/nav.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.1.2/css/all.min.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@600;700&family=Open+Sans:wght@600&display=swap" rel="stylesheet">
<title>Gallery - CrowdHearts</title>
</head>
<body>
<!-- navigation section -->
<!-- header section -->
<div class="chinedu-header-section">
<header class="chinedu-header">
<div class="container">
<nav class="chinedu-nav-bar">
<a href="index.html" class="nav-brand">
<img src="img/Crowdheart logo.png" alt="logo" />
</a>
<ul class="chinedu-nav-menu">
<li class="chinedu-nav-item">
<a href="index.html" class="chinedu-nav-link">
Home
</a>
</li>
<li class="chinedu-nav-item">
<a href="about.html" class="chinedu-nav-link">
About us
</a>
</li>
<li class="chinedu-nav-item">
<a href="donation.html" class="chinedu-nav-link">
Donate
</a>
</li>
<li class="chinedu-nav-item">
<a href="gallery.html" class="chinedu-nav-link active">
Gallery
</a>
</li>
<li class="chinedu-nav-item">
<a href="contact.html" class="chinedu-nav-link">
Contact
</a>
</li>
<a href="login.html">
<button class="chinedu-login-button">
Login
</button>
</a>
</ul>
<div class="chinedu-hamburger">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
</nav>
</div>
</header>
</div>
<!-- gallery section -->
<main class="gallery-main">
<section class="gallery-hero-section">
<h1>Help people who are in need</h1>
</section>
<section class="gallery-display">
<div class="gallery-row">
<div class="gallery-card" data-aos="slide-right">
<div class="gallery-card-pic">
<img src="img/gallery_a.jpg" alt="happy kids" class="fluid-state">
</div>
<div class="gallery-texts">
<h2 class="funmi_h2"><a href="#">Education for children</a></h2>
<p class="funmi_p"><a href="#">During our outreach in 2022</a></p>
</div>
</div>
<div class="gallery-card" data-aos="slide-up">
<div class="gallery-card-pic">
<img src="img/gallery_b.jpg" alt="happy kids" class="fluid-state">
</div>
<div class="gallery-texts">
<h2 class="funmi_h2"><a href="#">Education for children</a></h2>
<p class="funmi_p"><a href="#">During our outreach in 2022</a></p>
</div>
</div>
<div class="gallery-card" data-aos="slide-left">
<div class="gallery-card-pic">
<img src="img/gallery_c.jpg" alt="happy kids" class="fluid-state">
</div>
<div class="gallery-texts">
<h2 class="funmi_h2"><a href="#">Education for children</a></h2>
<p class="funmi_p"><a href="#">During our outreach in 2022</a></p>
</div>
</div>
<div class="gallery-card" data-aos="slide-right">
<div class="gallery-card-pic">
<img src="img/gallery_d.jpg" alt="happy kids" class="fluid-state">
</div>
<div class="gallery-texts">
<h2 class="funmi_h2"><a href="#">Education for children</a></h2>
<p class="funmi_p"><a href="#">During our outreach in 2022</a></p>
</div>
</div>
<div class="gallery-card"data-aos="slide-down">
<div class="gallery-card-pic">
<img src="img/gallery_e.jpg" alt="happy kids" class="fluid-state">
</div>
<div class="gallery-texts">
<h2 class="funmi_h2"><a href="#">Education for children</a></h2>
<p class="funmi_p"><a href="#">During our outreach in 2022</a></p>
</div>
</div>
<div class="gallery-card" data-aos="slide-left">
<div class="gallery-card-pic">
<img src="img/gallery_f.jpg" alt="happy kids" class="fluid-state">
</div>
<div class="gallery-texts">
<h2 class="funmi_h2"><a href="#">Education for children</a></h2>
<p class="funmi_p"><a href="#">During our outreach in 2022</a></p>
</div>
</div>
<div class="gallery-card last" data-aos="slide-right">
<div class="gallery-card-pic">
<img src="img/gallery_g.png" alt="happy kids" class="fluid-state2">
</div>
<div class="gallery-texts">
<h2 class="funmi_h2"><a href="#">Education for children</a></h2>
<p class="funmi_p"><a href="#">During our outreach in 2022</a></p>
</div>
</div>
<div class="gallery-card" data-aos="slide-up">
<div class="gallery-card-pic">
<img src="img/gallery_h.jpg" alt="happy kids" class="fluid-state">
</div>
<div class="gallery-texts">
<h2 class="funmi_h2"><a href="#">Education for children</a></h2>
<p class="funmi_p"><a href="#">During our outreach in 2022</a></p>
</div>
</div>
<div class="gallery-card" data-aos="slide-left">
<div class="gallery-card-pic">
<img src="img/gallery_i.jpg" alt="happy kids" class="fluid-state">
</div>
<div class="gallery-texts">
<h2 class="funmi_h2"><a href="#">Education for children</a></h2>
<p class="funmi_p"><a href="#">During our outreach in 2022</a></p>
</div>
</div>
</section>
</main>
<!-- footer section -->
<footer class="chinedu-footer-section">
<div class="footer-container">
<section id="footer-content">
<ul class="footer-items first-item">
<li class="footer-item-heading">
<h2>Newsletter</h2>
</li>
<li class="description">
Get update of our services and offers
</li>
<li class="email-for-newsletter">
<form action="" onsubmit="alert('success')">
<input type="email" placeholder="Email" required id="email">
<button type="submit" class="submit-button">
Subscribe
</button>
</form>
</li>
</ul>
<ul class="footer-items second-item">
<li class="footer-item-heading">
<h2>Quick Links</h2>
</li>
<li class="footer-link">
<a href="about.html">About us</a>
</li>
<li class="footer-link">
<a href="donation.html">Donate</a>
</li>
<li class="footer-link">
<a href="gallery.html">Gallery</a>
</li>
</ul>
<ul class="footer-items third-item">
<li class="footer-item-heading">
<h2>Contact us</h2>
</li>
<li class="footer-link ">
<a href="#"> <i class=" fas fa-map-marker-alt"></i>
Lagos, Nigeria</a>
</li>
<li class="footer-link">
<a href="tel:+2347000087987" ><i class="fa fa-phone">
</i> +2347000087987</a>
</li>
<li class="footer-link">
<a href="#"><i class="fa fa-envelope"></i>
crowdheart@gmail.com</a>
</li>
</ul>
<ul class="footer-items last-item">
<li class="footer-item-heading">
<h2>Follow us</h2>
</li>
<li class="footer-link">
<a href="#"> <i class="fa-brands fa-facebook"></i> </a>
<a href="#"> <i class="fa-brands fa-instagram"></i> </a>
<a href="#"> <i class="fa-brands fa-linkedin-square"></i> </a>
<a href="#"> <i class="fa-brands fa-twitter"></i> </a>
</li>
</ul>
</section>
<p class="copyright">
© 2022 CrowdHearts. All right reserved
</p>
</div>
</footer>
<!-- footer section ends -->
<script src="./js/nav.js"></script>
<!-- AOS script========================= -->
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script>
AOS.init({
duration: 3000,
once: false,
});
</script>
</body>
</html>