-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
500 lines (473 loc) · 31.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="description" content="Talks and workshops organized by Hackers@UPC">
<meta name="keywords" content="Talks,Workshops,hackers,hackathon,online,barcelona,student,talks,workshops">
<meta name="author" content="Hackers@UPC team">
<meta name="application-name" content="Talks & Workshops">
<meta name="apple-mobile-web-app-title" content="Talks & Workshops">
<meta name="theme-color" content="#FF4E32">
<meta name="HandheldFriendly" content="True">
<meta name="MobileOptimized" content="320"/>
<title>Talks & Workshops | Hackers@UPC</title>
<link rel="shortcut icon" type="image/png" href="assets/img/favicon/favicon.ico"/>
<link rel="shortcut icon" href="assets/img/favicon/favicon.ico" type="image/x-icon">
<link rel="icon" href="assets/img/favicon/favicon.ico" type="image/x-icon">
<!-- <link rel="canonical" href=""> -->
<link rel="apple-touch-icon" sizes="180x180" href="assets/img/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon/favicon-16x16.png">
<link rel="manifest" href="assets/img/favicon/site.webmanifest">
<link rel="mask-icon" href="assets/img/favicon/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#da532c">
<meta name="theme-color" content="#ffffff">
<meta property="og:title" content="Talks & Workshops | Hackers@UPC">
<meta property="og:site_name" content="Talks & Workshops">
<meta property="og:description" content="Talks and workshops organized by Hackers@UPC">
<meta property="og:image" content="/assets/img/background/talks-landscape.png">
<meta property="og:image:secure_url" content="/assets/img/background/talks-landscape.png">
<meta property="og:url" content="https://talks.hackersatupc.org/">
<link rel="stylesheet" type="text/css" href="assets/css/colors.css">
<link rel="stylesheet" type="text/css" href="assets/css/styles.css">
<link rel="stylesheet" type="text/css" href="assets/css/animation.css">
<!--Fonts-->
<link href="https://fonts.googleapis.com/css?family=Montserrat:400,500,800" rel="stylesheet">
<!--3rd party libraries-->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-127LQZ5PQS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-127LQZ5PQS');
</script>
</head>
<body>
<header class=" bg-white-color">
<nav class="navbar navbar-expand-lg fixed-top bg-white-color navbar-light">
<a class="navbar-brand" href="#" style="font-weight: bold;">
<img src="assets/img/logos/logo-talks&works-2020.png" width="auto" height="30" class="d-inline-block align-top" alt="">
</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarText" aria-controls="navbarText"
aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarText">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#about">About T&W</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#suggestions">Suggestions and Contact</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#previous">Previous T&W</a>
</li>
</ul>
</div>
</nav>
<div class="gdpr gdpr--hidden" id="gdpr">
<!--googleoff: all-->
<span class="gdpr__emoji">🍪</span>
<span class="gdpr__text">
<!-- <strong class="gdpr__disclaimer">We use cookies!</strong> -->
By browsing our website, you consent to our use of cookies and agree to our <a class="gdpr__link" href="https://legal.hackersatupc.org/hackupc/privacy_and_cookies" hreflang="en" target="_blank" rel="noopener noreferrer">privacy policy</a>.
</span>
<button class="gdpr__button" type="button"id="gdpr-close" aria-label="Close GDPR notification">
<svg stroke="currentColor" fill="none" viewBox="0 0 24 24" class="gdpr__close-icon">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M6 18L18 6M6 6l12 12"></path>
</svg>
</button>
<!--googleon: all-->
</div>
<div class="background-cover"></div>
<div class="container" style="height: 100%;">
<div class="row align-items-center summary" style="height: 100%;">
<div class="col col-12" style="text-align: center; text-shadow: 0 0 1rem rgba(51, 62, 84, 0.25);">
<img src="assets/img/logos/logo-talks&works-2020_white.png" class="align-top image-main" alt="">
<p class="subtitle">A series of talks and workshops designed to broaden perspectives and foster learning</p>
<div class="paper">
<div class="paper-content">
<div class="time-section">
<div style="text-align: left;">
<figure class="calendar">
<div class="day">April</div>
<div class="day-number">10</div>
</figure>
<p class="hora-talk">🕖 12.00 (GMT+1)</p>
<p class="where-talk"><i aria-hidden="true" class="fa fa-twitch fa-lg"></i><a href="https://www.twitch.tv/hackersupc"> Hackers@UPC channel</a></p>
</div>
<div style="margin-left: 4rem;">
<h1 style="font-weight: bold; margin-top: 0.5em;">La vida després de la carrera</h1>
<div class="description-talk">
<div class="description-talk" style="margin-top: 1rem;">
<!--<p style=" text-align: justify;"> We will be hosting HackPlay talks!! Check out on: <a href="https://hackplay.hackersatupc.org/">HackPlay website</a></p> -->
<p style="text-align: center;">Language: Catalan</p>
<p style="text-align: center;">By: Elena Ruiz - Web Engineer</p>
<p style="text-align: center;">Where: A5001</p>
<!-- <button class="more-info-languages" data-toggle="modal" data-target="#modalInfo1"><i aria-hidden="true" class="fa fa-info fa-lg"></i></button> -->
</div>
<!-- <div class="more-info-talk">
<p style="text-align: right;">Language: English</p>
<p style="text-align: right;">By: Alaa Moucharrafie - Software Engineer at Soysuper</p>
<button class="more-info-languages" data-toggle="modal" data-target="#modalInfo2"><i aria-hidden="true" class="fa fa-info fa-lg"></i></button>
</div> -->
</div>
</div>
<!-- NO FUTURE TALK -->
<!-- <div class="time-section">
<div>
<figure class="calendar">
<div class="day">Unknown</div>
<div class="day-number">??</div>
</figure>
</div>
<div style="margin-left: 1em;">
<h1 style="font-weight: bold; margin-top: 0.5em;">The next talk is not planned yet</h1>
<p style=" text-align: justify;"> If you have some petition or you are interested in be the ponent in a talk you can contact us on <a href="#suggestions">Suggestions and contact form</a></p>
</div>
</div> -->
</div>
</div>
<button class="register-button" data-toggle="modal" onclick="location.href='https://hackersatupc.typeform.com/to/H7z3WIvR'">Register HERE!</button>
</div>
</div>
</div>
</header>
<!-- Modal 1 -->
<div class="modal fade" id="modalInfo1" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" style="font-weight: bold;">Real-time Chat Application with Socket.io</h4>
</div>
<div class="modal-body">
<!-- <h5 style="text-align: left;">Català</h5>
<p style="margin-bottom: 0.5em; text-align: justify;">El Test Driven Development (TDD) és una de les pràctiques de desenvolupament de software més esteses actualment, perquè la seva correcta implementació té un gran efecte sobre la qualitat del codi que es produeix. Vine a aquesta xerrada per aprendre aquesta tècnica i millorar el teu codi!</p>
<h5 style="text-align: left;">Castellano</h5>
<p style="margin-bottom: 1em; text-align: justify;">El Test Driven Development (TDD) es una de las prácticas de desarrollo de software más extendidas actualmente, porque su correcta implementación tiene un gran efecto sobre la calidad del código que se produce. ¡Ven a esta charla para aprender esta técnica y mejorar tu código!</p> -->
<p style="margin-bottom: 1em; text-align: justify;">In this workshop we will set up a server that enables its clients to have real-time conversations via Socket.io. More precisely, after briefly reviewing how sockets work, we will TDD our way to a scalable application, by designing the infrastructure, the backend, the data models and the frontend.</p>
</div>
<div class="modal-footer">
<button type="button" class="form-button" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal 2-->
<div class="modal fade" id="modalInfo2" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" style="font-weight: bold;">Real-time Chat Application with Socket.io</h4>
</div>
<div class="modal-body">
<h5 style="text-align: left;">English</h5>
<p style="margin-bottom: 1em; text-align: justify;">In this workshop we will set up a server that enables its clients to have real-time conversations via Socket.io. More precisely, after briefly reviewing how sockets work, we will TDD our way to a scalable application, by designing the infrastructure, the backend, the data models and the frontend.</p>
<!-- <h5 style="text-align: left;">Català</h5>
<p style="margin-bottom: 0.5em; text-align: justify;">El Test Driven Development (TDD) és una de les pràctiques de desenvolupament de software més esteses actualment, perquè la seva correcta implementació té un gran efecte sobre la qualitat del codi que es produeix. Vine a aquesta xerrada per aprendre aquesta tècnica i millorar el teu codi!</p>
<h5 style="text-align: left;">Castellano</h5>
<p style="margin-bottom: 1em; text-align: justify;">El Test Driven Development (TDD) es una de las prácticas de desarrollo de software más extendidas actualmente, porque su correcta implementación tiene un gran efecto sobre la calidad del código que se produce. ¡Ven a esta charla para aprender esta técnica y mejorar tu código!</p> -->
</div>
<div class="modal-footer">
<button type="button" class="form-button" data-dismiss="modal">Close</button>
</div>
</div>
</div>
</div>
<!-- Modal 3-->
<div class="modal fade" id="register" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content">
<div class="modal-header">
<h4 class="modal-title" style="font-weight: bold;">Be aware of future talks and activities</h4>
</div>
<form name="subscribe" method="POST" data-netlify="true">
<div class="modal-body">
<p>
<input type="email" name="email" placeholder="Email" required/>
</p>
<p> Select the language you prefer to recive the emails
<select name="language" id="language" required>
<option value="catala">Catalan</option>
<option value="ingles">English</option>
<option value="castella">Spanish</option>
</select>
</p>
<p>
<input type="checkbox" name="checkbox-privacy" required /> I have read and I accept the <a href="https://legal.hackersatupc.org/talks_and_workshops/talks_privacy_and_cookies">Privacy notes and cookies</a>.
</p>
</div>
<div class="modal-footer">
<p>
<button type="submit" class="form-button">Send</button>
<button type="button" class="form-button" data-dismiss="modal">Close</button>
</p>
</div>
</form>
</div>
</div>
</div>
<div class="container" id="about">
<div class="row">
<div class="col col-12 section-heading">
<h3 class="section-title">ABOUT TALKS & WORKSHOPS</h3>
<div class="separator bg-gray-one-color"></div>
</div>
<div class="col col-12">
<div class="row">
<div class="col col-12 col-lg-4 col-md-8 col-sm-12 auto-center">
<div class="info-container-sub">
<h4 class="section-subtitle title-question primary-color">
WHAT?
</h4>
<div class="info">
<p>
Learning is always interesting. As part of our mission, we have created Talks & Workshops. Here you will find a space where experts will be invited to share their knowledge about the most edge-cutting topics in technology.
</p>
</div>
</div>
</div>
<div class="col col-12 col-lg-4 col-md-8 col-sm-12 auto-center">
<div class="info-container-sub">
<h4 class="section-subtitle title-question primary-color">
WHERE?
</h4>
<div class="info">
<p>
T&W will mainly take place on campus. However, due to our goal to include as many people as possible, T&W will also be available online. The talks will be streamed live on Twitch and discussion will take place afterwards in our Discord server. Each T&W will be recorded on YouTube.
</p>
</div>
</div>
</div>
<div class="col col-12 col-lg-4 col-md-8 col-sm-12 auto-center">
<div class="info-container-sub">
<h4 class="section-subtitle title-question primary-color">
WHEN?
</h4>
<div class="info">
<p>
During the semester, we will organize these events periodically. With each T&W it's date and time will be announced. Generally, they will take place at 12 p.m. (GMT+1) on Wednesdays, since it is the best our for the students at the campus. As the dates vary we recommend to anyone interested to subscribe to our email list in order to get information about our future talks or workshops.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="paralax-mf bg-image" id="suggestions">
<div class="container">
<div class="row">
<div class="col col-12 section-heading ">
<h3 class="section-title" style="color: white;">SUGGESTIONS AND CONTACT</h3>
<div class="separator bg-white-color"></div>
<form name="contact" method="POST" data-netlify="true">
<p>
<input type="text" name="name" placeholder="Name (optional)"/>
</p>
<p>
<input type="email" name="email" placeholder="Email (optional)"/>
</p>
<p>
<textarea name="message" placeholder="Write here your suggestions, either a speaker or topics for future T&W. We are open to everything!" required></textarea>
</p>
<p style="color:white">
<input type="checkbox" name="checkbox-privacy" required /> I have read and I accept the <a href="https://legal.hackersatupc.org/talks_and_workshops/talks_privacy_and_cookies">privacy notes and cookies</a>.
</p>
<p>
<button type="submit" class="form-button">Send</button>
</p>
</form>
</div>
</div>
</div>
</div>
<div class="container" id="previous">
<div class="row">
<div class="section-heading">
<h3 class="section-title">PREVIOUS TALKS & WORKSHOPS</h3>
<div class="separator bg-gray-one-color"></div>
<div class="grid" id="previous-grid">
<!-- <div class="item">
<div class="polaroid">
<span class="language-span">[[Language]]</span>
<iframe width="560" height="315" src="[[YT]]" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">[[Title]]</div>
</div>
</div> -->
<div class="item">
<div class="polaroid">
<span class="language-span">Spanish</span>
<iframe width="560" height="315" src="https://www.youtube.com/embed/-vaXGdVtx40" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">Animaciones en CSS: Buenas prácticas y trucos</div>
</div>
</div>
<div class="item">
<div class="polaroid">
<span class="language-span">English</span>
<iframe width="560" height="315" src="https://www.youtube.com/embed/tNpZOvCiz9o" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">Intro to GIT</div>
</div>
</div>
<div class="item">
<div class="polaroid">
<span class="language-span">English</span>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ofTA5DZUFpk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">Implementing APIs with Flask + OpenAPI</div>
</div>
</div>
<div class="item">
<div class="polaroid">
<span class="language-span">English</span>
<iframe width="560" height="315" src="https://www.youtube.com/embed/P3BUEmEB1hg" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">Intro to React with TypeScript</div>
</div>
</div>
<div class="item">
<div class="polaroid">
<span class="language-span">English</span>
<iframe width="560" height="315" src="https://www.youtube.com/embed/2aFshEkxMfI" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">Setting up Docker-Compose</div>
</div>
</div>
<div class="item">
<div class="polaroid">
<span class="language-span">English</span>
<iframe width="560" height="315" src="https://www.youtube.com/embed/63nmF17KgpE" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">Figma for design, prototyping...</div>
</div>
</div>
<div class="item">
<div class="polaroid">
<span class="language-span">Spanish</span>
<iframe width="560" height="315" src="https://www.youtube.com/embed/V2lrcubwLnY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">VIM: from Zero to Hero</div>
</div>
</div>
<div class="item">
<div class="polaroid">
<span class="language-span">Spanish</span>
<iframe width="560" height="315" src="https://www.youtube.com/embed/ItFxuHQNLT8" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">Implement a chatbot with Dialogflow</div>
</div>
</div>
<div class="item">
<div class="polaroid">
<span class="language-span">Spanish</span>
<iframe width="560" height="315" src="https://www.youtube.com/embed/fybjOXq7Dvo" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">Crear y entrenar una red neuronal con Python</div>
</div>
</div>
<div class="item">
<div class="polaroid">
<span class="language-span">Spanish</span>
<iframe width="560" height="315" src="https://www.youtube.com/embed/mNkqU2X5SIk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">Hacking with GO</div>
</div>
</div>
<div class="item">
<div class="polaroid">
<span class="language-span">Spanish</span>
<iframe width="560" height="315" src="https://www.youtube.com/embed/xi2UzO9E67o" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">¡Surfeando la extracción de datos con scraping!</div>
</div>
</div>
<div class="item">
<div class="polaroid">
<span class="language-span">Spanish</span>
<iframe width="560" height="315" src="https://www.youtube.com/embed/BhJDmQwzuCs" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">Grandes cosas con poco dinero en el cloud</div>
</div>
</div>
<div class="item">
<div class="polaroid">
<span class="language-span">Spanish</span>
<iframe width="560" height="315" src="https://www.youtube.com/embed/8jUY8ggeByc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">¿Deno, el sucesor de Node?</div>
</div>
</div>
<div class="item">
<div class="polaroid">
<span class="language-span">Spanish</span>
<iframe width="560" height="315" src="https://www.youtube.com/embed/CmJ1PwKStTk" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<div class="caption">Generative Adversarial Neural Networks</div>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="paralax-mf bg-image">
<footer>
<div class="container">
<div class="row first-row">
<div class="social-icons col-sm-12 col-lg-6">
<a class="btns" target="_blank" href="mailto:contact@hackersatupc.org"><i aria-hidden="true" class="fa fa-envelope-o fa-lg"></i></a>
<a class="btns" target="_blank" href="https://github.com/hackupc/"><i aria-hidden="true" class="fa fa-github fa-lg"></i></a>
<a class="btns" target="_blank" href="https://twitter.com/hackersupc"><i aria-hidden="true" class="fa fa-twitter fa-lg"></i></a>
<a class="btns" target="_blank" href="https://www.instagram.com/hackersupc/"><i aria-hidden="true" class="fa fa-instagram fa-lg"></i></a>
<a class="btns" target="_blank" href="http://fb.com/hackersupc"><i aria-hidden="true" class="fa fa-facebook fa-lg"></i></a>
<a class="btns" target="_blank" href="https://www.youtube.com/c/HackersUPC/"><i aria-hidden="true" class="fa fa-youtube fa-lg"></i></a>
</div>
<div class="web-links col-sm-12 col-lg-6">
<a target="_blank" href="https://hackupc.com">HACKUPC</a> |
<a target="_blank" href="https://hacknights.dev">HACKNIGHTS</a> |
<a target="_blank" href="https://hackstart.dev">HACKSTART</a> |
<a target="_blank" href="https://hackersatupc.org">HACKERS@UPC</a>
</div>
</div>
<div class="row">
<div class="col col-lg-10 auto-center text-center">
<p>
<a target="_blank" href="https://legal.hackersatupc.org/talks_and_workshops/talks_legal_notice">Legal notice</a> |
<a target="_blank" href="https://legal.hackersatupc.org/talks_and_workshops/talks_privacy_and_cookies">Privacy and cookies</a>
</p>
</div>
</div>
<div class="row">
<div class="col col-lg-10 auto-center">
<p>Made with <i class="fa fa-heart" aria-hidden="true"></i>
by <a target="_blank" href="https://hackersatupc.org">Hackers@UPC</a> </p>
</div>
</div>
</div>
</footer>
</div>
<script src="assets/js/main.js"></script>
<!--3rd party libraries-->
<script src="https://code.jquery.com/jquery-3.3.1.slim.min.js" integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"></script>
<script src="jquery.miranda.min.js"></script>
<script>
var list = [
{
"Language": "Spanish",
"YT": "https://www.youtube.com/embed/-vaXGdVtx40",
"Title": "Animaciones en CSS: Buenas prácticas y trucos"
},
{
"Language": "English",
"YT": "https://www.youtube.com/embed/tNpZOvCiz9o",
"Title": "Intro to GIT"
}
]
$("previous-grid").mirandajs(list);
</script>
</body>
</html>