-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
192 lines (185 loc) · 8.69 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
<title>Leonidas Esteban</title>
<link rel="icon" type="image/png" href="images/favicon.png" />
<link href="https://fonts.googleapis.com/css?family=Fjalla+One|Source+Sans+Pro" rel="stylesheet">
<!-- <link rel="stylesheet" href="css/media.css" media="screen and (max-width:768px)"/> -->
<link rel="stylesheet" href="css/estilos.css">
<!-- <style>
@media screen and (max-width: 768px) {
body {
border: 10px solid blue;
}
}
</style> -->
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<i class="icon-menu burger-button" id="burger-menu"></i>
<header class="header">
<div class="container">
<figure class="logo">
<img src="images/logo.png" height="50" alt="Logo de http://leonidasesteban.com" />
</figure>
<nav class="menu">
<ol>
<li>
<a class="link" href="#portafolio">Portafolio</a>
</li>
<li>
<a class="link" href="#eventos">Experiencia</a>
</li>
<li>
<a class="link" href="#contacto">Trabajemos juntos</a>
</li>
</ol>
</nav>
</div>
</header>
<section class="hero">
<div class="container">
<h1>
Hola! Soy <strong>Leonidas Esteban</strong> <br/> Desarrollador <strong>Javascript</strong> con <br> pasión por la <strong>enseñanza</strong>
</h1>
<img class="hero-image" src="images/hero.jpg" width="500" height="300" alt="imagen principal del sitio">
</div>
</section>
<section id="portafolio" class="portfolio">
<div class="container">
<h2>Portafolio (Proyectos Destacados)</h2>
<article class="project">
<div class="project-details">
<h3 class="project-title">Platzi Video</h3>
<h6 class="project-course">React Native / React</h6>
<p class="project-date"><small><strong>Fecha:</strong> 01/07/2018</small></p>
<p class="project-url"><small><strong>Puedes verlo en:</strong> www.platzi.com/native</small></p>
<p class="project-description">Platzi Video fue el resultado de 3 meses de trabajo
para crear la mejor app para enseñar el funcionamiento
de React y React Native. Desde crear un vista-detalle, hasta patrones avanzados de nevegación, este proyecto ha sido el ejemplo de futuros creadores de aplicaciones multiplataforma</p>
</div>
<figure class="project-imageContainer">
<img class="project-image" width="500" src="images/platzi-video-react-native.png" alt="prouyecto del curso de React Native">
</figure>
</article>
<article class="project">
<div class="project-details">
<h3 class="project-title">Platzi Video</h3>
<h6 class="project-course">React Native / React</h6>
<p class="project-date"><small><strong>Fecha:</strong> 01/07/2018</small></p>
<p class="project-url"><small><strong>Puedes verlo en:</strong> www.platzi.com/native</small></p>
<p class="project-description">Platzi Video fue el resultado de 3 meses de trabajo
para crear la mejor app para enseñar el funcionamiento
de React y React Native. Desde crear un vista-detalle, hasta patrones avanzados de nevegación, este proyecto ha sido el ejemplo de futuros creadores de aplicaciones multiplataforma</p>
</div>
<figure class="project-imageContainer">
<img class="project-image" width="500" src="images/platzi-video-react-native.png" alt="prouyecto del curso de React Native">
</figure>
</article>
</div>
</section>
<div class="container">
<h2 class="event-list-title">Más sobre mi experiencia</h2>
</div>
<section id="eventos" class="event-list">
<div class="container">
<article class="event">
<figure class="event-imageContainer">
<img class="event-image" src="images/platzi-conf.jpg" width="500" />
</figure>
<div class="event-detail">
<h3 class="event-title">PlatziConf México 2018</h3>
<p class="event-description">El evento más grande sobre gente que quiere aprender más de internet. En esté evento te comparto como tener una vida de constante aprendizaje.</p>
<a class="event-url" href="https://www.youtube.com/watch?v=BIS7cWGgJg0" target="_blank">Ver Plática</a>
</div>
</article>
<article class="event">
<figure class="event-imageContainer">
<div class="flexible-video">
<iframe class="youtube-video" width="560" height="315" src="https://www.youtube.com/embed/LoKvxCSZw5w" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
</div>
<!-- <img class="event-image" src="images/platzi-conf.jpg" width="500" /> -->
</figure>
<div class="event-detail">
<h3 class="event-title">PlatziConf México 2018</h3>
<p class="event-description">El evento más grande sobre gente que quiere aprender más de internet. En esté evento te comparto como tener una vida de constante aprendizaje.</p>
<a class="event-url" href="https://www.youtube.com/watch?v=BIS7cWGgJg0" target="_blank">Ver Plática</a>
</div>
</article>
<article class="event">
<figure class="event-imageContainer">
<video class="html-video" src="videos/f8.mp4" width="1280" height="720" controls></video>
<!-- <img class="event-image" src="images/platzi-conf.jpg" width="500" /> -->
</figure>
<div class="event-detail">
<h3 class="event-title">PlatziConf México 2018</h3>
<p class="event-description">El evento más grande sobre gente que quiere aprender más de internet. En esté evento te comparto como tener una vida de constante aprendizaje.</p>
<a class="event-url" href="https://www.youtube.com/watch?v=BIS7cWGgJg0" target="_blank">Ver Plática</a>
</div>
</article>
<article class="event">
<figure class="event-imageContainer">
<img class="event-image" src="images/platzi-conf.jpg" width="500" />
</figure>
<div class="event-detail">
<h3 class="event-title">PlatziConf México 2018</h3>
<p class="event-description">El evento más grande sobre gente que quiere aprender más de internet. En esté evento te comparto como tener una vida de constante aprendizaje.</p>
<a class="event-url" href="https://www.youtube.com/watch?v=BIS7cWGgJg0" target="_blank">Ver Plática</a>
</div>
</article>
</div>
</section>
<section id="contacto" class="contact">
<div class="container">
<form action="/suscripcion/" class="form-email">
<h3>¿Creamos algo juntos?</h3>
<input type="text" placeholder="Déjame tu email" id="email">
<button>Enviar</button>
</form>
<div class="social">
<a href="https://twitter.com/leonidasesteban" class="social-link twitter"></a>
<a href="https://facebook.com/leonidas.esteban" class="social-link facebook"></a>
<a href="https://github.com/leonidasesteban" class="social-link github"></a>
<a href="https://instagram.com/leonidasesteban" class="social-link instagram"></a>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div>
<p>Curso de Desarrollo web online 2018 <img src="images/platzi.png" width="80" alt="platzi"></p>
</div>
<div>
<p>
Designed with ❤️ by <a href="https://twitter.com/thespianartist">@thespianartist</a>
</p>
</div>
</div>
</footer>
<script>
// console.log('Hola mundo! es mi primera linea en JS');
const ipad = window.matchMedia('screen and (max-width: 767px)')
const menu = document.querySelector('.menu');
// console.log(menu);
const burgerButton = document.querySelector('#burger-menu');
// console.log(burgerButton);
ipad.addListener(validation)
function validation(event) {
if (event.matches) {
burgerButton.addEventListener('click', hideShow)
} else {
burgerButton.removeEventListener('click', hideShow)
}
}
validation(ipad);
function hideShow() {
if (menu.classList.contains('is-active')) {
menu.classList.remove('is-active');
} else {
menu.classList.add('is-active');
}
}
</script>
</body>
</html>