-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
73 lines (72 loc) · 2.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, user-scalable=no"
/>
<link rel="stylesheet" type="text/css" href="style.css" />
<link
href="https://fonts.googleapis.com/css2?family=Roboto+Condensed&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="content.css" />
<link rel="stylesheet" href="slideshow.css" />
<script
src="https://kit.fontawesome.com/604344687d.js"
crossorigin="anonymous"
></script>
<script src="assets/index.js"></script>
<title>GDLJS</title>
</head>
<body>
<div class="main-layout">
<nav class="main-layout-navbar">
<a
target="_blank"
href="https://github.com/gdljs/gdljs#quiero-dar-una-pl%C3%A1tica-en-gdljs"
>¿Cómo ser speaker?</a
>
<a target="_blank" href="https://opencollective.com/gdljs"
>¿Cómo donar?</a
>
<a target="_blank" href="http://slack.gdljs.com/">Unirse a slack</a>
</nav>
<div class="main-layout-content"></div>
<footer class="footer">
<a target="_blank" href="https://www.twitch.tv/gdljs">
<span class="social-media">
<i class="fab fa-twitch"></i>
</span>
</a>
<a target="_blank" href="https://github.com/gdljs">
<span class="social-media">
<i class="fab fa-github"></i>
</span>
</a>
<a target="_blank" href="https://www.meetup.com/Guadalajara-JS/">
<span class="social-media">
<i class="fab fa-meetup"></i>
</span>
</a>
<a target="_blank" href="https://twitter.com/gdl_js">
<span class="social-media">
<i class="fab fa-twitter"></i>
</span>
</a>
<a target="_blank" href="https://www.instagram.com/gdl_js/">
<span class="social-media">
<i class="fab fa-instagram"></i>
</span>
</a>
<a target="_blank" href="https://www.facebook.com/gdljs/">
<span class="social-media">
<i class="fab fa-facebook-square"></i>
</span>
</a>
</footer>
</div>
<div class="slideshow"></div>
</body>
</html>