-
Notifications
You must be signed in to change notification settings - Fork 14
/
venue.html
96 lines (82 loc) · 4.23 KB
/
venue.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
<!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" href="https://pylondinium.org/">Home</a>
<a class="nav-link active" 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">
<div class="col">
<h1 class="cover-heading red-text">Venue</h1>
</div>
</div>
<div class="row">
<div class="col">
<video autoplay="" loop="" muted="" poster="data:image/gif,AAAA" class="align-center" style="max-width: 100%">
<source src="https://player.vimeo.com/external/239626727.hd.mp4?s=0d026f1c0c9389e178e20a37021214a59f0cae93&profile_id=174" type="video/mp4">
</video>
</div>
<div class="col" style="text-align: left">
<p>
PyLondinium is taking place at <a href="https://www.bloomberg.com/company/london/">Bloomberg's new European headquarters</a>, which is located in the heart of
the City of London and
was awarded the <a href="https://www.bloomberg.com/company/announcements/bloomberg-most-sustainable-office-building/">most sustainable</a>
office space in the world. A perfect place for PyLondinium.
</p>
<p>
The venue provides two auditoriums for a track each, complimentary coffee and snacks, many artwork across
its floors, a retail arcade that reinstates an ancient Roman travel route and a museum for the
roman Temple of Mithras, which was restored to its original site.
</p>
</div>
</div>
<div class="row">
<div class="col" style="text-align: left">
<h3>Address</h3>
<p>
3 Queen Victoria St<br />
London<br />
EC4N 4TQ
</p>
<p>Google Maps: <a href="https://goo.gl/maps/sPLba2VqptT2">https://goo.gl/maps/sPLba2VqptT2</a></p>
</div>
<div class="col">
<a href="https://www.techatbloomberg.com/"><img src="img/bloomberg-building.jpg" style="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>