-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
483 lines (391 loc) · 22.1 KB
/
news.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
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<title>Grace Charity News</title>
<!-- CSS FILES -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/bootstrap-icons.css" rel="stylesheet">
<link href="css/templatemo-kind-heart-charity.css" rel="stylesheet">
</head>
<body>
<button onclick="topFunction()" id="scrollBtn" title="Go to top"><i class="bi bi-caret-up-square-fill"></i></button>
<header class="site-header">
<div class="container">
<div class="row">
<div class="col-lg-8 col-12 d-flex flex-wrap">
<p class="d-flex me-4 mb-0">
<i class="bi-geo-alt me-2"></i>
Oxford, UK
</p>
<p class="d-flex mb-0">
<i class="bi-envelope me-2"></i>
<a href="mailto:gracecharityoxford.com">
gracecharityoxford.com
</a>
</p>
</div>
<div class="col-lg-3 col-12 ms-auto d-lg-block d-none">
<ul class="social-icon">
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-twitter"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-facebook"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-instagram"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-youtube"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-whatsapp"></a>
</li>
</ul>
</div>
</div>
</div>
</header>
<nav class="navbar navbar-expand-lg bg-light shadow-lg">
<div class="container">
<a class="navbar-brand" href="index.html">
<img src="images/logo.png" class="logo img-fluid" alt="Grace Charity">
<span>
Grace Charity
<small>Non-profit Organisation</small>
</span>
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav"
aria-controls="navbarNav" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav ms-auto">
<li class="nav-item">
<a class="nav-link click-scroll" href="index.html#top">Home</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="index.html#section_2">About</a>
</li>
<li class="nav-item"></li>
<a class="nav-link click-scroll" href="index.html#section_3">Team</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="index.html#section_4">Missions</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="index.html#section_5">Volunteer</a>
</li>
<li class="nav-item">
<a class="nav-link" href="news.html">News</a>
</li>
<li class="nav-item"></li>
<a class="nav-link" href="gallery.html">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link click-scroll" href="index.html#section_6">Contact</a>
</li>
<li class="nav-item ms-3">
<a class="nav-link custom-btn custom-border-btn btn" href="donate.html">Donate</a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<section class="news-detail-header-section text-center">
<div class="section-overlay"></div>
<div class="container">
<div class="row">
<div class="col-lg-12 col-12">
<h1 class="text-white">Grace Charity News</h1>
</div>
</div>
</div>
</section>
<section class="news-section section-padding">
<div class="container">
<div class="row">
<div class="col-lg-7 col-12">
<div class="news-block">
<div class="news-block-top">
<a href="news.html">
<img src="images/news/medium-shot-volunteers-with-clothing-donations.jpg"
class="news-image img-fluid" alt="">
</a>
<div class="news-category-block">
<a href="#" class="category-block-link">
Clothing Donation
</a>
</div>
</div>
<div class="news-block-info">
<div class="d-flex mt-2">
<div class="news-block-date">
<p>
<i class="bi-calendar4 custom-icon me-1"></i>
October 18th
</p>
</div>
<div class="news-block-author mx-5">
<p>
<i class="bi-person custom-icon me-1"></i>
Admin
</p>
</div>
<div class="news-block-comment">
<p>
<i class="bi-geo-alt custom-icon me-1"></i>
Oxford
</p>
</div>
</div>
<div class="news-block-title mb-2">
<h4><a href="news.html" class="news-block-title-link">Clothing Donation</a></h4>
</div>
<div class="news-block-body">
<p>
In our ongoing commitment to support vulnerable members of our community, Grace Charity UK recently launched a clothing donation campaign. Through the kindness of our donors, we have <span id="dots2">...</span><span id="more2" class="more-content"> collected a wide variety of clothing items that will be distributed to individuals and families in need. This initiative aims to provide warmth and dignity to those facing hardship while promoting sustainability through the recycling of gently used garments. We thank all our supporters for their contributions and encourage continued engagement in our mission to uplift our community.
</p>
<span id="read-more-btn2" class="read-more-btn" onclick="toggleReadMore('2')">Read More</span>
</div>
</div>
</div>
<div class="news-block mt-3">
<div class="news-block-top">
<a href="news.html">
<img src="images/news/medium-shot-people-collecting-foodstuff.jpg"
class="news-image img-fluid" alt="">
</a>
<div class="news-category-block">
<a href="#" class="category-block-link">
Food Donations
</a>
</div>
</div>
<div class="news-block-info">
<div class="d-flex mt-2">
<div class="news-block-date">
<p>
<i class="bi-calendar4 custom-icon me-1"></i>
</p>
</div>
October 12th
<div class="news-block-author mx-5">
<p>
<i class="bi-person custom-icon me-1"></i>
Admin
</p>
</div>
<div class="news-block-comment">
<p>
<i class="bi-geo-alt custom-icon me-1"></i>
Oxford
</p>
</div>
</div>
<div class="news-block-title mb-2">
<h4><a href="news.html" class="news-block-title-link">Food Donations</a>
</h4>
</div>
<div class="news-block-body">
<p>
Grace Charity UK is excited to announce a successful food donation drive that has significantly impacted our community. Thanks to the generous contributions <span id="dots1">...</span>
<span id="more1" class="more-content"> from local businesses and residents, we have gathered a substantial amount of non-perishable food items for the local food bank. This initiative not only addresses immediate food insecurity but also raises awareness about the importance of food justice in our community. We extend our heartfelt gratitude to everyone who participated, and we look forward to continuing our efforts to support those in need.
</p>
<span id="read-more-btn1" class="read-more-btn" onclick="toggleReadMore('1')">Read More</span>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-12 mx-auto mt-4 mt-lg-0">
<h5 class="mt-5 mb-3">Recent news</h5>
<div class="news-block news-block-two-col d-flex mt-4">
<div class="news-block-two-col-image-wrap">
<a href="news.html">
<img src="images/news/medium-shot-people-collecting-foodstuff.jpg"
class="news-image img-fluid" alt="">
</a>
</div>
<div class="news-block-two-col-info">
<div class="news-block-title mb-2">
<h6><a href="news.html" class="news-block-title-link">Food Donations</a>
</h6>
</div>
<div class="news-block-date">
<p>
<i class="bi-calendar4 custom-icon me-1"></i>
October 16, 2036
</p>
</div>
</div>
</div>
<div class="news-block news-block-two-col d-flex mt-4">
<div class="news-block-two-col-image-wrap">
<a href="news.html">
<img src="images/news/cleaning.jpg"
class="news-image img-fluid" alt="">
</a>
</div>
<div class="news-block-two-col-info">
<div class="news-block-title mb-2">
<h6><a href="news.html" class="news-block-title-link">Volunteering Clean</a>
</h6>
</div>
<div class="news-block-date">
<p>
<i class="bi-calendar4 custom-icon me-1"></i>
October 24, 2036
</p>
</div>
</div>
</div>
<h5 class="mt-5 mb-3">Upcoming Events</h5>
<div class="news-block news-block-two-col d-flex mt-4">
<div class="news-block-two-col-image-wrap">
<a href="news.html">
<img src="images/news/meeting.jpg"
class="news-image img-fluid" alt="">
</a>
</div>
<div class="news-block-two-col-info">
<div class="news-block-title mb-2">
<h6><a href="news.html" class="news-block-title-link">Annual Meeting</a>
</h6>
</div>
<div class="news-block-date">
<p>
<i class="bi-calendar4 custom-icon me-1"></i>
November 15, 2024
</p>
</div>
<div class="news-block-loc">
<p>
<i class="bi-geo-alt custom-icon me-1"></i>
St Francis Church, OX3 7JF
</p>
</div>
</div>
</div>
<div class="news-block news-block-two-col d-flex mt-4">
<div class="news-block-two-col-image-wrap">
<a href="news.html">
<img src="images/news/party.jpg"
class="news-image img-fluid" alt="">
</a>
</div>
<div class="news-block-two-col-info">
<div class="news-block-title mb-2">
<h6><a href="news.html" class="news-block-title-link">Christmas Party</a>
</h6>
</div>
<div class="news-block-date">
<p>
<i class="bi-calendar4 custom-icon me-1"></i>
December 12, 2024
</p>
</div>
<div class="news-block-loc">
<p>
<i class="bi-geo-alt custom-icon me-1"></i>
St Francis Church, OX3 7JF
</p>
</div>
</div>
</div>
<form class="custom-form subscribe-form" action="#" method="post" role="form">
<h5 class="mb-4">Newsletter Form</h5>
<input type="email" name="subscribe-email" id="subscribe-email" pattern="[^ @]*@[^ @]*"
class="form-control" placeholder="Email Address" required>
<div class="col-lg-12 col-12">
<button type="submit" class="form-control">Subscribe</button>
</div>
</form>
</div>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container">
<div class="row">
<div class="col-lg-3 col-12 mb-4">
<img src="images/logo.png" class="logo img-fluid" alt="">
</div>
<div class="col-lg-4 col-md-6 col-12 mb-4">
<h5 class="site-footer-title mb-3">Quick Links</h5>
<ul class="footer-menu">
<li class="footer-menu-item"><a href="index.html#section_2" class="footer-menu-link">Our Story</a></li>
<li class="footer-menu-item"><a href="news.html" class="footer-menu-link">Newsroom</a></li>
<li class="footer-menu-item"><a href="index.html#section_4" class="footer-menu-link">Missions</a></li>
<li class="footer-menu-item"><a href="index.html#section_5" class="footer-menu-link">Become a volunteer</a></li>
<li class="footer-menu-item"><a href="index.html#section_6" class="footer-menu-link">Partner with us</a></li>
</ul>
</div>
<div class="col-lg-4 col-md-6 col-12 mx-auto">
<h5 class="site-footer-title mb-3">Contact Infomation</h5>
<p class="text-white d-flex mb-2">
<i class="bi-telephone me-2"></i>
<a href="tel: 07948094117" class="site-footer-link">
07948094117
</a>
</p>
<p class="text-white d-flex">
<i class="bi-envelope me-2"></i>
<a href="mailto:gracecharity@gmail.com" class="site-footer-link">
gracecharityoxford@gmail.com
</a>
</p>
<p class="text-white d-flex mt-3">
<i class="bi-geo-alt me-2"></i>
Oxford, United Kingdom
</p>
<!-- <a href="#" class="custom-btn btn mt-3">Get Direction</a> -->
</div>
</div>
</div>
<div class="site-footer-bottom">
<div class="container">
<div class="row">
<div class="col-lg-6 col-md-7 col-12">
<p class="copyright-text mb-0">Copyright © 2024 Grace Charity Org. <br>
Design: <a href="https://adidesignagency.co.uk" target="_blank">ADI Design Agency</a>
</p>
</div>
<div class="col-lg-6 col-md-5 col-12 d-flex justify-content-center align-items-center mx-auto">
<ul class="social-icon">
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-twitter"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-facebook"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-instagram"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-linkedin"></a>
</li>
<li class="social-icon-item">
<a href="https://www.facebook.com/gracecharityuk2019/" target="_blank" class="social-icon-link bi-youtube"></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</footer>
<!-- JAVASCRIPT FILES -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/counter.js"></script>
<script src="js/custom.js"></script>
<script src="js/read-more.js"></script>
<script src="js/scroll-top.js"></script>
</body>
</html>