-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
79 lines (69 loc) · 2.91 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
67
68
69
70
71
72
73
74
75
76
77
78
79
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" type="text/css" href="css/nav.css">
<link rel="stylesheet" media="screen and (min-device-width: 1190px)" type="text/css" href="css/main.css">
<script src="jQuery/jquery-1.11.1.min.js"></script>
<script src="jQuery/Unslider.js"></script>
<script src="jQuery/stickynav.js"></script>
<title>Lassonde Engineering Society</title>
</head>
<body>
<header id="page-header">
<div id="title-img"> <img id="logo" alt="Logo" src="img/ls-logo.png"></div>
</header>
<div id="sticky_navigation">
<nav id="navigationBar">
<div id="list-wrapper">
<ul>
<li id="home" style="background: #212121"><a href="index.html">Home</a></li>
<li id="about"><a href="about.html">About</a></li>
<li id="events"><a href="events.html">Events</a></li>
<li id="apply"><a href="apply.html">Apply</a></li>
<li id="blog"><a href="blog.html">Blog</a></li>
<li id="resources"><a href="resources.html">Resources</a></li>
<li id="contact"><a href="contact.html">Contact</a></li>
</ul>
</div>
</nav>
</div>
<div id="page-wrap">
<div style="clear: both;"></div>
<div id="banner-container">
<div class="banner">
<ul>
<li><img src="img/yec.png"></li>
<li><img src="img/yecdebate.jpg"></li>
</ul>
</div>
</div>
<script>
$(function() {
$('.banner').unslider();
});
</script>
<div class="empty-seperator"></div>
<section>
<header>
<h2>Lassonde Engineering Society</h2>
</header>
<article>
<p>University is about more than just getting a degree; it is about getting an education. Much of the difference lies in your involvement in the life of the university — activities such as university governance, sports, social clubs and, as an engineer, the Engineering Society. Together with all the remaining clubs at Lassonde, an active Engineering Society is vital for students and faculty alike. So get involved and broaden your university experience! – Richard Hornsey, Associate Dean for Lassonde School of Engineering. </p>
</article>
</section>
</div>
<footer>
<div id="footer-first-col">
<a href="positions.html">Positions</a> </div>
<div id="footer-second-col">
Developed by: Skyler Layne
</div>
<div id="footer-third-col">
<a href="sonsors.html">Sponsors</a>
</div>
</footer>
</body>
</html>