-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
50 lines (45 loc) · 1.95 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
<!DOCTYPE HTML>
<!--
Eventually by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
-->
<html>
<head>
<title>Toledo Tech Conf 2020</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154351745-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154351745-1');
</script>
</head>
<body class="is-preload">
<!-- Header -->
<header id="header">
<h1>REMOTE</h1>
<h2>/TOLEDO/TECH/CONFERENCE</h2>
<h2 class="mobile">TOLEDO</h2>
<h2 class="mobile">TECH</h2>
<h2 class="mobile">CONFERENCE</h2>
<h3>2020</h3>
<p>Este evento nace con vocación de desarrollar anualmente un punto de encuentro de desarrolladores de software en Toledo y que en cada edición girará en torno a un aspecto concreto de esta profesión, ya sea técnico, metodológico o propio del ejercicio profesional, sobre el que se debatirá con el objeto de aprender, compartir y disfrutar.
</header>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://twitter.com/GDGToledo_es" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="https://github.com/gdgtoledo" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://www.meetup.com/gdgtoledo_es" class="icon brands fa-meetup"><span class="label">Meetup</span></a></li>
</ul>
<ul class="copyright">
<li>Made with ❤️ by <a href="https://github.com/gdgtoledo">GDG Toledo</a>.</p></li>
</ul>
</footer>
</body>
</html>