-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapply.html
60 lines (52 loc) · 2.21 KB
/
apply.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
<!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" type="text/css" href="css/main.css">
<script src="jQuery/jquery-1.11.1.min.js"></script>
<script src="jQuery/stickynav.js"></script>
<title>Lassonde Engineering Society</title>
</head>
<body>
<header id="page-header">
<img id="logo" alt="Logo" src="img/ls-logo.png" style="margin-left:40%">
</header>
<div id="sticky_navigation">
<nav id="navigationBar">
<div id="list-wrapper">
<ul>
<li id="home"><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" style="background: #212121"><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">
<section class="working-on-it">
<div id="work">
<h2>We're working on it!</h2>
<p>The content for the page you requested could not be found, at this time.</p>
</div>
</section>
</div>
<footer>
<div id="footer-first-col">
Footer stuff
</div>
<div id="footer-second-col">
Developed by: Skyler Layne
</div>
<div id="footer-third-col">
And other things
</div>
</footer>
</body>
</html>