-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
44 lines (43 loc) · 1.36 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
<html>
<head>
<title>MineThon 4</title>
<link rel="stylesheet" href="styles/main.css" title="Main" type="text/css" media="screen" charset="utf-8">
<link href='http://fonts.googleapis.com/css?family=Open+Sans:300,400,600' rel='stylesheet' type='text/css'>
</head>
<body>
<div class="wrapper">
<div id="navbar-container" class="outwrap">
<div id="navbar" class="content">
<div class="left"><p id="title">Mine<span style="color: #fca30a">Thon</span></p></div>
<div class="right">
<div class="menu-item" id="menu-donate"><p class="centered">Donate</p></div>
</div>
<div class="right">
<div class="menu-item" id="menu-share"><p class="centered">Share</p></div>
</div>
<div class="right">
<div class="menu-item" id="menu-more"><p class="centered">More</p></div>
</div>
</div>
</div>
<div class="header-container">
<div class="header">
<h1>We're streaming Minecraft for Charity</h1>
<h2>We've raised $10,090 for AbleGamers.</h2>
</div>
</div>
<!-- Needed to push the footer to the bottom of the window -->
<div class="push"></div>
</div>
<div id="footer-container" class="outwrap">
<div id="footer" class="content">
<div class="left">
<p>© MineThon 2014</p>
</div>
<div class="right">
<a href=#>Press Kit</a>
</div>
</div>
</div>
</body>
</html>