This repository was archived by the owner on May 10, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathindex.html
More file actions
270 lines (244 loc) · 13.1 KB
/
index.html
File metadata and controls
270 lines (244 loc) · 13.1 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
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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Python Summit 2018 is Over The 2018 edition of the Swiss Python Summit is over. We had the chance to watch 9 great talks from different fields, all having in common that they had some connection...">
<meta name="keywords" content="">
<link rel="icon" href="/favicon.ico">
<title>Swiss Python Summit - Swiss Python Summit</title>
<!-- Stylesheets -->
<link href="/theme/css/bootstrap.min.css" rel="stylesheet">
<link href="/theme/css/fonts.css" rel="stylesheet">
<link href="/theme/css/nest.css" rel="stylesheet">
<link href="/theme/css/pygment.css" rel="stylesheet">
<!-- /Stylesheets -->
<!-- RSS Feeds -->
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="Swiss Python Summit Full Atom Feed" />
<!-- /RSS Feeds -->
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
<script src='https://api.mapbox.com/mapbox.js/v2.2.3/mapbox.js'></script>
<link href='https://api.mapbox.com/mapbox.js/v2.2.3/mapbox.css' rel='stylesheet' />
<script>
document.addEventListener("DOMContentLoaded", function() {
L.mapbox.accessToken = 'pk.eyJ1Ijoic3RhY2t0cmFjZSIsImEiOiJjaWh2cGI3aDkwMjlqdXNrb2l2eDl5dGgyIn0.96Y4mk2kaLNPoQb0URVi8g';
var maps = document.getElementsByClassName('map');
for (var i=0; i<maps.length; i++) {
var element = maps[i];
var lon = parseFloat(element.getAttribute('data-lon'));
var lat = parseFloat(element.getAttribute('data-lat'));
var zoom = parseInt(element.getAttribute('data-zoom'), 10);
var map = L.mapbox.map(element, 'mapbox.streets')
.setView([lat, lon], zoom);
L.marker([lat, lon]).addTo(map);
L.control.layers({
'Map View': L.mapbox.tileLayer('mapbox.streets').addTo(map),
'Satellite View': L.mapbox.tileLayer('mapbox.satellite')
}).addTo(map);
}
});
</script>
</head>
<body>
<!-- Header -->
<div class="header-container header-image" style="background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('/images/header.jpg'); background-position: center; ">
<!-- Static navbar -->
<div class="container">
<div class="header-nav">
<div class="header-logo">
<a class="pull-left" href="/">
<img class="mr20" src="/images/python-summit.svg" alt="logo">
<div class="flexright">
<span class="sitename">Swiss Python Summit</span>
<span class="confdate">February 16th, 2018</span>
</div>
</a>
</div>
<div class="nav pull-right">
<a href="/">Home</a>
<a href="/pages/call-for-venues.html">Call for Venues</a>
<a href="/pages/call-for-helpers.html">Help us</a>
<a href="/pages/program.html">Program</a>
<a href="/pages/recordings.html">Recordings</a>
<a href="/pages/venue.html">Venue</a>
<a href="/pages/code-of-conduct.html">CoC</a>
</div>
</div>
</div>
<!-- /Static navbar -->
<!-- Header -->
<div class="container header-wrapper">
<div class="row">
<div class="col-lg-12">
<div class="header-content">
<h1 class="header-title text-uppercase">Swiss Python Summit</h1>
<div class="header-underline"></div>
</div>
</div>
</div>
</div>
<!-- /Header -->
</div>
<!-- /Header -->
<!-- Content -->
<div class="container content">
<div class="section" id="python-summit-2018-is-over">
<h2>Python Summit 2018 is Over</h2>
<p>The 2018 edition of the Swiss Python Summit is over. We had the chance to watch 9
great talks from different fields, all having in common that they had some
connection to the Python programming language.</p>
<p>Thanks to all helpers and also to the attendees, you all made this conference
possible!</p>
<p>The slides and talk recordings will be uploaded over the next days to weeks.
Please check out the <a class="reference external" href="/pages/recordings.html">recordings</a>.</p>
</div>
<div class="section" id="swiss-python-summit-2018">
<h2>Swiss Python Summit 2018</h2>
<p>It's official, The Swiss Python Summit 2018 will take place on <strong>February 16th,
2018</strong> at <strong>HSR University of Applied Sciences in Rapperswil</strong>.</p>
<p>The event will last the whole day from around 08:00 until 17:00, followed by an
apéro / social event. Have a look at <a class="reference external" href="/pages/program.html">our program</a>!</p>
</div>
<div class="section" id="a-python-conference-in-switzerland">
<h2>A Python Conference in Switzerland</h2>
<p>This summit is all about the programming language you love!
Discover the wide field of Python applications, hear how others use the language
and meet Swiss Pythonistas. The conference is suited for all skill levels,
from early beginners to expert developers.</p>
</div>
<div class="section" id="location-venue">
<h2>Location / Venue</h2>
<p>The conference will take place at the beautiful campus of the <a class="reference external" href="https://www.hsr.ch/">HSR University of
Applied Sciences Rapperswil</a>, right next to the lake!</p>
<img alt="Aerial view of HSR" src="/images/hsr.jpg" />
<p>You can find more information on the <a class="reference external" href="http://www.python-summit.ch/pages/venue.html">venue page</a>.</p>
</div>
<div class="section" id="history">
<h2>History</h2>
<p>After the nice experience of EuroPython 2015, a small group of enthusiasts came
up with the idea of organizing a Swiss Python Conference. After a few meetings
and discussions, we organized a small, one-day, single-track and very-low-cost
event. We expected around 50 people, but 130 signed up. It was a great success,
so we decided to continue organizing the conference.</p>
<p>You can find program from previous years online:</p>
<ul class="simple">
<li>2016: <a class="reference external" href="/pages/program2016.html">Program</a> / <a class="reference external" href="/pages/recordings.html">recordings</a></li>
<li>2017: <a class="reference external" href="/pages/program2017.html">Program</a> / <a class="reference external" href="/pages/recordings.html">recordings</a></li>
</ul>
</div>
<div class="section" id="want-to-help">
<h2>Want to Help?</h2>
<p>If you want to help us organise the conference or give us a hand on the
day of the conference, then have a look at our
<a class="reference external" href="/pages/call-for-helpers.html">helper page</a>.</p>
</div>
<div class="section" id="sponsors">
<h2>Sponsors</h2>
<p>Our conference is proudly sponsored by companies that use Python every day.</p>
<div style="text-align: center; background-color: #f5f5f5; border: 1px solid #efefef; padding-bottom: 2.5rem;">
<div style="width: 75%; display: inline-block">
<div style="margin-bottom: -4vw; margin-top: 4rem;">
<a href="https://www.89grad.ch">
<img style="width: 100%;" src="/images/89grad.svg" alt="89grad Logo">
</a>
</div>
<div style="display: flex; justify-content: space-between; align-items: center; margin-bottom: 5vw">
<div style="width: 30%;">
<a href="https://vshn.ch">
<img style="width: 100%" src="/images/vshn.svg" alt="VSHN Logo">
</a>
</div>
<div style="width: 55%;">
<a href="https://www.seantis.ch">
<img style="width: 100%" src="/images/seantis.svg" alt="Seantis Logo">
</a>
</div>
</div>
<div style="display: flex; align-items: left; justify-content: space-between;">
<div style="width: 30%">
<a href="https://www.cloudscale.ch">
<img style="width: 100%;" src="/images/cloudscale.svg" alt="Cloudscale.ch Logo">
</a>
</div>
<div style="width: 30%">
<a href="https://www.hsr.ch">
<img style="width: 100%; position: relative; top: -5px;" src="/images/hsr.svg" alt="HSR Logo">
</a>
</div>
<div style="width: 30%">
<a href="https://www.4teamwork.ch">
<img style="width: 100%; position: relative;" src="/images/4teamwork.svg" alt="4teamwork" Logo">
</a>
</div>
</div>
</div>
</div></div>
<div class="section" id="code-of-conduct">
<h2>Code of Conduct</h2>
<p>Our conference is dedicated to providing a harassment-free conference experience
for everyone, regardless of gender, gender identity and expression, age, sexual
orientation, disability, physical appearance, body size, race, ethnicity,
religion (or lack thereof), or technology choices. We do not tolerate harassment
of conference participants in any form. Sexual language and imagery is not
appropriate for any conference venue, including talks, workshops, parties,
Twitter and other online media. Conference participants violating these rules
may be sanctioned or expelled from the conference without a refund at the
discretion of the conference organisers.</p>
<p>See <a class="reference external" href="/pages/code-of-conduct.html">/pages/code-of-conduct.html</a> for the full
code of conduct.</p>
</div>
<div class="section" id="contact">
<h2>Contact</h2>
<p>If you have any questions or requests contact us by email
(<a class="reference external" href="mailto:info@python-summit.ch">info@python-summit.ch</a>).</p>
<p>You can also <a class="reference external" href="https://twitter.com/pythonsummit">follow us on Twitter</a> for
news.</p>
</div>
</div>
<!-- /Content -->
<!-- Footer -->
<div class="footer gradient-2">
<div class="container footer-container ">
<div class="row">
<div class="col-xs-4 col-sm-3 col-md-3 col-lg-3">
<div class="footer-title">Sitemap</div>
<ul class="list-unstyled">
<li><a href="/pages/imprint">Imprint</a></li>
<li><a href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate">Atom Feed</a></li>
</ul>
</div>
<div class="col-xs-4 col-sm-3 col-md-3 col-lg-3">
<div class="footer-title">Social</div>
<ul class="list-unstyled">
<li><a href="https://twitter.com/pythonsummit" target="_blank">Twitter</a></li>
</ul>
</div>
<div class="col-xs-4 col-sm-3 col-md-3 col-lg-3">
<div class="footer-title">Links</div>
<ul class="list-unstyled">
<li><a href="http://hsr.ch/" target="_blank">HSR (Venue)</a></li>
<li><a href="https://online.fahrplan.zvv.ch/bin/query.exe/dn?Z=Rapperswil%20SG&date=05.02.2016&time=08%3A30&start=1&REQ0HafasSearchForw=0" target="_blank">Public Transport</a></li>
</ul>
</div>
<div class="col-xs-12 col-sm-3 col-md-3 col-lg-3">
<p class="pull-right">
<ul class="list-unstyled text-right">
<li><small><strong>CC-BY-SA 2018 Swiss Python Summit</strong></small></li>
<li><small><strong><a href="mailto:info@python-summit.ch">info@python-summit.ch</a></strong><br><br></small></li> </ul>
</p>
<p class="pull-right text-right">
<small><em>Proudly powered by <a href="http://docs.getpelican.com/" target="_blank">pelican</a></em></small><br/>
<small><em>Theme based on code by <a href="https://github.com/molivier" target="_blank">molivier</a></em></small><br/>
</p>
</div>
</div>
</div>
</div>
<!-- /Footer -->
</body>
</html>