-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (35 loc) · 1.57 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
<!DOCTYPE html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Scopa</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js"></script>
<link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="styles/css/main.min.css">
</head>
<body class="body--coming-soon">
<section class="parallax-background"></section>
<section class="full-height section-box section-box--teaser">
<div class="section-box__wrapper">
<div class="teaser__logo">
<h1 class="display-header">Scopa</h1>
</div>
</div>
</section>
<section class="full-height section-box section-box--details">
<div class="section-box__wrapper">
<div class="details__info">
<div class="details__info__wrapper">
<h1 class="content-header">Opening Summer 2015</h1>
<h2>319 Hanover Street Boston, MA</h2>
</div>
</div>
<div class="map-module"></div>
</div>
</section>
<!--Footer Scripts-->
<script type="text/javascript" src="http://maps.googleapis.com/maps/api/js?key=AIzaSyDZC-KPF0mIm7erxql-GXxzOKokoOXDCyE&sensor=false"></script>
<script src="js/modules/map.js"></script>
</body>
</html>