-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
51 lines (48 loc) · 2.44 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
45
46
47
48
49
50
51
<!DOCTYPE html>
<head>
<title>AMAZEBALLS</title>
<meta charset="utf-8">
<meta name="description" content="The AMAZEBALLS podcast of @ntlk and @hyper_linda">
<meta name="robots" content="all">
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen">
</head>
<body>
<div class="main">
<h1>Introducing the <br> <img src="img/amazeballs.png" alt="Amazeballs"> <br>podcast of <br> <a href="https://twitter.com/ntlk">@ntlk</a> and <a href="https://twitter.com/hyper_linda">@hyper_linda</a> </h1>
<h2>Get notified when the first podcast is out</h2>
<!-- Begin MailChimp Signup Form -->
<div id="mc_embed_signup">
<form action="http://amazeballs.us6.list-manage.com/subscribe/post?u=6a39eec143f1fff4da24494d3&id=53523f8b85" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate>
<div class="mc-field-group">
<label for="mce-EMAIL">Email</label>
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL">
</div>
<div id="mce-responses" class="clear">
<div class="response" id="mce-error-response" style="display:none"></div>
<div class="response" id="mce-success-response" style="display:none"></div>
</div> <div class="clear"><input type="submit" value="sign up" name="subscribe" id="mc-embedded-subscribe" class="button"></div>
</form>
</div>
<!--End mc_embed_signup-->
<p>Or you know, just like, <a href="https://twitter.com/amazeballsbe">follow us on twitter</a>.</p>
<p class="episode"><a href="https://s3.amazonaws.com/episodez/AMAZEBALLS%23001.mp3">BOOOOM episode 1. Grab it as .mp3</a></p>
<p class="episode old"><a href="https://s3-eu-west-1.amazonaws.com/amazeballs/AMAZEBALLS%23000.mp3">OMG the pilot episode!!1 Grab it as .mp3</a></p>
<ul id="topics">
<li>Codez</li>
<li>Internet of Things</li>
<li>ALL THE BUZZWORDS</li>
<li>!!!!!1!!1!one</li>
</ul>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-38215544-1']);
_gaq.push(['_setDomainName', 'amazeballs.be']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>