forked from patSSFC/Track2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
46 lines (44 loc) · 1.56 KB
/
index.html
File metadata and controls
46 lines (44 loc) · 1.56 KB
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="text/css" rel="stylesheet" href="style.css">
<link type="text/css" rel="stylesheet" href="queries.css">
</head>
<body>
<div id="head-wrap">
<header>
<div id="logo-4c-wrap">
<img src="images/Sodo-crop.png" alt="4Culture logo">
</div>
<nav>
<ul id="nav-list" class="clearfix">
<li class="">Blah</li>
<li>Blah</li>
<li>Blah</li>
<li>Blah</li>
<li>Blah</li>
</ul>
</nav>
</header>
</div>
<div id="main-wrap">
<div id="hero-wrap">
<img src="images/SODO_Track_Logo_crop.png" alt="SODO Track Logo">
</div>
<div id="logo-wrap">
<img id="sodo" src="images/Sodo-crop.png">
<img id="track" src="images/Track-crop.png">
</div>
<div class="copy-wrap">
<p>
All of them had hair of gold like their mother the youngest one in curls. Flying away on a wing and a prayer. Who could it be? Believe it or not its just me. Now the world
</p>
</div>
<div id="enter-wrap">
<a href="#">Enter</a>
</div>
</div>
</body>
</html>