This repository has been archived by the owner on Sep 23, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
66 lines (66 loc) · 2.76 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, user-scalable=no">
<title>Lima JS – Especial de Marzo</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link rel="stylesheet" href="stylesheets/index.css">
</head>
<body class="body">
<section class="welcome">
<img src="assets/images/logo.svg" class="logo" alt="LimaJS Especial de Marzo Logo">
<h1 class="event-organizer">LimaJS</h1>
<h2 class="event-name">Especial de Marzo</h2>
</section>
<section class="social">
<a class="github" href="https://github.com/lima-js">GitHub</a>
<a class="twitter" href="https://twitter.com/LimaJSorg">Twitter</a>
<a class="slack" href="https://holalimajs.herokuapp.com/">Slack</a>
<a class="meetup" href="https://www.meetup.com/LimaJS/">MeetUp</a>
<a class="youtube" href="https://www.youtube.com/channel/UC9wISUVH8DNyb1AK10i21vQ">YouTube</a>
<a class="twitch" href="https://www.twitch.tv/lima_js">Twitch</a>
<a class="facebook" href="https://www.facebook.com/LimaJSorg">Facebook</a>
</section>
<section class="schedule">
<h2 class="schedule-title">Agenda</h2>
<article class="item networking">
<h3 class="item-title">Bienvenida</h3>
</article>
<article class="item talk talk-1">
<div class="talk-info">
<h3 class="talk-title">Anatomía de un package.json</h3>
<span class="speaker">
<a href="https://github.com/MaiaRojas" class="speaker-social">Maia Rojas</a>
</span>
</div><img src="assets/images/maia.svg" alt="Maia Rojas" class="speaker-photo">
</article>
<article class="item interlude interlude-1">
<h3 class="item-title">Intermedio</h3>
</article>
<article class="item talk talk-2">
<div class="talk-info">
<h3 class="talk-title">UX parte 2</h3>
<span class="speaker">
<a href="https://twitter.com/anndcar" class="speaker-social">Andrea Carretero</a>
</span>
</div><img src="assets/images/andrea.svg" alt="Maia Rojas" class="speaker-photo">
</article>
<article class="item interlude interlude-2">
<h3 class="item-title">Paola Torres</h3>
</article>
<article class="item talk talk-3">
<div class="talk-info">
<h3 class="talk-title">Take on me</h3>
<span class="speaker">
<a href="https://twitter.com/evaferreira92" class="speaker-social">Eva Ferreira</a>
</span>
</div><img src="assets/images/eva.svg" alt="Maia Rojas" class="speaker-photo">
</article>
<article class="item interlude interlude-3 encore">
<h3 class="item-title">After party</h3>
</article>
</section>
<script src="scripts/index.js"></script>
</body>
</html>