-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
283 lines (267 loc) · 9.24 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
280
281
282
283
<!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>Portafolio - Fernando Quinteros</title>
<link rel="stylesheet" href="./css/index.css" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Oxygen:wght@300;700&display=swap"
rel="stylesheet"
/>
</head>
<body>
<header class="header">
<div class="wrapper">
<div class="header-content">
<img src="./images/LOGO.svg" alt="Logo muy bonito" />
<nav class="menu" aria-label="main-navigation">
<ul>
<li><a class="is-active" href="#main">Hey!</a></li>
<li><a href="#project">Projects</a></li>
<li><a href="#contact">Contact Me</a></li>
</ul>
</nav>
<span></span>
<!-- <button class="button">My CV</button> -->
</div>
</div>
</header>
<div class="wrapper">
<section aria-label="Main" class="hero" id="main">
<div class="hero-image">
<img src="./images/jaume.png" width="338" height="330" alt="Jaume" />
</div>
<div class="hero-description">
<h1><span>Hello everyone</span><span>I'm Fernando</span></h1>
<p>
Frontend Developer who love implement disings that inspire and
attract people.
</p>
<div class="social">
<a class="button-icon" href="tel:+59175479004"
><img src="./icons/icon-phone.svg" alt="Phone Icon"
/></a>
<a
class="button-icon"
href="mailto:[email protected]"
><img src="./icons/icon-important_mail.svg" alt="Email Icon"
/></a>
<!-- <a class="button-icon" href="tel:+59175479004"
><img src="./icons/icon-instagram.svg" alt="Phone Icon"
/></a> -->
<a
class="button-icon"
href="https://twitter.com/devferx"
target="_blank"
><img src="./icons/icon-twitter_squared.svg" alt="Twitter Icon"
/></a>
</div>
<!-- <a href="" class="button">Download CV</a> -->
</div>
</section>
<section class="comment-section">
<p class="comment-title">
Throughout my career as a Frontend, I have had the privilege of
working on challenging and incredible projects
</p>
<p class="comment-desc">Here are a few that I would like to share.</p>
<img src="./icons/arrow-down.svg" alt="Arrow Down" />
</section>
<article id="project" class="project">
<div class="project-image">
<img src="./images/spotifu.png" alt="Spotifu" />
</div>
<div class="project-description">
<a
class="title"
href="https://spotifu-devferx.vercel.app/"
target="_blank"
>Spotifu</a
>
<p>
Spotifu is a clone of Spotify Platform. It can login, play songs,
get your playlist, and search your favorite music using the spotify
API. It was made using React.js, Axios, Webpack, and an express
server.
</p>
<a
class="button is-secondary"
href="https://github.com/devferx/spotifu-client"
target="_blank"
>View Repository</a
>
<a
class="button"
href="https://spotifu-devferx.vercel.app/"
target="_blank"
>View Demo</a
>
</div>
</article>
<article class="project reversed">
<div class="project-image">
<img src="./images/marvol.png" alt="Marvol" />
</div>
<div class="project-description">
<a class="title" href="https://marvol.vercel.app/" target="_blank"
>Marvol</a
>
<p>
It is the official site of Marvol Entertainment. Explore official
Marvol movies, comics, TV shows and more. Technologies used for this
project: React, Next.js, TypeScript, Axios, and css modules.
</p>
<a
class="button is-secondary"
href="https://github.com/devferx/marvol"
target="_blank"
>View Repository</a
>
<a class="button" href="https://marvol.vercel.app/" target="_blank"
>View Demo</a
>
</div>
</article>
<article class="project">
<div class="project-image">
<img src="./images/ip-address-tracker.png" alt="IP Adress Tracker" />
</div>
<div class="project-description">
<a
class="title"
href="https://devferx.github.io/Ip-Address-Tracker/"
target="_blank"
>IP Address Tracker</a
>
<p>
IP Address Tracker get the location of an IP address and shows you
on an interactive map. Technologies used for this project: React,
Redux, axios, and Mapbox.
</p>
<a
class="button is-secondary"
href="https://github.com/devferx/Ip-Address-Tracker"
target="_blank"
>View Repository</a
>
<a
class="button"
href="https://devferx.github.io/Ip-Address-Tracker/"
target="_blank"
>View Demo</a
>
</div>
</article>
<article class="project reversed">
<div class="project-image">
<img src="./images/fivenite.png" alt="Fivenite" />
</div>
<div class="project-description">
<a class="title" href="https://fivenite.netlify.app/" target="_blank"
>Fivenite</a
>
<p>
Landing page for Fivenite game with animations.Technologies used for
this project: HTML5, CSS3, PostCSS, Webpack, and TailwindCSS.
</p>
<a
class="button is-secondary"
href="https://github.com/devferx/fivenite"
target="_blank"
>View Repository</a
>
<a class="button" href="https://fivenite.netlify.app/" target="_blank"
>View Demo</a
>
</div>
</article>
<article class="testimonial">
<!-- <img src="./images/user-3.png" alt="Leonidas Esteban photo" /> -->
<p class="testimonial-desc">
"Fernando did a good job on my landing page modifying and styling
React components in Gatsby".
</p>
<p class="testimonial-title">Jason M. Leibowitz / Upwork client</p>
</article>
<form
id="contact"
class="form"
action="https://formspree.io/f/xknpavqg"
method="POST"
>
<div class="form-content">
<h2 class="title">CONTACT ME</h2>
<p>
If you are interested in working with me on your next project, don't
feel free to contact me.
</p>
<div class="form-control">
<label for="name">Name:</label>
<input
id="name"
name="name"
type="text"
required
placeholder="Juan"
/>
</div>
<div class="form-control">
<label for="email">Email:</label>
<input
id="email"
name="_replyto"
type="email"
required
placeholder="[email protected]"
/>
</div>
<div class="form-control">
<label for="name">Message:</label>
<textarea
name="message"
id="message"
placeholder="your message..."
cols="30"
rows="7"
required
></textarea>
</div>
<input class="button" type="submit" value="Send Message" />
</div>
</form>
<footer class="footer">
<div class="footer-content">
<div class="footer-logo">
<img src="./images/LOGO.svg" alt="Logo" />
</div>
<div class="social">
<a class="button-icon" href="tel:+59175479004"
><img src="./icons/icon-phone.svg" alt="Phone Icon"
/></a>
<a
class="button-icon"
href="mailto:[email protected]"
><img src="./icons/icon-important_mail.svg" alt="Email Icon"
/></a>
<!-- <a class="button-icon" href="tel:+59175479004"
><img src="./icons/icon-instagram.svg" alt="Phone Icon"
/></a> -->
<a
class="button-icon"
href="https://twitter.com/devferx"
target="_blank"
><img src="./icons/icon-twitter_squared.svg" alt="Twitter Icon"
/></a>
</div>
<div class="hero-copyright">
<p>Made with 💙 by Fer.</p>
<!-- <p>Copyright 2021 - Todos los derechos reservados.</p> -->
</div>
</div>
</footer>
</div>
</body>
</html>