-
Notifications
You must be signed in to change notification settings - Fork 0
/
theme.html
60 lines (42 loc) · 1.16 KB
/
theme.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
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<title>UC CalFresh</title>
<link rel="stylesheet" href="static/css/style.css" media="screen" type="text/css" />
</head>
<body>
<div id="wrapper">
<section id="header">
<a href="/" id="logo" ><img src="static/images/logo.png" alt="UC CalFresh" /></a>
<nav>
<ul id="secondarynav">
<li><a href="">Home</a></li>
<li><a href="">About</a></li>
<li><a href="">Advisory</a></li>
<li><a href="">News</a></li>
<li><a href="">Calendar</a></li>
<li><a href="">Contact</a></li>
</ul>
</nav>
<div id="breadcrumbs"></div>
</section>
<section id="splash">
<nav>
<ul id="primarynav">
<li><a href="">Home</a></li>
<li><a href="">Home</a></li>
<li><a href="">Home</a></li>
<li><a href="">Home</a></li>
<li><a href="">Home</a></li>
<li><a href="">Home</a></li>
</ul>
</nav>
<div id="slideshow">
<img src="static/images/splash.jpg" />
</div>
</section>
<section id="body">
<div id="content"></div>
</section>
</div>
</body>
</html>