-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
671 lines (607 loc) · 30.1 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
667
668
669
670
671
<!DOCTYPE html>
<!--[if IE 8 ]>
<html class="no-js oldie ie8" lang="en"> <![endif]-->
<!--[if IE 9 ]>
<html class="no-js oldie ie9" lang="en"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!-->
<html class="no-js" lang="en">
<!--<![endif]-->
<head>
<!--- basic information about the page AND credits to styleshout for the design -->
<meta charset="utf-8"/>
<title>Othmane Bakhtaoui</title>
<meta content="Personal Curriculum of Othmane Bakhtaoui" name="description"/>
<meta content="Othmane Bakhtaoui" name="author"/>
<meta content="width=device-width, initial-scale=1, maximum-scale=1" name="viewport"/>
<!--social media links-->
<meta content="en_EN" property="og:locale"/>
<meta content="Othmane Bakhtaoui" property="og:title"/>
<meta content="A Portfolio of a Software Engineer"
property="og:description"/>
<meta content="https://www.othmane.gq/" property="og:url"/>
<meta content="https://www.othmane.gq/favicon.png" property="og:image"/>
<meta content="Othmane Bakhtaoui" property="twitter:title"/>
<meta content="Curriculum of Othmane Bakhtaoui, a Software Engineer"
property="twitter:description"/>
<meta content="https://www.othmane.gq/favicon.png" property="twitter:image:src"/>
<meta content="english" name="language"/>
<meta content="index,nofollow" name="robots"/>
<!-- CSS -->
<link href="css/base.css" rel="stylesheet">
<link href="css/main.css" rel="stylesheet">
<link href="css/vendor.css" rel="stylesheet">
<!-- Scripts -->
<script src="js/modernizr.js"></script>
<script src="js/pace.min.js"></script>
<!-- tab pic -->
<link href="favicon.png" rel="icon" type="image/png">
<script data-ad-client="ca-pub-4199003956545058" async
src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ENR98C6Q5H"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-ENR98C6Q5H');
</script>
</head>
<body id="top">
<!-- header -->
<header>
<div class="row">
<div class="top-bar"><a class="menu-toggle" href="#"><span>Menu</span></a>
<div class="logo"><a href="index.html">Resumé</a></div>
<nav id="main-nav-wrap">
<ul class="main-navigation">
<li class="current"><a class="smoothscroll" href="#intro" title="">Home</a></li>
<li><a class="smoothscroll" href="#about" title="">About</a></li>
<li><a class="smoothscroll" href="#resume" title="">Resume</a></li>
<li><a class="smoothscroll" href="#portfolio" title="">Portfolio</a></li>
<li><a class="smoothscroll" href="#projects" title="">Projects</a></li>
<li><a class="smoothscroll" href="#contact" title="">Contact</a></li>
</ul>
</nav>
</div>
</div>
</header>
<!-- intro section -->
<section id="intro">
<div class="intro-overlay"></div>
<div class="intro-content">
<div class="row">
<div class="col-twelve">
<h5>Hello, World !</h5>
<h1>I'm Othmane Bakhtaoui.</h1>
<p class="intro-position"><span>Software Engineer</span> <span>Photography Aficionado</span>
</p>
<a class="button stroke smoothscroll" href="#about" title="">More About Me</a></div>
</div>
</div>
<!-- Contact -->
<ul class="intro-social">
<li><a href="https://www.facebook.com/othbak" rel="noopener noreferrer" target="_blank"><i
class="fa fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/othbak/" rel="noopener noreferrer" target="_blank"><i
class="fa fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/othbak" rel="noopener noreferrer" target="_blank"><i
class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/othub" rel="noopener noreferrer" target="_blank"><i
class="fa fa-github"></i></a></li>
</ul>
</section>
<!-- about section -->
<section id="about">
<div class="row section-intro">
<div class="col-twelve">
<h5>About</h5>
<h1>Let me introduce myself.</h1>
<div class="intro-info"><img alt="Profile Picture" src="images/profile-pic.jpg">
<p class="lead">a Software Engineering graduate from the<a href="http://www.uniovi.es/en"
rel="noopener noreferrer"
target="_blank">
University Of Oviedo</a>, Spain. <br/>
Dedicated to improving skills through hands-on learning and development work.
Experienced in Agile and Scrum environments. Able to support team administrative, project
coordination, design and programming needs. Fluent in <b>4 </b>languages. <br/>
And in my free time, I travel and take photographs. </p>
</div>
</div>
</div>
<div class="row about-content">
<div class="col-six tab-full">
<h3>Profile</h3>
<p>Some quick personal information</p>
<ul class="info-list">
<li><strong>Fullname:</strong> <span>Othmane Bakhtaoui</span></li>
<li><strong>Birth Date:</strong> <span>August 24th</span></li>
<li><strong>Job:</strong> <span>Software Engineer</span></li>
<li><strong>Languages Spoken:</strong> <span>Arabic, English, French, Spanish, basic German A1.1</span>
</li>
<li><strong>Interests :</strong> <span>Photography, Travel, Languages, History, </span> <span><br/>
</span> <span>Art, Films, Technology, Music</span></li>
<li><strong>Achievements:</strong> <span> Solid Chat Challenge - June 2019</span>
<span><br/> </span>
<span>With honors in Computer-Human Interaction</span>
</li>
</ul>
</div>
<div class="col-six tab-full">
<h3>Skills</h3>
<p>My programming skills and knowledge are the following</p>
<ul class="skill-bars">
<li>
<div class="progress percent90"><span>90%</span></div>
<strong>Communication</strong></li>
<li>
<div class="progress percent90"><span>85%</span></div>
<strong>Team Coordination</strong></li>
<li>
<div class="progress percent95"><span>95%</span></div>
<strong>Time Management</strong></li>
<li>
<div class="progress percent80"><span>80%</span></div>
<strong>Software Testing</strong></li>
<li>
<div class="progress percent70"><span>70%</span></div>
<strong>E-Com, WordPress</strong></li>
<li>
<div class="progress percent90"><span>90%</span></div>
<strong>HTML, CSS, Bootstrap, JQuery</strong></li>
<li>
<div class="progress percent90"><span>90%</span></div>
<strong>JS, NodeJS, ReactJS</strong></li>
<li>
<div class="progress percent90"><span>90%</span></div>
<strong>Java, JEE, Spring</strong></li>
<li>
<div class="progress percent80"><span>80%</span></div>
<strong>SQL, NoSQL, MongoDB, NoSQL </strong></li>
<li>
<div class="progress percent80"><span>80%</span></div>
<strong>Python</strong></li>
</ul>
</div>
</div>
<div class="row button-section">
<div class="col-twelve"><a class="button stroke smoothscroll" href="#contact" title="Contact Me">Contact Me</a>
<a class="button button-primary" href="cv/Othmane_Bakhtaoui_CV.pdf" target="_blank" title="Download CV">Download
CV</a>
</div>
</div>
</section>
<!-- /process-->
<!-- resume Section -->
<section class="grey-section" id="resume">
<div class="row section-intro">
<div class="col-twelve">
<h5>Resume</h5>
<h1>More of my credentials.</h1>
<p class="lead">In here, you'll see some of my modest work experience.</p>
</div>
</div>
<div class="row resume-timeline">
<div class="col-twelve resume-header">
<h2>Work Experience</h2>
</div>
<div class="col-twelve">
<div class="timeline-wrap">
<div class="timeline-block">
<div class="timeline-ico"><i class="fa fa-briefcase"></i></div>
<div class="timeline-header">
<h3>Research Engineer</h3>
<p>September 2020 - July 2021</p>
</div>
<div class="timeline-content">
<h4><a href="http://www.weso.es">WESO</a>, Spain</h4>
<p> Synchronization between linked data and wikibase and working with web
semantics data in general.
</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-ico"><i class="fa fa-briefcase"></i></div>
<div class="timeline-header">
<h3>Undergraduate Student Researcher</h3>
<p>December 2019 - May 2020</p>
</div>
<div class="timeline-content">
<h4><a href="http://www.weso.es">WESO</a>, Spain</h4>
<p>Applying <a href="https://solidproject.org">SOLID</a> specs to a telemedicine project
developed by <a href="https://www.izertis.com/en/">Izertis</a> and working with web
semantics data in general such as Turtle files and Shape Expressions.
</p>
</div>
</div>
<div class="timeline-block">
<div class="timeline-ico"><i class="fa fa-briefcase"></i></div>
<div class="timeline-header">
<h3>Full Stack Intern</h3>
<p>June 2017 - July 2017</p>
</div>
<div class="timeline-content">
<h4><a href="http://www.radeeo.ma">RADEEO</a>, Morocco</h4>
<p>I was in charge of designing a web application using HTML, CSS and JS in order to manage
tender applications.</p>
</div>
</div>
</div>
</div>
</div>
<!-- /resume-timeline -->
<div class="row resume-timeline">
<div class="col-twelve resume-header">
<h2>Education</h2>
</div>
<!-- /resume-header -->
<div class="col-twelve">
<div class="timeline-wrap">
<div class="timeline-block">
<div class="timeline-ico"><i class="fa fa-graduation-cap"></i></div>
<div class="timeline-header">
<h3>Bachelor's Degree</h3>
<p>September 2016 - Current</p>
</div>
<div class="timeline-content">
<h4>University of Oviedo</h4>
<p>Bachelor in Software Engineering.</p>
</div>
</div>
<!-- /timeline-block -->
<div class="timeline-block">
<div class="timeline-ico"><i class="fa fa-graduation-cap"></i></div>
<div class="timeline-header">
<h3>High School Graduate</h3>
<p>June 2015</p>
</div>
<div class="timeline-content">
<h4>Lycée El Qadi Ibn Arabi</h4>
<p>Graduated with Science and Technology high school diploma.</p>
</div>
</div>
<!-- /timeline-block -->
</div>
<!-- /timeline-wrap -->
</div>
<!-- /col-twelve -->
</div>
<!-- /resume-timeline -->
</section>
<!-- /features -->
<!-- Portfolio Section
================================================== -->
<section id="portfolio">
<div class="row section-intro">
<div class="col-twelve">
<h5>Portfolio</h5>
<h1>Check Out Some of My Photography Works.</h1>
<p class="lead">Since i'm a photography aficionado, I enjoy traveling and living new experiences and meet
the locals in every country i travel to.
So here are some of my favorite pictures that i took.</p>
</div>
</div>
<!-- /section-intro-->
<div class="row portfolio-content">
<div class="col-twelve">
<!-- portfolio-wrapper -->
<div class="block-1-2 block-mob-full stack" id="folio-wrapper">
<div class="bgrid folio-item">
<div class="item-wrap"><img alt="Angers" src="images/portfolio/angers.jpg"> <a class="overlay"
href="#modal-01">
<div class="folio-item-table">
<div class="folio-item-cell">
<h3 class="folio-title">Angers</h3>
<span class="folio-types"> France </span></div>
</div>
</a></div>
</div>
<!-- /folio-item -->
<div class="bgrid folio-item">
<div class="item-wrap"><img alt="Chefchaouen" src="images/portfolio/chefchaouen.jpg"> <a
class="overlay" href="#modal-02">
<div class="folio-item-table">
<div class="folio-item-cell">
<h3 class="folio-title">Chefchaouen</h3>
<span class="folio-types"> Morocco </span></div>
</div>
</a></div>
</div>
<!-- /folio-item -->
<div class="bgrid folio-item">
<div class="item-wrap"><img alt="Cordoba" src="images/portfolio/cordoba.jpg"> <a class="overlay"
href="#modal-03">
<div class="folio-item-table">
<div class="folio-item-cell">
<h3 class="folio-title">Cordoba</h3>
<span class="folio-types"> Spain </span></div>
</div>
</a></div>
</div>
<!-- /folio-item -->
<div class="bgrid folio-item">
<div class="item-wrap"><img alt="Tangier" src="images/portfolio/tangier.jpg"> <a class="overlay"
href="#modal-04">
<div class="folio-item-table">
<div class="folio-item-cell">
<h3 class="folio-title">Tangier</h3>
<span class="folio-types"> Morocco </span></div>
</div>
</a></div>
</div>
<!-- /folio-item -->
<div class="bgrid folio-item">
<div class="item-wrap"><img alt="Aviles" src="images/portfolio/aviles.jpg"> <a class="overlay"
href="#modal-05">
<div class="folio-item-table">
<div class="folio-item-cell">
<h3 class="folio-title">Avilés</h3>
<span class="folio-types"> Spain </span></div>
</div>
</a></div>
</div>
<!-- /folio-item -->
<div class="bgrid folio-item">
<div class="item-wrap"><img alt="Lisbon" src="images/portfolio/lisbon.jpg"> <a class="overlay"
href="#modal-06">
<div class="folio-item-table">
<div class="folio-item-cell">
<h3 class="folio-title">Lisbon</h3>
<span class="folio-types"> Portugal </span></div>
</div>
</a></div>
</div>
<!-- /folio-item -->
<!-- modal popups - begin
============================================================= -->
<div class="popup-modal slider mfp-hide" id="modal-01">
<div class="media"><img alt="" src="images/portfolio/modals/m-angers.jpg"/></div>
<div class="description-box">
<h4>Angers</h4>
<p>This one is at les Jardins partagés du lac de Maine in Angers, France.</p>
</div>
<div class="link-box"><a class="popup-modal-dismiss" href="#">Close</a></div>
</div>
<!-- /modal-01 -->
<div class="popup-modal slider mfp-hide" id="modal-02">
<div class="media"><img alt="" src="images/portfolio/modals/m-chefchaouen.jpg"/></div>
<div class="description-box">
<h4>Chefchaouen</h4>
<p>This one is at the old town of Chefchaouen, Morocco.</p>
</div>
<div class="link-box"><a class="popup-modal-dismiss" href="#">Close</a></div>
</div>
<!-- /modal-02 -->
<div class="popup-modal slider mfp-hide" id="modal-03">
<div class="media"><img alt="" src="images/portfolio/modals/m-cordoba.jpg"/></div>
<div class="description-box">
<h4>Córdoba</h4>
<p>This one is at Alcázar de los Reyes Cristianos in Cordoba, Spain.</p>
</div>
<div class="link-box"><a class="popup-modal-dismiss" href="#">Close</a></div>
</div>
<!-- /modal-03 -->
<div class="popup-modal slider mfp-hide" id="modal-04">
<div class="media"><img alt="" src="images/portfolio/modals/m-tangier.jpg"/></div>
<div class="description-box">
<h4>Tangier</h4>
<p>This one is at Cap Spartel in Tangier, Morocco.</p>
</div>
<div class="link-box"><a class="popup-modal-dismiss" href="#">Close</a></div>
</div>
<!-- /modal-04 -->
<div class="popup-modal slider mfp-hide" id="modal-05">
<div class="media"><img alt="" src="images/portfolio/modals/m-aviles.jpg"/></div>
<div class="description-box">
<h4>Áviles</h4>
<p>This one is at San Juan De Nieva near Áviles, Spain.</p>
</div>
<div class="link-box"><a class="popup-modal-dismiss" href="#">Close</a></div>
</div>
<!-- /modal-05 -->
<div class="popup-modal slider mfp-hide" id="modal-06">
<div class="media"><img alt="" src="images/portfolio/modals/m-lisbon.jpg"/></div>
<div class="description-box">
<h4>Angers</h4>
<p>This one is at Cascais near Lisbon, Portugal.</p>
</div>
<div class="link-box"><a class="popup-modal-dismiss" href="#">Close</a></div>
</div>
<!-- /modal-06 -->
<!-- modal popups - end
============================================================= -->
</div>
<!-- /portfolio-wrapper -->
</div>
<!-- /twelve -->
</div>
<!-- /portfolio-content -->
</section>
<!-- /portfolio -->
<!-- projects Section
================================================== -->
<section id="projects">
<div class="overlay"></div>
<div class="row section-intro">
<div class="col-twelve">
<h5>Projects</h5>
<h1>Works that i've contributed to</h1>
<p class="lead">Here are a selection of some projects i've worked on or finished at this very moment.</p>
</div>
</div>
<!-- /section-intro -->
<div class="row projects-content">
<div class="owl-carousel projects-list" id="owl-slider">
<div class="project"><span class="icon"><i class="icon-chat"></i></span>
<div class="project-content">
<h3>Chat App</h3>
<p class="desc">Decentralized Web Messaging Application that follows the <a
href="https://solid.inrupt.com/docs/intro-to-solid-spec"
rel="noopener noreferrer"
style="color: white"
target="_blank">Solid
Specifications .</a> <br/>
The idea of a decentralized chat is so important because nowadays privacy is something to take
into account. If a user has complete access to its data with no intermediary, we can ensure that
all of its information would not be compromised. </p>
<span><a href="https://github.com/Arquisoft/dechat_es6a2" rel="noopener noreferrer"
style="color: white;"
target="_blank"><i
class="fa fa-github"></i> Source Code</a></span></div>
</div>
<!-- /project -->
<div class="project"><span class="icon"><i class="icon-heart"></i></span>
<div class="project-content">
<h3>Telemedicine API</h3>
<p class="desc">Decentralized API that follows the <a
href="https://solid.inrupt.com/docs/intro-to-solid-spec"
rel="noopener noreferrer"
style="color: white"
target="_blank">Solid
Specifications .</a> <br/>
Using the proxy design pattern, this api allows the original telemedicine Spring application
developed by <a href="https://www.izertis.com/en/">Izertis</a> to store data in a decentralized
database that, in this case, will be the a decentralized POD in localhost</p>
<span><a href="https://github.com/weso/baryonyx-api" rel="noopener noreferrer"
style="color: white;"
target="_blank"><i
class="fa fa-github"></i> Source Code</a></span></div>
</div>
<!-- /project -->
<div class="project"><span class="icon"><i class="icon-shopping-cart"></i></span>
<div class="project-content">
<h3>My Wallapop</h3>
<p class="desc">Spring Web Application <b> available in 5 Languages </b> in that allows users to
post and buy offers and sales. <br/>
In addition to different features like a simple chat to make it easier for the users to get
information about the posted sales. </p>
<span><a href="https://github.com/othub/wallapop-java/" rel="noopener noreferrer"
style="color: white;"
target="_blank"><i class="fa fa-github"></i> Source Code</a></span>
</div>
</div>
<!-- /project -->
<div class="project"><span class="icon"><i class="icon-music"></i></span>
<div class="project-content">
<h3>Air Piano</h3>
<p class="desc">It's a simulation of a piano in the air (similar to air guitar) using Arduino and
Processing. <br/>
It is done through the detection of hands that should be between 70 and 200 centimeters and
measure distances between the Sensor SR04 emitting a sound of each key "typed in the air".</p>
<span><a href="https://github.com/othub/air-piano/" rel="noopener noreferrer" style="color: white;"
target="_blank"><i
class="fa fa-github"></i> Source Code</a></span></div>
</div>
<!-- /project -->
<!--MORE PROJECT HERE-->
</div>
<!-- /projects-list -->
</div>
<!-- /projects-content -->
</section>
<!-- /projects -->
<!-- stats Section
================================================== -->
<section class="count-up" id="stats">
<div class="row">
<div class="col-twelve">
<div class="block-1-6 block-s-1-3 block-tab-1-2 block-mob-full stats-list">
<div class="bgrid stat">
<div class="icon-part"><i class="icon-bed"></i></div>
<h3 class="stat-count"> 1001 </h3>
<h5 class="stat-title"> Sleepless Nights </h5>
</div>
<!-- /stat -->
<div class="bgrid stat">
<div class="icon-part"><i class="icon-education"></i></div>
<h3 class="stat-count"> 14 </h3>
<h5 class="stat-title"> Projects Completed and More </h5>
</div>
<div class="bgrid stat">
<div class="icon-part"><i class="icon-light-bulb"></i></div>
<h3 class="stat-count"> 100 </h3>
<h5 class="stat-title"> Crazy Ideas </h5>
</div>
<!-- /stat -->
<div class="bgrid stat">
<div class="icon-part"><i class="icon-cup"></i></div>
<h3 class="stat-count"> 3000 </h3>
<h5 class="stat-title"> Coffee Cups </h5>
</div>
<!-- /stat -->
<div class="bgrid stat">
<div class="icon-part"><i class="icon-thunderbolt"></i></div>
<h3 class="stat-count"> 5000 </h3>
<h5 class="stat-title"> Energy Drinks </h5>
</div>
<!-- /stat -->
<div class="bgrid stat">
<div class="icon-part"><i class="icon-clock"></i></div>
<h3 class="stat-count"> 10000 </h3>
<h5 class="stat-title"> Hours Working </h5>
</div>
<!-- /stat -->
</div>
<!-- /stats-list -->
</div>
<!-- /twelve -->
</div>
<!-- /row -->
</section>
<!-- /stats -->
<!-- contact
================================================== -->
<section id="contact">
<div class="row section-intro">
<div class="col-twelve">
<h5>Contact</h5>
<h1>I'd Love To Hear From You</h1>
<p class="lead">You can contact me through my Social Media or Email me.</p>
</div>
</div>
<!-- /section-intro -->
<div class="row contact-info">
<div class="col-six tab-full collapse">
<div class="icon"><i class="icon-mail"></i></div>
<h5>Email Me At</h5>
<p><a href="mailto:[email protected]" style="color:white;">[email protected]</a></p>
</div>
<div class="col-six tab-full">
<div class="icon"><i class="icon-phone"></i></div>
<h5>Call Me At</h5>
<p>Spain: <a href="tel:0034722405782" style="color:white;">(+34) 722 405 782</a></p>
<p>Morocco: <a href="tel:00212611540681" style="color:white;">(+212) 6 11 54 06 81</a></p>
</div>
</div>
</section>
<footer>
<div class="row">
<div class="col-six tab-full pull-right social">
<ul class="footer-social">
<li><a href="https://www.facebook.com/othbak" rel="noopener noreferrer" target="_blank"><i
class="fa fa-facebook"></i></a></li>
<li><a href="https://www.instagram.com/othbak/" rel="noopener noreferrer" target="_blank"><i
class="fa fa-instagram"></i></a></li>
<li><a href="https://www.linkedin.com/in/othbak" rel="noopener noreferrer" target="_blank"><i
class="fa fa-linkedin"></i></a></li>
<li><a href="https://github.com/othub" rel="noopener noreferrer" target="_blank"><i
class="fa fa-github"></i></a></li>
</ul>
</div>
<small><a href="https://www.styleshout.com" rel="noopener noreferrer" style="color: grey;" target="_blank"><i
class="fa fa-copyright"></i></a></small>
<div id="go-top"><a class="smoothscroll" href="#top" title="Back to Top"><i class="fa fa-long-arrow-up"></i></a>
</div>
</div>
</footer>
<div id="preloader">
<div id="loader"></div>
</div>
<!-- Java Script
================================================== -->
<script src="js/jquery-2.1.3.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
</body>
</html>