-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
666 lines (663 loc) · 37.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
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
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Marina Marques | Front-End Developer</title>
<meta name="description" content="I'm a front-end developer based in Lisbon, Portugal.
Avid self-learner, proactive, organized and dedicated to everything I do.">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- icon -->
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link href="favicon.ico" rel="shortcut icon">
<link rel="icon" type="image/png" href="favicon-32x32.png" sizes="32x32" />
<!-- css -->
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,700|Montserrat:400,700">
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/bootstrap.min.css">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css" integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<link rel="stylesheet" href="css/main.css">
<!-- heap analytics -->
<script type="text/javascript">
window.heap = window.heap || [], heap.load = function(e, t) {
window.heap.appid = e, window.heap.config = t = t || {};
var r = t.forceSSL || "https:" === document.location.protocol,
a = document.createElement("script");
a.type = "text/javascript", a.async = !0, a.src = (r ? "https:" : "http:") + "//cdn.heapanalytics.com/js/heap-" + e + ".js";
var n = document.getElementsByTagName("script")[0];
n.parentNode.insertBefore(a, n);
for (var o = function(e) {
return function() {
heap.push([e].concat(Array.prototype.slice.call(arguments, 0)))
}
}, p = ["addEventProperties", "addUserProperties", "clearEventProperties", "identify", "removeEventProperty", "setEventProperties", "track", "unsetEventProperty"], c = 0; c < p.length; c++) heap[p[c]] = o(p[c])
};
heap.load("3800196545");
</script>
</head>
<body>
<!-- START PRELOADER -->
<div id="preloader">
<div id="status"> </div>
</div>
<!-- END PRELOADER -->
<!-- Return to Top -->
<a href="javascript:" id="return-to-top"><span class="fas fa-arrow-up" aria-hidden="true"></span></a>
<!-- navigation -->
<!-- start Fixed navbar -->
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container-fluid">
<!-- Brand and toggle get grouped for mobile display -->
<div class="navbar-header">
<a class="navbar-brand" href="#about">
<img alt="Marina Marques" class="navbar-brand" src="img/marina_marques_logo.png">
</a>
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#ResponsiveNav">
<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 navbar-right" id="ResponsiveNav">
<ul class="nav navbar-nav">
<li><a href="#about-me" class="page-scroll">ABOUT</a></li>
<li><a href="#portfolio" class="page-scroll">PORTFOLIO</a></li>
<li><a href="#services" class="page-scroll">SERVICES</a></li>
<li><a href="#appearances" class="page-scroll">APPEARANCES</a></li>
<li><a href="#contact" class="page-scroll">CONTACT</a></li>
</ul>
</div>
<!-- end collapse -->
</div>
<!-- end container fluid -->
</nav>
<!-- end navigation -->
<!-- intro header -->
<header class="intro">
<div class="intro-body">
<div class="container">
<div class="row">
<div class="col-md-8 col-md-offset-2">
<!-- start typer hello -->
<div class="brand-heading">
<span class="txt-rotate" data-period="100" data-rotate='[ "Hello,", "Olá,", "Hallo,", "Salut,", "Ciao,", "Hola,", "Hej," ]'></span>
</div>
<!-- end typer hello -->
<p class="intro-text">my name is Marina Marques.
<br> I'm a <strong>front-end developer</strong> based in the beautiful city of <span class="city">Lisbon</span>, Portugal.</p>
<!-- start mouse wrap -->
<div class="mouse-warp">
<a href="#mouse-here" class="page-scroll">
<div class="mouse">
<div class="scroll"></div>
</div>
</a>
</div>
<!-- end mouse wrap -->
</div>
<!-- end column wrapping -->
</div>
<!-- end row header -->
</div>
<!-- end container header -->
</div>
<!-- end intro body -->
</header>
<!-- end intro header -->
<div id="mouse-here"></div>
<!-- only for mouse to fall before the start of the section -->
<!-- start about me -->
<section id="about-me">
<div class="container">
<div class="row">
<h2>ABOUT</h2>
<div class="col-lg-6 about-intro">
<div class="about-inner">
<div class="about-ct">
<img src="img/mm_info.jpg" alt="Marina Marques" class="img-responsive">
<div class="textbox-about hidden-xs">
<div class="btn button-social">
<a href="http://codepen.io/shvvffle/" target="_blank" alt="CodePen profile"><span class="fab fa-codepen" aria-hidden="true"></span></a>
<a href="https://pt.linkedin.com/in/marinamarques9" alt="LinkedIn profile" target="_blank"><span class="fab fa-linkedin" aria-hidden="true"></span></a>
<a href="https://github.com/shvvffle" target="_blank" alt="GitHub profile"><span class="fab fa-github" aria-hidden="true"></span></a>
</div>
</div>
</div>
</div>
</div>
<div class="col-lg-6 about-intro-text">
<p>I'm a <span>front-end developer</span> (fancy name to say that I architect and develop websites and applications).
<br> My first experience with code was at the time everybody had a MySpace profile. I remember struggling with finding the way to change the background-color and have flashy text. I used to spend hours trying to customize it and couldn't even seem to see the time get by. The excitement of having the power to structure pages on my own was amazing. It's just like lego. You start piece by piece, nobody understands what you're building and tada... you have a castle.
<br> Here's to building castles with code! <span class="fas fa-beer" aria-hidden="true"></span></p>
<div class="button-group">
<div class="text">Download CV</div>
<div class="icon-cv"><a href="assets/Marina-Marques_CV.pdf" alt="Marina Marques CV" target="_blank"><span class="fas fa-arrow-circle-down" aria-hidden="true"></span></a></div>
</div>
</div>
</div>
<!-- end row about -->
</div>
<!-- end container about -->
<!-- start count stats -->
<section id="counter-stats">
<div class="container">
<div class="row">
<div class="col-lg-3 stats">
<span class="fas fa-code" aria-hidden="true"></span>
<div class="counter" data-count="900000">0</div>
<h5>Lines of code</h5>
</div>
<div class="col-lg-3 stats">
<span class="fas fa-check" aria-hidden="true"></span>
<div class="counter" data-count="280">0</div>
<h5>Projects done</h5>
</div>
<div class="col-lg-3 stats">
<span class="fas fa-user" aria-hidden="true"></span>
<div class="counter" data-count="75">0</div>
<h5>Happy clients</h5>
</div>
<div class="col-lg-3 stats">
<span class="fas fa-coffee" aria-hidden="true"></span>
<div class="counter" data-count="999">0</div>
<h5>Cups of coffee</h5>
</div>
</div>
<!-- end row counter stats -->
</div>
<!-- end container counter stats -->
</section>
<!-- end cont stats -->
</section>
<!-- end about me -->
<!-- start work experience -->
<section id="experience">
<div class="container">
<h2>EXPERIENCE</h2>
<div class="experience-ct">
<div class="row">
<div class="col-md-6 timeline-label">
<h4>key areas</h4>
<p>front end development, wordpress development and SEO improvement.</p>
<a href="https://pt.linkedin.com/in/marinamarques9" alt="LinkedIn profile" target="_blank">
<div class="button-group-li">
<div class="text-timeline">View on LinkedIn</div>
<div class="icon-li"><span class="fab fa-linkedin" aria-hidden="true"></span></div>
</div>
</a>
</div>
<div class="col-md-6 timeline col-exp">
<div class="timeline-year">
<time datetime="2016">2017</time>
<div class="timeline-experience">
<span class="timeline-circle"></span>
<div class="timeline-experience-img"><img src="img/sherpany.png" alt="Sherpany"></div>
<div class="timeline-experience-info clear-after">
<h5>Sherpany</h5>
<div class="timeline-role">Front End Developer</div>
<p>April 2017 - Present</p>
</div>
<!-- experience-info -->
</div>
<time datetime="2016">2016</time>
<div class="timeline-experience">
<span class="timeline-circle"></span>
<div class="timeline-experience-img"><img src="img/bnp_paribas.png" alt="BNP Paribas"></div>
<div class="timeline-experience-info clear-after">
<h5>BNP Paribas</h5>
<div class="timeline-role">Team Manager & Front End Developer</div>
<p>January 2016 - April 2017</p>
</div>
<!-- experience-info -->
</div>
<!-- experience -->
<time datetime="2015">2015</time>
<div class="timeline-experience">
<span class="timeline-circle"></span>
<div class="timeline-experience-img"><img src="img/bnp_paribas.png" alt="BNP Paribas"></div>
<div class="timeline-experience-info clear-after">
<h5>BNP Paribas</h5>
<div class="timeline-role">Front End Developer & Web Administrator</div>
<p>May 2015 - December 2015</p>
</div>
<!-- experience-info -->
</div>
<!-- experience -->
</div>
<!-- year -->
<div class="timeline-year timeline-year1">
<time datetime="2014">2014</time>
<div class="timeline-experience">
<span class="timeline-circle"></span>
<div class="timeline-experience-img"><img src="img/paginas_amarelas.png" alt="Páginas Amarelas"></div>
<div class="timeline-experience-info clear-after">
<h5>Páginas Amarelas</h5>
<div class="timeline-role">Front End Developer & Internal Communication Technician</div>
<p>March 2014 - May 2015</p>
</div>
<!-- experience-info -->
</div>
<!-- experience -->
<time datetime="2013">2013</time>
<div class="timeline-experience">
<span class="timeline-circle"></span>
<div class="timeline-experience-img"><img src="img/paginas_amarelas.png" alt="Páginas Amarelas"></div>
<div class="timeline-experience-info clear-after">
<h5>Páginas Amarelas</h5>
<div class="timeline-role">Jr. Web Developer & Content Producer</div>
<p>February 2013 - March 2014</p>
</div>
<!-- experience-info -->
</div>
<!-- experience -->
</div>
<!-- year -->
</div>
</div>
<!-- end row of two columns -->
</div>
<!-- end experience container of two columns -->
</div>
<!-- end container experience -->
</section>
<!-- end work experience -->
<!-- start work portfolio -->
<section id="portfolio">
<div class="container-fluid portfolio-ct">
<h2>PORTFOLIO</h2>
<div class="row">
<!-- start portfolio item -->
<div class="col-sm-6 col-md-4 grid-portfolio">
<div class="portfolio-item-ct">
<div class="thumbnail">
<img src="img/work-mikashomes.png" alt="Portfolio - MIKA'S HOMES" class="img-responsive">
<div class="textbox-portfolio">
<div class="button-weblink">
<a href="https://www.mikashomes.com" target="_blank" alt="Portfolio - MIKA'S HOMES"><span class="fas fa-link portfolio-link" aria-hidden="true"></span></a>
</div>
</div>
</div>
<div class="caption portfolio-details">
<h3>MIKA'S HOMES</h3>
<p>Responsive apartment booking website made with WordPress.<br>
Custom child theme, google maps and apartment filters.</p>
<ul class="portfolio-tags">
<li class="portfolio-tag">WORDPRESS</li>
<li class="portfolio-tag">CHILD THEME</li>
<li class="portfolio-tag">SEO</li>
</ul>
</div>
</div>
</div>
<!-- end portfolio item -->
<!-- start portfolio item -->
<div class="col-sm-6 col-md-4 grid-portfolio">
<div class="portfolio-item-ct">
<div class="thumbnail">
<img src="img/work-mobileapp-react-native.png" alt="Portfolio - MOBILE APP - ARE YOU FEELING LOW?" class="img-responsive">
<div class="textbox-portfolio">
<div class="button-weblink">
<a href="https://github.com/shvvffle/imfeelinglow-react-native" target="_blank" alt="Portfolio - MOBILE APP - ARE YOU FEELING LOW?"><span class="fas fa-link portfolio-link" aria-hidden="true"></span></a>
</div>
</div>
</div>
<div class="caption portfolio-details">
<h3>MOBILE APP</h3>
<p>For those rough days - an app that compliments you.<br>
A mobile app with a compliment generator per click.</p>
<ul class="portfolio-tags">
<li class="portfolio-tag">REACT NATIVE</li>
<li class="portfolio-tag">MOBILE APP</li>
<li class="portfolio-tag">iOS / ANDROID</li>
</ul>
</div>
</div>
</div>
<!-- end portfolio item -->
<!-- start portfolio item -->
<div class="col-sm-6 col-md-4 grid-portfolio">
<div class="portfolio-item-ct">
<div class="thumbnail">
<img src="img/work-twitter-extension.png" alt="Portfolio - TWITTER BROWSER EXTENSION FOR GOOGLE CHROME AND FIREFOX" class="img-responsive">
<div class="textbox-portfolio">
<div class="button-weblink">
<a href="https://github.com/shvvffle/browser-extension-hide-suggested-activity-tweets" alt="Portfolio - TWITTER BROWSER EXTENSION FOR GOOGLE CHROME AND FIREFOX" target="_blank"><span class="fas fa-link portfolio-link" aria-hidden="true"></span></a>
</div>
</div>
</div>
<div class="caption portfolio-details">
<h3>TWITTER IMPROVEMENT</h3>
<p>Browser extension (Google Chrome/Firefox) for Twitter that improves your feed by hiding <i>'User X liked this'</i>.
</p>
<ul class="portfolio-tags">
<li class="portfolio-tag">BROWSER EXTENSION</li>
<li class="portfolio-tag">GOOGLE CHROME</li>
<li class="portfolio-tag">FIREFOX</li>
<li class="portfolio-tag">TWITTER</li>
</ul>
</div>
</div>
</div>
<!-- end portfolio item -->
<!-- start portfolio item -->
<div class="col-sm-6 col-md-4 grid-portfolio">
<div class="portfolio-item-ct">
<div class="thumbnail">
<img src="img/work-areyoufeelinglow.png" alt="Portfolio - ARE YOU FEELING LOW?" class="img-responsive">
<div class="textbox-portfolio">
<div class="button-weblink">
<a href="https://shvvffle.github.io/areyoufeelinglow/" target="_blank" alt="Portfolio - ARE YOU FEELING LOW?"><span class="fas fa-link portfolio-link" aria-hidden="true"></span></a>
</div>
</div>
</div>
<div class="caption portfolio-details">
<h3>ARE YOU FEELING LOW?</h3>
<p>For those rough days - a compliment per click.<br>
Landing page with a compliment generator.</p>
<ul class="portfolio-tags">
<li class="portfolio-tag">HTML5 / CSS3</li>
<li class="portfolio-tag">BOOTSTRAP</li>
<li class="portfolio-tag">JAVASCRIPT</li>
<li class="portfolio-tag">SEO</li>
</ul>
</div>
</div>
</div>
<!-- end portfolio item -->
<!-- start portfolio item -->
<div class="col-sm-6 col-md-4 grid-portfolio">
<div class="portfolio-item-ct">
<div class="thumbnail">
<img src="img/work-personalWebsite.png" alt="Portfolio - PERSONAL WEBSITE" class="img-responsive">
<div class="textbox-portfolio">
<div class="button-weblink">
<a href="https://github.com/shvvffle/marinamarques.pt" target="_blank" alt="Portfolio - PERSONAL WEBSITE"><span class="fas fa-link portfolio-link" aria-hidden="true"></span></a>
</div>
</div>
</div>
<div class="caption portfolio-details">
<h3>PERSONAL WEBSITE</h3>
<p>Responsive personal/portfolio website. The source code is available at both <a href="https://codepen.io/shvvffle/pen/bwpAEm" target="_blank">Codepen</a> and <a href="https://github.com/shvvffle/marinamarques.pt" target="_blank">Github</a> and has been used by over 300 people.</p>
<ul class="portfolio-tags">
<li class="portfolio-tag">HTML5 / CSS3</li>
<li class="portfolio-tag">BOOTSTRAP</li>
<li class="portfolio-tag">JAVASCRIPT</li>
<li class="portfolio-tag">SEO</li>
</ul>
</div>
</div>
</div>
<!-- end portfolio item -->
</div>
<!-- end row portfolio -->
</div>
<!-- end container portfolio -->
</section>
<!-- end work portfolio -->
<!-- start services -->
<section id="services">
<div class="container">
<h2>WHAT DO YOU NEED?</h2>
<div class="row">
<div class="ct-services">
<div class="col-md-4 services-item">
<div class="rotate">
<span class="fas fa-code" aria-hidden="true"></span>
</div>
<h3>Front End Development</h3>
<p>Development of responsive websites, cross-browser and cross-platform testing.</p>
</div>
<div class="col-md-4 services-item">
<div class="rotate">
<span class="fab fa-wordpress fa-wrapper" aria-hidden="true"></span>
</div>
<h3>Wordpress Development</h3>
<p>Custom development (website, theme & plugin), hosting and maintenance.</p>
</div>
<div class="col-md-4 services-item">
<div class="rotate">
<span class="fas fa-chart-line" aria-hidden="true"></span>
</div>
<h3>Search Engine Optimization</h3>
<p>Increase your visibility across all major search engines & local search with SEO techniques.</p>
</div>
</div>
<!-- end row of services -->
</div>
<!-- end row services section -->
</div>
<!-- end div services section -->
</section>
<!-- end services -->
<!-- start appearances -->
<section id="appearances">
<div class="container-fluid appearances-ct">
<h2>APPEARANCES</h2>
<div class="row">
<!-- start appearance item -->
<div class="col-sm-6 col-md-4 grid-appearances">
<div class="appearances-item-ct">
<div class="thumbnail">
<img src="img/marina_marques_flag.png" alt="Success Case - FLAG Lisboa" class="img-responsive">
<div class="textbox-appearances js-flag">
<div id="video" class="lightbox">
<div class="lightbox-container">
<div class="lightbox-content">
<div class="video-container">
<iframe id="youtube" width="960" height="540" src="https://www.youtube.com/embed/rTDhal3_Q3s?showinfo=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="caption appearances-details">
<h3>SUCCESS CASE - FLAG</h3>
<p>I was invited by FLAG (the school where I finished my Web and Mobile Development course with an average of 18(/20)) to take part in their publicity campaign.</p>
<p>The campaign was focused on success cases - print (outdoors in the Lisbon subway) and digital (video).</p>
<p>I was chosen to give my testimonial regarding my experience as a front-end developer.</p>
</div>
</div>
</div>
<!-- end appearance item -->
<!-- start appearance item -->
<div class="col-sm-6 col-md-4 grid-appearances">
<div class="appearances-item-ct">
<div class="thumbnail">
<img src="img/marina_marques_sherpany.png" alt="What is your passion? Sherpany" class="img-responsive">
<div class="textbox-appearances js-sherpany">
<div id="video" class="lightbox">
<div class="lightbox-container">
<div class="lightbox-content">
<div class="video-container">
<iframe id="youtubeSherpany" width="960" height="540" src="https://www.youtube.com/embed/sBWMtmqGkIQ?start=143" frameborder="0" allowfullscreen></iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="caption appearances-details">
<h3>WHAT IS YOUR PASSION? - SHERPANY</h3>
<p>I was invited by Sherpany to give my feedback on how it feels to be a part of this family.</p>
</div>
</div>
</div>
<!-- end appearance item -->
<!-- start appearance item -->
<div class="col-sm-6 col-md-4 grid-appearances">
<div class="appearances-item-ct">
<div class="thumbnail">
<a href="https://www.flag.pt/webcast/flagtalks-ssoas-da-casa-ep12-com-marina-marques/" target="_blank"><img src="img/marina_marques_flag_talks.png" alt="FLAGTALKS ´SSOAS DA CASA" class="img-responsive"></a>
</div>
<div class="caption appearances-details">
<h3>FLAGTALKS - ´SSOAS DA CASA</h3>
<p>I was invited by FLAG to share my experience as a student in one of their courses and to discuss the necessary skills to thrive as a front-end developer.</p>
</div>
</div>
</div>
<!-- end appearance item -->
</div>
<!-- end row appearances -->
</div>
<!-- end container appearances -->
</section>
<!-- end appearances -->
<!-- start testimionals -->
<section id="testimionals">
<div class="testimionals-bg">
<div class="container testimionals-bg-opacity">
<h2>WHAT CLIENTS HAVE SAID</h2>
<div><span class="fas fa-quote-left quotes" aria-hidden="true"></span>
</div>
<div id="slider-testimionals" class="carousel slide" data-ride="carousel">
<!-- indicators dot nav -->
<ol class="carousel-indicators">
<li data-target="#slider-testimionals" data-slide-to="0" class="active"></li>
<li data-target="#slider-testimionals" data-slide-to="1"></li>
<li data-target="#slider-testimionals" data-slide-to="2"></li>
<li data-target="#slider-testimionals" data-slide-to="3"></li>
</ol>
<!-- wrapper for slides -->
<div class="carousel-inner" role="listbox">
<!-- start first testimional -->
<div class="item active">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="carousel-caption">
<p>Marina is always ready to accomplish the impossible in record time.</p>
<p class="client">Emilien, Marketing department - BNP Paribas</p>
</div>
</div>
</div>
</div>
<!-- end first testimional -->
<!-- start second testimional -->
<div class="item">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="carousel-caption">
<p>She's the fastest person in BNPP! Quick as lightning with robust solutions.</p>
<p class="client">Rogier, Sales department - BNP Paribas</p>
</div>
</div>
</div>
</div>
<!-- end second testimional -->
<!-- start third testimional -->
<div class="item">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="carousel-caption">
<p>She shows real commitment and demonstrates entrepreneurship skills as well as innovation abilities.</p>
<p class="client">Gillian, Manager - BNP Paribas</p>
</div>
</div>
</div>
</div>
<!-- end third testimional -->
<!-- start fourth and last testimional -->
<div class="item">
<div class="row">
<div class="col-md-6 col-md-offset-3">
<div class="carousel-caption">
<p>She doesn't give up until she finds a solution for what seems to be impossible.</p>
<p class="client">Ana, Manager - Páginas Amarelas</p>
</div>
</div>
</div>
</div>
<!-- end fourth and last testimional -->
</div>
<!-- end carousel -->
</div>
<!-- end slider bootstrap -->
</div>
</div>
<!-- end div container testimionals -->
</section>
<!-- end testimionals -->
<!-- start footer -->
<footer id="contact">
<div class="container">
<div class="row">
<h2>CONTACT</h2>
<p class="js-email" data-tooltip="Click to copy to clipboard!">You can contact me at: <span>[email protected]</span></p>
<br>
<div class="social">
<a href="http://codepen.io/shvvffle/" target="_blank" alt="CodePen profile"><span class="fab fa-codepen" aria-hidden="true"></span></a>
<a href="https://pt.linkedin.com/in/marinamarques9" target="_blank" alt="LinkedIn profile"><span class="fab fa-linkedin" aria-hidden="true" </i> </a> <a href="https://github.com/shvvffle" target="_blank" alt="GitHub profile"><span class="fab fa-github" aria-hidden="true"></span></a>
</div>
<p id="copyright"></p>
</div>
<!-- end row contact -->
</div>
<!-- end container footer section -->
</footer>
<!-- end footer -->
<!-- start cookie disclaimer -->
<div class="notice">
<p><strong>Cookie Notice:</strong> I'm using cookies. By using my website you consent to these cookies.</p>
</div>
<!-- end cookie disclaimer -->
<!--
Please do not claim this website as your own. You don't have to give me credit but DON'T claim it's your code.
When you use this as a base for your website please remove all tracking (Google Analytics, Heap).
-->
<!-- scripts -->
<script src="js/jquery-3.1.1.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<!-- my JS -->
<script src="js/main.js"></script>
<script src="js/bootstrap.min.js"></script>
<!-- Preloader -->
<script type="text/javascript">
jQuery.noConflict();
(function($) {
$(window).on('load', function() { // makes sure the whole site is loaded
$('#status').fadeOut(); // will first fade out the loading animation
$('#preloader').delay(200).fadeOut('slow'); // will fade out the white DIV that covers the website.
});
})(jQuery);
</script>
<!-- end Preloader -->
<!-- hello typer start -->
<script type="text/javascript">
window.onload = function() {
var elements = document.getElementsByClassName('txt-rotate');
for (var i = 0; i < elements.length; i++) {
var toRotate = elements[i].getAttribute('data-rotate');
var period = elements[i].getAttribute('data-period');
if (toRotate) {
new TxtRotate(elements[i], JSON.parse(toRotate), period);
}
}
// INJECT CSS
var css = document.createElement("style");
css.type = "text/css";
css.innerHTML = ".txt-rotate > .wrap { border-right: 10px solid #40E0D0 }";
document.body.appendChild(css);
};
</script>
<!-- hello typer end -->
<!-- google analytics start -->
<script>
(function(b, o, i, l, e, r) {
b.GoogleAnalyticsObject = l;
b[l] || (b[l] =
function() {
(b[l].q = b[l].q || []).push(arguments)
});
b[l].l = +new Date;
e = o.createElement(i);
r = o.getElementsByTagName(i)[0];
e.src = 'https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e, r)
}(window, document, 'script', 'ga'));
ga('create', 'UA-62476454-1', 'auto');
ga('send', 'pageview');
</script>
<!-- google analytics end -->
</body>
</html>