forked from UKPythonAssociation/community.uk.python.org
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbase.html
More file actions
65 lines (57 loc) · 2.78 KB
/
Copy pathbase.html
File metadata and controls
65 lines (57 loc) · 2.78 KB
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
64
65
<!DOCTYPE html>
<html lang="en-gb">
<head>
<!-- Python powered! Page generated {% now "Y-m-d H:i:s" %} -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootswatch/3.3.7/simplex/bootstrap.min.css">
<title>UK Python News</title>
</head>
<body>
<div class="container">
<nav class="navbar navbar-default navbar-static-top">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="/">UK Python News</a>
</div>
<form action="//pyconuk.us14.list-manage.com/subscribe/post?u=96b33657d204fcc7aba284d8a&id=7feb720a8b" method="post" class="navbar-form navbar-right">
<div class="form-group">
<label class="sr-only" for="email-input">Email address</label>
<input type="email" name="EMAIL" placeholder="Email address" id="email-input" class="form-control" required>
</div>
<button type="submit" class="btn btn-primary">Sign up for monthly news</button>
<!-- real people should not fill this in and expect good things - do not remove this or risk form bot signups-->
<div style="position: absolute; left: -5000px;" aria-hidden="true">
<input type="text" name="b_96b33657d204fcc7aba284d8a_7feb720a8b" tabindex="-1" value="">
</div>
</form>
<div class="collapse navbar-collapse" id="bs-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="/groups/">User Groups</a></li>
<li><a href="/events/">Events</a></li>
<li><a href="/news/">News</a></li>
<li><a href="/contact/">Contact</a></li>
</ul>
</div>
</div>
</nav>
<div>
{% block content %}
{% endblock content %}
</div>
<footer class="footer">
<hr />
<p>© {% now "Y" %} PyCon UK Society Ltd.</p>
</footer>
</div>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
</body>
</html>