-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
202 lines (181 loc) · 9.5 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
<!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">
<title>Portafolios Jaume</title>
<link rel="stylesheet" href="./css/index.css">
<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=Oxygen:wght@300;400;700&family=Poppins:wght@100;400;700&display=swap" rel="stylesheet">
<link rel="icon" href="./images/favicon.png" type="image/png">
</head>
<body class="body">
<header class="header">
<!-- ruta relativa ./ -->
<img src="./images/logo.png" width="70" height="20" alt="logo">
<nav class="menu">
<ul>
<li>
<a href="#main" class="is-active">Hola</a>
</li>
<li>
<a href="#project">Proyectos</a>
</li>
<li>
<a href="#contact">Hablemos</a>
</li>
</ul>
</nav>
<button id="btn-cv" class="button">Curriculum</button>
<!-- <button class="button is-secondary">Secondary</button> -->
</header>
<div class="wrapper">
<section class="hero" id="main">
<div class="hero-image">
<img src="./images/[email protected]" alt="Jaume Hero" >
</div>
<div class="hero-description" >
<h1>
<span>¡Hola a todos!</span>
<span>Soy Jaume</span>
</h1>
<p>
Frontend Developer que le encanta implementar diseños que inspiran y atraen a las personas.
</p>
<div class="hero-social">
<a href="tel:2323232323" class="button-icon"><img src="./icons/icon-phone.svg" alt=""></a>
<a href="mailto:[email protected]" class="button-icon"><img src="./icons/icon-important_mail.svg" alt=""></a>
<a href="https://instagram.com" target="_blank" class="button-icon"><img src="./icons/icon-instagram.svg" alt=""></a>
<a href="https://twitter.com" target="_blank" class="button-icon"><img src="./icons/icon-twitter_squared.svg" alt=""></a>
</div>
<div class="linked-group">
<a href="tel:32333" class="linked"><img src="icons/icon-phone.svg"></img>(629) 555-0129</a>
<a href="mailto:[email protected]" class="linked"> <img src="icons/icon-important_mail.svg" alt="">[email protected]</a>
<a id="hero-button" href="#" class="button">Descargar Currículum</a>
</div>
</div>
</section>
<section class="comment" id="comment">
<p>A lo largo de mi carrera como Frontend, he tenido el privilegio de trabajar en proyectos retadores e increíbles</p>
<p>Aquí hay algunos que me gustaría compartir.</p>
<img src="./icons/icons-down.svg" class="button-arrow" alt="">
</section>
<div id="project" class="project">
<div class="project-image">
<img src="./images/img-dispositivos.png" alt="">
</div>
<div class="project-description">
<a class="title" href="#">LEONIDASESTEBAN.COM</a>
<p>Accede a más de 120 proyectos que te ayudarán a mejorar
tus habilidades como desarrollador Front-End.
</p>
<div class="project-btns">
<a href="#" target="_blank" class="button is-secondary">Ver código</a>
<a href="#" target="_blank" class="button">Ver proyecto</a>
</div>
</div>
</div>
<div class="card">
<img class="img-round" src="https://cdn.pixabay.com/photo/2016/07/07/16/46/dice-1502706_960_720.jpg" alt="imagen testimonio">
<p class="card-testimonio">
"Jaume ha sido de gran ayuda para acelerar ciertos esfuerzos de desarrollo. Lo que nos hubiera llevado 6 meses solo les llevó 1,5 meses ".
</p>
<p class="card-redes">
LEONIDAS ESTEBAN / COFUNDADOR Y CEO LEONIDASESTEBAN.COM
</p>
</div>
<div class="project">
<div class="project-image">
<img src="./images/img-ipad.png" alt="">
</div>
<div class="project-description">
<a class="title" href="#">MARVOL</a>
<p>
Es el sitio oficial de Marvol Entertainment. Explore películas, personajes, cómics, programas de televisión, videos y más oficiales de Marvol.
</p>
<div class="project-btns">
<a href="#" target="_blank" class="button is-secondary">Ver código</a>
<a href="#" target="_blank" class="button">Ver proyecto</a>
</div>
</div>
</div>
<div class="card">
<img class="img-round" src="https://cdn.pixabay.com/photo/2016/07/07/16/46/dice-1502706_960_720.jpg" alt="imagen testimonio">
<p class="card-testimonio">
"Jaume ha sido de gran ayuda para acelerar ciertos esfuerzos de desarrollo. Lo que nos hubiera llevado 6 meses solo les llevó 1,5 meses ".
</p>
<p class="card-redes">
LEONIDAS ESTEBAN / COFUNDADOR Y CEO LEONIDASESTEBAN.COM
</p>
</div>
<div class="project">
<div class="project-image">
<img src="./images/img-iphone.png" alt="">
</div>
<div class="project-description">
<a class="title" href="#">NETNET</a>
<p>
Películas y series ilimitadas y mucho más.
Disfruta donde quieras. Cancela cuando quieras.
</p>
<div class="project-btns">
<a href="#" target="_blank" class="button is-secondary">Ver código</a>
<a href="#" target="_blank" class="button">Ver proyecto</a>
</div>
</div>
</div>
<div class="card">
<img class="img-round" src="https://cdn.pixabay.com/photo/2016/07/07/16/46/dice-1502706_960_720.jpg" alt="imagen testimonio">
<p class="card-testimonio">
"Jaume ha sido de gran ayuda para acelerar ciertos esfuerzos de desarrollo. Lo que nos hubiera llevado 6 meses solo les llevó 1,5 meses ".
</p>
<p class="card-redes">
LEONIDAS ESTEBAN / COFUNDADOR Y CEO LEONIDASESTEBAN.COM
</p>
</div>
<form class="form" action="" method="get">
<!-- TODO: cambiar a POST -->
<div class="form-description">
<h2 class="title">
Hablemos
</h2>
<p class="form-content">
Si está interesado en trabajar conmigo en su próximo proyecto, no dude en ponerse en contacto conmigo.
</p>
</div>
<div class="input-group">
<label for="form-nombre">Nombre completo<b>*</b></label>
<input required name="nombre" id="form-nombre" type="text" placeholder="Juan">
</div>
<div class="input-group">
<label for="form-correo">Correo electrónico<b>*</b></label>
<input required name="correo" id="form-correo" type="email" placeholder="[email protected]">
</div>
<div class="input-group">
<label for="form-area">Mensaje<b>*</b></label>
<textarea required name="mensaje" id="form-area" placeholder="Mensaje" cols="30" rows="7"></textarea>
</div>
<button type="submit" class="button">Enviar mensaje</button>
</form>
<footer id="contact" class="footer">
<img class="footer-logo" src="./images/logo.png" width="70" height="20" alt="logo">
<div class="social">
<a href="tel:2323232323" class="button-icon"><img src="./icons/icon-phone.svg" alt=""></a>
<a href="mailto:[email protected]" class="button-icon"><img src="./icons/icon-important_mail.svg" alt=""></a>
<a href="https://instagram.com" target="_blank" class="button-icon"><img src="./icons/icon-instagram.svg" alt=""></a>
<a href="https://twitter.com" target="_blank" class="button-icon"><img src="./icons/icon-twitter_squared.svg" alt=""></a>
</div>
<div class="footer-copyright">
<p>
Hecho con 🤍 de Jaume.
</p>
<p>
Copyright 2021 - Todos los derechos reservados.
</p>
</div>
</footer>
</div> <!-- Fin wrapper-->
</body>
</html>