-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (30 loc) · 1.13 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
<!doctype html>
<html class="no-js" lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Acton Drum and Dance</title>
<link rel="stylesheet" href="css/foundation.css">
<link rel="stylesheet" href="css/app.css">
</head>
<body>
<div class="container">
<div class="responsive-spacer"></div>
<img class="hero-image" src="images/acton_firecircle_2013.jpg"/>
<div class="content">
<div class="front-nav">
<a href="about.html">More Info</a>
</div>
<div class="hero-header">Acton Drum and Dance Fire Circle</div>
<div class="hero-sub">A community rhythm celebration</div>
<div class="hero-text">Saturday, June 7, 2025 ~ 7:45pm to 10:30pm</div>
<div class="hero-text">NARA Park, Acton, MA</div>
</div>
</div>
<script src="js/vendor/jquery.js"></script>
<script src="js/vendor/what-input.js"></script>
<script src="js/vendor/foundation.js"></script>
<script src="js/app.js"></script>
</body>
</html>