This repository has been archived by the owner on Dec 11, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsponsors.html
446 lines (376 loc) · 14.5 KB
/
sponsors.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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Midnight Sun</title>
<link rel="icon" href="img/logo_round.png" />
<meta name="description" content="University of Waterloo Midnight Sun Rayce Car Team">
<meta name="keywords" content="midnight sun, solar car, car, university of waterloo, rayce, solar">
<meta name="author" content="Uwmidsun">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,700" rel="stylesheet">
<script src="https://code.jquery.com/jquery.js"></script>
<script src="https://code.jquery.com/jquery-2.2.0.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.0/js/swiper.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.0/js/swiper.jquery.min.js"></script>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.0/css/swiper.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/Swiper/3.4.0/css/swiper.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Exo+2:200,300,600,700,900">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css">
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/header.css" />
<link rel="stylesheet" href="css/footer.css" />
<link rel="stylesheet" href="css/sponsors.css" />
</head>
<body>
<div id="loader-wrapper">
<div id="loader"></div>
<div class="loader-section section-left"></div>
<div class="loader-section section-right"></div>
</div>
<div id="main">
<div id="sponsor-us-parallax" style="text-align:center">
<div class="col-sm-12 text-center inner sponsor-us-title">
<div>
<h1 style="font-size:50px">SPONSORSHIP</h1>
<p></p>
</div>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-12 button-div" style="padding-top:5px; margin-bottom: 30px">
<div class="donate-button">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" class="center-div">
<!-- Identify your business so that you can collect the payments. -->
<input type="hidden" name="business" value="mail@uwmidsun.com">
<!-- Specify a Donate button. -->
<input type="hidden" name="cmd" value="_donations">
<!-- Specify details about the contribution -->
<input type="hidden" name="item_name" value="Midnight Sun">
<input type="hidden" name="item_number" value="Midnight Sun Solar Rayce Car Team">
<input type="hidden" name="amount" value="">
<input type="hidden" name="currency_code" value="CAD">
<!-- Display the payment button. -->
<input class="center-div" type="image" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="PayPal - The safer, easier way to pay online">
<img alt="" width="1" height="1" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif">
</form>
</div>
<a href="mailto:mail@uwmidsun.com?Subject=Partner%20up" target="_top" class="smoothScroll btn btn-default center-div">GET IN TOUCH</a>
</div>
<div class="col-xs-12 col-md-6 col-md-offset-3" style="text-align: center;">
<p>
Midnight Sun relies on the support of university, industrial, and corporate sponsors in order to achieve our goals. We receive
support both in the form of monetary sponsorship and the direct supply of raw materials or manufacturing facilities
and services.
</p>
<p>
Our sponsors contribute not only to the success of our vehicle, but the success of the students that form our team. Midnight
Sun has impacted several generations of students by giving them the opportunity to take on a major project spanning
multiple disciplines, experience they have carried on into their respective industries.
</p>
<p>
If you'd like to talk about ways you can support our team, please feel free to contact us at
<a href="mailto:mail@uwmidsun.com?Subject=Partner%20up" target="_top">mail@uwmidsun.com</a>
</p>
</div>
</div>
<div class="container">
<div style="text-align:center">
<h3>The more you support Midnight Sun, the more we can give back</h3>
</div>
</div>
<div style="text-align: center">
<div class="row">
<div class="col-xs-12 col-md-3 col-md-offset-3">
<h3>Supporting students</h3>
<p>Your support will enable the unique development of hundreds of undergraduate students</p>
</div>
<div class="col-xs-12 col-md-3">
<h3>Media exposure</h3>
<p>Our sponsors are featured in our print and web media, as well as at outreach events.</p>
</div>
</div>
<div class="row">
<div class="col-xs-12 col-md-3 col-md-offset-3">
<h3>Pushing renewable energy forward</h3>
<p>You will be supporting the adoption of renewable technologies and processes.</p>
</div>
<div class="col-xs-12 col-md-3">
<h3>We will be there for you</h3>
<p>Midnight Sun is happy to promote our team at sponsor-hosted events</p>
</div>
</div>
</div>
<!-- <div id="sponsor-header-parallax-current" style="text-align:center">
<div class="col-sm-12 text-center inner sponsor-header-title">
<div>
<h1 style="font-size:50px">CURRENT SPONSORS</h1>
<p></p>
</div>
</div>
</div>
-->
<div class="container-fluid" style="margin-bottom:50px; padding-left:15px; padding-right:15px">
<div style="text-align:center">
<h1>Thank you to our current sponsors:</h1>
</div>
<div class="row text-center">
<hr>
<h1 class="col-md-12">
Benefactors
</h1>
<div class="row">
<div class="col-md-6">
<a class="tile" href="http://www.samuel.com/en/Pages/default.aspx" target="_blank">
<img class="img-rounded" src="img/sponsor/samuel_son_and_co.png"/>
</a>
</div>
<div class="col-md-6">
<a class="tile" href="http://baumeier.com/" target="_blank">
<img class="img-rounded" src="img/sponsor/baumeier.png"/>
</a>
</div>
</div>
<div class="row">
<div class="col-md-6">
<a class="tile" href="https://www.student.math.uwaterloo.ca/~mefcom/" target="_blank">
<img class="img-rounded" src="img/sponsor/uw_math_endownment_fund.png"/>
</a>
</div>
<div class="col-md-6">
<a class="tile" href="https://uwaterloo.ca/engineering/" target="_blank">
<img class="img-rounded" src="img/sponsor/uw_engineering.png"/>
</a>
</div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<a class="tile" href="https://cs.uwaterloo.ca/" target="_blank">
<img class="img-rounded" src="img/sponsor/uw_cs.png"/>
</a>
</div>
</div>
</div>
<div class="row text-center">
<hr>
<h1 class="col-md-12">
Associates
</h1>
<div class="row">
<div class="col-sm-4">
<a class="tile" href="https://uwaterloo.ca/electrical-computer-engineering/" target="_blank">
<img class="img-rounded" src="img/sponsor/uw_electrical_and_computer.png"/>
</a>
</div>
<div class="col-sm-4">
<a class="tile" href="https://demtool.com/" target="_blank">
<img class="img-rounded" src="img/sponsor/demtool.png"/>
</a>
</div>
<div class="col-sm-4">
<a class="tile" href="https://www.3ds.com/" target="_blank">
<img class="img-rounded" src="img/sponsor/dassault_systemes.png"/>
</a>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<a class="tile" href="http://www.ansys.com/" target="_blank">
<img class="img-rounded" src="img/sponsor/Ansys.jpg"/>
</a>
</div>
<div class="col-sm-4">
<a class="tile" href="http://www.altium.com/" target="_blank">
<img class="img-rounded" src="img/sponsor/altium.jpg"/>
</a>
</div>
<div class="col-sm-4">
<a class="tile" href="http://www.patternsthings.com/" target="_blank">
<img class="img-rounded" src="img/sponsor/patterns_n_things.png"/>
</a>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<a class="tile" href="http://www.weef.uwaterloo.ca/index.php" target="_blank">
<img class="img-rounded" src="img/sponsor/uw_weef.png"/>
</a>
</div>
<div class="col-sm-4">
<a class="tile" href="https://www.engsoc.uwaterloo.ca/" target="_blank">
<img class="img-rounded" src="img/sponsor/uw_eng_soc.png"/>
</a>
</div>
<div class="col-sm-4">
<a class="tile" href="https://us.sunpower.com/" target="_blank">
<img class="img-rounded" src="img/sponsor/sunpower.png"/>
</a>
</div>
</div>
<div class="row">
<div class="col-sm-4">
<a class="tile" href="http://www.gochermann.com/" target="_blank">
<img class="img-rounded" src="img/sponsor/gochermann.png"/>
</a>
</div>
<div class="col-sm-4">
<a class="tile" href="http://www.boralex.com/" target="_blank">
<img class="img-rounded" src="img/sponsor/boralex.png"/>
</a>
</div>
<div class="col-sm-4">
<a class="tile" href="http://www.baylismedical.com/" target="_blank">
<img class="img-rounded" src="img/sponsor/baylis.png"/>
</a>
</div>
</div>
<div class="row">
<div class="col-sm-4 col-sm-offset-4">
<a class="tile" href="https://www.activestate.com/" target="_blank">
<img class="img-rounded" src="img/sponsor/active_state.png"/>
</a>
</div>
</div>
</div>
<div class="row text-center">
<hr>
<h1 class="col-md-12">
Supporters
</h1>
<div class="row">
<div class="col-sm-3">
<a class="tile" href="https://uwaterloo.ca/systems-design-engineering/" target="_blank">
<img class="img-rounded" src="img/sponsor/uw_systems_design.png"/>
</a>
</div>
<div class="col-sm-3">
<a class="tile" href="https://compositescanada.com/" target="_blank">
<img class="img-rounded" src="img/sponsor/compositescanada.png"/>
</a>
</div>
<div class="col-sm-3">
<a class="tile" href="https://uwaterloo.ca/mechanical-mechatronics-engineering/" target="_blank">
<img class="img-rounded" src="img/sponsor/uw_mechanical.png"/>
</a>
</div>
<div class="col-sm-3">
<a class="tile" href="http://www.kitchenerhonda.com/en/" target="_blank">
<img class="img-rounded" src="img/sponsor/kitchener_honda.png"/>
</a>
</div>
</div>
<div class="row">
<div class="col-sm-3 col-sm-offset-3">
<a class="tile" href="http://www.marsland.ca/" target="_blank">
<img class="img-rounded" src="img/sponsor/marsland.png"/>
</a>
</div>
<div class="col-sm-3">
<a class="tile" href="http://newmediaservices.uwaterloo.ca/mediadoc.html" target="_blank">
<img class="img-rounded" src="img/sponsor/uw_media_doc.png"/>
</a>
</div>
</div>
</div>
<div class="row text-center">
<hr>
<h1 class="col-md-12">
Backers
</h1>
<div class="row">
<div class="col-sm-3 col-sm-offset-3">
<a class="tile" href="http://www.picocanada.com/en/index.php" target="_blank">
<img class="img-rounded" src="img/sponsor/pico_canada.png"/>
</a>
</div>
<div class="col-sm-3">
<a class="tile" href="http://velocity.uwaterloo.ca/" target="_blank">
<img class="img-rounded" src="img/sponsor/velocity.png"/>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<footer class="footer">
<div class="footer-left">
<div class="icon">
<a href="index.html">
<img id="logo" src="img/logo_long.png"/>
</a>
</div>
<p class="footer-links">
<a href="index.html">Home</a> ·
<a href="team.html">Team</a> ·
<a href="cars.html">Cars</a> ·
<a href="sponsors.html">Sponsors</a> ·
<a href="media.html">Media</a>
</p>
<p class="footer-company-name">Midnight Sun © 2017</p>
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p>
<span>
Engineering 5, Room 2001.
University of Waterloo.
</span> 200 University Ave West Waterloo, ON, N2L 3G1
</p>
</div>
<div>
<i class="fa fa-phone"></i>
<p>519-888-4567 x32978 </p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p><a href="mailto:solar@uwmidsun.com">solar@uwmidsun.com</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about">
<span>Midnight Sun</span> The University of Waterloo's Competitive Solar Race Car Team
</p>
<div class="footer-icons">
<a href="https://www.facebook.com/uwmidsun" target="_blank"><i class="fa fa-facebook"></i></a>
<a href="https://twitter.com/uwmidsun" target="_blank"><i class="fa fa-twitter"></i></a>
<a href="https://www.instagram.com/uwmidsun" target="_blank"><i class="fa fa-instagram"></i></a>
<a href="https://www.flickr.com/photos/uwmidsun/" target="_blank"><i class="fa fa-flickr"></i></a>
</div>
</div>
</footer>
<nav class="navbar navbar-default fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1"
aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="team.html">TEAM</a></li>
<li><a href="cars.html">CARS</a></li>
<li><a href="sponsors.html">SPONSORS</a></li>
<li><a href="media.html">MEDIA</a></li>
</ul>
</div>
</div>
</nav>
<a class="" href="index.html">
<div class="brand-img-wrapper">
<img class="navbar-left brand-img" src="img/logo_long.png" />
<img class="mobile-brand" src="img/logo_long.png" />
</div>
</a>
<script src="js/loader.js"></script>
<script src="js/header.js"></script>
<script src="js/sponsors.js"></script>
</body>
</html>