-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
48 lines (42 loc) · 2.24 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
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>A West Virginia Vision</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Montserrat:300,600,900&family=Playfair+Display&display=swap">
<script src="https://code.jquery.com/jquery-3.6.0.min.js" integrity="sha256-/xUj+3OJU5yExlq6GSYGSHk7tPXikynS7ogEvDej/m4=" crossorigin="anonymous"></script>
<script src="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v5.0.0/mapbox-gl-geocoder.min.js"></script>
<link rel="stylesheet" href="https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v5.0.0/mapbox-gl-geocoder.css" type="text/css">
<link rel="stylesheet" href="mapbox.css">
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAW2bdPy8GEgbDO9l4v-uZRV3T51YCmi6A"></script>
<script src="https://d3js.org/d3.v6.min.js"></script>
<script src='https://api.mapbox.com/mapbox-gl-js/v2.10.0/mapbox-gl.js'></script>
<link href='https://api.mapbox.com/mapbox-gl-js/v2.10.0/mapbox-gl.css' rel='stylesheet' />
<script src='https://unpkg.com/@turf/turf@6/turf.min.js'></script>
<script src="https://unpkg.com/scrollama"></script>
<link rel="stylesheet" href="styles.css">
<!-- <script src="https://cdn.jsdelivr.net/gh/DDDgfx/camp-remedy-scroll@a1b47381d17aa3b87be44e14562c2f5272fbf716/styles.css"></script> -->
<script defer src="index.js"></script>
<!-- <script src="https://cdn.jsdelivr.net/gh/DDDgfx/camp-remedy-scroll@a1b47381d17aa3b87be44e14562c2f5272fbf716/index.js"></script> -->
<meta name='viewport' content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no' />
</head>
<body>
<div id="intro">
<div class="hero-hed">A West Virginia Vision</div>
<div class="hero-dek">A unique retreat, wedding venue and event/performance space set in the rugged mountains of West Virginia. </div></div>
</div>
<div id="scroll">
<div class="map-holder">
<div id="map"></div>
<div id="copy-ux">
<div id="controls"></div>
</div>
</div>
<div class="scroll-copy">
</div>
</div>
<div id="outro">
<div class="hero-hed">Join Our Vision</div>
</div>
</body>
</html>