-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
320 lines (298 loc) · 16.6 KB
/
index.html
File metadata and controls
320 lines (298 loc) · 16.6 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
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
<!doctype html>
<html>
<head>
<title>PyCon PH 2017</title>
<meta name="viewport" content="initial-scale=1.0, width=device-width">
<meta content="PyCon PH 2017" property="og:title">
<meta content="PyCon PH 2017" property="og:site_name">
<meta content="PyCon PH 2017" name="twitter:title">
<meta content="PyCon Philippines is a volunteer-run, not-for-profit conference centered around the Python Programming language. February 25-26 at the Mindanao University of Science and Technology" name="description">
<meta content="PyCon Philippines is a volunteer-run, not-for-profit conference centered around the Python Programming language. February 25-26 at the Mindanao University of Science and Technology" property="og:description">
<meta content="https://pycon.python.ph/images/share.png" property="og:image">
<meta content="https://pycon.python.ph/images/share.png" name="twitter:image">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="630">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Work+Sans:400,800">
<link rel="stylesheet" href="./css/index.css">
<link rel="stylesheet" href="./css/responsive.css">
<body>
<section id="hero" class="hero-section">
<div class="title">
<h1>PyCon<br>PH 2017<span>CDO</span></h1>
<div class="details">
<p>
Mindanao University of<br>
Science and Technology<br>
<time>Feb 25-26</time>
</p>
<p>
<a href="https://pycon-tickets.python.ph" class="btn">Buy tickets</a>
</p>
</div>
</div>
<div class="about">
<div class="copy">
<h3>What is <strong>PyCon PH</strong>?</h3>
<p>PyCon Philippines is a volunteer-run, not-for-profit conference centered around the Python Programming language.</p>
<p>The goal of the conference is to provide a venue where the Python programming language and surrounding technologies can be explored, discussed and exercised.</p>
</div>
</div>
</section>
<section class="testimonials-section">
<h2>What do people <strong>say about</strong> PyCon PH?</h2>
<div class="testimonial-chat -left" id="testimonials">
<div class="bubble">
The community in the Phillipines is amazingly welcoming and passionate. I met a large group of wonderful people, from the organizers, volunteers, speakers and attendees. I've gone to Pycons all over the world, and I'm always impressed that the Python community seems to attract such good natured and kind hearted people in all corners.
</div>
<div class="byline">
<img class="photo" src="./images/testimonials/eric-holscher.jpg">
<div class="name">
Eric Holscher
<div class="year"><small>Speaker at PyCon PH 2014</small></div>
</div>
</div>
</div>
<div class="testimonial-chat -right">
<div class="bubble">
PyCon PH was a memorable event that I am very glad I experienced. The talks were high quality, but most notably, the organisers and wider community were extremely warm and welcoming. I had such an excellent time! Thanks PyCon PH for putting on such an excellent conference.
</div>
<div class="byline">
<img class="photo" src="./images/testimonials/stephen-mcdonald.jpg">
<div class="name">
Stephen McDonald
<div class="year"><small>Speaker at PyCon PH 2015</small></div>
</div>
</div>
</div>
<div class="testimonial-chat -left">
<div class="bubble">
I loved my time at PyCon PH 2016. The technical content, especially Python's use in scientific research and innovative web development, was outstanding. My favorite part was the warm, welcoming, and eager Pythonistas.
</div>
<div class="byline">
<img class="photo" src="./images/testimonials/carol-willing.jpg">
<div class="name">
Carol Willing
<div class="year"><small>Speaker at PyCon PH 2016</small></div>
</div>
</div>
</div>
</section>
<!--
<section id="speakers" class="speakers-section">
<div class="speakers-intro">
<h2>Speakers</h2>
<p>We've gathered a bunch of talented and passionate people to share their
stories and adventures with Python and its community.</p>
</div>
<div class="speakers-list">
<div class="speaker-info -keynote">
<img class="photo" src="./images/speakers/nick-huber.jpg">
<h3 class="name">Nick Huber</h3>
<div class="title">
Data analytics consultant at PLDT<br>
Prev: Data scientist at Airbnb
</div>
</div>
<div class="speakers-more">
We'll be announcing more speakers in the following weeks!
</div>
</div>
</section>
-->
<section id="topics" class="topics-section">
<div class="topics-list">
<div class="col talks-list">
<h2>Talks</h2>
<div class="topic-info">
<h3>Big Data Processing & Data Science Environment in Python</h3>
<p>Rick Bahague</p>
</div>
<div class="topic-info">
<h3>An Introduction to Distributed Task Queue</h3>
<p>Ronald Ryan A. Icasiano</p>
</div>
<div class="topic-info">
<h3>IOT Mobile Robot Using Micropython</h3>
<p>Diogenes Armando Pascua</p>
</div>
<div class="topic-info">
<h3>Practical Deployment Strategies for Production Python Applications</h3>
<p>Joshua Arvin Lat</p>
</div>
<div class="topic-info">
<h3>Using Python to solve real problems at the Philippine Microsatellite Program</h3>
<p>Benjamin Jiao</p>
</div>
<div class="topic-info">
<h3>How On-demand software Wela School System was made using Python.</h3>
<p>John Vincent Fiel</p>
</div>
<div class="topic-info">
<h3>Python in Smart Farm</h3>
<p>Lex Bryan Bangot</p>
</div>
<div class="topic-info">
<h3>Gentle Introduction to Ansible</h3>
<p>Romar Mayer Micabalo</p>
</div>
<div class="topic-info">
<h3>Python as a universal backend? What sorcery is this!</h3>
<p>Kix Panganiban</p>
</div>
<div class="topic-info">
<h3>Estimating Solar Energy of an Area in Python</h3>
<p>Patrick Jay Y. Lucañas and Justine Ace S. Santos</p>
</div>
<div class="topic-info">
<h3>Attack of Pythons : Gotchas and Landmines in Python</h3>
<p>Manoj Pandey</p>
</div>
<div class="topic-info">
<h3>Going Serverless with Chalice - A Python Serverless Microframework</h3>
<p>Roselle M. Ebarle</p>
</div>
</div>
<div class="col workshops-list">
<h2>Workshops</h2>
<div class="topic-info">
<h3>Test Driven Development in Python Workshop</h3>
<p>Elpedio Adoptante Jr, Zakatell Kanda</p>
</div>
<div class="topic-info">
<h3>Pytest + Selenium: a match made in (testing) heaven</h3>
<p>Lovely Ricel Banquil</p>
</div>
<div class="topic-info">
<h3>Writing RESTful APIs with Flask</h3>
<p>Allan Barredo</p>
</div>
<div class="topic-info">
<h3>Messenger BOT using Flask API</h3>
<p>Jethro Guce</p>
</div>
</div>
</div>
<div class="topics-more">
More talks and workshops will be announced!
</div>
</section>
<section class="sponsors-section">
<h2>PyCon PH 2017 is brought to you by</h2>
<div class="sponsors-list" id="sponsors">
<div class="sponsor -organizer">
<a href="https://python.ph" alt="Python.PH"><img src="./images/pythonph.png"></a>
</div>
<div class="sponsor -organizer">
<a href="http://www.must.edu.ph" alt="USTP"><img src="./images/ustp.jpg"></a>
</div>
<div class="sponsor -elite">
<h3>Elite Sponsors</h3>
<a href="https://www.python.org/psf/" alt="PSF"><img src="./images/sponsors/psf-logo.png"></a>
<p>The Python Software Foundation (PSF) is a 501(c)(3) non-profit corporation that holds the intellectual property rights behind the Python programming language. We manage the open source licensing for Python version 2.1 and later and own and protect the trademarks associated with Python. We also run the North American PyCon conference annually, support other Python conferences around the world, and fund Python related development with our grants program and by funding special projects.</p>
</div>
<div class="sponsor -premium">
<h3>Premium Sponsors</h3>
<a href="https://fullspeedtechnologies.com" alt="FullSpeed" width="160"><img class="logo" src="./images/sponsors/fullspeed-logo.png"></a>
<p>FullSpeed Technologies Inc. is located in Cebu City and one of foreign branches of FullSpeed Inc. which is a Japanese publicly listed advertising technology company specialized for online and digital marketing area. We develop our own products using state-of-the-art advertising technologies such as machine learning, big data, distributed systems and Microservices etc. We also provide our customers with Internet marketing consulting for their online businesses.</p>
</div>
<div class="sponsor -starter">
<h3>Starter Sponsors</h3>
<a href="https://www.djangoproject.com/foundation/" alt="Django" width="160"><img class="logo" src="./images/sponsors/django.svg"></a>
<p>The Django Software Foundation is a US-based non-profit organisation with the mission to promote, support, and advance the <a href="https://www.djangoproject.com/">Django Web framework</a>. The DSF sponsors sprints, meetups, gatherings and community events, and protects the intellectual property of the Django project.</p>
</div>
<div class="sponsor -ticket">
<h3>Ticket Sponsor</h3>
<a href="https://ti.to"><img class="logo" src="https://ti.to/jscss/tito-machine.svg" alt="Tito" width="160"></a>
</div>
</div>
<div class="partners-list" id="partners">
<h3>Contributing Partners</h3>
<div class="partner">
<a href="https://www.syntacticsinc.com"><img class="logo" src="./images/sponsors/syntactics.png" alt="Syntactics" width="160"></a>
<a href="http://devcon.ph"><img class="logo" src="./images/sponsors/devcon.png" alt="DevCon" width="160"></a>
<a href="https://www.facebook.com/groups/itgpytsada"><img class="logo" src="./images/sponsors/pytsada.png" alt="PyTsada" width="160"></a>
</div>
<!-- <div class="partner -community">
</div> -->
</div>
</section>
<section id="calls" class="calls-section">
<div class="col" id="become-a-sponsor">
<h3>Become our <strong>sponsor</strong></h3>
<p>We are seeking sponsors to help offset the costs of running the conference. Sponsorship allows us to keep ticket prices low.</p>
<p>Our organization don't have much money-making facilities since we're
non-profit. So we're very thankful for the sponsors who've helped us out
over the past few years. PyCon PH is a great venue to meet great talents
and interesting personalities. These people and visibility pull in companies and teams to
support us.</p>
<p>
<a class="btn" href="./assets/sponsorship.pdf">
<img src="./images/charity.svg">View Sponsorship Packages
</a>
</p>
</div>
<div class="col" id="become-a-patron">
<h3>Become a <strong>patron</strong></h3>
<p>Historically, we received an early donation from an anonymous individual that made a huge impact on making the very first PyCon Philippines (2012) possible. For this, we are truly grateful.</p>
<p>In the spirit of <em><a href="http://en.wikipilipinas.org/index.php/Bayanihan">Bayanihan</a></em>, individuals may make a personal donation of any amount. Your name and link will be listed on this website or if you prefer, you can be listed as 'Anonymous Patron'.</p>
<p>In addition, Patrons with a minimum donation of PHP 1,000 will have an opportunity to join the contributors dinner on day 2 for a fee.</p>
<p>If you'd like to make a personal donation of any amount, use this button:</p>
<p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="PQ2LNCPGWXVWQ">
<input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_SM.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!">
<img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</p>
<p>The following individuals have donated to PyCon Philippines:</p>
<ul>
<li>Anonymous Patron</li>
<li><a href="http://slides.com/pythonph/python-data-model">Max Thiercy</a></li>
</ul>
</p>
</div>
</section>
<section class="volunteers-section">
<div class="col" id="volunteer">
<h3>Want to <strong>volunteer</strong>?</h3>
<p>Small contributions when done by a significant number of people creates a tipping point and can actually make a huge difference. This is what makes PyCon distinctly inspiring.</p>
<p>PyCon Philippines is run by volunteers who are passionate with a
variety of things with Python being common.</p>
<p>We don't pay volunteers with cash but with fun memories and the feeling of accomplishing something noble and great.</p>
<p>
<a class="btn" target="_blank" href="https://docs.google.com/forms/d/e/1FAIpQLSf7qkaSBWSAFyMf9aVN7kP1E4LPKoOxrzf3ZsHa7japETSZUw/viewform">
<img src="./images/heart.svg">Sign up
</a>
</p>
</div>
</section>
<section id="coc" class="coc-section">
<div class="coc-intro" id="code-of-conduct">
<h4><strong>Code of Conduct</strong></h4>
<p>PyCon PH is a community conference intended for collaboration in the developer community.</p>
<p>We value the participation of each member of the Python community and want all attendees to have an enjoyable and fulfilling experience. Accordingly, all attendees are expected to show respect and courtesy to other attendees throughout the conference and at all conference events, whether officially sponsored by Python.PH or not.</p>
<p>To make clear what is expected, all delegates/attendees, speakers, exhibitors, organizers and volunteers at any PyCon event are required to conform to the following Code of Conduct. Organizers will enforce this code throughout the event.</p>
</div>
<div class="coc-content">
<h4>The long version</h4>
<p>Harassment includes offensive verbal comments related to gender, gender identity and expression, sexual orientation, disability, physical appearance, body size, race, religion, status, sexual images in public spaces, deliberate intimidation, stalking, following, harassing photography or recording, sustained disruption of talks or other events, inappropriate physical contact, and unwelcome sexual attention.</p>
<p>Participants who are asked to stop any harassing behavior are expected to comply immediately.</p>
<p>Be careful in the words that you choose. Remember that sexist, racist, and other exclusionary jokes can be offensive to those around you. Excessive swearing and offensive jokes are not appropriate for PyCon.</p>
<p>Exhibitors in the expo hall, sponsor or vendor booths, or similar activities are also subject to the anti-harassment policy. In particular, exhibitors should not use sexualized images, activities, or other material. Booth staff (including volunteers) should not use sexualized clothing/uniforms/costumes, or otherwise create a sexualized environment.</p>
<p>If a participant engages in harassing behavior, the conference organizers may take any action they deem appropriate, including warning the offender or expulsion from the conference with no refund. If you are being harassed, notice that someone else is being harassed, or have any other concerns, please contact a member of conference staff immediately.</p>
<p>Conference staff can be identified by t-shirts/special badges/head sets.</p>
<p>Conference staff will be happy to help participants contact hotel/venue security or local law enforcement, provide escorts, or otherwise assist those experiencing harassment to feel safe for the duration of the conference. We value your attendance.</p>
<p>We expect participants to follow these rules at all conference venues and conference-related social events.</p>
<h4>License</h4>
<p>This Code of Conduct is based on the <a href="https://us.pycon.org/2015/about/code-of-conduct/">PyCon US 2015 CoC</a>, and is licensed under a <a href="https://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License.</a></p>
</div>
</section>
<section class="attrib-section">
Attendees are expected to follow our <a href="#coc">Code of Conduct</a><br>
Organized by <a href="https://python.ph">Python.PH, Inc.</a><br>
Illustrations by <a href="https://www.behance.net/KevinPlaridel">Kevin Aton</a><br>
Icons from <a href="https://thenounproject.com">The Noun Project</a>
</section>
<script src="./js/bliss.min.js"></script>
</html>