-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
326 lines (305 loc) · 15.2 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
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<!-- Viewport -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<!-- Evita escala zoom -->
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- link a bootstrap 4 -->
<link rel="stylesheet" href="vendors/bootstrap/css/bootstrap.min.css">
<!-- link a fontawesome -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<!-- link de googlefonts -->
<link href="https://fonts.googleapis.com/css?family=Nunito" rel="stylesheet">
<!-- link para ícono que va en pestaña superior -->
<link rel="shortcut icon" type="image/x-icon" href="assets/icons/flavicon/lfpxs.ico">
<!-- link main CSS -->
<link rel="stylesheet" href="css/main.css">
<!-- Título de pestaña -->
<title>Lizbeth Félix Peña</title>
</head>
<body>
<header class="w-10" id="header">
<nav class="navbar navbar-expand-md bg-dark navbar-dark fixed-top hdr-bck-grnd-color">
<!-- Brand -->
<a class="navbar-brand" href="index.html">
<img src="assets/icons/flavicon/lfp.ico" alt="lfp ico" class="lfp-ico">
</a>
<!-- Toggler/collapsibe Button -->
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#collapsibleNavbar">
<span class="navbar-toggler-icon"></span>
</button>
<!-- Navbar links -->
<div class="collapse navbar-collapse" id="collapsibleNavbar">
<ul class="navbar-nav menu-items">
<li class="nav-item on-section">
<a class="nav-link" href="#about-me">
<i class="fa fa-user-circle d-sm-none" aria-hidden="true"></i> About me</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#projects">My projects</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#tech-skills">My tech skills</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">
<i class="fa fa-envelope d-sm-none" aria-hidden="true"></i> Contact me</a>
</li>
</ul>
</div>
</nav>
</header>
<main>
<section class="d-flex align-items-center py-5 w-100" id="hero">
<div class="col-12">
<h1 class="text-center main-title">Lizbeth Félix Peña</h1>
<h3 class="text-center mt-5 sub-title">Front-end developer and language fanatic</h3>
<!-- <h3 class="text-center mini-title">"Before software can be reusable, it first has to be usable". - Ralph Johnson -->
</div>
</section>
<section class="container-fluid py-4 w-100 section1" id="about-me">
<div class="row">
<h2 class="col-12 text-center my-5 about-me-title font-weight-bold titles ltr-spc-titles">About me</h2>
</div>
<div class="row mt-4">
<div class="offset-1 col-10 col-md-4 offset-md-2 mb-3">
<p class="text-justify content ltr-spc-text about-me-info">I’m a Front-end Developer from Laboratoria, and a professional Translator and Interpreter. I love making sure everything
works in a website or application so people can best benefit from it.
<span class="white-highlight-txt">Technology and its use towards helping people are the two things that thrill me and move me the most!</span>
I’m a dynamic and flexible person who loves teamwork and finds inspiration and drive through people's joy and uplifting music.
</p>
</div>
<div class="col-12 col-md-4 d-flex justify-content-center">
<img src="assets/images/lfp.jpg" alt="Junior Front-end Developer" class="img-about rounded-circle" id="profile-photo">
</div>
</div>
<div class="row mt-3">
<div class="col-10 offset-1">
<p class="mx-auto award-p">Some of my interests are:</p>
<div class="d-flex flex-row flex-wrap justify-content-around">
<span class="p-1 text-center interests">News on technology</span>
<span class="p-1 text-center interests">Helping others</span>
<span class="p-1 text-center interests">Videogames</span>
<span class="p-1 text-center interests">Gastronomy</span>
<span class="p-1 text-center interests">Languages and cultures</span>
<span class="p-1 text-center interests">All forms of art</span>
</div>
</div>
</div>
<hr class="award-hr mt-4">
<div class="row mt-4">
<p class="mx-auto award-p">Award winner for Best Squad and Best Teamplayer</p>
<div class="col-12 d-flex justify-content-center">
<div class="row">
<figure class="col-12 col-sm-6 d-flex justify-content-center">
<img src="assets/images/best_squad.png" alt="best squad">
</figure>
<figure class="col-12 col-sm-6 d-flex justify-content-center">
<img src="assets/images/best_teamplayer.png" alt="best teamplayer">
</figure>
</div>
</div>
</div>
</div>
</section>
<section class="container-fluid my-5 w-100 section2" id="projects">
<div class="row">
<h2 class="col-12 text-center font-weight-bold mb-4 titles ltr-spc-titles">My projects</h2>
<!-- cambiar a container o container-fluid!!! -->
<div class="container mt-3">
<div class="row">
<div class="col-12 col-md-4 d-flex mt-project pb-4 container-img">
<div class="card rounded-top">
<div class="card-body">
<h4 class="text-center pt-2 ltr-spc-subtitles">Foodmap</h4>
<hr>
<img src="assets/images/foodmap.jpg" alt="Ready to order?" class="col-10 offset-1 rounded img-fluid">
<p class="mb-4 text-center ltr-spc-text sm-line-height project-description">Food app showing relevant information on restaurants and their address. Project undertaken at a middle
stage of the bootcamp.
</p>
<div class="row">
<div class="col-12 text-center">
<a href="https://lizbethfp.github.io/foodmap/" target="_blank" class="odd-btn btn-style m-2">Demo</a>
<a href="https://github.com/LizbethFP/foodmap" target="_blank" class="btn-style m-2">Code</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-4 d-flex mt-project pb-4 container-img">
<div class="card rounded-top">
<div class="card-body">
<h4 class="text-center pt-2 ltr-spc-subtitles">Buy Smart</h4>
<hr>
<img src="assets/images/ecommerce-1.JPG" alt="Great smartphones!" class="col-10 offset-1 rounded img-fluid">
<p class="mb-4 text-center ltr-spc-text sm-line-height project-description">E-commerce app allowing clients buy smartphones by showing prices, details, and pictures. Project undertaken
at a late stage of the bootcamp.
</p>
<div class="row">
<div class="col-12 text-center">
<a href="https://lizbethfp.github.io/ecommerse-product-final/public/" target="_blank" class="odd-btn btn-style m-2">Demo</a>
<a href="https://github.com/LizbethFP/ecommerse-product-final" target="_blank" class="btn-style m-2">Code</a>
</div>
</div>
</div>
</div>
</div>
<div class="col-12 col-md-4 d-flex pb-4 mt-project container-img">
<div class="card rounded-top">
<div class="card-body">
<h4 class="text-center pt-2 ltr-spc-subtitles">Api Swapi</h4>
<hr>
<img src="assets/images/apiswapi.jpg" alt="Star Wars fans!" class="col-10 offset-1 rounded img-fluid">
<p class="mb-4 text-center ltr-spc-text sm-line-height project-description">Swapi App showing relevant information on the characters from the Star Wars movies. Project undertaken
at a late stage of the bootcamp.
</p>
<div class="row">
<div class="col-12 text-center">
<a href="https://lizbethfp.github.io/api-swapi/public/" target="_blank" class="odd-btn btn-style m-2">Demo</a>
<a href="https://github.com/LizbethFP/api-swapi" target="_blank" class="btn-style m-2">Code</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="p-4 w-100 section3" id="tech-skills">
<h2 class="my-5 text-center font-weight-bold ltr-spc-titles tech-skills-title">My tech skills</h2>
<div class="row">
<div class="col-10 offset-1">
<p class="text-center">Stack I work with:</p>
<div class="d-flex flex-row flex-wrap justify-content-around my-5">
<figure class="mr-3">
<img class="tech-patch-mx-height" src="assets/images/html5.png" alt="html5">
<figcaption class="mt-2 text-center">Html5</figcaption>
</figure>
<figure class="mr-3">
<img class="tech-patch-mx-height" src="assets/images/javascript512.png" alt="javascript">
<figcaption class="mt-2 text-center">Javascript</figcaption>
</figure>
<figure class="mr-3">
<img class="tech-patch-mx-height" src="assets/images/css.png" alt="css">
<figcaption class="mt-2 text-center">CSS3</figcaption>
</figure>
<figure class="mr-3">
<img class="tech-patch-mx-height" src="assets/images/jquery-512.png" alt="jquery">
<figcaption class="mt-2 text-center">jQuery</figcaption>
</figure>
<figure class="mr-3">
<img class="tech-patch-mx-height" src="assets/images/git.png" alt="git">
<figcaption class="mt-2 text-center">Git</figcaption>
</figure>
<figure class="mr-3">
<img class="tech-patch-mx-height" src="assets/images/github.png" alt="github">
<figcaption class="mt-2 text-center">Github</figcaption>
</figure>
<figure class="mr-3">
<img class="tech-patch-mx-height" src="assets/images/reactjs.png" alt="react js">
<figcaption class="mt-2 text-center">React</figcaption>
</figure>
<figure class="mr-3">
<img class="tech-patch-mx-height" src="assets/images/ajax-431.png" alt="ajax">
<figcaption class="mt-2 text-center">Ajax</figcaption>
</figure>
<figure class="mr-3">
<img class="tech-patch-mx-height" src="assets/images/json-426.png" alt="json">
<figcaption class="mt-2 text-center">Json</figcaption>
</figure>
</div>
</div>
</div>
<p class="text-center">Frameworks I work with:</p>
<div class="d-flex justify-content-center my-5">
<figure class="mr-5">
<img class="tech-patch-mx-height" src="assets/images/bootstrap.png" alt="bootstrap">
<figcaption class="mt-2 text-center">Bootstrap</figcaption>
</figure>
<figure class="">
<img class="tech-patch-mx-height" src="assets/images/materialize-838.png" alt="materialize">
<figcaption class="mt-2 text-center">Materialize</figcaption>
</figure>
</div>
<p class="text-center">Code editors I work with:</p>
<div class="d-flex justify-content-center my-5">
<figure class="mr-5">
<img class="tech-patch-mx-height" src="assets/images/atom.png" alt="">
<figcaption class="mt-2 text-center">Atom</figcaption>
</figure>
<figure class="">
<img class="tech-patch-mx-height" src="assets/images/vscode-2000px.png" alt="">
<figcaption class="mt-2 text-center">Visual</figcaption>
</figure>
</div>
</section>
<section class="mt-5 w-100 section4" id="contact">
<h2 class="text-center font-weight-bold titles ltr-spc-titles">Let's work together!</h2>
<p class="text-center mt-4 ltr-spc-text contact-prgh">Contact me at:</p>
<p class="text-center">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
<a href="mailto:[email protected]" class="text-center ml-2 ltr-spc-text email">[email protected]</a>
</p>
<p class="text-center">
<i class="fa fa-mobile" aria-hidden="true"></i>
<span class="text-center ml-2 ltr-spc-text phone">960992853</span>
</p>
</section>
<section class="d-flex justify-content-center my-5 w-100" id="social-network">
<figure class="ml-3 mr-2">
<a href="https://www.linkedin.com/in/lizbeth-felix-pena/" target="_blank">
<img src="assets/images/linkedin.svg" alt="LinkedIn account" class="contact-patch-mx-height">
</a>
<figcaption class="mt-2 text-center ltr-spc-text">LinkedIn</figcaption>
</figure>
<figure class="mr-2">
<a href="https://github.com/LizbethFP?tab=repositories" target="_blank">
<img src="assets/images/github.svg" alt="Github account" class="contact-patch-mx-height">
</a>
<figcaption class="mt-2 text-center ltr-spc-text">Github</figcaption>
</figure>
<figure>
<a href="https://twitter.com/_LizbethFP" target="_blank">
<img src="assets/images/twitter.svg" alt="twitter" class="contact-patch-mx-height-cv">
</a>
<figcaption class="mt-2 text-center ltr-spc-text">Twitter</figcaption>
</figure>
<figure>
<a href="https://www.visualcv.com/lizbeth-felix-pea" target="_blank">
<img src="assets/images/cv-white.svg" alt="cv" class="contact-patch-mx-height-cv">
</a>
<figcaption class="mt-2 text-center ltr-spc-text">CV</figcaption>
</figure>
</section>
<div class="container mt-3 mb-3">
<div class="row">
<div class="col">
<a href="#header" class="btn-up pull-right">
<i class="fa fa-angle-up" aria-hidden="true"></i>
</a>
</div>
</div>
</div>
</main>
<footer class="p-5 w-100">
<p class="text-center ltr-spc-text">Do you want to see my thought process on this portfolio?
<a href="https://github.com/LizbethFP/portfolio" target="_blank" class="ml-2 portfolio-link">Check it out here.</a>
</p>
<p class="text-center ltr-spc-text">Copyright© - Lizbeth Félix Peña</p>
</footer>
<!-- jQuery -->
<script type="text/javascript" src="vendors/js/jquery-3.2.1.min.js"></script>
<!-- JS de bootstrap -->
<script type="text/javascript" src="vendors/bootstrap/js/bootstrap.min.js"></script>
<!-- JS de tooltip y popover -->
<script type="text/javascript" src="vendors/bootstrap/js/bootstrap.bundle.min.js"></script>
<script type="text/javascript" src="js/tooltip-popover.js"></script>
<!-- JS de plug-in de cardify -->
<script type="text/javascript" src="js/cardify.js"></script>
<!-- JS de proyecto -->
<script type="text/javascript" src="js/app.js"></script>
</body>
</html>