-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-old.html
More file actions
36 lines (35 loc) · 1.11 KB
/
index-old.html
File metadata and controls
36 lines (35 loc) · 1.11 KB
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
<!DOCTYPE HTML>
<html class="mainbg">
<head>
<title>Flourish! 2016</title>
<link href="bower_components/normalize-css/normalize.css" rel='stylesheet' type='text/css' />
<link href="bower_components/foundation/css/foundation.min.css" rel='stylesheet' type='text/css' />
<link href="css/main.css" rel='stylesheet' type='text/css' />
</head>
<body>
<div class="masthead">
<div class="inner">
<img src="./images/tree-white.png" />
<h1 class="front-head">Flourish! 2016</h1>
<hr class="horiz" />
<h2 class="tagline">April 1-2, 2016</h2>
<div class="nav">
<ul class="lg-btn">
<li><a href="about.html">About Flourish!</a></li>
<li><a href="sponsor.html">Sponsorship</a></li>
<li><a href="miniexpo">Mini-Expo</a></li>
<li><a href="contact.html">Contact Us</a></li>
</ul>
</div><!-- nav -->
<br />
<hr class="horiz"/>
<div class="nav">
<ul class="lg-btn">
<li><a href="http://flourish2016.eventbrite.com">Registration Now Open!</a></li>
</ul>
</div>
<p>More information coming soon!</p>
</div><!-- inner -->
</div><!-- masthead -->
</body>
</html>