-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
262 lines (241 loc) · 12 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
<!DOCTYPE html>
<html lang="en">
<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" user-scalable="no">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,700&display=swap"
rel="stylesheet">
<link rel="icon" type="image/png" sizes="32x32" href="img/favicon-32x32.png">
<script src="https://kit.fontawesome.com/02a1b0e1a6.js" crossorigin="anonymous"></script>
<title>Gualberto | Portfolio</title>
<link rel="stylesheet" href="css/styles.css">
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/header/header.css">
<link rel="stylesheet" href="css/presentacion/presentacion.css">
<link rel="stylesheet" href="css/about-me/about-me.css">
<link rel="stylesheet" href="css/skills.css/skills.css">
<link rel="stylesheet" href="css/hobbies/hobbies.css">
<link rel="stylesheet" href="css/formacion/formacion.css">
<link rel="stylesheet" href="css/proyectos/proyectos.css">
<link rel="stylesheet" href="css/contacto/contacto.css">
<link rel="stylesheet" href="css/footer/footer.css">
</head>
<body>
<!-- HEADER -->
<header class="headerPrincipal" id="header">
<div class="container">
<a href="https://gumodi35.github.io/my_launchx_blog/"><img class="logo" src="img/Logo2.png"
alt="Logo_GMD"></a>
<nav class="headerPrincipal_nav">
<a href="#about__me" class="nav__link">Sobre mi</a>
<a href="#skills__hobbies" class="nav__link">Skills</a>
<a href="#hobbies" class="nav__link">Hobbies</a>
<a href="#formacion" class="nav__link">Formacion</a>
<a href="#proyectos" class="nav__link">Proyectos</a>
<a href="#contacto" class="nav__link">Contacto</a>
</nav>
</div>
</header>
<!-- MAIN -->
<main class="contenidoPrincipal">
<section class="presentacion">
<div class="datos_personales">
<div class="datos_personales__presentacion typewriter">
<h1>Soy Gualberto, mi pasion es el desarrollo web.</h1>
<p>Soy tecnico en Informatica, me interesa el mundo de la tecnologia, desarrollo web, blockchain,
ciberseguridad, inteligencia artificial, informatica en la nube, machine learning y ciencia de
datos, busco desarrollarme en front end, back end o como full stack.</p>
<div class="content__buttons">
<a href="https://github.com/gumodi35" target="_blank"><button
class="content__buttons___btn">GitHub</button></a>
<a href="https://www.linkedin.com/in/gualbertomondi/" target="_blank"><button
class="content__buttons___btn">LinkedIn</button></a>
<a href="https://www.instagram.com/gualbertmonti/" target="_blank"><button
class="content__buttons___btn">Instagram</button></a>
<a href="mailto:gumodi10@gmail.com" target="_blank"><button
class="content__buttons___btn">Email</button></a>
<button onclick="window.print()" class="content__buttons___btn">Print CV</button>
</div>
</div>
</div>
<div class="image">
<div class="img__wrapper">
<img src="img/profile1-preview-removebg-preview.png" alt="" class="datos_personales__foto">
</div>
</div>
</section>
<section class="about__me" id="about__me">
<div class="about__me__content">
<h2>Sobre Mi</h2>
<p>
Soy una persona que se encuentra en el camino de la tecnologia,
desarrollando aplicaciones web y sumando conocimientos a mi stack de tecnologia. Participe en <a
href="https://www.soyhenry.com/">Henry Bootcamp</a>, <a href="https://launchx.rocks/">Launch
X</a> Microsoft partner, curso el programa de formacion Oracle One Education en <a
href="https://www.oracle.com/mx/education/oracle-next-education/">Alura Latam</a> y estoy por
certificarme en <a
href="https://docs.microsoft.com/en-us/learn/certifications/azure-fundamentals/">AZ-900 de
Azure</a>, ademas de realizar diversos cursos de formacion en plataformas Online. Con la
pandemia y la nueva normalidad aproveche la crisis para reinventarme y estudiar acerca del
desarrollo
web. Busco mi oportunidad, para entrar en el mundo de la tecnologia, como front end.
</p>
</div>
</section>
<section id="skills__hobbies">
<h2>Skills</h2>
<div class="skills">
<div class="skill__cards">
<img src="img/logo-html5.svg" alt="">
<h3>HTML</h3>
</div>
<div class="skill__cards">
<img src="img/logo-css3.svg" alt="">
<h3>CSS</h3>
</div>
<div class="skill__cards">
<img src="img/logo-javascript.svg" alt="">
<h3>JAVASCRIPT</h3>
</div>
<div class="skill__cards">
<img src="img/bootstrap.svg" alt="">
<h3>BOOTSTRAP</h3>
</div>
<div class="skill__cards">
<img src="img/figma.svg" alt="">
<h3>FIGMA</h3>
</div>
<div class="skill__cards">
<img src="img/logo-react.svg" alt="">
<h3>REACT</h3>
</div>
<div class="skill__cards">
<img src="img/logo-nodejs.svg" alt="">
<h3>NODE JS</h3>
</div>
<div class="skill__cards">
<img src="img/express-js.svg" alt="">
<h3>EXPRESS</h3>
</div>
<div class="skill__cards">
<img src="img/postgresql.svg" alt="">
<h3>POSTGRESQL</h3>
</div>
<div class="skill__cards">
<img src="img/postman.svg" alt="">
<h3>POSTMAN</h3>
</div>
</div>
<h2>Hobbies</h2>
<div class="hobbies" id="hobbies">
<div class="hobbies__cards">
<img src="img/reshot-icon-open-book.svg" alt="">
<h3>Leer</h3>
</div>
<div class="hobbies__cards">
<img src="img/reshot-icon-movies.svg" alt="">
<h3>Movies & Series</h3>
</div>
<div class="hobbies__cards">
<img src="img/reshot-icon-growth-hacking.svg" alt="">
<h3>Ciberseguridad</h3>
</div>
<div class="hobbies__cards">
<img src="img/reshot-icon-robot.svg" alt="">
<h3>Inteligencia artificial</h3>
</div>
<div class="hobbies__cards">
<img src="img/reshot-icon-travel-passport.svg" alt="">
<h3>Viajar</h3>
</div>
</div>
</section>
<section id="formacion">
<h2>Formacion</h2>
<div class="formacion">
<div class="formacion__cards">
<img src="img/carlos-slim.jpg" alt="">
<a href="https://aprende.org/">
</a>
<h2>Tecnico en Informatica</h2>
<p>Finalizado</p>
</div>
<div class="formacion__cards">
<img src="img/logo-white-henry.png" alt="">
<a href="https://www.soyhenry.com/">
</a>
<h2>Bootcamp Full stack developer</h2>
<p>Finalizado</p>
</div>
<div class="formacion__cards">
<img src="img/oracle.webp" alt="">
<a href="https://www.oracle.com/mx/education/oracle-next-education/">
</a>
<h2>Formacion developers</h2>
<p>En curso</p>
</div>
</div>
</section>
<section id="proyectos">
<h2>Proyectos</h2>
<div class="proyecto">
<img src="img/cifrador.jpeg" alt="">
<div class="proyecto_buttons">
<a href="https://github.com/gumodi35/Challenge-Oracle-One_Gualberto"><button
class="code">CODE</button></a>
<a href="https://gumodi35.github.io/Challenge-Oracle-One_Gualberto/">
<button class="demo">DEMO</button></a>
</div>
<img src="img/ahorcado_game.jpeg" alt="">
<div class="proyecto_buttons">
<a href="https://github.com/gumodi35/Challenge2-OracleOne-AhorcadoGame"><button
class="code">CODE</button></a>
<a href="https://gumodi35.github.io/Challenge2-OracleOne-AhorcadoGame/">
<button class="demo">DEMO</button></a>
</div>
<img src="img/pokedex.jpeg" alt="">
<div class="proyecto_buttons">
<a href="https://github.com/gumodi35/Pokedex-Clone"><button class="code">CODE</button></a>
<a href="https://gumodi35.github.io/Pokedex-Clone/">
<button class="demo">DEMO</button></a>
</div>
</div>
<div class="buttons">
</div>
</section>
<section class="contact" id="contacto">
<div class="contact__container">
<div>
<img src="img/contacto.jpg" alt="">
</div>
<div class="contact__input">
<h3>Ponte en contacto conmigo</h3>
<h3>Por favor llena el formulario y en breve me comunicare</h3>
<form action="https://formsubmit.co/gumodi10@gmail.com" method="POST">
<input type="text" data-ls-module="charCounter" maxlength="25" name="name" id="name" placeholder="Nombre">
<input type="email" name="email" id="email" placeholder="E-mail" required>
<input type="text" name="subject" id="subject" placeholder="Asunto" required>
<input type="hidden" name="_next" value="https://gumodi35.github.io/Challenge-Portafolio-Oracle-ONE/#proyectos">
<input type="hidden" name="_captcha" value="false">
<input type="hidden" name="_template" value="table">
<textarea name="" id="text__area" cols="50" rows="10"></textarea required>
<button onclick="myFunc()" type="submit" value="submit" id="enviar">Enviar</button>
</form>
</div>
</div>
</section>
<section>
<div class="scroll__button">
<a href="#header"><img src="img/chevron-up-circle-outline.svg" alt=""></a>
</div>
</section>
<footer>
<p>Desarrollado Por Gualberto MonDi</p>
</footer>
<script src="js/app.js"></script>
</main>
</body>
</html>