-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (44 loc) · 1 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
<!DOCTYPE html>
<html>
<head>
<title>Skyview High School</title>
<link rel="stylesheet" href="css/main.css" />
<!--[if lte IE 8]><!--HTML5 tag support in old IE-->
<script src="http://html5shiv.googlecode.com/svn/trunk/html5.js"></script>
<!--[endif]-->
<script src="js/jquery.js"></script>
<script src="js/main.js"></script>
</head>
<body>
<div id="container">
<header>
<!--Image coming soon-->
</header>
<nav>
<a href="index.html">Home</a>
<a href="#Students">Students</a>
<a href="#Parents">Parents</a>
<a href="#Faculty">Faculty</a>
<a href="#Clubs">Clubs</a>
<a href="#Sports">Sports</a>
</nav>
<section>
<article class="left">
</article>
<article class="right">
</article>
<aside>
</aside>
</section>
<footer>
<a href="http://portalsso.vansd.org/portal/page/portal/Building_Pages/ACCREDITATION/ACCREDITATION_Skyview"></a>
</footer>
</div>
<div id="navBG">
<h1></h1>
<div>
</div>
<nav id="navBGnav"></nav>
</div>
</body>
</html>