forked from zshawar/DeisHacks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
events.html
326 lines (282 loc) · 14.4 KB
/
events.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>Events</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<link href="assets/img/rotary.png" rel="icon">
<link href="assets/img/rotary.png" rel="apple-touch-icon">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i|Raleway:300,300i,400,400i,500,500i,600,600i,700,700i|Poppins:300,300i,400,400i,500,500i,600,600i,700,700i" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/boxicons/css/boxicons.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/remixicon/remixicon.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<!-- Template Main CSS File -->
<link href="assets/css/style.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Bethany - v4.0.1
* Template URL: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="fixed-top d-flex align-items-center">
<div class="container"">
<div class="header-container d-flex align-items-center justify-content-between">
<div class="logo">
<!-- <h1 class="text-light"><a href="index.html"><span>Waltham Rotary Club</span></a></h1> -->
<a href="index.html"><img src="assets/img/logo_cropped.png" alt="rotary logo"></a>
</div>
<nav id="navbar" class="navbar">
<ul>
<li><a class="nav-link scrollto" href="index.html">Home</a></li>
<li><a class="nav-link scrollto" href="about.html">About Us</a></li>
<!-- <li><a class="nav-link scrollto" href="#services">What We Do</a></li> -->
<li><a class="nav-link scrollto active" href="events.html">Events</a></li>
<li><a class="nav-link scrollto" href="https://www.paypal.com/donate?token=JBxM4sKl8lZGrvVRv2ecBcRyuObc74kaCcP5V1AnGbiyqm_BROjwJDU1bYP-YemiR3nqYTpSMwk2AFZW">Donate</a></li>
<!-- <li class="dropdown"><a href="#"><span>Drop Down</span> <i class="bi bi-chevron-down"></i></a>
<ul>
<li><a href="#">Drop Down 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Drop Down</span> <i class="bi bi-chevron-right"></i></a>
<ul>
<li><a href="#">Deep Drop Down 1</a></li>
<li><a href="#">Deep Drop Down 2</a></li>
<li><a href="#">Deep Drop Down 3</a></li>
<li><a href="#">Deep Drop Down 4</a></li>
<li><a href="#">Deep Drop Down 5</a></li>
</ul>
</li>
<li><a href="#">Drop Down 2</a></li>
<li><a href="#">Drop Down 3</a></li>
<li><a href="#">Drop Down 4</a></li>
</ul>
</li> -->
<li><a class="nav-link scrollto" href="https://portal.clubrunner.ca/3665/User/Login?OriginalUrl=portal.clubrunner.ca/3665">Member Login</a></li>
<li><a class="getstarted scrollto" href="https://411e6d6b-3f6a-40f9-9101-3da3d3d9d4df.filesusr.com/ugd/655c1c_08daab310e0c4e42aedd7df5c611cd0b.pdf">Join</a></li>
</ul>
<i class="bi bi-list mobile-nav-toggle"></i>
</nav><!-- .navbar -->
</div><!-- End Header Container -->
</div>
</header><!-- End Header -->
<main id="main">
<!-- ======= Hero Section ======= -->
<section id="events">
<div class="events-container" data-aos="zoom-in" data-aos-delay="100">
<h1 class="mb-4 pb-0">Waltham<br><span>Rotary</span> Events</h1>
<p class="mb-4 pb-0">Join us at our virtual fundraisers</p>
<a href="https://youtu.be/vwca7gWp9vQ" class="glightbox play-btn mb-4"></a>
</div>
</section><!-- End Hero Section -->
<section class="inner-page">
<!-- ======= Speakers Section ======= -->
<section id="fundraisers">
<div class="container" data-aos="fade-up">
<div class="section-header">
<h2>Upcoming Events</h2>
<p>Come have fun and fundraise with us!</p>
</div>
<div class="row">
<div class="col-lg-4 col-md-6">
<div class="fundraiser" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/fooddrive.jpg" alt="Food Drive" class="img-fluid">
<div class="details">
<h3>Food Drive</h3>
<p>In partnership with the Greater Boston Food Bank, purchase fresh goods to donate to a family or individual in need.</p>
<div class="social">
<a href="foodDrive.html">
<button type="button" class="btn btn-outline-warning">Learn More</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="fundraiser" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/clothingdrive.jpg" alt="Clothing Drive" class="img-fluid">
<div class="details">
<h3>Clothing Drive</h3>
<p>In partnership with Family Thrift, purchase clothing to donate to a family or individual in need.</p>
<div class="social">
<a href="clothingDrive.html">
<button type="button" class="btn btn-outline-warning">Learn More</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="fundraiser" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/event1.jpeg" alt="Opinionation" class="img-fluid">
<div class="details">
<h3>Opinionation</h3>
<p>Teams will compete for points to answer the top survey questions.</p>
<div class="social">
<a href="opinionation.html">
<button type="button" class="btn btn-outline-warning">Learn More</button>
</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="fundraiser" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/event2.jpg" alt="Lottery" class="img-fluid">
<div class="details">
<h3>Cash Calendar Lottery</h3>
<p>Purchase your copy of the April 2021 Daily Cash Lottery for the chance to win one of 30 daily cash prizes. </p>
<div class="social">
<button type="button" class="btn btn-outline-warning" href="">Learn More</button>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="fundraiser" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/event3.jpg" alt="Paper Football" class="img-fluid">
<div class="details">
<h3>Paper Football Competition</h3>
<p>Think you can be the first to flick to 21 points?</p>
<div class="social">
<button type="button" class="btn btn-outline-warning" href="">Learn More</button>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6">
<div class="fundraiser" data-aos="fade-up" data-aos-delay="100">
<img src="assets/img/event4.jpeg" alt="Trivia Night" class="img-fluid">
<div class="details">
<h3>Trivia Night</h3>
<p>Dress up and travel back to the 80s to compete in a multiround trivia game to win cool prizes! </p>
<div class="social">
<button type="button" class="btn btn-outline-warning" href="">Learn More</button>
</div>
</div>
</div>
</div>
</section>
<!-- End Speakers Section -->
</section>
<section "inner-page">
<div class="container">
<div class="col-lg-6" data-aos="fade-right" data-aos-delay="100">
<h2>Thank You to Our Sponsors and Partners</h2>
<br>
</div>
<br>
<div class="row">
<div class="col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="100">
<img src="assets/img/clients/client-1.png" class="img-fluid" alt="">
</div>
<div class="col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="200">
<img src="assets/img/clients/client-2.png" class="img-fluid" alt="">
</div>
<div class="col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="300">
<img src="assets/img/clients/client-3.png" class="img-fluid" alt="">
</div>
<div class="col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="400">
<img src="assets/img/clients/client-4.png" class="img-fluid" alt="">
</div>
<div class="col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="500">
<img src="assets/img/clients/client-5.png" class="img-fluid" alt="">
</div>
<div class="col-lg-4 col-md-6" data-aos="zoom-in" data-aos-delay="600">
<img src="assets/img/clients/client-6.png" class="img-fluid" alt="">
</div>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- ======= Footer ======= -->
<footer id="footer">
<div class="footer-top">
<div class="container">
<div class="row">
<div class="col-lg-4 col-md-6 footer-contact">
<h3>Waltham Rotary Club</h3>
<p>
P.O. Box 540262<br/>
Waltham, MA 02454<br>
United States <br><br>
<strong>Email: </strong><a href="mailto:walthamrotary.6591@gmail.com" target="_self" tabindex="0">walthamrotary.6591@gmail.com</a><br>
</p>
</div>
<div class="col-lg-4 col-md-6 footer-links">
<h4>WRC Around the Web</h4>
<a href="https://www.facebook.com/WalthamRotaryClub/" class="bx bxl-facebook mr-2"></a>
<a href="https://www.instagram.com/walthamrotaryclub/" class="bx bxl-instagram mr-2"></a>
<a href="https://twitter.com/walthamrotary" class="bx bxl-twitter mr-2"></a>
<a href="https://www.linkedin.com/company/rotary-international/" class="bx bxl-linkedin mr-2"></a>
<!-- <li><i class="bx bx-chevron-right"></i> <a href="#">Services</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Terms of service</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Privacy policy</a></li>
</ul> -->
</div>
<!-- <div class="col-lg-3 col-md-6 footer-links">
<h4>Our Services</h4>
<ul>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Design</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Web Development</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Product Management</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Marketing</a></li>
<li><i class="bx bx-chevron-right"></i> <a href="#">Graphic Design</a></li>
</ul>
</div> -->
<div class="col-lg-4 footer-newsletter">
<h4>Join the Waltham Rotary Club</h4>
<p>Take action and email us to gain access to our club meetings</p>
<form action="https://formspree.io/f/xleareby" method="POST">
<input type="email" name="email"><input type="submit" value="Subscribe">
</form>
</div>
</div>
</div>
</div>
<div class="container d-md-flex py-4">
<div class="me-md-auto text-center text-md-start">
<div class="copyright">
© Copyright <strong><span>Waltham Rotary Club</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/bethany-free-onepage-bootstrap-theme/ -->
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a>
</div>
</div>
<!-- <div class="social-links text-center text-md-right pt-3 pt-md-0">
<a href="https://twitter.com/walthamrotary?lang=en" class="twitter"><i class="bx bxl-twitter"></i></a>
<a href="https://www.facebook.com/WalthamRotaryClub/" class="facebook"><i class="bx bxl-facebook"></i></a>
<a href="https://www.instagram.com/walthamrotaryclub/" class="instagram"><i class="bx bxl-instagram"></i></a>
<a href="https://www.linkedin.com/company/rotary-international/" class="linkedin"><i class="bx bxl-linkedin"></i></a>
</div> -->
</div>
</footer><!-- End Footer -->
<a href="#" class="back-to-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor JS Files -->
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/purecounter/purecounter.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
<!-- Latest compiled and minified CSS -->
<!-- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> -->
</body>
</html>