-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
580 lines (507 loc) · 23.3 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
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<title>Python Porto community</title>
<link rel="stylesheet" href="/css/pyporto.css">
<link rel="stylesheet" href="/froala/css/froala_blocks.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css">
<link rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.4.1/css/all.css">
</head>
<body data-offset="50" data-spy="scroll" data-target="#navigation">
<header data-block-type="headers" data-id="1">
<nav id="navigation" class="navbar navbar-light navbar-expand-md no-gutters fixed-top"
style="background-color: #ffffff">
<div class="container">
<div class="col-2 text-left">
<a href="/">
<img src="/img/pyporto-logo.png" height="80" alt="image" id="header-image">
</a>
</div>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarNav4"
aria-controls="navbarNav4" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse justify-content-center col-md-8" id="navbarNav4">
<ul class="navbar-nav justify-content-center">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<!--
<li class="nav-item">
<a class="nav-link" href="#upcoming-events">Upcoming events</a>
</li>
-->
<li class="nav-item">
<a class="nav-link" href="#for-speakers">For speakers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#core-team">Core Team</a>
</li>
</ul>
</div>
<ul class="navbar-nav col-2 justify-content-end d-none d-lg-flex">
<li class="nav-item">
<a class="nav-link" href="https://meetup.com/pyporto" target="_blank"><i class="fab fa-2x fa-meetup"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.linkedin.com/groups/13592590/" target="_blank"><i class="fab fa-2x fa-linkedin"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://github.com/pyporto/" target="_blank"><i class="fab fa-2x fa-github"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="http://twitter.com/pyporto" target="_blank"><i class="fab fa-2x fa-twitter"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.facebook.com/pyporto" target="_blank"><i class="fab fa-2x fa-facebook"></i></a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://www.facebook.com/groups/pythonporto" target="_blank"><i class="fab fa-2x fa-facebook"></i></a>
</li>
</ul>
</div>
</nav>
</header>
<!-- ABOUT US -->
<section class="fdb-block extra-top-margin" id="home"
style="background-image: url(./photos/pyporto-banner-lighter.jpg);">
<div class="container">
<div class="row text-left">
<div class="col-12 m-auto m-md-0 col-md-10">
<div class="fdb-box">
<div class="row justify-content-center">
<div class="col-12 col-xl-8 text-center">
<h1>Python Porto</h1>
<p class="text-h3 text-left">
<b>We are here to help you to become a 10x performer with Python!</b>
</p>
<p class="text-h4 text-left">
Python Porto is a vibrant and inclusive community of passionate individuals
who share a common love for the <a href="https://www.python.org" target="_blank">Python</a>
programming language. Whether you're a seasoned Pythonista or just starting
your coding journey, our group is the perfect place to connect, learn, and
grow together.
</p>
<p class="text-h4 text-left">
Our mission is simple: to foster an environment where knowledge knows no
bounds. We believe in the power of education and collaboration, and we're
dedicated to providing a platform where members can freely exchange ideas,
seek guidance, and contribute to the collective learning experience.
</p>
<p class="text-h4 text-left">
<b>Why join Python Porto?</b>
<ul class="text-h4 text-left">
<li><b>Knowledge Sharing:</b> Python Porto is all about learning from one
another. Our members come from diverse backgrounds, each bringing their
unique perspectives and expertise to the table. Whether you want to dive
into Python's core concepts, explore its vast libraries, or discuss best
practices, you'll find a wealth of knowledge waiting for you.</li>
<li><b>Networking Opportunities:</b> Building connections in the tech
industry is essential for personal and professional growth. Python Porto
offers a supportive network of like-minded individuals where you can
collaborate on projects, find mentors, or seek career advice.</li>
<li><b>Events and Workshops:</b> Stay up-to-date with the latest trends and
developments in the Python ecosystem through our regular events and
workshops. We host informative talks, hands-on coding sessions, and even
hackathons to challenge your skills and creativity.</li>
<li><b>Social Engagement:</b> Beyond just code, Python Porto is a friendly
and fun community. Engage in discussions, share memes, or participate in
our social activities. We believe in creating an inclusive space where
everyone feels welcome and valued.</li>
</ul>
</p>
<p class="text-h4 text-left">
<b>Join Python Porto on our various platforms:</b>
<ul class="text-h4 text-left">
<li>Facebook: <a href="https://www.facebook.com/groups/pythonporto" target="_blank">https://www.facebook.com/groups/pythonporto</a></li>
<li>Twitter: <a href="https://twitter.com/pyporto" target="_blank">https://twitter.com/pyporto</a></li>
<li>LinkedIn: <a href="https://www.linkedin.com/groups/13592590/" target="_blank">https://www.linkedin.com/groups/13592590/</a></li>
</ul>
</p>
<p class="text-h4 text-left">
If you have any questions, suggestions or ideas, contact organizers by email
<a href="mailto:[email protected]">[email protected]</a>.
</p>
<hr>
<p class="text-left">
<a class="text-dark px-2" href="https://meetup.com/pyporto" target="_blank"><i class="fab fa-2x fa-meetup"></i></a>
<a class="text-dark px-2" href="https://www.facebook.com/pyporto" target="_blank"><i class="fab fa-2x fa-facebook"></i></a>
<a class="text-dark px-2" href="https://www.facebook.com/groups/pythonporto" target="_blank"><i class="fab fa-2x fa-facebook"></i></a>
<a class="text-dark px-2" href="http://twitter.com/pyporto" target="_blank"><i class="fab fa-2x fa-twitter"></i></a>
<a class="text-dark px-2" href="http://github.com/pyporto/" target="_blank"><i class="fab fa-2x fa-github"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- UPCOMING EVENTS -->
<!--
<section class="fdb-block" id="upcoming-events">
<div class="container">
<div class="row">
<div class="col text-center">
<h1 class="section-header">Upcoming events</h1>
</div>
</div>
</div>
</section>
<section class="fdb-block">
<div class="d-none d-md-flex col-fill-left" style="background-image: url(./photos/pycoffee.jpg)">
</div>
<div class="container">
<div class="row justify-content-end">
<div class="col-12 col-md-5">
<h2><b>PyCoffee |</b>
<small>Every other Sunday</small>
</h2>
<p class="text-h3">
Informal Python meetups in partnership with Porto i/o.
</p>
<p>
There is no agenda and no speakers. It’s for those who is ready to
start Sunday with a cup of hot coffee and a chat with like-minded
python developers or beginners. We speak English or Portuguese, and
we welcome guests with different backgrounds, coming from different
countries and pursuing their own very different goals.
</p>
<p class="mt-4 mb-5">
<a class="btn" href="https://www.meetup.com/pyporto/events/">Join the upcoming event</a>
</p>
</div>
</div>
</div>
</section>
-->
<!--
<section class="fdb-block">
<div class="d-none d-md-flex col-fill-right" style="background-image: url(./photos/python101.jpg)">
</div>
<div class="container">
<div class="col-12 col-md-5">
<h2><b>Python 101 |</b>
<small>To be announced</small>
</h2>
<p class="text-h3">
Python Porto plans to run a series of workshops for beginners in
programming. Details will be announced later
</p>
<p class="mt-4 mb-5">
<a class="btn" href="https://form.jotformeu.com/82840672104352">Join the waiting list</a>
</p>
</div>
</div>
</section>
-->
<!-- RFP -->
<section class="fdb-block" id="for-speakers">
<div class="container">
<div class="row">
<div class="col-12 text-center">
<h1 class="section-header">Want to become a speaker?</h1>
</div>
</div>
<div class="row align-items-center pt-2 pt-lg-5">
<div class="col-12 col-md-8 col-lg-7">
<p>
<b>Public speaking is challenging and rewarding experience.</b>
It is a great way to contribute to development of the community
and to boost your knowledge of a specific topic at the same time.
</p>
<p>
<b>We help you with the content.</b>
If you are not sure what to talk about, we can help you with the
topic. We will help you to shape and improve
your talk through a series of rehearsals. By the end of the talk we
will share the feedback from the audience and share it with you.
</p>
<p>
<b>We take care of the organization.</b>
This includes finding location, preparing everything onsite and
taking care of public announcements.
</p>
<p class="mt-4"><a class="btn" href="/for-speakers/">Submit your proposal</a></p>
</div>
<div class="col-8 col-md-4 col-lg-5 5 d-none d-md-block">
<img alt="image" class="img-fluid" src="./photos/public-speaking-cats-square.jpg">
</div>
</div>
</div>
</section>
<!-- SPONSORS -->
<!--
<section class="fdb-block" id="sponsors">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-lg-8">
<h1>Our sponsors</h1>
<div class="mt-5 justify-content-center">
<img alt="image" class="ml-3 mr-3 mb-2 mt-2" src="/froala/imgs/customers/adobe.svg" height="30">
<img alt="image" class="ml-3 mr-3 mb-2 mt-2" src="/froala/imgs/customers/discovery.svg" height="30">
<img alt="image" class="ml-3 mr-3 mb-2 mt-2" src="/froala/imgs/customers/ebay.svg" height="30">
<img alt="image" class="ml-3 mr-3 mb-2 mt-2" src="/froala/imgs/customers/samsung.svg" height="30">
<img alt="image" class="ml-3 mr-3 mb-2 mt-2" src="/froala/imgs/customers/orange.svg" height="30">
<img alt="image" class="ml-3 mr-3 mb-2 mt-2" src="/froala/imgs/customers/salesforce.svg" height="30">
</div>
</div>
</div>
</div>
</section>
-->
<!-- REPORTS -->
<!--
<section class="fdb-block bg-dark" style="background-image: url(/froala/imgs/bg_4.svg)" id="reports">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<h1>Reports</h1>
<p class="text-h3">A small river named Duden flows by their place and supplies it with the necessary regelialia. Separated they live in Bookmarksgrove right at the coast of the Semantics.</p>
</div>
</div>
<div class="row mt-5 align-items-center justify-content-center">
<div class="col-md-8 col-lg-4">
<div class="fdb-box">
<div class="row no-gutters align-items-center">
<div class="col-3">
<img alt="image" class="img-fluid" src="/froala/imgs/img_round.svg">
</div>
<div class="col-8 ml-auto">
<p>
<strong>From idea to reality</strong><br>
<em>Co-founder at Company</em>
</p>
</div>
</div>
<div class="row mt-4">
<div class="col-12">
<p class="text-h3">
"Even the all-powerful Pointing has no control about the blind texts it is an unorthographic life. One day however a small line of blind text by the name of Lorem Ipsum decided to leave for the far World of Grammar."
</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-lg-4 mt-4 mt-lg-0">
<div class="fdb-box">
<div class="row no-gutters align-items-center">
<div class="col-3">
<img alt="image" class="img-fluid" src="/froala/imgs/img_round.svg">
</div>
<div class="col-8 ml-auto">
<p>
<strong>PyCoffee #7</strong><br>
<em>Co-founder at Company</em>
</p>
</div>
</div>
<div class="row mt-4">
<div class="col-12">
<p class="text-h3">
"Far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts. Separated they live in Bookmarksgrove right at the coast of the Semantics, a large language ocean."
</p>
</div>
</div>
</div>
</div>
<div class="col-md-8 col-lg-4 mt-4 mt-lg-0">
<div class="fdb-box">
<div class="row no-gutters align-items-center">
<div class="col-3">
<img alt="image" class="img-fluid" src="/froala/imgs/img_round.svg">
</div>
<div class="col-8 ml-auto">
<p>
<strong>Scale like a pro</strong><br>
<em>Co-founder at Company</em>
</p>
</div>
</div>
<div class="row mt-4">
<div class="col-12">
<p class="text-h3">
"Separated they live in Bookmarksgrove right at the coast of the Semantics, far far away, behind the word mountains, far from the countries Vokalia and Consonantia, there live the blind texts."
</p>
</div>
</div>
</div>
</div>
</div>
<div class="row text-center justify-content-center">
<div class="col-md-10 col-lg-8 col-xl-7">
<p class="text-h3">See more reports</p>
</div>
</div>
</div>
</section>
-->
<section class="fdb-block team-8" data-block-type="teams" data-id="3" draggable="true" id="core-team">
<div class="container">
<div class="row text-center justify-content-center">
<div class="col-8">
<h1 class="section-header">Core team</h1>
<p class="text-h3">
This team makes Python in Porto possible
</p>
</div>
</div>
<div class="row-100"></div>
<div class="row justify-content-center text-left">
<div class="col-sm-6">
<div class="row align-items-center">
<div class="col-4">
<img alt="image" class="img-fluid img-round" src="photos/roman-imankulov.jpg">
</div>
<div class="col-8">
<h3><strong>Roman Imankulov</strong></h3>
<p>
Lives in Porto for almost four years and works with Python for
more than a decade. Loves Python and web development. In Python
Porto acts as the main organizers, speaker on several events
and a permanent resident of PyCoffee.
</p>
<p class="text-h2">
<a href="https://www.linkedin.com/in/roman-imankulov-91076144/" target="_blank"><i class="fab fa-linkedin text-muted"></i></a>
<a href="https://github.com/imankulov" target="_blank"><i class="fab fa-github-square text-muted"></i></a>
<a href="https://twitter.com/rdotpy" target="_blank"><i class="fab fa-twitter-square text-muted"></i></a>
</p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="row align-items-center">
<div class="col-4">
<img alt="image" class="img-fluid img-round" src="photos/paulo-portela.jpg">
</div>
<div class="col-8">
<h3><strong>≀Paulo Portela</strong></h3>
<p>
Paulo is a Senior Software Developer from adidas, and he is eager to
help beginners in Python Porto to learn the language. Author and
the main presenter of "Python 101" workshops. You can also find
him on our PyCoffee events.
</p>
<p class="text-h2">
<a href="https://www.linkedin.com/in/enghaon/" target="_blank"><i class="fab fa-linkedin text-muted"></i></a>
<a href="https://github.com/enghaon" target="_blank"><i class="fab fa-github-square text-muted"></i></a>
<a href="https://twitter.com/enghaon" target="_blank"><i class="fab fa-twitter-square text-muted"></i></a>
<a href="https://bio.site/enghaon" target="_blank"><i class="fa fa-link text-muted"></i></a>
</p>
</div>
</div>
</div>
</div>
<div class="row-70"></div>
<div class="row justify-content-center text-left">
<div class="col-sm-6">
<div class="row align-items-center">
<div class="col-4">
<img alt="image" class="img-fluid img-round" src="photos/francisca-dias.jpg">
</div>
<div class="col-8">
<h3><strong>Francisca Dias</strong></h3>
<p>
Francisca is a Data Analyst, constantly eager to
improve her skills in data analytics, with a focus on open-data
and web development. She is the author, organizer and speaker
of "Python for Data Science" workshops of Python Porto.
</p>
<p class="text-h2">
<a href="https://www.linkedin.com/in/franciscacardosodias/" target="_blank"><i class="fab fa-linkedin text-muted"></i></a>
<a href="https://github.com/franciscadias" target="_blank"><i class="fab fa-github-square text-muted"></i></a>
<a href="https://medium.com/@francisca.cardoso.dias" target="_blank"><i class="fa fa-link text-muted"></i></a>
</p>
</div>
</div>
</div>
<div class="col-sm-6">
<div class="row align-items-center">
<div class="col-4">
<img alt="image" class="img-fluid img-round" src="photos/leonid-kholkine.jpg">
</div>
<div class="col-8">
<h3><strong>Leonid Kholkine</strong></h3>
<p>
Allround coder and pursuing a Ph.D. in Data Science / Machine Learning by day.
Organizes data science and tech initiatives by night.
</p>
<p class="text-h2">
<a href="https://www.linkedin.com/in/kholkine/" target="_blank"><i class="fab fa-linkedin text-muted"></i></a>
<a href="https://github.com/leokho" target="_blank"><i class="fab fa-github-square text-muted"></i></a>
<a href="https://twitter.com/leonidkho" target="_blank"><i class="fab fa-twitter-square text-muted"></i></a>
</p>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="fdb-block footer-small fp-active" data-block-type="footers" data-id="5">
<div class="container">
<div class="row text-center align-items-center">
<div class="col-12 col-lg-2 text-lg-left">
<img alt="image" src="/img/pyporto-logo.png" height="40">
</div>
<div class="col mt-4 mt-lg-0 text-center">
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link" href="#home">Home</a>
</li>
<!--
<li class="nav-item">
<a class="nav-link" href="#upcoming-events">Upcoming events</a>
</li>
-->
<li class="nav-item">
<a class="nav-link" href="#for-speakers">For speakers</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#core-team">Core Team</a>
</li>
</ul>
</div>
<div class="col-12 col-lg-2 mt-4 mt-lg-0 text-lg-right">
<a href="https://meetup.com/pyporto" target="_blank"><i class="fab fa-meetup" aria-hidden="true"></i></a>
<a href="https://www.linkedin.com/groups/13592590/" target="_blank"><i class="fab fa-linkedin" aria-hidden="true"></i></a>
<a href="http://github.com/pyporto/" target="_blank"><i class="fab fa-github" aria-hidden="true"></i></a>
<a href="http://twitter.com/pyporto" target="_blank"><i class="fab fa-twitter" aria-hidden="true"></i></a>
<a href="https://www.facebook.com/pyporto" target="_blank"><i class="fab fa-facebook" aria-hidden="true"></i></a>
<a href="https://www.facebook.com/groups/pythonporto" target="_blank"><i class="fab fa-facebook" aria-hidden="true"></i></a>
</div>
</div>
</div>
</footer>
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js"></script>
<script>
$(function () {
$("#navigation a").on('click', function (event) {
if (this.hash !== "") {
event.preventDefault();
var hash = this.hash;
$('html, body').animate({
scrollTop: $(hash).offset().top
}, 800, function () {
window.location.hash = hash;
});
}
});
$(window).scroll(function () {
if (document.body.scrollTop > 50 || document.documentElement.scrollTop > 50) {
$("#header-image").attr("height", 40);
$("header, header > nav").addClass("bg-dark").removeClass("navbar-light");
} else {
$("#header-image").attr("height", 80);
$("header, header > nav").removeClass("bg-dark").addClass("navbar-light");
}
});
});
</script>
</body>
</html>