-
Notifications
You must be signed in to change notification settings - Fork 14
/
index.html
118 lines (103 loc) · 5.07 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css" integrity="sha384-9gVQ4dYFwwWSjIDZnLEWnxCjeSWFphJiwGPXr1jddIhOegiu1FwO5qRGvFXOdJZ4" crossorigin="anonymous">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" href="https://pylondinium.org/index.css" />
<link href="https://fonts.googleapis.com/css?family=Quicksand:300,700" rel="stylesheet">
<title>PyLondinium 2020</title>
</head>
<body>
<div class="d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead">
<div class="inner">
<h3 class="masthead-brand red-text">PyLondinium 2020</h3>
<nav class="nav nav-masthead justify-content-center">
<a class="nav-link active" href="https://pylondinium.org/">Home</a>
<a class="nav-link" href="https://pylondinium.org/venue.html">Venue</a>
<a class="nav-link" href="https://pylondinium.org/coc.html">Code of Conduct</a>
<a class="nav-link" href="https://pylondinium.org/2019">2019</a>
<a class="nav-link" href="https://pylondinium.org/2018">2018</a>
<a class="nav-link" href="https://twitter.com/pylondinium">Twitter</a>
</nav>
</div>
</header>
<main role="main" class="inner cover container-fluid" style="text-align: center;">
<div class="row red-row">
<img src="img/torch-postponed.png" />
<h1 class="cover-heading">PyLondinium 2020</h1>
<h2 style="width: 100%;">A Python conference for developers and users of Python</h2>
<p style="text-align: left; margin: 2em; text-decoration: line-through;" class="copy">
PyLondinium is back for 2020, with a diverse program of sprints, workshops
and talks. We'll be returning to Bloomberg's European HQ in the heart of the City of
London, June 5th, 6th and 7th, 2020.
</p>
<p style="text-align: left; margin: 2em" class="copy">
Due to the current coronavirus (COVID-19) outbreak, we’ve decided to
postpone PyLondinium 2020 to assess how the situation develops.
</p>
<p style="text-align: left; margin: 2em" class="copy">
The <a href="https://www.papercall.io/pylondinium-2020">Call for Proposals</a>
is now open! Whether you're a first time presenter or you've keynoted PyCon,
we're looking for a proposal from you. The CfP will close at March 25, 2020 23:59 UTC and you can find all the details you need on <a href="https://www.papercall.io/pylondinium-2020">PaperCall</a>.
</p>
</div>
<div class="row cfa">
<div class="col-sm" style="margin-top: 1em; margin-bottom: 1em;">
<a href="http://eepurl.com/ga6KzH" class="btn btn-lg btn-secondary">Keep up to date</a>
</div>
<div class="col-sm" style="margin-top: 1em; margin-bottom: 1em;">
<a href="https://www.papercall.io/pylondinium-2020" class="btn btn-lg btn-secondary">Call for Proposals</a>
</div>
</div>
<div class="row">
<div class="col-sm">
<h3>By The Community</h3>
<p>
PyLondinium is a conference organised volunteers in the City of
London. We're looking to provide a gathering opportunity for Python
enthusiasts and engineers in London.
</p>
</div>
<div class="col-sm">
<h3>For The Community</h3>
<p>
Tickets are meant to be affordable. We're following the principle of
"everyone pays"; everyone including speakers and organisers are
required to buy a ticket! Just by coming to the conference, you
are helping the wider Python community.
</p>
</div>
</div>
<div class="row">
<div class="col">
<h3>With Thanks</h3>
<p>
The event wouldn't be possible without the following sponsors and
collaborators.
</p>
</div>
</div>
<div class="row">
<div class="col-sm">
<a href="https://www.techatbloomberg.com/"><img src="img/bloomberg.png" style="max-height: 120px; max-width: 100%;" /></a>
</div>
</div>
</main>
<footer class="mastfoot">
<div class="inner">
<p>Organised by the PyLondinium Organisation Team; we can be reached on <a href="mailto:[email protected]">[email protected]</a>.</p>
</div>
</footer>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js" integrity="sha384-cs/chFZiN24E4KMATLdqdvsezGxaGsi4hLGOzlXwp5UZB1LY//20VyM2taTB4QvJ" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js" integrity="sha384-uefMccjFJAIv6A+rW+L4AHf99KvxDjWSu1z9VI8SKNVmz4sk7buKt/6v9KI65qnm" crossorigin="anonymous"></script>
</body>
</html>