-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 774 Bytes
/
index.html
File metadata and controls
27 lines (27 loc) · 774 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
<link rel="stylesheet" type="text/css" href="css/index.css">
</head>
<body>
<div>
<h1 class="title">UNCHARTED WATERS <span>IN PURSUIT OF THE ATHLETIC DREAM</span><a class="button-white" href="https://vimeo.com/146445767" target="_blank" title="In pursuit of the athletic dream">Play</a></h1>
</div>
<ul>
<li>
<a class="links" href="#"> The Journey</a>
</li>
<li>
<a class="links" href="#">The Athletes</a>
</li>
<li>
<a class="links" href="#">Coordinate</a>
</li>
<li>
<a class="links" href="#">Bearings</a>
</li>
</ul>
</body>
</html>