-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvictoria.html
More file actions
341 lines (300 loc) · 13.6 KB
/
victoria.html
File metadata and controls
341 lines (300 loc) · 13.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Victoria Cross Recipients - Brothers in Arms</title>
<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@300;400;500;600;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
<script type="module" src="js/main.js"></script>
</head>
<body>
<!-- Header Background -->
<!-- Header Section -->
<div class="mobile-menu-overlay" id="mobileMenuOverlay">
<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" id="mobileCloseButton">
<span></span>
<span></span>
</div>
</div>
<div class="mobile-menu-content">
<div class="mobile-menu-title">Menu</div>
<nav class="mobile-nav">
<ul>
<li><a href="about.html">About</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">Get in Touch</div>
<div class="mobile-contact-email">info@brotherinarms.com</div>
</div>
</div>
</div>
<!-- Header Section -->
<div class="header-section">
<!-- Fixed Background for Header -->
<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" id="mobileMenuButton">
<span></span>
<span></span>
<span></span>
</div>
</header>
</div>
<!-- Header Section -->
<!-- Section 1: Victoria Cross Introduction -->
<section class="victoria-intro">
<div class="victoria-container">
<div class="victoria-header">
<span class="victoria-subtitle sub">THEIR COURAGE, OUR HISTORY</span>
<h1 class="page-heading">Notable Canadian World War <br><span class="victoria-highlight">Victoria Cross</span> recipients</h1>
</div>
<div class="victoria-medal-content">
<div class="victoria-medal-image slide-100-right">
<img src="images/victoria-medal.png" alt="Victoria Cross Medal">
</div>
<div class="victoria-medal-description slide-100-left">
<h2>Blazon</h2>
<p>The Victoria Cross (VC) is the highest and most prestigious decoration of the British decorations system. It is awarded for "valour" in the presence of the enemy" to members of the British Armed Forces and may be awarded posthumously. It was previously awarded to service personnel in the broader British Empire (later Commonwealth of Nations), with most successor independent nations now having established their own honours systems and no longer recommending British honours. It may be awarded to a person of any military rank in any service and to civilians under military command. No civilian has received the award since 1879.</p>
<p>Since the first awards were presented by Queen Victoria in 1857, two-thirds of all awards have been personally presented by the British monarch. The investitures are usually held at Buckingham Palace.</p>
</div>
</div>
</div>
</section>
<!-- Section 2: Victoria Cross Recipients List -->
<section class="victoria-recipients">
<div class="victoria-container">
<div class="recipients-header">
<h2 class="slide-25-up">Victoria Cross List</h2>
<span class="subtitle slide-25-up">THE INDIAN AND CANADIAN ROLE IN WORLD WAR I</span>
</div>
<div class="recipients-grid">
<!-- Row 1 -->
<div class="recipients-row slide-25-up">
<div class="recipient-card">
<h3>Edward Bellew</h3>
<span class="location">KERSELAERE, BELGIUM, 1915</span>
<p class="regiment">British Columbia Regiment (Duke of Connaught's Own)</p>
<p class="origin"><strong>FROM</strong><br>British Columbia</p>
</div>
<div class="recipient-card">
<h3>Frederick Fisher</h3>
<span class="location">ST. JULIEN, BELGIUM, 1915</span>
<p class="regiment">13th Battalion, CEF (Royal Highlanders of Canada)</p>
<p class="origin"><strong>FROM</strong><br>Quebec</p>
</div>
<div class="recipient-card">
<h3>Filip Konowal</h3>
<span class="location">HILL 70, FRANCE, 1917</span>
<p class="regiment">47th Battalion, CEF</p>
<p class="origin"><strong>FROM</strong><br>Ontario</p>
</div>
<div class="recipient-card">
<h3>William Barker</h3>
<span class="location">CAMBRAI, FRANCE, 1918</span>
<p class="regiment">Royal Air Force</p>
<p class="origin"><strong>FROM</strong><br>Manitoba</p>
</div>
<div class="recipient-card">
<h3>Thomas Ricketts</h3>
<span class="location">LEDEGEM, BELGIUM, 1918</span>
<p class="regiment">Royal Newfoundland Regiment</p>
<p class="origin"><strong>FROM</strong><br>Newfoundland</p>
</div>
<div class="recipient-card">
<h3>Alexander Roberts Dunn</h3>
<span class="location">BALACLAVA, CRIMEA, 1854</span>
<p class="regiment">11th Hussars</p>
<p class="origin"><strong>FROM</strong><br>Upper Canada (Ontario)</p>
</div>
<div class="recipient-card">
<h3>Francis Scrimger</h3>
<span class="location">ST. JULIEN, BELGIUM, 1915</span>
<p class="regiment">Royal Montreal Regiment</p>
<p class="origin"><strong>FROM</strong><br>Quebec</p>
</div>
<div class="recipient-card">
<h3>Milton Gregg</h3>
<span class="location">CAMBRAI, FRANCE, 1918</span>
<p class="regiment">Royal Canadian Regiment</p>
<p class="origin"><strong>FROM</strong><br>New Brunswick</p>
</div>
</div>
<!-- Row 2 -->
<div class="recipients-row slide-25-up">
<div class="recipient-card">
<h3>Paul Triquet</h3>
<span class="location">CASA BERARDI, ITALY, 1943</span>
<p class="regiment">Royal 22e Régiment</p>
<p class="origin"><strong>FROM</strong><br>Quebec</p>
</div>
<div class="recipient-card">
<h3>John Foote</h3>
<span class="location">DIEPPE, FRANCE, 1942</span>
<p class="regiment">Royal Hamilton Light Infantry</p>
<p class="origin"><strong>FROM</strong><br>Ontario</p>
</div>
<div class="recipient-card">
<h3>Charles Rutherford</h3>
<span class="location">MONCHY-LE-PREUX, FRANCE, 1918</span>
<p class="regiment">5th Canadian Mounted Rifles</p>
<p class="origin"><strong>FROM</strong><br>Ontario</p>
</div>
<div class="recipient-card">
<h3>John MacGregor</h3>
<span class="location">CAMBRAI, FRANCE, 1918</span>
<p class="regiment">2nd Canadian Mounted Rifles</p>
<p class="origin"><strong>FROM</strong><br>British Columbia</p>
</div>
<div class="recipient-card">
<h3>William Hall</h3>
<span class="location">LUCKNOW, INDIA, 1857</span>
<p class="regiment">Royal Navy</p>
<p class="origin"><strong>FROM</strong><br>Nova Scotia</p>
</div>
<div class="recipient-card">
<h3>Frederick Hobson</h3>
<span class="location">LENS, FRANCE, 1917</span>
<p class="regiment">20th Battalion, CEF</p>
<p class="origin"><strong>FROM</strong><br>Ontario</p>
</div>
<div class="recipient-card">
<h3>Thain MacDowell</h3>
<span class="location">VIMY RIDGE, FRANCE, 1917</span>
<p class="regiment">38th Battalion, CEF</p>
<p class="origin"><strong>FROM</strong><br>Ontario</p>
</div>
<div class="recipient-card">
<h3>George Pearkes</h3>
<span class="location">PASSCHENDAELE, BELGIUM, 1917</span>
<p class="regiment">5th Canadian Mounted Rifles</p>
<p class="origin"><strong>FROM</strong><br>Alberta</p>
</div>
</div>
</div>
<div class="slider-pagination">
<span class="pagination-dot active"></span>
<span class="pagination-dot"></span>
<span class="pagination-dot"></span>
<span class="pagination-dot"></span>
</div>
<div class="recipients-navigation">
<div class="left-button">
<button class="auto-play-btn">
Auto play ›
</button>
</div>
<div class="slider-buttons">
<button class="prev-btn">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M15 18l-6-6 6-6"/></svg>
</button>
<button class="next-btn">
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M9 18l6-6-6-6"/></svg>
</button>
</div>
</div>
</div>
</div>
</section>
<!-- Contact/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 us</a>
</div>
</div>
</div>
</section>
<!-- Footer Section -->
<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>