-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtimeline.html
More file actions
257 lines (227 loc) · 9.48 KB
/
timeline.html
File metadata and controls
257 lines (227 loc) · 9.48 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
<!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 -->
<!-- Hero Section -->
<section class="timeline-hero-section">
<div class="timeline-container">
<div class="timeline-subtitle sub">THEIR COURAGE, OUR HISTORY</div>
<h1 class="timeline-title page-heading">
World War 1 Living Guard of Honour & Memorial – Indian & Canadian <span class="highlight">Brothers In Arms</span>
</h1>
</div>
</section>
<!-- Vision & Mission Section -->
<section class="timeline-vision-section">
<div class="timeline-container">
<div class="timeline-vision-content">
<div class="timeline-vision-text slide-100-right">
<h2 class="timeline-vision-title">Vision</h2>
<p>To commemorate the valour of Indian and Canadian Brothers In Arms, to inspire future generations to uphold values of humanity and freedom.</p>
<h2 class="timeline-vision-title">Mission</h2>
<p>This memorial highlights the forgotten story of the collaboration between the Indian & Canadian soldiers who fought side by side, at the Western Front, in Europe.</p>
<p>Bring forward shared personal experiences of battle, challenges, emotions and triumph.</p>
<p>To reflect on the lessons from the stories of heroism, sacrifices and voices of liberation.</p>
<a href="initiative.html" class="timeline-initiative-btn">Initiatives ></a>
</div>
<div class="timeline-vision-image slide-100-left">
<img src="images/timeline-img.png" alt="Brothers In Arms Team">
</div>
</div>
</div>
</section>
<!-- Timeline Progress Section -->
<section class="timeline-progress-section">
<div class="timeline-container">
<h2 class="timeline-progress-title slide-25-up">Our Progress</h2>
<p class="timeline-progress-subtitle slide-25-up">Your generosity fuels our mission. Whether it's a one-time donation, monthly support, or a tribute gift, there are many ways to contribute.</p>
<div class="timeline-slider-container">
<!-- Progress timeline bar -->
<div class="timeline-progress-bar slide-25-up">
<div class="timeline-year">2020</div>
<div class="timeline-year">2021</div>
<div class="timeline-year">2022</div>
<div class="timeline-year">2023</div>
<div class="timeline-year">2024</div>
<div class="timeline-year">2025</div>
<div class="timeline-progress-track">
<div class="timeline-progress-fill"></div>
</div>
</div>
<!-- Timeline slider -->
<div id="timeline-app" class="timeline-slider slide-25-up">
<div class="timeline-card" v-for="item in timeline" :key="item.id">
<div class="timeline-card-image">
<img :src="`images/${item.img_url}`" :alt="item.title" />
</div>
<div class="timeline-card-content">
<h3>{{ item.title }}</h3>
<ul>
<li>{{ item.timespan }}</li>
<li>{{ item.desc }}</li>
</ul>
</div>
</div>
</div>
<!-- Timeline controls -->
<div class="timeline-controls">
<button class="timeline-auto-play-btn">Auto play ></button>
<div class="timeline-nav-buttons">
<button class="timeline-prev-btn"><img src="images/previous.svg" alt="previous button"></button>
<button class="timeline-next-btn"><img src="images/next.svg" alt="next button"></button>
</div>
</div>
<!-- Pagination for Mobile Only -->
<div class="timeline-pagination">
<span class="timeline-pagination-dot active"></span>
<span class="timeline-pagination-dot"></span>
<span class="timeline-pagination-dot"></span>
<span class="timeline-pagination-dot"></span>
<span class="timeline-pagination-dot"></span>
<span class="timeline-pagination-dot"></span>
</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>