-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
324 lines (287 loc) · 17.1 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>PyCon Colombia 2023</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="/assets/static/css/styles.css">
<link rel="shortcut icon" href="/assets/static/img/general_resources/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://code.jquery.com/jquery-1.12.4.min.js" integrity="sha384-nvAa0+6Qg9clwYCGGPpDQLVpLNn0fRaROjHqs13t4Ggj3Ez50XnGQqc/r8MhnRDZ" crossorigin="anonymous"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<!--
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" integrity="sha384-HSMxcRTRxnN+Bdg0JdbxYKrThecOKuH5zCYotlSAcp1+c8xmyTe9GYg1l9a69psu" crossorigin="anonymous">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap-theme.min.css" integrity="sha384-6pzBo3FDv/PJ8r2KRkGHifhEocL+1X2rVCTTkUfGk7/0pbek5mMa1upzvWbrUbOZ" crossorigin="anonymous">
-->
<script src="https://stackpath.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js" integrity="sha384-aJ21OjlMXNL5UyIl/XNwTMqvzeRMZH2w8c5cRVpzpU8Y5bApTppSuUkhZXN0VxHd" crossorigin="anonymous"></script>
<!-- CSS only -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<!-- JavaScript Bundle with Popper -->
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-pprn3073KE6tl6bjs2QrFaJGz5/SUsLqktiwsUTF55Jfv3qYSDhgCecCxMW52nD2" crossorigin="anonymous"></script>
</head>
<body>
<!--FIRST-SECTION-->
<div class="first-section">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top bd-navbar">
<div class="container-fluid">
<a class="navbar-brand" href="./index.html">
<img src="../website-2023/assets/static/img/general_resources/Pycon-colombia-favicon.ico" alt="" width="50" height="50" class="d-inline-block align-text-center">PYCON 2023
</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a href="../website-2023/Resources/resources.html" class="nav-link active" aria-current="page" href="#">Resources</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle disabled" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
Schedule
</a>
<ul class="dropdown-menu active" aria-labelledby="navbarDropdown">
<!-- <li><a class="dropdown-item disabled" href="/Keynotes/keynotes.html">Keynotes</a></li> -->
<li><a class="dropdown-item disabled" href="/Speakers/speakers.html">Speakers</a></li>
<li><a class="dropdown-item disabled" href="/schedule/schedule_saturday.html">Schedule</a></li>
</ul>
</li>
<li class="nav-item">
<a href="/Sponsors/sponsors.html" class="nav-link disabled" aria-current="page" >Sponsors</a>
</li>
<li class="nav-item">
<a href="/scholarships/scholarships-en.html" class="nav-link disabled" aria-current="page" >Scholarships</a>
</li>
<li class="nav-item">
<a class="nav-link disabled" aria-current="page" href="/team/team.html">Team</a>
</li>
<!--
<li class="nav-item">
<a class="nav-link disabled nav-primary" aria-current="page" href="https://www.eventbrite.co/e/pycon-colombia-2022-tickets-313952529467" target="blank">Tickets</a>
</li>
-->
</ul>
<ul class="navbar-nav" style="margin-right: 50px;">
<li class="nav-item dropdown active">
<a class="nav-link dropdown-toggle active" href="#" id="navbarDropdown" role="button" data-bs-toggle="dropdown" aria-expanded="false">
v.2023
</a>
<div class="dropdown-menu dropdown-menu-right" aria-labelledby="pycon-version">
<a class="dropdown-item" href="https://2024.pycon.co">v.2024</a>
<a class="dropdown-item" href="https://2022.pycon.co">v.2022</a>
<a class="dropdown-item" href="https://2021.pycon.co">v.2021</a>
<a class="dropdown-item" href="https://2020.pycon.co">v.2020</a>
<a class="dropdown-item" href="https://2019.pycon.co">v.2019</a>
<a class="dropdown-item" href="https://2018.pycon.co">v.2018</a>
<a class="dropdown-item" href="https://2017.pycon.co">v.2017</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div class="balloon-left d-xl-block" data-aos="fade-right">
<img src="../website-2023/assets/static/img/general_resources/left-globe.png" alt="Welcome to a new dimension">
</div>
<div class="balloon-right d-xl-block" data-aos="fade-left">
<img src="../website-2023/assets/static/img/general_resources/right-globe.png" alt="Welcome to a new dimension">
</div>
<div class="block-right d-none d-xl-block" data-aos="fade-left">
<img src="../website-2023/assets/static/img/general_resources/right-globe2.png" alt="Welcome to a new dimension" style="margin-top:500px;">
</div>
<div class="container" data-aos="zoom-in">
<!--principal logo section-->
<section class="section-container1">
<div class="row section-container justify-content-center" >
<div class="principal-logo col-sm-8">
<h1>
<img src="../website-2023/assets/static/img/general_resources/logo_main.png" alt="Pycon Colombia 2023">
<span>Bogotá, Colombia</span>
<span>June 9, 10 and 11</span>
</h1>
</div>
</div>
</section>
<!--banner section-->
<div class="banner-section">
<section class="section-container2">
<article class="">
<div class="row justify-content-center">
<div class="col-sm-8">
<div class="title-intro">
<a href="https://docs.google.com/forms/d/19-ujqnFIfEuCjh8SdB4uGjtK8f2Nc9Qmg09Y3DJf2E8/edit" target="blank">
<img src="../website-2023/assets/static/img/general_resources/banner-section-callporposals.png" class="img-fluid" alt="Welcome to a new dimension">
</a>
</div>
</div>
</div>
</article>
<article>
<div class="row justify-content-center">
<div class="col-sm-10 col-xs-10">
<div class="text-container">
<p>
<span>7th edition of the Python Colombian</span>
<span>conference</span>
<img id="arrow" src="../website-2023/assets/static/img/general_resources/arrow.png">
</p>
</div>
</div>
</div>
</article>
</section>
</div>
</div>
</div>
<!--FIRST-SECTION-END-->
<!--SECOND-SECTION-->
<div class="second-section">
<!--code of conduct-section -->
<section class="section-container">
<div class="container col-sm-8 col-xs-8">
<div class="row content-container text-cards justify-content-center">
<div class="tittle-container">
<p>
• KEYNOTES SPEAKERS •
</p>
</div>
<div class="row keynote-container col-sm-10 col-xs-10" style="margin-top:50px;">
<div class="keynote-img col-md-4 d-flex justify-content-center align-items-center">
<a data-target="#exampleModalCenter">
<img src="../website-2023/assets/static/img/keynotes/1x/flabio-keynote.png">
</a>
</div>
<div class="keynote-description col-md-8 col-sm-12 d-flex justify-content-center">
<div class="text-description">
<button type="button" class="btn btn-primary" data-toggle="modal" data-target="#exampleModalCenter">
Launch demo modal
</button>
<h2>
<a style="color:white">Flabio Pliger</a>
</h2>
<h2>
Co-creator of PyScript
</h2>
<br>
<p>
Principal Software Architect at Anaconda, Inc, where he has been working for 8 years. Fabio is a
fellow member of the PSF and the EuroPython Society, one of the Founders of the Python Italia
association and former Chairman of the EuroPython Society.
</p>
</div>
</div>
</div>
<!-- Modal -->
<div class="modal fade" id="exampleModalCenter" tabindex="-1" role="dialog" aria-labelledby="exampleModalCenterTitle" aria-hidden="true">
<div class="modal-dialog modal-dialog-centered" role="document">
<div class="modal-content">
<div class="modal-header">
<h5 class="modal-title" id="exampleModalLongTitle">Modal title</h5>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<div class="modal-body">
...
</div>
<div class="modal-footer">
<button type="button" class="btn btn-secondary" data-dismiss="modal">Close</button>
<button type="button" class="btn btn-primary">Save changes</button>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section-container">
<div class="container col-sm-8 col-xs-8">
<div class="text-container">
<p>
<span>More information coming soon</span>
</p>
</div>
</div>
</section>
</div>
<!--SECOND-SECTION-END-->
</body>
<footer class="section-container">
<!--THIR-SECTION-->
<div class="third-section">
<div class="row">
<div class="col-sm-12 col-sm-offset-0 col-xs-10 ">
<div class="social-container ">
<a href="https://twitter.com/pyconcolombia" target="_blank">
<div class="social-icon ">
<i class="fab fa-twitter fa-lg"></i>
</div>
</a>
<a href="https://www.facebook.com/pyconcolombia" target="_blank">
<div class="social-icon">
<i class="fa-brands fa-facebook-f"></i>
</div>
</a>
<a href="https://www.instagram.com/pyconcolombia/" target="_blank">
<div class="social-icon">
<i class="fab fa-instagram fa-lg"></i>
</div>
</a>
<a href="https://www.youtube.com/pyconcolombia" target="_blank">
<div class="social-icon">
<i class="fab fa-youtube fa-lg"></i>
</div>
</a>
<a href="https://github.com/pyconcolombia" target="_blank">
<div class="social-icon">
<i class="fa-brands fa-github-alt fa-lg"></i>
</div>
</a>
<a href="https://www.tiktok.com/@pyconcolombia" target="_blank">
<div class="social-icon">
<i class="fa-brands fa-tiktok"></i>
</div>
</a>
</div>
</div>
</div>
<div class="row">
<p style="font-size: 18px;">© 2023 <a href="https://python.org.co" target="blank_">Python Colombia.</a> All rights reserved.<br><a href="./code of conduct/code-of-conduct.html">Code of Conduct - </a> <a href="mailto:[email protected]"> [email protected]</a></p>
</div>
</div>
<!--THIR-SECTION-END-->
</footer>
</html>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-FMR4GZZ4GL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-FMR4GZZ4GL');
</script>
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<script>
AOS.init({
duration:2000
});
</script>
<!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API = Tawk_API || {}, Tawk_LoadStart = new Date();
(function () {
var s1 = document.createElement("script"), s0 = document.getElementsByTagName("script")[0];
s1.async = true;
s1.src = 'https://embed.tawk.to/602078f0a9a34e36b974c157/1etvdgqt2';
s1.charset = 'UTF-8';
s1.setAttribute('crossorigin', '*');
s0.parentNode.insertBefore(s1, s0);
})();
</script>
<script src="https://kit.fontawesome.com/9aca638767.js" crossorigin="anonymous"></script>
<!--End of Tawk.to Script-->