-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcalendar.html
53 lines (51 loc) · 1.92 KB
/
calendar.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
<!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/events.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 events">
<div class="content-top">
<h2>Calendar</h2>
</div>
<div class="content-bottom">
<p><iframe src="https://www.google.com/calendar/embed?showTitle=0&showPrint=0&showCalendars=0&height=600&wkst=1&bgcolor=%23ffcc00&src=uwaterloobaja%40gmail.com&color=%23060D5E&ctz=America%2FToronto" style=" border:solid 1px #777 " width="800" height="600" frameborder="0" scrolling="no"></iframe></p>
</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>
</body>
</html>