-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathTEMPLATE.html
63 lines (58 loc) · 2.45 KB
/
TEMPLATE.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
52
53
54
55
56
57
58
59
60
61
62
63
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Python in Denmark</title>
<link rel="stylesheet" type="text/css" href="/bootstrap.css">
<link rel="stylesheet" type="text/css" href="/style.css">
<meta name="google-site-verification" content="5T9VzTWKcqKXvt8-eQD9iUFFM1x9sNtApiqfoEYAxoU" />
<!-- Google Analytics -->
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36012007-1']);
_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>
</head>
<body>
<div class="ad"></div>
<a href="https://github.com/GreenSteam/pycon.dk"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" alt="Fork me on GitHub"></a>
<center style="margin: 1em">
<!--img src="/graphics/python-meetup-denmark.png" alt="Python meetup Denmark"-->
<!-- <img src="/graphics/high-logo.png" alt="Python meetup Denmark"> -->
</center>
<p>
Welcome to <strong>Python Denmark</strong>.
We are a group of
people that meet once a month to listen and give
talks about <strong>Python programming language</strong>. Organized by
<a href="https://twitter.com/keleshev">@keleshev</a> and
<a href="https://twitter.com/_jp_petersen_">@_jp_petersen_</a>.
</p>
<p>
Subscribe to our mailing list to get notifications about
future meetups.
</p>
<center>
<form action="http://keleshev.us3.list-manage.com/subscribe/post?u=e58f1483de2167cbdb6b3fe26&id=98465a3d68" method="post" >
<div class="input-append">
<input placeholder="Email" type="email" value="" name="EMAIL" >
<input class="btn btn-inverse" type="submit" value="Subscribe" name="subscribe" >
</div>
</form>
</center>
{{body}}
<hr />
<center>
<a href="http://www.oreilly.com/">
<img src="http://oreilly.com/ug/banners/ug_ad_250_python.gif"
alt="O'Reilly User Group Program Member">
</a>
</center>
<hr />
</body>
</html>