forked from IndigoJester/zooenggNewSite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
66 lines (65 loc) · 2.72 KB
/
index.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
<!DOCTYPE HTML>
<html>
<head>
<title>
ZOO Engineering UofC
</title>
<link rel="stylesheet" type="text/css" href="common.css"/>
<link rel="stylesheet" type="text/css" href="navbar.css"/>
<link rel="stylesheet" type="text/css" href="main.css"/>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Oxygen">
<meta name="keywords" content="university, club, calgary, engineering, software, ucalgary, computer, zoo">
<meta name="description" content="The Electrical, Software, and Computer Engineering Students' Society at the University of Calgary is an organization committed to providing students with a variety of academic and social events to enrich their experience at university and throughout their degree.">
<meta name="copyright" content="Copyright 2017 Jared Brintnell">
<meta name="viewport" content="width=device-width, initial-scale=0.86, maximum-scale=3.0, minimum-scale=0.86">
<script type="text/javascript" src="main.js"></script>
<link rel="icon" href="zoo.png">
<link rel="canonical" href="https://zooengg.ca"/>
</head>
<body onload="currentSlide(1); startTimer();">
<div class="site">
<div class="fill bgcolor"></div>
<img class="watermark" src="zoo.png">
<div class="header">
<a href="index.html"><img id="zoologo" src="zoo.png"></a>
<div class="rightside">
<h1 id="banner"> Electrical, Computer, and Software Engineering Students' Society</h1>
<div class="navbar">
<a id="nav-select" href="index.html">
Home
</a>
<a href="about/index.html">
About
</a>
<a href="events/index.html">
Events
</a>
<a href="council/index.html">
Council
</a>
<a href="sponsors/index.html">
Sponsors
</a>
</div>
</div>
</div>
<div class="size">
<div class="content">
<div class="displaybox slidebox">
<div class="slides fade">
<a href="">
<img src="Welcome.png" class="slideImg">
</a>
</div>
<div class="slides fade">
<a href="events/index.html">
<img src="Welcome.png" class="slideImg">
</a>
</div>
<a class="prev" onclick="plusSlides(-1); stopTimer();">❮</a>
<a class="next" onclick="plusSlides(1); stopTimer();">❯</a>
</div>
</div>
</div>
</body>
</html>