-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
35 lines (35 loc) · 1.02 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
<!DOCTYPE html>
<html>
<head>
<meta chartset="utf-8" />
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible" />
<title>Lean Day UX, NYC</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="css/screen.css" media="screen" rel="stylesheet" type="text/css" />
<script src="//use.typekit.net/jqw1ifm.js" type="text/javascript"></script>
<script type="text/javascript">try{Typekit.load();}catch(e){}</script>
</head>
<body>
<header>
<div class="container">
<div class="fixed-header">
<div class="logo">
<img src="images/logo.png" />
</div>
<div class="buy-tickets">
<a alt="Buy Tickets" class="button" href="#">Buy Tickets</a>
</div>
</div>
<ul>
<li>When</li>
<li>Where</li>
<li>Who</li>
<li>How much</li>
</ul>
</div>
</header>
<div class="hero">
<div class="container"></div>
</div>
</body>
</html>