-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
159 lines (159 loc) · 7.27 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
<!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" />
<link rel="stylesheet" href="./css/index.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet"/>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Oxygen&display=swap" rel="stylesheet">
<title>Portafolio</title>
</head>
<body>
<header class="header">
<div class="wrapper">
<div class="header-content">
<img src="./images/logo.png" width="70" height="20" alt="logo de felix castro" />
<nav class="menu">
<ul>
<li><a class="is-active" href="#main">Hola</a></li>
<li><a href="#project">Proyectos</a></li>
<li><a href="#contact">Hablemos</a></li>
</ul>
</nav>
<button class="button">Currículum</button>
</div>
</div>
</header>
<div class="wrapper" id="main">
<section class="hero">
<div class="hero-image">
<img src="./images/jaume.png" width="338" height="330" alt="Jaume">
</div>
<div class="hero-description">
<h1 class="hero-title">
<span>¡Hola a todos!</span>
Soy Jaume
</h1>
<p>Frontend Developer que le encanta implementar diseños que inspiran y atraen a las personas.</p>
<div class="social">
<a class="button-icon" href="tel:123456789"><img src="./icons/icon-phone.svg" /></a>
<a class="button-icon" href="#"><img src="./icons/icon-important_mail.svg" /></a>
<a class="button-icon" href="#"><img src="./icons/icon-instagram.svg" /></a>
<a class="button-icon" href="#"><img src="./icons/icon-twitter.svg" /></a>
</div>
<a href="#" class="button">Decargar currículum</a>
</div>
</section>
<section class="message">
<p class="message-description">
A lo largo de mi carrera como Frontend, he tenido el privilegio de trabajar en proyectos retadores e increíbles
<span>Aquí hay algunos que me gustaría compartir.</span>
</p>
<img src="./icons/arrow-down.svg" width="80" height="80">
</section>
<section class="project is-right" id="project">
<div class="project-image">
<img src="./images/leonidas-esteban.png" alt="">
</div>
<div class="project-description">
<a class="title" href="https://leonidasesteban.com/" target="_blank"
rel="noopener noreferrer">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-options">
<a href="#" class="button is-secondary"> Ver Código</a>
<a href="#" class="button">Ver Proyecto</a>
</div>
</div>
</section>
<section class="testimony">
<div class="testimony-image">
<img src="./images/testimony-leonidas.png" width="64" height="64" alt="Leonidas Esteban">
</div>
<p class="testimony-description">"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="testimony-user">LEONIDAS ESTEBAN / COFUNDADOR Y CEO LEONIDASESTEBAN.COM</p>
</section>
<section class="project">
<div class="project-image">
<img src="./images/marvol.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-options">
<a href="#" class="button is-secondary"> Ver Código</a>
<a href="#" class="button">Ver Proyecto</a>
</div>
</div>
</section>
<section class="testimony">
<div class="testimony-image">
<img src="./images/testimony-jason.png" width="64" height="64" alt="Leonidas Esteban">
</div>
<p class="testimony-description">"Jaume ha superado mis expectativas desde el diseño hasta el desarrollo".</p>
<p class="testimony-user">JASON LOPEZ / COFUNDADOR Y CEO MARVOL</p>
</section>
<section class="project is-right">
<div class="project-image">
<img src="./images/netnet.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-options">
<a href="#" class="button is-secondary"> Ver Código</a>
<a href="#" class="button">Ver Proyecto</a>
</div>
</div>
</section>
<section class="testimony">
<div class="testimony-image">
<img src="./images/testimony-marco.png" width="64" height="64" alt="Leonidas Esteban">
</div>
<p class="testimony-description">"Por primera vez en la historia de nuestra empresa, aparecimos en todas las plataformas en las que trabajamos".</p>
<p class="testimony-user">MARCO CORTEZ / NETNET</p>
</section>
<form action="" method="get" class="form" id="contact">
<h2 class="title">Hablemos</h2>
<p>Si está interesado en trabajar conmigo en su próximo proyecto,
no dude en ponerse en contacto conmigo.</p>
<label for="form-name">
Nombre Completo
<input required id="form-name" name="name" type="text" placeholder="juan">
</label>
<label for="form-email">
Nombre Completo
<input required id="form-email" name="email" type="email" placeholder="[email protected]">
</label>
<label for="form-message">
Nombre Completo
<textarea required name="message" id="form-message" placeholder="Mensaje" cols="30" rows="10"></textarea>
</label>
<button class="button" type="submit">Enviar mensaje</button>
</form>
<footer class="footer">
<div class="footer-logo">
<img src="./images/logo.png" width="70" height="20" alt="logo de felix castro" />
</div>
<div class="social">
<a class="button-icon" href="tel:123456789"><img
src="./icons/icon-phone.svg" /></a>
<a class="button-icon" href="#"><img
src="./icons/icon-important_mail.svg" /></a>
<a class="button-icon" href="#"><img
src="./icons/icon-instagram.svg" /></a>
<a class="button-icon" href="#"><img
src="./icons/icon-twitter.svg" /></a>
</div>
<p class="footer-caption">Hecho con <img src="./icons/icon-heart_outline.svg" width="24px" height="24px"> de Jaume. <span>Copyright 2021 - Todos los derechos reservados.</span></p>
</footer>
</div>
</body>
</html>