-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathevents.html
More file actions
49 lines (41 loc) · 1.59 KB
/
Copy pathevents.html
File metadata and controls
49 lines (41 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<title>COD Computer Science Club</title>
<meta charset="iso-8859-1">
<link rel="stylesheet" href="../static/styles/layout.css" type="text/css">
<!--[if lt IE 9]><script src="scripts/html5shiv.js"> </script><![endif]-->
</head>
<body>
<div class="wrapper row1">
<header id="header" class="clear">
<div id="Logo">
<img src="images/second_way_better_logo.jpg" alt="Computer Science Club" height="100" width="100">
</div>
<nav>
<a href="index.html" class="myButton2">Home</a>
<a href="about.html" class="myButton2">About Us</a>
<a href="contact.html" class="myButton2">Contact Us</a>
<a href="events.html" class="myButton2">Events</a>
</nav>
</header>
<div class="wrapper row2">
<div id="container" class="clear">
<section class="last clear">
<article class="two_third">
<h1 align="center" class="big_font">Events Calendar</h1>
</br>
<p class="calendar" align="center"> <iframe src="https://calendar.google.com/calendar/embed?src=ltg9aul4r93nirgqkerip8is1c%40group.calendar.google.com&ctz=America/Los_Angeles" style="border: 0" width="800" height="600" frameborder="1" scrolling="no"></iframe></p>
</article>
</section>
</div>
</div>
</div>
<div class="wrapper row3">
<footer id="footer" class="clear">
<p class="fl_left">Copyright © 2016 - All Rights Reserved - <a href="index.html">COD Computer Science Club</a></p>
<p class="fl_right">Template by <a href="http://www.os-templates.com/" title="Free Website Templates">OS Templates</a></p>
</footer>
</div>
</body>
</html>