-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcontact.html
91 lines (84 loc) · 5.09 KB
/
contact.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
<!DOCTYPE html>
<html>
<head>
<title>University of Waterloo - Waterloo Baja SAE: Engineering</title>
<link rel="shortcut icon" href="https://uwaterloo.ca/favicon.ico" type="image/vnd.microsoft.icon" />
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="css/google-form.css" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,700" />
</head>
<body>
<header>
<div class="container">
<a href="index.html" class="logo-link"><img src="img/logo.png" class="logo" /></a>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="calendar.html">Calendar</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="sponsors.html">Sponsors</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
</nav>
<div class="clear"></div>
</div>
</header>
<section class="content">
<div class="content-top">
<h2>Contact</h2>
</div>
<div class="content-bottom">
<div class="column-right">
<h3>Info</h3>
<dl>
<dt>Email:</dt>
<dd><a href="mailto:[email protected]">[email protected]</a></dd>
<dt>Social:</dt>
<dd><a href="http://facebook.com/UWBajaSAE">http://facebook.com/UWBajaSAE</a></dd>
<dt>URL:</dt>
<dd><a href="http://www.eng.uwaterloo.ca/~baja/">http://www.eng.uwaterloo.ca/~baja/</a></dd>
<dt>Address:</dt>
<dd>
<p>
UWaterloo Baja SAE Team<br>
c/o Connor Dobson<br>
Engineering 5 - Room 1012<br>
Student Design Centre<br>
200 University Avenue West<br>
Waterloo, Ontario, Canada N2L 3G1
</p>
</dd>
</dl>
</div>
<div class="column-left">
<h3>Mailing list</h3>
<div class="form-container">
<p>If you want to receive updates and emails from the team, please enter your email address below.</p>
<form action="https://docs.google.com/forms/d/1rssy7CMgbFdJ8CNnPN25NP2Zo6U3o-OLT8vXIGKgHWo/formResponse" method="POST" id="ss-form" target="_self" onsubmit=""><ol style="padding-left: 0"><div class="ss-form-question errorbox-good"><div dir="ltr" class="ss-item ss-text"><div class="ss-form-entry"><label aria-hidden class="ss-q-item-label aria-todo" for="entry_1293786459"><div class="ss-q-title">Email address:</div><div class="ss-q-help ss-secondary-text" dir="ltr"></div></label><input type="text" name="entry.1293786459" value="" class="ss-q-short" id="entry_1293786459" dir="auto" aria-label="Email address: The entered email does not appear to be valid" pattern=".*(\W|^)[\w.+\-]{0,25}@[^\.]+\.[a-zA-Z]{3}(\W|$).*" title="The entered email does not appear to be valid"><div class="error-message">The entered email does not appear to be valid</div><div class="required-message">This is a required question</div></div></div></div><input type="hidden" name="draftResponse" value="[]"><input type="hidden" name="pageHistory" value="0"><div class="ss-item ss-navigate"><table id="navigation-table"><tbody><tr><td class="ss-form-entry goog-inline-block" id="navigation-buttons" dir="ltr"><input type="submit" name="submit" value="Submit" id="ss-submit"></td></tr></tbody></table></div></ol></form>
<div id="docs-aria-speakable" class="docs-a11y-ariascreenreader-speakable docs-offscreen" aria-live="assertive" role="region" aria-atomic></div></div>
<iframe src="http://player.vimeo.com/video/78261959?title=0&byline=0&portrait=0&color=ffd801&autoplay=0" width="470" height="281" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<div class="clear"></div>
</div>
</div>
</section>
<footer class="main-footer">
<section class="address">
Engineering 5, Room 1012<br>
Student Design Centre<br>
200 University Avenue West<br>
Waterloo, ON, N2L 3G1 Canada
</section>
<section class="social">
<a href="http://facebook.com/UWBajaSAE"><img src="img/icons/facebook.png" /></a>
</section>
<section class="credit">
Website designed by <a href="https://twitter.com/wataweb" target="_blank">Adrian Carolli</a>
</section>
</footer>
<script src="js/h5f.js"></script>
<script src="js/form.js"></script>
</body>
</html>