-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (34 loc) · 1.84 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en-us" xml:lang="en-us" >
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>infinitelives: making games & tools with clojurescript</title>
<link rel="stylesheet" type="text/css" href="font/infinitelivesLogo.css" />
<link rel="stylesheet" type="text/css" href="css/infinitelives.css" />
<link href='https://fonts.googleapis.com/css?family=Audiowide' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Hammersmith+One' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
</head>
<body>
<div id='top'>
<div id='logo-container'><span class='logo'>
<span class='logo-icon icon'>♥</span>
<span id='logotext'>infinitelives</span></span>
</div>
<p id="tagline">making games & tools with clojurescript</p>
<!-- <a class="twitter-timeline" data-dnt="true" data-link-color="#E95F28" href="https://twitter.com/infinitelives1?ref_src=twsrc%5Etfw">Tweets by infinitelives1</a>
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script> -->
</div>
<div id='bottom'>
<script src="https://mccormick.cx/tinysignup.php?list=infinitelives" data-message="Sign up to hear about new releases"></script>
<div id='menu'>
<a href='https://github.com/infinitelives'><i class="fa fa-github icon"></i></a>
<a href='https://twitter.com/infinitelives1'><i class="fa fa-twitter icon"></i></a>
<!-- -
<a href='https://stackoverflow.com/questions/ask?tags=infinitelives'>Help</a> -->
</div>
</div>
<!--<div id='main'></div>-->
</body>
</html>