-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
549 lines (530 loc) · 19.4 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
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!-- Favicon -->
<link rel="shortcut icon" href="./images/favicon.ico" type="image/x-icon">
<link rel="icon" href="./images/favicon.ico" type="image/x-icon">
<!--[if lte IE 8]><script src="assets/js/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="/css/main.css" />
<link rel="stylesheet" href="/css/custom.css" />
<!--[if lte IE 9]><link rel="stylesheet" href="assets/css/ie9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="assets/css/ie8.css" /><![endif]-->
<link href="//netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
<link href="http://fonts.googleapis.com/css?family=Anonymous+Pro:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> <title>PyCon Indonesia 2017 </title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" /> <style type="text/css">
.img-circle {
border-radius: 50%;
}
.text-sub {
font-size: 16px;
}
</style>
</head>
<body>
<!-- Made by Erik Terwan -->
<!-- 24th of November 2015 -->
<!-- All rights reserved -->
<nav class="nav" role="navigation">
<div id="menuToggle">
<!--
A fake / hidden checkbox is used as click reciever,
so you can use the :checked selector on it.
-->
<input type="checkbox" />
<!--
Some spans to act as a hamburger.
They are acting like a real hamburger,
not that McDonalds stuff.
-->
<span></span>
<span></span>
<span></span>
<!--
Too bad the menu has to be inside of the button
but hey, it's pure CSS magic.
-->
<ul id="menu">
<li>
<a href="/">Home</a>
</li>
<li>
<a href="http://ticket.pycon.id" target="blank">TICKET</a>
</li>
<li>
<a href="/call-for-papers">Call For Papers</a>
</li>
<li>
<a href="/code-of-conduct">Code of Conduct</a>
</li>
<li>
<a href="/schedules">Schedules</a>
</li>
</ul>
</div>
</nav>
<!-- Wrapper -->
<div id="wrapper">
<!-- Header -->
<header id="header" class="alt">
<span class="logo">
<a href="/index.html">
<img src="/images/logo.png" alt="" />
</a>
</span>
<p>Politeknik Elektronika Negeri Surabaya, 9 Desember 2017</p>
<p>A NEW BEGINNING</p>
</header>
<!-- Nav -->
<nav id="nav">
<ul>
<li>
<a href="#about">About PyCon ID</a>
</li>
<li>
<a href="#speakers">Speakers</a>
</li>
<!-- <li>
<a href="#cfp" class="active">CFP</a>
</li> -->
<li>
<a href="#sponsor">Sponsors</a>
</li>
<li>
<a href="#coc">Code of Conduct</a>
</li>
<li>
<a class="button special" href="/schedules" target="blank">
<span class="icon fa-calendar"></span> Schedules</a>
</li>
<li>
<a class="button special" href="http://ticket.pycon.id" target="blank">
<span class="icon fa-ticket"></span> Ticket</a>
</li>
</ul>
</nav><!-- Main -->
<div id="main">
<!-- Call For Papers -->
<!-- <section id="cfp" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Call For Papers</h2>
</header>
<p>PyCon Indonesia is pleased to announce that the Call For Proposals is now open. We are calling out for speakers to
share their Python knowledge (in the form of Talks, Workshop and Posters) which would intrigue the Python community
at this event! We’re looking for proposals on every aspect of Python: from basic to advanced levels. We’re interested
to see all content that’s interesting and engaging to the Python community, whether it be tutorials, case studies,
interactive sessions, or even how you and your organization works with Python. So if you have something that the
community might be interested in, let us know; and don’t worry if you’re a seasoned engineer or a novice with no
experience of presenting at a conference before; what matters is the content that you’ll be sharing with the community.</p>
<ul class="actions">
<li>
<a href="cfp.html" class="button">Learn More</a>
</li>
</ul>
</div>
<span class="image">
<img src="images/pic01.jpg" alt="" />
</span>
</div>
</section> -->
<!-- About Section -->
<section id="about" class="main special">
<header class="major">
<h2>About PyCon Indonesia 2017</h2>
<p>PyCon Indonesia is a conference where Python users, or people interested in Python, gather to learn from each other
and meet other members of the community. We hope that everyone joining PyCon ID will not only learn new and exciting
things, but also meet new friends and strengthen the connection with the community, and thus the community itself.
This year, we chose "A new Beginning" as our theme. The Pycon ID staff is continuing to work hard on making a conference
that will allow everyone to have a great time and unlock new possibilities through Python.</p>
</header>
<ul class="statistics">
<!-- <li class="style1">
<span class="icon fa-code-fork"></span>
<strong></strong> Etiam
</li>
<li class="style2">
<span class="icon fa-folder-open-o"></span>
<strong>8,192</strong> Magna
</li> -->
<li class="style5">
<span class="icon fa-diamond"></span>
<strong>2</strong> Keynote Speakers
</li>
<li class="style3">
<span class="icon fa-signal"></span>
<strong>200</strong> Participants
</li>
<li class="style4">
<span class="icon fa-laptop"></span>
<strong>18</strong> Speakers
</li>
</ul>
<footer class="major">
<!-- <ul class="actions">
<li>
<a href="generic.html" class="button">Learn More</a>
</li>
</ul> -->
</footer>
</section>
<section id="speakers" class="main">
<div class="spotlight">
<div class="content">
<header class="major">
<h2>Keynote Speaker</h2>
</header>
<h3>Dondy Bappedyanto</h3>
<p>Dondy Bappedyanto is a technology executive with more than 15 years of experience, ranging from general management,
product development, technical operations and technical strategy.</p>
<p>Since 2008, Dondy has focused in Cloud Computing and Hosting Industry in Indonesia which with his technological innovation
and customer service excellence approach as well as his out of the box leadership has change the shape of the industry
in Indonesia.</p>
<p>Actively speaking in various IT events about Cloud Computing, Dondy is also regarded as one of the reputable source
for the cloud industry. He has been interviewed and quoted by several respectable publication in Indonesia as well
as abroad.</p>
<!-- <ul class="actions">
<li>
<a href="cfp.html" class="button">Call for Paper</a>
</li>
</ul> -->
</div>
<span class="image">
<img src="/images/speakers/dondyx.jpg" alt="" />
</span>
</div>
<!-- <div class="spotlight">
<div class="content">
<h3>Dondy Bappedyanto</h3>
<p>Dondy Bappedyanto is a technology executive with more than 15 years of experience, ranging from general management, product development, technical operations and technical strategy.</p>
<p>Since 2008, Dondy has focused in Cloud Computing and Hosting Industry in Indonesia which with his technological innovation and customer service excellence approach as well as his out of the box leadership has change the shape of the industry in Indonesia.</p>
</div>
<span class="image">
<img src="images/speakers/dondyx.jpg" alt="" />
</span>
</div> -->
<header class="major">
<h2>Speakers</h2>
<p>
</p>
</header>
<div align="center">
<ul class="features">
<li>
<img height="150px" src="/images/speakers/tanging.jpg" alt="Tang Ing Wei" />
<h4 style="margin-bottom:0px">Tang Ing Wei</h4>
<i>ROKKI Avionics Sdn. Bhd.</i>
</li>
<li>
<img height="150px" src="/images/speakers/afif.jpg" alt="Afif" />
<h4 style="margin-bottom:0px">Afif Akbar Iskandar</h4>
<i>Kumparan</i>
</li>
<li>
<img height="150px" src="/images/speakers/jonas-obrist-hde.png" alt="Jonas HDE" />
<h4 style="margin-bottom:0px">Jonas Obrist</h4>
<i>HDE</i>
</li>
<li>
<img height="150px" src="/images/speakers/mapujji.jpg" alt="Abdurrachman Mappuji" />
<h4 style="margin-bottom:0px">Abdurrachman Mappuji</h4>
<i>Midtrans</i>
</li>
<li>
<img height="150px" src="/images/speakers/alwin-arrasyid.jpg" alt="Andi DINATA" />
<h4 style="margin-bottom:0px">Alwin Arrasyid</h4>
<i>DycodeX</i>
</li>
<li>
<img height="150px" src="/images/speakers/jason-wangsadinata.jpg" alt="Andi DINATA" />
<h4 style="margin-bottom:0px">Jason Wangsadinata</h4>
<i>Traveloka</i>
</li>
<li>
<img height="150px" src="/images/speakers/yuandra-ismiraldi.jpg" alt="Abdurrachman Mappuji" />
<h4 style="margin-bottom:0px">Yuandra Ismiraldi</h4>
<i>Buka Lapak</i>
</li>
<li>
<img height="150px" src="/images/speakers/fauzan-erich-emmerling.jpg" alt="Abdurrachman Mappuji" />
<h4 style="margin-bottom:0px">Fauzan Erich Emmerling</h4>
<i>PrismApp</i>
</li>
<li>
<img height="150px" src="/images/speakers/hakim.jpg" alt="Nur Hakim Arif" />
<h4 style="margin-bottom:0px">Nur Hakim Arif</h4>
<i>Detik</i>
</li>
<li>
<img height="150px" src="/images/speakers/hendra.jpg" alt="Hendra" />
<h4 style="margin-bottom:0px">Hendra Kusumah</h4>
<i>STMIK Raharja</i>
</li>
<li>
<img height="150px" src="/images/speakers/iwan-setiawan.jpg" alt="Hendra" />
<h4 style="margin-bottom:0px">Iwan Setiawan</h4>
<i>Universitas Jenderal Soedirman</i>
</li>
<li>
<img height="150px" src="/images/speakers/alisha-aneja.jpg" alt="Hendra" />
<h4 style="margin-bottom:0px">Alisha Aneja</h4>
<i>University of Melbourne</i>
</li>
<li>
<img height="150px" src="./images/speakers/rishaldyx.jpg" alt="Rishaldy" />
<h4 style="margin-bottom:0px">Rishaldy Prisly</h4>
<i>Spark Indo Technology</i>
</li>
<li>
<img height="150px" src="/images/speakers/imaduddin.jpg" alt="Imaduddin" />
<h4 style="margin-bottom:0px">Imaduddin Amin</h4>
<i>Pulse Lab Jakarta</i>
</li>
<li>
<img height="150px" src="/images/speakers/galuhx.jpg" alt="Galuh" />
<h4 style="margin-bottom:0px">Galuh Tunggadewi Sahid</h4>
<i>University of Indonesia</i>
</li>
<li>
<img height="150px" src="/images/speakers/novri-suhermi.jpg" alt="Andi DINATA" />
<h4 style="margin-bottom:0px">Novri Suhermi</h4>
<i>Institute of Technology Sepuluh Nopember</i>
</li>
<li>
<img height="150px" src="/images/speakers/andi.jpg" alt="Andi DINATA" />
<h4 style="margin-bottom:0px">Andi Dinata</h4>
<i>Book Author and DIY Enthusiast</i>
</li>
<!-- <li>
<img height="80px" src="images/speakers/tanging.jpg" alt="X" />
<h4>X</h4>
</li> -->
</ul>
</div>
</section>
<!-- sponsorship Section -->
<!-- <section id="sponsor" class="main special">
<header class="major">
<h2>Sponsorships</h2>
<p>
Why be a sponsor PyCon ID is the largest annual gathering for the community using and developing the open-source Python programming
language in Indonesia. PyCon ID 2017 provides various sponsoring packages that will fulfill your business needs.
If you are interested in sponsoring PyCon ID, please apply from link below. It's the sponsoring companies which make
this conference possible. Support money will be used for below.
<ul>
<ol>Accommodation fee for guest speakers</ol>
<ol>Video streaming, recording, and translation</ol>
<ol>Lunch, dining and swags for audience Financial aid for foreigners</ol>
</ul>
</p>
</header>
<ul class="features">
<li>
<span class="icon major style1 fa-code"></span>
<h3>Diamond Level Sponsor (limited to one sponsor)</h3>
<p>Sed lorem amet ipsum dolor et amet nullam consequat a feugiat consequat tempus veroeros sed consequat.</p>
</li>
<li>
<span class="icon major style3 fa-copy"></span>
<h3>Platinum Level Sponsor (limited to three sponsors) </h3>
<p>Sed lorem amet ipsum dolor et amet nullam consequat a feugiat consequat tempus veroeros sed consequat.</p>
</li>
<li>
<span class="icon major style5 fa-diamond"></span>
<h3>Gold Level Sponsor (limited to seven sponsors)</h3>
<p>Sed lorem amet ipsum dolor et amet nullam consequat a feugiat consequat tempus veroeros sed consequat.</p>
</li>
<li>
<span class="icon major style5 fa-diamond"></span>
<h3>Silver Level Sponsor</h3>
<p>Sed lorem amet ipsum dolor et amet nullam consequat a feugiat consequat tempus veroeros sed consequat.</p>
</li>
</ul>
<footer class="major">
<ul class="actions">
<li>
<a href="sponsorship.html" class="button">Learn More</a>
</li>
</ul>
</footer>
</section> -->
<section id="sponsor" class="main special">
<header class="major">
<h2>Sponsors</h2>
<p>
</p>
</header>
<h2>Diamond Sponsor</h2>
<ul class="features">
<li>
<img height="80px" src="/images/sponsors/biznet.png" alt="Biznet Gio Cloud" />
<h4>Biznet Gio Cloud</h4>
</li>
<li>
<img height="80px" src="/images/sponsors/gojek.png" alt="GoJek" />
<h4>Go Jek</h4>
</li>
</ul>
<h2>Platinum Sponsor</h2>
<ul class="features">
<li>
<img height="80px" src="/images/sponsors/psf.png" alt="PSF" />
<h4>Python Software Foundation</h4>
</li>
</ul>
<h2>Gold Sponsor</h2>
<ul class="features">
<li>
<img height="55px" src="/images/sponsors/logo-dycodex.png" alt="DycodeX" />
<h4>DycodeX</h4>
</li>
</ul>
<hr />
<h3>Organized by</h3>
<ul class="features">
<li>
<img height="50px" src="/images/sponsors/perkodi.png" alt="PERKODI" />
<p>PERKODI</p>
</li>
<li>
<img height="50px" src="/images/sponsors/surabayapy.png" alt="SurabayaPy" />
<p>SurabayaPy</p>
</li>
<li>
<img height="50px" src="/images/sponsors/pens.jpg" alt="PENS" />
<p>Politeknik Elektronika Negeri Surabaya</p>
</li>
</ul>
<hr />
<h3>Payment Partner</h3>
<ul class="features">
<li>
<img height="50px" src="/images/sponsors/valutac.png" alt="Valutac" />
<p>Valutac</p>
</li>
<li>
<img height="50px" src="/images/sponsors/prism.png" alt="Prism" />
<p>Prism</p>
</li>
</ul>
<h3>Media Partner</h3>
<ul class="features">
<li>
<img height="50px" src="/images/sponsors/codepolitan.png" alt="CODEPOLITAN" />
<p>CODEPOLITAN</p>
</li>
</ul>
<hr />
<h3>Community Partner</h3>
<ul class="features text-sub">
<li>
<img height="35px" src="/images/comunities/dsi.jpg" alt="dsi" />
<p>Data Science Indonesia</p>
</li>
<li>
<img height="45px" src="/images/comunities/pens-sky.png" alt="penssky" />
<p>PENS Sky Venture</p>
</li>
<li>
<img height="45px" src="/images/comunities/logo-suwec.jpg" alt="suwec" />
<p>SUWEC</p>
</li>
<li>
<img height="45px" src="/images/comunities/gerdhu.png" alt="gerdhu" />
<p>GERDHU</p>
</li>
<li>
<img height="45px" src="/images/comunities/dilo-sby.jpeg" alt="dilo" />
<p>Dilo Surabaya</p>
</li>
</ul>
<h3>Partner</h3>
<ul class="features text-sub">
<li>
<img height="85px" src="/images/sponsors/jetbrains.png" alt="JetBrains" />
<p>JetBrains</p>
</li>
</ul>
</section>
<!-- Code of Conduct -->
<section id="coc" class="main special">
<header class="major">
<h2>Code of Conduct</h2>
<p>PyCon ID is a conference organized and run by volunteers in the Indonesia Python community that is dedicated to advancing
and promoting the Python programming language. Through holding the PyCon ID conference, Python users can gather and
exchange information with other deveopers from a wide variety of fields. It is our aim to create new relationships
between the different communities and businesses using Python.</p>
</header>
<footer class="major">
<ul class="actions">
<li>
<a href="/code-of-conduct" class="button special">Code of Conduct</a>
</li>
</ul>
</footer>
</section>
</div>
<!-- Footer -->
<footer id="footer" class="alt">
<section>
<h2>PyCon Indonesia 2017</h2>
<span class="logo">
<img src="/images/logo-no.png" alt="" />
</span>
<p>PyCon Indonesia is a largest Python conference in Indonesia where Python users, or people interested in Python, gather
to learn from each other and meet other members of the community. We chose "A new Beginning" as our theme.</p>
</section>
<section>
<h2>A new beginning at PyCon Indonesia 2017</h2>
<dl class="alt">
<dt>Location</dt>
<dd>Politeknik Elektronika Negeri Surabaya, Indonesia</dd>
<dt>Email</dt>
<dd>
<a href="#">conf@python.or.id</a>
</dd>
</dl>
<ul class="icons">
<li>
<a href="#" class="icon fa-twitter alt">
<span class="label">Twitter</span>
</a>
</li>
<li>
<a href="#" class="icon fa-facebook alt">
<span class="label">Facebook</span>
</a>
</li>
<li>
<a href="#" class="icon fa-instagram alt">
<span class="label">Instagram</span>
</a>
</li>
<li>
<a href="#" class="icon fa-github alt">
<span class="label">GitHub</span>
</a>
</li>
<li>
<a href="#" class="icon fa-dribbble alt">
<span class="label">Dribbble</span>
</a>
</li>
</ul>
</section>
<p class="copyright">© PyCon Indonesia 2017.</p>
</footer> </div>
<!-- Scripts -->
<script src="/js/jquery.min.js"></script>
<script src="/js/jquery.scrollex.min.js"></script>
<script src="/js/jquery.scrolly.min.js"></script>
<script src="/js/skel.min.js"></script>
<script src="/js/util.js"></script>
<!--[if lte IE 8]><script src="assets/js/ie/respond.min.js"></script><![endif]-->
<script src="/js/main.js"></script>
</body>
</html>