-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
292 lines (273 loc) · 7.14 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
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
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<title>PUB - Python Users Berlin</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/reveal.css">
<link rel="stylesheet" href="css/theme/pub.css">
<!-- Theme used for syntax highlighting of code -->
<link rel="stylesheet" href="lib/css/monokai.css">
<!-- Printing and PDF exports -->
<script>
var link = document.createElement( 'link' );
link.rel = 'stylesheet';
link.type = 'text/css';
link.href = window.location.search.match( /print-pdf/gi ) ? 'css/print/pdf.css' : 'css/print/paper.css';
document.getElementsByTagName( 'head' )[0].appendChild( link );
</script>
</head>
<body>
<div class="reveal">
<div class="slides">
<section data-background="img/brandenburger_tor_half.png">
<h1>Welcome!</h1>
<div id="left-center">
<div id="round-background">
<img id="clean-img" src="img/bear.png" />
</div>
</div>
<div id="right-center">
<img id="clean-img" style="width: 40%;" src="img/title-white.png" />
</div>
</section>
<section data-background="img/brandenburger_tor_half.png">
<h2>Since 2003</h2>
<h2>5000+ members</h2>
<br/>
<h3><i class="blue-light">meetup.com/Python-Users-Berlin-PUB</i></h3>
</section>
<section data-background="img/brandenburger_tor_half.png">
<h2>Python related topics</h2>
<h2><i class="yellow">...and more!</i></h2>
</section>
<section data-background="img/brandenburger_tor_half.png">
<h1><i class="yellow">Submit your idea!</i></h1>
<h2>[email protected]</h2>
</section>
<section data-background="img/brandenburger_tor_half.png">
<h1>Join the <i class="yellow">community</i></h1>
<br/>
<h2><img id="clean-img" width="10%" style="vertical-align: middle;" src="img/slack.svg" />pythonberlin</h2>
<h2><img id="clean-img" width="10%" style="vertical-align: middle;" src="img/twitter.svg" />@PyBerlin</h2>
</section>
<section data-background="img/brandenburger_tor_half.png">
<h1>Be <i class="yellow">nice</i> to each other!</h1>
<h2>[email protected]</h2>
</section>
<section data-background="img/brandenburger_tor_half.png">
<div id="left70">
<h3>Today's menu</h3>
<ul style="font-size: 120%;">
<li>OpenTelemetry (Alban)</li>
<li>What's new in Python 3.8 (Cristián)</li>
<li><i class="blue-light">Restaurant:</i>Chaapa Viet & Thai (2 min)</li>
<ul>
<p style="width: 80%;"><i class="yellow">[email protected]</i></p>
</div>
<div id="right30">
<img id="clean-img" src="img/bear.png" />
<h1>Enjoy!</h1>
</div>
</section>
</div>
</div>
<script src="js/reveal.js"></script>
<script>
// More info about config & dependencies:
// - https://github.com/hakimel/reveal.js#configuration
// - https://github.com/hakimel/reveal.js#dependencies
Reveal.initialize({
dependencies: [
{ src: 'plugin/markdown/marked.js' },
{ src: 'plugin/markdown/markdown.js' },
{ src: 'plugin/notes/notes.js', async: true },
{ src: 'plugin/highlight/highlight.js', async: true }
]
});
</script>
<!--*****************************************************************************-->
<style type="text/css">
/* 1. Style header/footer <div> so they are positioned as desired. */
#round-background {
width:70%;
height: auto;
line-height:0;
padding: 2%;
border-radius:50%;
background: white;
z-index: -1;
margin: 0 auto;
}
#clean-img {
border: 0;
background: 0;
box-shadow: none;
}
#header-left {
position: absolute;
top: 0%;
left: 0%;
}
#header-right {
position: absolute;
top: 0%;
right: 0%;
}
#footer-left {
position: absolute;
bottom: 0%;
left: 0%;
}
/* Slide division */
#left {
left:-8.33%;
text-align: left;
float: left;
width:50%;
z-index:-10;
}
#left-center {
width:49%;
height: auto;
text-align: center;
display: inline-block;
z-index:-10;
vertical-align:middle;
align: center;
margin: 0 auto;
}
#right-center {
width:49%;
height: auto;
text-align: center;
display: inline-block;
z-index:-10;
vertical-align:middle;
margin: 0 auto;
}
#right {
left:31.25%;
top: 75px;
float: right;
text-align: right;
z-index:-10;
width:50%;
}
#rightl {
left:31.25%;
top: 75px;
float: right;
text-align: left;
z-index:-10;
width:50%;
}
#left70 {
left:-8.33%;
text-align: left;
float: left;
width:66%;
z-index:-10;
margin-left: 2%;
margin-right: 2%;
}
#right70 {
left:-8.33%;
text-align: right;
float: right;
width:66%;
z-index:-10;
margin-left: 2%;
margin-right: 2%;
}
#right70l {
left:-8.33%;
text-align: left;
float: right;
width:66%;
z-index:-10;
margin-left: 2%;
margin-right: 2%;
}
#left30 {
left:31.25%;
top: 75px;
float: left;
text-align: left;
z-index:-10;
width:26%;
margin-left: 2%;
margin-right: 2%;
}
#right30 {
left:31.25%;
top: 75px;
float: right;
text-align: right;
z-index:-10;
width:26%;
margin-left: 2%;
margin-right: 2%;
}
/* styles */
.green {
color: #41cd52;
font-style: normal;
}
.green-dark {
color: #17a81a;
font-style: normal;
}
.gray {
color: #646464;
font-style: normal;
}
.blue {
color: #306998;
font-style: normal;
}
.blue-light {
color: #4B8BBE;
font-style: normal;
}
.yellow {
color: #FFD43B;
font-style: normal;
}
.yellow-light {
color: #FFE873;
font-style: normal;
}
.white {
color: #ffffff;
font-style: normal;
}
.red {
color: #ff6961;
font-style: normal;
}
</style>
<!-- 2. Create hidden header/footer <div> -->
<div id="hidden" style="display:none;">
<div id="header">
<div id="header-left"></div>
<div id="header-right"></div>
<div id="footer-left"><p style="font-size: 80%;margin-left: 20px;">Python Users Berlin (PUB) | 2019</p></div>
</div>
</div>
<script src="https://code.jquery.com/jquery-2.2.4.min.js"></script>
<script type="text/javascript">
// 3. On Reveal.js ready event, copy header/footer <div> into each `.slide-background` <div>
var header = $('#header').html();
if ( window.location.search.match( /print-pdf/gi ) ) {
Reveal.addEventListener( 'ready', function( event ) {
$('.slide-background').append(header);
});
}
else {
$('div.reveal').append(header);
}
</script>
</body>
</html>