-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathhistory.html
More file actions
470 lines (419 loc) · 28.5 KB
/
history.html
File metadata and controls
470 lines (419 loc) · 28.5 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
462
463
464
465
466
467
468
469
470
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>History | Brothers In Arms</title>
<link rel="stylesheet" href="css/main.css">
<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=Manrope:wght@200..800&display=swap" rel="stylesheet">
<script type="module" src="js/main.js"></script>
</head>
<body>
<!-- Header Section -->
<div class="header-background"></div>
<header class="header">
<div class="logo">
<a href="index.html">
<img src="images/Full-Logo.svg" alt="Brothers In Arms Logo">
</a>
</div>
<nav class="desktop-nav">
<ul>
<li><a href="about.html">About us</a></li>
<li><a href="memorial.html">Memorial</a></li>
<li><a href="history.html">History</a></li>
<li><a href="news-events.html">News & Events</a></li>
<li><a href="contact.html" class="active">Contact us</a></li>
<li><a href="donations.html" class="donation-primary">Donate</a></li>
</ul>
</nav>
<div class="mobile-menu-button">
<span></span>
<span></span>
<span></span>
</div>
</header>
<!-- Mobile Menu Overlay -->
<div class="mobile-menu-overlay">
<div class="mobile-menu-header">
<div class="logo">
<a href="index.html">
<img src="images/Full-Logo.svg" alt="Brothers In Arms Logo" >
</a>
</div>
<div class="mobile-close-button">
<span></span>
<span></span>
</div>
</div>
<div class="mobile-menu-content">
<nav class="mobile-nav">
<ul>
<li><a href="about.html">About us</a></li>
<li><a href="donations.html">Donation</a></li>
<li><a href="memorial.html">Memorial</a></li>
<li><a href="history.html">History</a></li>
<li> <a href="news-events.html">News & Events</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</nav>
<div class="mobile-contact-section">
<div class="mobile-contact-title">Contact Us</div>
<div class="mobile-contact-email">info@brotherinarms.com</div>
</div>
</div>
</div>
<!-- Mobile Menu Overlay -->
<div class="mobile-menu-overlay">
<div class="mobile-menu-header">
<div class="logo">
<a href="index.html">
<img src="images/Full-Logo.svg" alt="Brothers In Arms Logo" >
</a>
</div>
<div class="mobile-close-button">
<span></span>
<span></span>
</div>
</div>
<div class="mobile-menu-content">
<nav class="mobile-nav">
<ul>
<li><a href="about.html">About us</a></li>
<li><a href="donations.html">Donation</a></li>
<li><a href="memorial.html">Memorial</a></li>
<li><a href="history.html">History</a></li>
<li><a href="news-events.html">News & Events</a></li>
<li><a href="contact.html">Contact us</a></li>
</ul>
</nav>
<div class="mobile-contact-section">
<div class="mobile-contact-title">Contact Us</div>
<div class="mobile-contact-email">info@brotherinarms.com</div>
</div>
</div>
</div>
<!-- Main Content -->
<main class="container">
<!-- Section 1: Hero with Video -->
<section class="history-hero">
<div class="history-hero-content">
<div class="history-subtitle">THEIR COURAGE, OUR HISTORY</div>
<h1 class="history-title">Remembering <br> the <span class="highlight">Heroes</span> of World War I</h1>
<div class="history-video-container">
<video controls preload="metadata" poster="images/Vid1-banner.png">
<source src="/videos/history_video.webm" type="video/webm">
<source src="/videos/history_video.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
<p class="history-description slide-25-up">
More than a century ago, Indian and Canadian soldiers stood together on battlefields far from home. They endured unimaginable hardship, fighting not just for their nations but for the values of freedom and humanity. This history is their legacy. We honor their contributions, sacrifices, and the brotherhood they forged in the trenches.
</p>
<a href="timeline.html" class="home-initiatives-btn timeline-btn">Timeline ›</a>
</div>
</section>
<!-- Section 2: Forgotten No More Cards -->
<section class="history-forgotten">
<div class="history-content">
<h2 class="history-section-title">Forgotten No More</h2>
<div class="history-section-subtitle">THE INDIAN AND CANADIAN ROLE IN WORLD WAR I</div>
<div class="history-cards slide-25-up">
<div class="history-card">
<div class="history-card-image">
<img src="images/History-img1.png" alt="Indian Army Soldiers">
</div>
<div class="history-card-content">
<h3 class="history-card-title">The Indian army's role</h3>
<ul class="history-card-list">
<li>Over 1.3 million Indian soldiers served in various warfronts.</li>
<li>They fought in Europe, Africa, and the Middle East under extreme conditions.</li>
<li>Many were awarded for their courage and sacrifices.</li>
</ul>
</div>
</div>
<div class="history-card">
<div class="history-card-image">
<img src="images/History-img2.png" alt="Canadian Army Soldiers">
</div>
<div class="history-card-content">
<h3 class="history-card-title">The Canadian army's role</h3>
<ul class="history-card-list">
<li>Canada sent over 620,000 soldiers, many of whom fought alongside Indian troops.</li>
<li>Their efforts at battles like Vimy Ridge and the Somme were critical to Allied victories.</li>
</ul>
</div>
</div>
<div class="history-card">
<div class="history-card-image">
<img src="images/History-img3.png" alt="Allied Soldiers Together">
</div>
<div class="history-card-content">
<h3 class="history-card-title">Their shared Struggles & Brotherhood</h3>
<ul class="history-card-list">
<li>Endured brutal trench warfare, extreme weather, and devastating losses.</li>
<li>Formed a unique bond, despite different languages and cultures.</li>
<li>Many soldiers wrote letters home describing their friendships and hardships.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Section 3: Battlefields Slider -->
<section class="history-battlefields">
<div class="history-content">
<h2 class="history-section-title">Significant Battlefields</h2>
<div class="history-section-subtitle">SIDE BY SIDE ON THE BATTLEFIELD</div>
<div class="battlefield-tabs">
<div class="battlefield-tab active" data-battle="ypres">YPRES (1915)</div>
<div class="battlefield-tab" data-battle="neuve">NEUVE CHAPELLE (1915)</div>
<div class="battlefield-tab" data-battle="somme">THE SOMME (1916)</div>
<div class="battlefield-tab" data-battle="vimy">VIMY RIDGE (1917)</div>
</div>
<div class="battlefield-slider">
<div class="battlefield-slide active" id="ypres">
<h3 class="battlefield-title">Ypres (1915)</h3>
<p class="battlefield-description">
The Second Battle of Ypres was a significant battle during World War I, fought between the Allied and German forces in the Ypres Salient, Belgium. It was crucial because it marked the first large-scale use of chemical warfare when the German army deployed chlorine gas against Allied troops. Despite the devastating effects of the gas attack, the Allies managed to hold their positions, preventing a major German breakthrough.
</p>
<div class="battlefield-sections">
<div class="battlefield-section">
<h4>Indian Soldiers:</h4>
<p>The Indian Army played a vital role in reinforcing British positions. The Lahore Division, composed of Indian troops, was called in to defend Ypres after the gas attacks. Despite being under-equipped for trench warfare, they fought bravely, often engaging in hand-to-hand combat.</p>
</div>
<div class="battlefield-section">
<h4>Canadian Soldiers:</h4>
<p>The 1st Canadian Division held the line at Ypres when French Algerian troops were forced to retreat due to the gas attack. The Canadians, despite being exposed to the poison gas, quickly improvised by covering their faces with urine-soaked cloths to neutralize the effects. Their determined defense at the Battle of St. Julien and the Battle of Kitchener's Wood prevented the German forces from advancing further.</p>
</div>
</div>
<div class="battlefield-challenges">
<h4>Challenges They Faced</h4>
<ul>
<li>Poison Gas Attacks: The German chlorine gas attack was deadly, suffocating thousands and causing mass panic among troops.</li>
<li>Lack of Protective Equipment: Soldiers had no gas masks at the time and had to rely on makeshift methods to survive.</li>
<li>Harsh Trench Conditions: Mud, disease, and lack of supplies made life in the trenches unbearable. Indian troops, in particular, struggled with the cold European climate.</li>
<li>Outnumbered and Overwhelmed: Both Indian and Canadian troops faced well-prepared German forces with superior artillery and tactical advantages.</li>
</ul>
</div>
<div class="battlefield-outcome">
<h4>Outcome and Impact on the War</h4>
<ul>
<li>Although the Germans gained some ground, they failed to break the Allied front, making the battle a strategic failure for them.</li>
<li>The battle highlighted the horrors of chemical warfare, leading to the eventual development of gas masks and new warfare tactics.</li>
<li>The bravery of Canadian soldiers at Ypres became a defining moment in Canada's military history, strengthening national identity.</li>
<li>Indian soldiers' sacrifices demonstrated their crucial role in the British war effort, though their contributions were often overlooked in historical narratives.</li>
</ul>
</div>
</div>
<div class="battlefield-slide" id="neuve">
<h3 class="battlefield-title">Neuve Chapelle (1915)</h3>
<p class="battlefield-description">
The Battle of Neuve Chapelle was an offensive operation by the British Army in the Artois region of France against German defenses in March 1915. The battle was significant as an early British attempt to break through German defenses on the Western Front, and it highlighted issues with communication, supply, and coordination that would plague future operations.
</p>
<div class="battlefield-sections">
<div class="battlefield-section">
<h4>Indian Soldiers:</h4>
<p>The Meerut and Lahore Divisions of the Indian Corps played a crucial role in this battle. They were among the first troops to storm the German trenches, demonstrating remarkable courage in direct assaults and hand-to-hand fighting.</p>
</div>
<div class="battlefield-section">
<h4>Canadian Soldiers:</h4>
<p>While Canadian units were not heavily involved in the Battle of Neuve Chapelle specifically, they were preparing for their major engagement at Ypres (April 1915). However, the lessons learned at Neuve Chapelle would influence Canadian tactics in later battles.</p>
</div>
</div>
<div class="battlefield-challenges">
<h4>Challenges They Faced</h4>
<ul>
<li>Heavy Casualties: The initial assault was successful, but subsequent attempts to exploit the breakthrough resulted in severe losses.</li>
<li>Exhaustion and Supply Issues: Extended fighting without proper rest, inadequate food, insufficient ammunition, warm clothing and medical supplies hampered the Allied efforts.</li>
<li>Strong German Counterattacks: The Germans quickly reinforced their positions and built strong defenses around the breakthrough points.</li>
</ul>
</div>
<div class="battlefield-outcome">
<h4>Outcome and Impact on the War</h4>
<ul>
<li>Partial Victory: The British and Indian forces captured the village but failed to achieve the planned deeper penetration due to communication breakdowns.</li>
<li>Lessons for Future Battles: The experience at Neuve Chapelle informed British tactical planning, particularly in artillery preparation and coordination in later offensives.</li>
<li>Recognition of Indian Troops: The valor of Indian soldiers at Neuve Chapelle brought greater recognition to their contributions to the war effort.</li>
<li>High Casualties for Limited Gains: The battle resulted in approximately 11,200 British and Indian casualties, raising concerns about the cost of offensive operations on the Western Front.</li>
</ul>
</div>
</div>
<div class="battlefield-slide" id="somme">
<h3 class="battlefield-title">The Somme (1916)</h3>
<p class="battlefield-description">
The Battle of the Somme was one of the largest battles of World War I, fought between July and November 1916 on both sides of the upper reaches of the River Somme in France. The battle was notable for the importance of air power and the first use of the tank. The first day of the Somme remains the bloodiest day in the history of the British Army, suffering over 57,000 casualties.
</p>
<div class="battlefield-sections">
<div class="battlefield-section">
<h4>Allied Soldiers:</h4>
<p>While Indian corps had been moved to Mesopotamia by this time, Canadian forces were heavily involved in the latter stages of the battle. The battle consisted primarily of British and French forces against the German Empire.</p>
</div>
<div class="battlefield-section">
<h4>Canadian Soldiers:</h4>
<p>The Canadian Corps joined the Somme offensive in late August 1916 and participated in the battles of Flers-Courcelette, Thiepval Ridge, and Ancre Heights. They faced fierce resistance and suffered heavy casualties but demonstrated remarkable determination and gained valuable combat experience that would prove crucial in future engagements.</p>
</div>
</div>
<div class="battlefield-challenges">
<h4>Challenges They Faced</h4>
<ul>
<li>Unprecedented Casualties: The first day alone saw nearly 60,000 British casualties, with 20,000 killed.</li>
<li>Difficult Terrain: Heavy rains turned the battlefield into a muddy quagmire, making movement extremely difficult.</li>
<li>Strong German Defenses: The Germans had built elaborate fortifications, including deep dugouts and extensive barbed wire.</li>
<li>Tactical and Strategic Failures: The preliminary artillery bombardment failed to destroy German defenses, and British commanders were slow to adapt their tactics.</li>
</ul>
</div>
<div class="battlefield-outcome">
<h4>Outcome and Impact on the War</h4>
<ul>
<li>Limited Territorial Gains: After months of fighting, the Allies advanced only about 6 miles (10 km) into German-occupied territory.</li>
<li>High Cost: The battle resulted in more than one million casualties from all sides, making it one of the bloodiest battles in human history.</li>
<li>Attrition of German Forces: Despite the heavy Allied losses, the battle did succeed in relieving pressure on the French at Verdun and wore down German reserves.</li>
<li>Military Learning: The battle provided valuable lessons in combined arms operations, leading to improved tactics that would be employed in 1917 and 1918.</li>
</ul>
</div>
</div>
<div class="battlefield-slide" id="vimy">
<h3 class="battlefield-title">Vimy Ridge (1917)</h3>
<p class="battlefield-description">
The Battle of Vimy Ridge was fought during the First World War as part of the Battle of Arras in northern France. The main combatants were the Canadian Corps against the German Sixth Army. The battle took place from April 9 to 12, 1917, and is considered a defining moment in Canadian history.
</p>
<div class="battlefield-sections">
<div class="battlefield-section">
<h4>Canadian Soldiers:</h4>
<p>The Canadian Corps, consisting of four divisions, fought together as a unified force for the first time. Using innovative tactics, including "creeping barrage" artillery support and extensive training, they successfully captured the ridge when previous French and British attempts had failed. This victory significantly boosted Canadian national pride and international recognition.</p>
</div>
</div>
<div class="battlefield-challenges">
<h4>Challenges They Faced</h4>
<ul>
<li>Formidable German Defenses: The Germans had transformed Vimy Ridge into a fortress with layers of barbed wire, concrete bunkers, and interconnected tunnels.</li>
<li>Difficult Terrain: The ridge provided the Germans with a commanding view of the surrounding area, making surprise attacks nearly impossible.</li>
<li>Weather Conditions: Snow, sleet, and cold temperatures added to the difficulty of the operation.</li>
<li>High Expectations: Previous Allied attempts to take the ridge had failed with heavy casualties, putting immense pressure on the Canadian forces.</li>
</ul>
</div>
<div class="battlefield-outcome">
<h4>Outcome and Impact on the War</h4>
<ul>
<li>Decisive Victory: The Canadians successfully captured Vimy Ridge, taking approximately 4,000 German prisoners.</li>
<li>Canadian National Identity: The battle is often cited as the moment when Canada "came of age" as a nation, fostering a sense of national pride and identity.</li>
<li>Military Innovation: The battle demonstrated the effectiveness of new tactics, particularly the creeping barrage and the value of intensive training.</li>
<li>Strategic Significance: Despite the tactical success, the battle did not lead to a breakthrough, as Allied forces elsewhere along the front made limited gains.</li>
<li>Commemoration: The Vimy Memorial in France stands as a tribute to the Canadians who fought and died in the battle and throughout the First World War.</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- Section 4: Victoria Cross -->
<section class="history-victoria">
<div class="history-content">
<div class="victoria-content">
<div class="victoria-header slide-25-up">
<h2 class="victoria-title">Victoria Cross</h2>
<div class="victoria-subtitle">SYMBOL OF ULTIMATE BRAVERY</div>
</div>
<p class="victoria-description slide-25-up">
The Victoria Cross (VC) is the highest military decoration awarded for valor "in the face of the enemy" to members of the armed forces of various Commonwealth countries, and previously, the British Empire. Instituted by Queen Victoria in 1856, it recognizes extraordinary bravery and self-sacrifice during combat. The medal is made from the bronze of Russian cannons captured during the Crimean War and is traditionally awarded by the British monarch. It remains a symbol of the utmost courage and heroism.
</p>
<a href="victoria.html" class="victoria-btn slide-25-up">Victoria Cross List</a>
</div>
</div>
</section>
<!-- Section 5: Letters from Frontline -->
<section id="letters-app" class="history-letters">
<div class="history-content">
<div class="letters-header">
<h2 class="history-section-title">Letters from Frontline</h2>
<div class="history-section-subtitle">VOICES FROM THE TRENCHES</div>
</div>
<div class="letters-slider-container slide-25-up">
<div class="letters-slider">
<div class="letter-card" v-for="letter in letters" :key="letter.id">
<div class="letter-date">{{ letter.date }}</div>
<h3 class="letter-location">{{ letter.flname }}</h3>
<div class="letter-content" v-html="formatLetter(letter.letter)"></div>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="cta-section">
<div class="cta-container">
<div class="cta-content">
<h2 class="cta-title">Keep their<br>Legacy alive</h2>
<p class="cta-description">
To commemorate the valour of Indian and Canadian Brothers
in Arms, to inspire future generations to uphold values of
humanity and freedom.
</p>
<div class="cta-buttons">
<a href="donations.html" class="cta-donate-btn">Donate</a>
<a href="about.html" class="cta-about-btn">About</a>
</div>
</div>
</div>
</section>
</main>
<!-- Footer -->
<footer>
<div class="footer-main">
<div class="footer-section">
<h3>Contact Us</h3>
<div class="contact-item">
<span class="icon"><img src="images/envelope.svg" alt="mail"></span>
<span>info@brotherinarms.com</span>
</div>
<div class="contact-item">
<span class="icon"><img src="images/phone.svg" alt="phone"></span>
<span>+1 (123) 456-7890</span>
</div>
</div>
<div class="footer-section">
<h3>Quick Links</h3>
<div class="quick-links">
<a href="about.html">About us</a>
<a href="victoria.html">Victoria Cross</a>
<a href="donations.html">Donation</a>
<a href="timeline.html">Timeline</a>
<a href="memorial.html">Memorial</a>
<a href="news-events.html">News & Events</a>
<a href="history.html">History</a>
<a href="contact.html">Contact us</a>
<a href="initiative.html">Initiative</a>
</div>
</div>
<div class="footer-section">
<h3>Follow Us</h3>
<div class="social-item">
<img src="images/Facebook.svg" alt="Facebook" class="social-icon">
<span>Srishti Foundation - Canada</span>
</div>
<div class="social-item">
<img src="images/Instagram.svg" alt="Instagram" class="social-icon">
<span>srishticanada</span>
</div>
<div class="social-item">
<img src="images/youtube.svg" alt="YouTube" class="social-icon">
<span>Srishti Foundation</span>
</div>
</div>
<div class="footer-section">
<h3>Newsletter</h3>
<form class="newsletter-form">
<input type="email" placeholder="Enter your email...">
<button type="submit">Send</button>
</form>
</div>
</div>
<div class="footer-copyright">
<a href="https://www.srishticanada.org/" target="_blank" rel="noopener noreferrer"> By Srishti Foundation</a>
</div>
</footer>
</body>
</html>