-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (33 loc) · 946 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Bowspring Connecticut</title>
<link rel="stylesheet" type="text/css" href="css/normalize.css">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link rel="stylesheet" type="text/css" href="http://fonts.googleapis.com/css?family=Poiret+One|Abril+Fatface">
<link href="css/font-awesome-4.3.0/css/font-awesome.min.css" rel="stylesheet">
<link rel="icon" type="image/png" href="favicon.ico" />
<script type="text/javascript" src="js/jquery-2.1.4.min.js"></script>
<script type="text/javascript" href="script.js"></script>
</head>
<body>
<div id="header-section">
<div class="logoHeader"></div>
<ul class="navButtons">
<li></li>
<li></li>
<li></li>
<li></li>
</ul>
</div>
<div id="intro-section">
</div>
<div id="calendar-section">
</div>
<div id="social-section">
</div>
<div id="footer-section">
</div>
</body>
</html>