-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·392 lines (298 loc) · 13.4 KB
/
index.html
File metadata and controls
executable file
·392 lines (298 loc) · 13.4 KB
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
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
<!doctype html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang=""> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang=""> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang=""> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js" lang="">
<!--<![endif]-->
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Alex Esplá</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="apple-touch-icon.png">
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- <link rel="stylesheet" href="assets/css/bootstrap-theme.min.css">-->
<!--For Plugins external css-->
<link rel="stylesheet" href="assets/css/plugins.css" />
<link rel="stylesheet" href="assets/css/lora-web-font.css" />
<link rel="stylesheet" href="assets/css/opensans-web-font.css" />
<link rel="stylesheet" href="assets/css/magnific-popup.css">
<!--Theme custom css -->
<link rel="stylesheet" href="assets/css/style.css">
<!--Theme Responsive css-->
<link rel="stylesheet" href="assets/css/responsive.css" />
<script src="assets/js/vendor/modernizr-2.8.3-respond-1.4.2.min.js"></script>
</head>
<body data-spy="scroll" data-target="#main_navbar">
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class='preloader'>
<div class='loaded'> </div>
</div>
<nav class="navbar navbar-default navbar-fixed-top" id="main_navbar">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li><a href="#home">Home</a></li>
<li><a href="#about">About Me</a></li>
<li><a href="#portfolio">My Work</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</div>
<!-- /.navbar-collapse -->
</div>
<!-- /.container-fluid -->
</nav>
<!--Home page style-->
<header id="home" class="home">
<div class="scroll-animation-wrapper">
<div class="line-scroll"></div>
<div class="scroll-text">SCROLL</div>
</div>
<div class="overlay">
<div class="container">
<div class="row">
<div class="home-wrapper">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="home-content text-center">
</div>
</div>
</div>
</div>
</div>
</div>
</header>
<!-- Sections -->
<section id="about" class="service sections">
<div class="container">
<div class="heading text-center">
<h1>About Me</h1>
<div class="separator"></div>
</div class="container">
<div class="row">
<div class="col-md-5 col-sm-6 col-xs-12">
<img class="img-fluid topme" src="/assets/images/me.gif" alt="Responsive image">
</div>
<div class="col-md-1 col-sm-6 col-xs-12"></div>
<div class="col-md-5 col-sm-6 col-xs-12">
<p class="description description-responsive h3"> My name is Alejandro Esplá, I´m a passionate about design and technology to which combination led to change my course towards the UX UI. Graduated from Iron Hack in 2018, I started as a TA (teacher assistant) for the ux/ui part time bootcamp. I consider myself a responsible, creative and very dynamic person. With fast and easy adaptation and ability to work under high pressure conditions or teams. I have initiative to solve problems efficiently and achieve the proposed objectives.
I´m always motivate to keep improving and learning. I also like sports, travel, motorbikes, fashion and music</p>
<div class="text-center curriculum">
<a href="assets/images/English.pdf" class="btn btn-primary">Download CV</a>
</div>
</div>
<div class="col-md-1 col-sm-6 col-xs-12"></div>
<div class="logo-wrapper">
<img class="photoshop1" src="assets/images/photoshop-cc.svg" alt="">
<img class="photoshop1" src="assets/images/adobe-illustrator-cc.svg" alt="">
<img class="photoshop1" src="assets/images/sketch-2.svg" alt="">
<img class="photoshop1" src="assets/images/invision.svg" alt="">
<img class="photoshop1" src="assets/images/flinto.png" alt="">
<img class="photoshop1" src="assets/images/atom-4.svg" alt="">
<img class="photoshop1" src="assets/images/html5.svg" alt="">
<img class="photoshop1" src="assets/images/css-3.svg" alt="">
</div>
</div>
<!-- Example row of columns -->
<div class="row">
<div class="logo-wrapper topbutton centered">
<div class="col-md-3 col-sm-3">
<div class="service-item text-center">
<i class="fa fa-desktop"></i>
<h5>UX UI Design</h5>
<div class="separator2"></div>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="service-item text-center ">
<i class="fa fa-lightbulb-o"></i>
<h5>Agile Methodology</h5>
<div class="separator2"></div>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="service-item text-center">
<i class="fa fa-arrows
"></i>
<h5>Interaction Design</h5>
<div class="separator2"></div>
</div>
</div>
<div class="col-md-3 col-sm-3">
<div class="service-item text-center">
<i class="fa fa-pencil"></i>
<h5>Illustrations</h5>
<div class="separator2"></div>
</div>
</div>
</div>
</div>
</div>
<!-- /container -->
</section>
<section id="portfolio" class="portfolio lightbg sections">
<div class="container">
<div class="heading text-center">
<h1>My Work</h1>
<div class="separator"></div>
</div>
<div class="row">
<div class="main_portfolio whitebackground">
<div class="portffolio_content text-center">
<div class="portffolio_menu">
</div>
</div>
<div class="container">
<div class="row">
<img class="col-md-6 col-sm-6 col-xs-12 " src="assets/images/groceriesscreens.png" alt="">
<div class="col-md-6 col-sm-6 col-xs-12 leftmargin righttmargin topworks1">
<p class="works h1 "><span class="h2 numbers">01</span>EGroceries</p>
<h3 class=" description">Ecomerce feature to speed up the purchase process by allowing the users to create and save predetermined lists of products.</h3>
<a href="Egroceries.html" class="btn btn-primary topbutton">View</a>
</div>
</div>
</div>
<div class="container topcontainer">
<div class="row change-order-row">
<div class="col-md-6 col-sm-6 col-xs-12 leftmargin righttmargin change-order-element">
<p class="works h1 topworks "><span class="h2 numbers">02</span> Earth</p>
<h3 class="left description ">App to improve the recycling process and motivate people to be more constant. It allows you to win points that you will change for prices or cash.</h3>
<a href="./Earth.html" class="btn btn-primary topbutton">View</a>
</div>
<img class="col-md-6 col-sm-6 col-xs-12 " src="assets/images/Earthscreens.png" alt="">
</div>
</div>
<div class="container topcontainer">
<div class="row">
<img class="col-md-6 col-sm-6 col-xs-12 " src="assets/images/wellnessscreens.png" alt="">
<div class="col-md-6 col-sm-6 col-xs-12 leftmargin righttmargin">
<p class="works h1 topworks topworks"><span class="h2 numbers">03</span> Desafit</p>
<h3 class="left description">It is a sport app where you can challenge your friends to accomplish a fitness goal. You will have a personal trainner to advice on exercices and diets, and a bet for the looser that motivates even more to reach the goal.</h3>
<a href="./wellness.html" class="btn btn-primary topbutton">View</a>
</div>
</div>
</div>
<div class="container topcontainer">
<div class="row change-order-row">
<div class="col-md-6 col-sm-6 col-xs-12 leftmargin righttmargin change-order-element">
<p class="works h1 topworks "><span class="h2 numbers">04</span> Illustrations</p>
<h3 class="left description ">Some illustrations, logos and graphic works.</h3>
<a href="./Illustrations.html" class="btn btn-primary topbutton">View</a>
</div>
<img class="col-md-6 col-sm-6 col-xs-12" src="assets/images/ilustraciones.png" alt="">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of portfolio-one Section -->
<!-- Sections -->
<!-- Sections -->
<section id="contact" class="contact">
<div class="container">
<!-- Example row of columns -->
<div class="row">
<div class="col-md-4 col-sm-6 col-xs-12">
<div class="contact-top">
<h1>CONTACT ME</h1>
</div>
<div class="contact-left-info">
<h5>Call Me</h5>
<p>+ 34-667523249</p>
</div>
<div class="contact-left-info">
<h5>Email Me</h5>
<p>alexesplata@gmail.com</p>
</div>
</div>
<div class="col-md-8 col-sm-6 col-xs-12">
<div class="contact-top-responsive navbar-collapse" id="bs-example-navbar-collapse-1">
</div>
<!-- /.navbar-collapse -->
<div class="contact-form">
<form>
<div class="row">
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="form-group">
<label for="exampleInputEmail1">Name</label>
<input name=”cf_name” type="text" class="form-control" id="inputName" placeholder="">
</div>
</div>
<div class="col-md-6 col-sm-12 col-xs-12">
<div class="form-group">
<label for="exampleInputEmail1">Email</label>
<input name=”cf_subject” type="email" class="form-control" id="inputEmail" placeholder="">
</div>
</div>
</div>
<div class="row">
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="form-group">
<label for="exampleInputPassword1">Your Message</label>
<textarea name=”cf_message” rows="7" class="form-control" id="inputMessage" placeholder=""></textarea>
</div>
</div>
</div>
<div class="contact-btn">
<button class="btn btn-primary" id="send-message">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- /container -->
</section>
<!--Footer-->
<footer id="footer" class="footer">
<div class="container">
<div class="scroll-top">
<div class="scrollup">
<i class="fa fa-angle-up"></i>
</div>
</div>
<div class="row">
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="copyright">
<p>© 2018 All Rights Reserved.</p>
</div>
</div>
<div class="col-md-6 col-sm-6 col-xs-12">
<div class="social text-right">
<a target="_blank" href="https://medium.com/@alexesplata"><i class="fa fa-medium"></i></a>
<a target="_blank" href="https://www.behance.net/alex_esplab207"><i class="fa fa-behance"></i></a>
<a target="_blank" href="https://www.instagram.com/espla_design/"><i class="fa fa-instagram"></i></a>
<a target="_blank" href="https://www.linkedin.com/in/alejandro-espl%C3%A1-397005150/"><i class="fa fa-linkedin"></i></a>
</div>
</div>
</div>
</div>
</footer>
<script src="https://unpkg.com/axios/dist/axios.min.js"></script>
<script src="assets/js/vendor/jquery-1.11.2.min.js"></script>
<script src="assets/js/vendor/bootstrap.min.js"></script>
<script src="assets/js/vendor/isotope.min.js"></script>
<script src="assets/js/plugins.js"></script>
<script src="assets/js/jquery.magnific-popup.js"></script>
<script src="assets/js/main.js"></script>
</body>
</html>