-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
279 lines (251 loc) · 14.8 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
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Referencia de la hoja de estilo de Css -->
<link rel="stylesheet" href="style.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!-- Fonte del Proyecto Raleway -->
<link href="https://fonts.googleapis.com/css2?family=Raleway:wght@500&display=swap" rel="stylesheet">
<title> Mi Portafolio</title>
</head>
<body>
<!-- Sección del Menú -->
<div class="tudo">
<section class="menu">
<header class="menu__header">
<img class="hero" src="assets/city.png" >
</header>
<nav>
<ul class="menu__list">
<li class="menu__list__item"><a href="#sobre-mi">Sobre mi</a></li>
<li class="menu__list__item"><a href="#skills">Skills</a></li>
<li class="menu__list__item"><a href="#hobbies">Hobbies</a></li>
<li class="menu__list__item"><a href="#formacion">Formación</a></li>
<li class="menu__list__item"><a href="#xp">Proyectos</a></li>
<li class="menu__list__item"><a href="#contacto">yeisonherrerab@gmail.com</a></li>
</ul>
<li class="menu__list__item__contato"><a href="#contacto">yeisonherrerab@gmail.com</a></li>
</nav>
</section>
<!-- Sección del Header/Title/Hero -->
<section class="title">
<div class="title__div">
<img class="title__profile" src="assets/marca_personal.jpg">
<div class="title__container">
<h2 class="title__bio">Hello, my name is Yeisson Herrera and I develop software</h2>
<h3 class="title__subsection">As a dedicated professional, I am an Officer in the Colombian Navy, contributing my skills and expertise to the nation's defense and security. My educational journey encompasses a Bachelor's degree in Naval Science, equipping me with strong programming and web development capabilities. Additionally, I pursued a Course in Information Security, further specializing in cybersecurity and network defense. My military training instilled in me a profound work ethic, attention to detail, and ability to thrive under pressure, qualities that seamlessly complement my technical prowess. As a result, I am uniquely positioned to create secure, user-friendly interfaces and contribute to innovative solutions that positively impact people's lives. y actualmente estoy participando del proyecto Oracle ONE en Alura Latam.</h3>
<ul class="title__network">
<!-- Pon los enlaces de tus redes sociales favoritas -->
<li class="title__network__item"><a href="https://github.com/yahb03">Github <img src="assets\arrow.png"> </a></li>
<li class="title__network__item"><a href="https://www.linkedin.com/in/alfredo-herrera-bl/">Linkedin <img src="assets\arrow.png"></a></li>
<li class="title__network__item"><a href="https://drive.google.com/file/d/16BSboFzSqQvJYrRfsk1JUq5PydGSKxlW/view?usp=sharing">Currículo <img src="assets\arrow.png"></a></li>
</ul>
</div>
</div>
</section>
<!-- Sección sobre mi -->
<section class="about" id="sobre-mi">
<div class="about__container">
<h3 class="about__title">Sobre mi</h3>
<p class="about__paragraph"> As a frontend developer in training, I'm passionate about creating responsive and user-friendly interfaces that enhance the user experience. With a solid foundation in HTML, CSS, and JavaScript, I'm continually learning new technologies and frameworks to improve my skills.
In addition to my technical skills, I bring a unique perspective to the table as a officer with military training and experience in cybersecurity. This background has instilled in me a strong work ethic, attention to detail, and the ability to work well under pressure.
</p>
<p class="about__paragraph">I believe that a strong understanding of security is essential in today's technology-driven world, and I'm committed to staying up to date with the latest best practices to ensure that the products I develop are secure and reliable.
I'm excited to continue growing as a developer and contribute to creating innovative solutions that positively impact people's lives.</p>
<!-- Si quieres, pon tú firma acá! -->
<img src="assets/firmayh.png">
</div>
</section>
<!-- Sección de Skills -->
<section class="skills" id="skills">
<h3 class="skills__title">Skills</h3>
<div class="skills__line">
<div class="skills__box">
<ul>
<li class="skills__img"><img src="assets\htlm.png"></li>
<li class="skills__name"> HTML 5</li>
</ul>
</div>
<div class="skills__box">
<ul>
<li class="skills__img"> <img src="assets\js_icon.png" alt=""></li>
<li class="skills__name">Javascript</li>
</ul>
</div>
<div class="skills__box">
<ul>
<li class="skills__img"> <img src="assets\react_icon.png" alt=""> </li>
<li class="skills__name">React</li>
</ul>
</div>
<div class="skills__box">
<ul>
<li class="skills__img"> <img src="assets\css_icon.png" alt=""> </li>
<li class="skills__name">CSS</li>
</ul>
</div>
</div>
</section>
<!-- Sección de Hobbies -->
<section class="hobbies" id="hobbies">
<h3 class="hobbies__title">Hobbies</h3>
<div class="hobbies__line">
<div class="hobbies__box">
<ul>
<li class="hobbies__img"><img src="assets\skate_icon.png"></li>
<li class="hobbies__name"> Patinaje</li>
</ul>
</div>
<div class="hobbies__box">
<ul>
<li class="hobbies__img"> <img src="assets\guitar_icon.png" alt=""></li>
<li class="hobbies__name">Tocar bajo</li>
</ul>
</div>
<div class="hobbies__box">
<ul>
<li class="hobbies__img"> <img src="assets\headphones_icon.png" alt=""></li>
<li class="hobbies__name">Oir música</li>
</ul>
</div>
<div class="hobbies__box">
<ul>
<li class="hobbies__img"><img src="assets\tv_icon.png" alt=""></li>
<li class="hobbies__name">Ver séries</li>
</ul>
</div>
<div class="hobbies__box">
<ul>
<li class="hobbies__img"> <img src="assets\forkspoon_icon.png" alt=""> </li>
<li class="hobbies__name">Cocinar</li>
</ul>
</div>
<div class="hobbies__box">
<ul>
<li class="hobbies__img"> <img src="assets\camera_icon.png" alt=""> </li>
<li class="hobbies__name">Tomar fotos</li>
</ul>
</div>
</div>
</section>
<!-- Sección de Formación académica -->
<section class="academic" id="formacion">
<h2 class="academic__title" >Formación académica</h2>
<div class="academic__courses">
<div class="academic__courses__box">
<ul class="academic__courses__list">
<!-- Pon el logotipo de la institución de formación -->
<li class="academic__courses__item__img"><img src="assets\ufpr_logo.png"></li>
<li class="academic__courses__item__title"><h4>Análisis de datos</h4></li>
<li class="academic__courses__item__subtitle"><p>2018 - UFPR</p></li>
</ul>
</div>
<div class="academic__courses__box">
<ul class="academic__courses__list">
<!--Pon el logotipo de la institución de formación -->
<li class="academic__courses__item__img"><img src="assets\alura_logo.png"></li>
<li class="academic__courses__item__title"><h4>Formación en UX Design</h4></li>
<li class="academic__courses__item__subtitle"><p>2019 - Alura</p></li>
</ul>
</div>
<div class="academic__courses__box">
<ul class="academic__courses__list">
<!-- Pon el logotipo de la institución de formación -->
<li class="academic__courses__item__img"><img src="assets\ufrj_logo.png"></li>
<li class="academic__courses__item__title"><h4>Posgrado en diseño</h4></li>
<li class="academic__courses__item__subtitle"><p>En curso - UFRJ</p></li>
</ul>
</div>
</div>
</section>
<!-- Sección de Experiencia Profesional/Proyectos-->
<section class="experience" id="xp">
<h2 class="experience__section__title" >Experiencia Profissional</h2>
<div class="experiencie__box">
<!-- Pon el logotipo/captura de pantalla de tu proyecto -->
<img class="experience__img" src="assets\decod_print.png">
<div class="experience__info"
<h2 class="experience__title">Encriptador de texto</h2>
<h3 class="experience__text">Challenge Alura Codificador </h3>
<div class="experience__description">
<!-- Pon el enlace del proyecto en Github o GithubPages -->
<span class="experience__repo"><a href="https://github.com/alura-challenges/challenge-one-encriptador-latam"><button class="experiencia__botao--repo">Repositório</button></a></span>
<span class="experience__demo"><a href=""><button class="experience__botao--demo">Ver demo</button></a></span>
</div>
</div>
</div>
<div class="experiencie__box">
<!-- Pon el logotipo/captura de pantalla de tu proyecto -->
<img class="experience__img" src="assets\forca_print.png">
<div class="experience__info"
<h2 class="experience__title">Juego creado con HTML y JavaScript</h2>
<h3 class="experience__text">Challenge Oracle </h3>
<div class="experience__description">
<!-- Pon el enlace del proyecto en Github o GithubPages -->
<span class="experience__repo"><a href="https://github.com/alura-challenges/challenge-one-juego-ahorcado"><button class="experiencia__botao--repo">Repositório</button></a></span>
<span class="experience__demo"><a href=""><button class="experience__botao--demo">Ver demo</button></a></span>
</div>
</div>
</div>
<div class="experience__box">
<!-- Pon el logotipo/captura de pantalla de tu proyecto -->
<img class="experience__img" src="assets\secretcode_print.png">
<div class="experience__info-container"
<h2 class="experience__title">Encriptador de texto</h2>
<h3 class="experience__text">Challenge Oracle </h3>
<div class="experience__description">
<!-- Pon el enlace del proyecto en Github o GithubPages -->
<span class="experience__repo"><a href="https://github.com/alura-challenges/challenge-one-encriptador-latam"><button class="experiencia__botao--repo">Repositório</button></a></span>
<span class="experience__demo"><a href=""><button class="experience__botao--demo">Ver demo</button></a></span>
</div>
</div>
</div>
<div class="experience__box">
<img class="experience__img" src="assets\forca2_print.png">
<div class="experience__info-container"
<h2 class="experience__title">Juego creado con HTML, CSS y JavaScript</h2>
<h3 class="experience__text">Challenge Oracle </h3>
<div class="experience__description">
<!-- Pon el enlace del proyecto en Github o GithubPages -->
<span class="experience__repo"><a href="https://github.com/alura-challenges/challenge-one-juego-ahorcado"><button class="experiencia__botao--repo">Repositório</button></a></span>
<span class="experience__demo"><a href=""><button class="experience__botao--demo">Ver demo</button></a></span>
</div>
</div>
</div>
<!-- Sección de Contacto -->
<section class="formcontato" id="contacto">
<div class="formcontato__contacto">
<div class="formcontato--esquerda">
<img class="formcontato__img" src="assets\contact_image.png">
</div>
<div class="formcontato__text">
<h2 class="formcontato__title">Contacto</h2>
<h3 class="formcontato__subtext">¿Quieres contactarme?</h3>
<h3 class="formcontato__subtext">Complete el siguiente formulario y me pondré en contacto con usted lo antes posible. </h3>
<form class="formcontato__form" name="form">
<input class="formcontato__input" type="text" name="nombre" placeholder="Nombre">
<input class="formcontato__input" type="email" name="email" placeholder="E-mail">
<input class="formcontato__input" type="text" name="asunto" placeholder="Assunto">
<textarea class="formcontato__textarea" rows="5" cols="40" id="mensagem" name="mensaje" placeholder="Mensaje"></textarea>
<button type="submit" class="formcontato__botao">Enviar mensaje</button>
</form>
</div>
</div>
</section>
<!-- Sección de Footer -->
<section class="footer">
<div class="footer__rodape">
<p>Desarrollado por Fulana de Tal</p>
<p>2022</p>
</div>
</section>
</div>
<!-- Script del documento JavaScript -->
<script src="validacion.js">
</script>
</body>
</html>