-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathlanding.html
47 lines (41 loc) · 2.37 KB
/
landing.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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>ATLAS of LIGHTING</title>
<script src="jquery.min.js"></script>
<link href='https://api.tiles.mapbox.com/mapbox-gl-js/v0.20.0/mapbox-gl.css' rel='stylesheet' />
<script src='https://api.tiles.mapbox.com/mapbox-gl-js/v0.20.0/mapbox-gl.js'></script>
<script src="d3.min.js"></script>
<script src="d3-queue.js"></script>
<script src="topojson.min.js"></script>
<script src="http://labratrevenge.com/d3-tip/javascripts/d3.tip.v0.6.3.js"></script>
<script src="crossfilter.min.js"></script>
<script src="dc.js"></script>
<script src='https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v1.3.0/mapbox-gl-geocoder.js'></script>
<script src='https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v1.3.0/mapbox-gl-geocoder.js'></script>
<link rel='stylesheet' href='https://api.mapbox.com/mapbox-gl-js/plugins/mapbox-gl-geocoder/v1.3.0/mapbox-gl-geocoder.css' type='text/css' />
<script src="underscore.js"></script>
<script src='mapbox.js'></script>
<link href='mapbox.css' rel='stylesheet' />
<link href='https://fonts.googleapis.com/css?family=Dosis:500,300|Ropa+Sans' rel='stylesheet' type='text/css'>
<link rel="stylesheet" type="text/css" href="video.css"> </style>
<link rel="shortcut icon" href="icons/favicon_2.png">
</head>
<body>
<!-- Navigation -->
<!-- Intro Header -->
<video autoplay id="bgvid" loop>
<!-- WCAG general accessibility recommendation is that media such as background video play through only once. Loop turned on for the purposes of illustration; if removed, the end of the video will fade in the same way created by pressing the "Pause" button -->
<source src="website_video4_small.mp4" type="video/mp4"></source>
</video>
<div class="intro">
<div class="branding"><img src="logos/philips_white.png" style="width:80px"> <img src="logos/cddl_white.png" style="width:80px "> <img src="logos/cau.jpg" style="height:30px "></div>
<div class="text" style="padding:20%;">
<div class="brand-heading"> ATLAS OF LIGHTING</div>
<div class="intro-text">PROVIDES AN INTEGRATED AND SCIENTIFIC UNDERSTANDING OF THE DYNAMICS OF URBAN AREAS AROUND THE WORLD</div>
<div class="enter"><a href="view/grid.html#Chicago">ENTER</a></div>
</div>
</div>
</body>
</html>