-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
461 lines (438 loc) · 17.2 KB
/
index.html
File metadata and controls
461 lines (438 loc) · 17.2 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Brother's In Arms -B.I.A</title>
<link
rel="icon"
type="image/png"
href="favicon/favicon-96x96.png"
sizes="96x96"
/>
<link rel="icon" type="image/svg+xml" href="favicon/favicon.svg" />
<link rel="shortcut icon" href="favicon/favicon.ico" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="favicon/apple-touch-icon.png"
/>
<meta name="apple-mobile-web-app-title" content="Brother In Arms" />
<link rel="manifest" href="favicon/site.webmanifest" />
<link href="css/reset.css" rel="stylesheet" />
<link href="css/grid.css" rel="stylesheet" />
<link href="css/main.css" rel="stylesheet" />
<!-- Google Font -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Roboto+Flex:opsz,wght@8..144,100..1000&display=swap"
rel="stylesheet"
/>
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
/>
<!-- Plyr -->
<link rel="stylesheet" href="https://cdn.plyr.io/3.7.8/plyr.css" />
<!-- Javascript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.10.4/gsap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.10.4/ScrollTrigger.min.js"></script>
<script src="https://cdn.plyr.io/3.7.8/plyr.js"></script>
<script defer src="https://unpkg.com/vue@3/dist/vue.global.js"></script>
<script type="module" defer src="js/home.js"></script>
</head>
<body>
<section class="header">
<nav>
<a id="nav-logo" href="index.html"
><img src="images/logo-flower-02.svg" alt="Brothers In Arms Logo"
/></a>
<div class="nav-links" id="navLinks">
<i class="fa fa-times" onclick="hideMenu()"></i>
<ul id="navList">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="history_stories.html">History & Stories</a></li>
<li><a href="victoriacrosses.html">Victoria Crosses</a></li>
<li><a href="donors.html">Donors</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="#" class="donate-button">Donate</a></li>
</ul>
</div>
<i class="fa fa-bars" onclick="showMenu()"></i>
</nav>
</section>
<header class="sub-header home-header">
<div class="header-content">
<h1>Forever Grateful – For Freedom, Sacrifice & Honour</h1>
<p>Preserving the valor that shaped our world</p>
<a href="#" class="donate-button">Donate</a>
</div>
</header>
<!-- Video -->
<div id="video-section" class="grid-con">
<h2 class="col-span-full m-col-span-2">Explore Our Journey!</h2>
<section
class="player-container video-mobile col-span-full m-col-start-4 m-col-end-13"
>
<h3 class="hidden">Video</h3>
<video class="player" controls preload="metadata">
<source src="videos/mobile-donations.mp4" type="video/mp4" />
<source src="videos/video.webm" type="video/webm" />
<p>
Ooops, something went wrong. You may be using an oudated browser or
have javascript disabled.
</p>
</video>
<video class="player video-wedpage" controls preload="metadata">
<source src="videos/webpage-size.mp4" type="video/mp4" />
<source src="videos/video.webm" type="video/webm" />
<p>
Ooops, something went wrong. You may be using an oudated browser or
have javascript disabled.
</p>
</video>
</section>
<section
class="player-container video-wedpage col-span-full m-col-start-4 m-col-end-13"
>
<h3 class="hidden">Video</h3>
<video class="player" controls preload="metadata">
<source src="videos/webpage-size.mp4" type="video/mp4" />
<source src="videos/video.webm" type="video/webm" />
<p>
Ooops, something went wrong. You may be using an oudated browser or
have javascript disabled.
</p>
</video>
</section>
</div>
<!-- Featured Stories -->
<section class="featured-stories grid-con">
<h1 class="col-span-full">Featured Stories</h1>
<div class="story col-span-full m-col-span-4" data-lightbox="story1">
<h3>Brotherhood on the Battlefield</h3>
<h5>The deep bond between Indian and Canadian soldiers during WW1.</h5>
<p>
During World War I, over 135,000 Indian soldiers fought alongside
Canadian troops. These men, coming from different parts of the British
Empire, developed a strong camaraderie in the trenches. Whether
enduring brutal winter conditions in Europe or facing poison gas
attacks, their shared hardships created unbreakable bonds of
brotherhood.
</p>
<img
src="images/story1.jpg"
alt="Indian and Canadian soldiers together"
/>
</div>
<div class="story col-span-full m-col-span-4" data-lightbox="story2">
<h3>The Hero of Haifa</h3>
<h5>
Major Dalpat Singh Shekhawat and the last cavalry charge in military
history.
</h5>
<img src="images/story2.jpg" alt="Major Dalpat Singh Shekhawat" />
<p>
On September 23, 1918, Major Dalpat Singh Shekhawat led the legendary
Jodhpur Lancers in the last successful cavalry charge in military
history. Against machine-gun fire, they stormed Haifa, capturing the
city from Ottoman forces. This victory not only secured Haifa but also
saved the Bahá'í leader from execution.
</p>
</div>
<div class="story col-span-full m-col-span-4" data-lightbox="story3">
<h3>Letters from the Trenches</h3>
<h5>
Personal letters from Indian and Canadian soldiers revealing their
thoughts and struggles.
</h5>
<img src="images/story3.jpg" alt="Letter from a soldier" />
<p>
Through letters sent home, soldiers shared their emotions, fears, and
experiences. One Rajput soldier wrote, "This is not war. It is the
ending of the world." A wounded Sikh lamented, "No sound man can
return to India." These letters capture the resilience, pain, and
humanity of the soldiers who fought in the Great War.
</p>
</div>
<div class="see-more-container col-span-full">
<a href="history_stories.html#stories" class="read-more"
>Read More <i class="fa fa-arrow-right"></i
></a>
</div>
</section>
<!-- Blog -->
<section id="blogSection" class="grid-con">
<h1 class="col-span-full">Latest Blog Posts</h1>
<div class="blog-grid col-span-full">
<article class="blog-card col-span-full m-col-span-6">
<div class="blog-image">
<img
src="images/clay-sculpture.jpeg"
alt="The Role of Indian Soldiers in WW1"
/>
<div class="blog-category">History</div>
</div>
<div class="blog-content">
<div class="blog-meta">
<span class="blog-date">March 20, 2025</span>
<span class="blog-author">By Dr. Sarah Johnson</span>
</div>
<h3>The Role of Indian Soldiers in WW1</h3>
<p>
Exploring the significant contributions and sacrifices of Indian
soldiers during World War I, and their lasting impact on military
history.
</p>
<div class="blog-footer">
<a href="article.html" class="read-more"
>Read Article <i class="fa fa-arrow-right"></i
></a>
<div class="blog-stats">
<span><i class="fa fa-clock-o"></i> 5 min read</span>
<span><i class="fa fa-comments"></i> 12 comments</span>
</div>
</div>
</div>
</article>
<article class="blog-card col-span-full m-col-span-6">
<div class="blog-image">
<img
src="images/drone-shot.JPG"
alt="Preserving Military Heritage"
/>
<div class="blog-category">Heritage</div>
</div>
<div class="blog-content">
<div class="blog-meta">
<span class="blog-date">March 18, 2025</span>
<span class="blog-author">By Michael Chen</span>
</div>
<h3>Preserving Military Heritage</h3>
<p>
How modern technology is helping us preserve and share the stories
of our military heritage for future generations.
</p>
<div class="blog-footer">
<a href="article.html" class="read-more"
>Read Article <i class="fa fa-arrow-right"></i
></a>
<div class="blog-stats">
<span><i class="fa fa-clock-o"></i> 4 min read</span>
<span><i class="fa fa-comments"></i> 8 comments</span>
</div>
</div>
</div>
</article>
<article class="blog-card col-span-full m-col-span-6">
<div class="blog-image">
<img
src="images/history-1918.jpg"
alt="Stories from the Front Line"
/>
<div class="blog-category">Stories</div>
</div>
<div class="blog-content">
<div class="blog-meta">
<span class="blog-date">March 15, 2025</span>
<span class="blog-author">By Priya Patel</span>
</div>
<h3>Stories from the Front Line</h3>
<p>
Personal accounts and letters from soldiers that reveal the human
side of war and the bonds formed between Indian and Canadian
troops.
</p>
<div class="blog-footer">
<a href="article.html" class="read-more"
>Read Article <i class="fa fa-arrow-right"></i
></a>
<div class="blog-stats">
<span><i class="fa fa-clock-o"></i> 6 min read</span>
<span><i class="fa fa-comments"></i> 15 comments</span>
</div>
</div>
</div>
</article>
<article class="blog-card col-span-full m-col-span-6">
<div class="blog-image">
<img
src="images/story1.jpg"
alt="The Impact of Military Memorials"
/>
<div class="blog-category">Memorials</div>
</div>
<div class="blog-content">
<div class="blog-meta">
<span class="blog-date">March 12, 2025</span>
<span class="blog-author">By David Thompson</span>
</div>
<h3>The Impact of Military Memorials</h3>
<p>
Understanding how military memorials serve as important cultural
and historical landmarks in preserving our shared history.
</p>
<div class="blog-footer">
<a href="article.html" class="read-more"
>Read Article <i class="fa fa-arrow-right"></i
></a>
<div class="blog-stats">
<span><i class="fa fa-clock-o"></i> 7 min read</span>
<span><i class="fa fa-comments"></i> 10 comments</span>
</div>
</div>
</div>
</article>
</div>
</section>
<!-- Latest News Announcements -->
<section id="LNews" class="grid-con">
<h1 class="col-span-full">Latest News Announcements</h1>
<div class="news-grid col-span-full">
<article class="news-card col-span-full m-col-span-4">
<div class="news-image">
<img
src="images/contact-flower-img.jpg"
alt="Memorial Groundbreaking Ceremony"
/>
<div class="news-date">March 15, 2025</div>
</div>
<div class="news-content">
<h3>Memorial Groundbreaking Ceremony</h3>
<p>
Join us for the historic groundbreaking ceremony of the Brothers
in Arms Memorial. This momentous event will mark the beginning of
construction for our permanent tribute.
</p>
<a href="#" class="read-more"
>Read More <i class="fa fa-arrow-right"></i
></a>
</div>
</article>
<article class="news-card col-span-full m-col-span-4">
<div class="news-image">
<img
src="images/clay-sculpture.jpeg"
alt="Educational Program Launch"
/>
<div class="news-date">March 10, 2025</div>
</div>
<div class="news-content">
<h3>Educational Program Launch</h3>
<p>
We're excited to announce the launch of our new educational
program, bringing the stories of Indian and Canadian soldiers to
schools across both nations.
</p>
<a href="#" class="read-more"
>Read More <i class="fa fa-arrow-right"></i
></a>
</div>
</article>
<article class="news-card col-span-full m-col-span-4">
<div class="news-image">
<img src="images/donors-hero.jpeg" alt="Donation Milestone" />
<div class="news-date">March 5, 2025</div>
</div>
<div class="news-content">
<h3>Donation Milestone Reached</h3>
<p>
Thanks to the generous support of our community, we've reached a
significant milestone in our fundraising campaign. Your
contributions are making history.
</p>
<a href="#" class="read-more"
>Read More <i class="fa fa-arrow-right"></i
></a>
</div>
</article>
</div>
</section>
<!-- Call to Action -->
<section class="cta">
<h1>
Give Today, <br />
Make a Difference Tomorrow
</h1>
<a href="donors.html" class="donate-button">Donate</a>
</section>
<!-- Client Info -->
<section class="client-info">
<h1 class="hidden">Client Info</h1>
<h2>Powered by:</h2>
<div class="clients">
<div class="client">
<a href="https://www.srishticanada.org/" target="_blank">
<img
src="images/shrishti-logo.png"
alt="Shrishti Foundation Logo"
/>
<p>Shrishti Foundation</p>
</a>
</div>
<div class="client">
<a href="https://publiqmedia.com/" target="_blank">
<img src="images/publiq-logo.png" alt="Publiq Media Logo" />
<p>Publiq Media</p>
</a>
</div>
</div>
</section>
<!-- Footer -->
<footer>
<h1 class="hidden">Footer</h1>
<div class="footer-content">
<h2 class="hidden">Footer Content</h2>
<div class="footer-section about">
<div id="logo-footer">
<img src="images/logo-flower-02.svg" alt="Brothers In Arm Logo" />
</div>
<h4>Brothers in Arms Memorial</h4>
<p>
A digital tribute to the Indian and Canadian soldiers who fought
together in World War
</p>
<div class="contact">
<span><i class="fa fa-phone"></i> +1 (123) 456-7890</span>
<span
><i class="fa fa-envelope"></i>
info@brothersinarmsmemorial.com</span
>
</div>
</div>
<div class="footer-section links">
<h4>Quick Links</h4>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="history_stories.html">History & Stories</a></li>
<li><a href="victoriacrosses.html">Victoria Crosses</a></li>
<li><a href="donors.html">Donors</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</div>
<div class="footer-section social">
<h4>Follow Us</h4>
<div class="social-icons">
<a href="#"><i class="fa fa-facebook"></i></a>
<a href="#"><i class="fa fa-twitter"></i></a>
<a href="#"><i class="fa fa-instagram"></i></a>
<a href="#"><i class="fa fa-linkedin"></i></a>
<a href="#"><i class="fa fa-youtube"></i></a>
</div>
<p>Subscribe to our newsletter for updates:</p>
<form class="newsletter-form">
<input type="email" placeholder="Enter your email" required />
<button type="submit">Subscribe</button>
</form>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Brothers in Arms Memorial. All rights reserved.</p>
<p>Designed with <i class="fa fa-heart"></i> by M.A.A.K.E</p>
</div>
</footer>
</body>
</html>