-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
665 lines (617 loc) · 22.3 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
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<!--- basic page needs
================================================== -->
<meta charset="utf-8" />
<meta
name="description"
content="Ismail K. - Junior Web Developer | Welcome to my digital playground! Explore my portfolio and let's create magic together."
/>
<meta
name="keywords"
content="Ismail K., web developer, junior web developer, web development, portfolio, html, css, js, javascript, responsive, WordPress, php, mysql, freelance, remote, a distance, work, home, web, imouzzer kandar, casablanca, fes, marakech, morocco, france, fr, en, arabe, eng, google, software"
/>
<meta name="author" content="Ismail K." />
<title>Ismail K. - Web Developer</title>
<!-- mobile specific metas
================================================== -->
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- CSS
================================================== -->
<link rel="stylesheet" href="styles.css" />
<!-- script
================================================== -->
<script src="modernizr.js"></script>
<script src="pace.min.js"></script>
<!-- favicons
================================================== -->
<link rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png" />
</head>
<body id="top">
<div id="preloader">
<div id="loader"></div>
</div>
<!-- site header
================================================== -->
<header class="s-header">
<div class="header-logo">
<a class="site-logo" href="index.html">
<img src="public/logo@2x.png" alt="Homepage" />
</a>
</div>
<nav class="header-nav-wrap">
<ul class="header-main-nav">
<li class="current">
<a class="smoothscroll" href="#intro" title="intro">Intro</a>
</li>
<li><a class="smoothscroll" href="#about" title="about">About</a></li>
<li>
<a class="smoothscroll" href="#services" title="skills">Skills</a>
</li>
<li><a class="smoothscroll" href="#works" title="works">Works</a></li>
<li>
<a class="smoothscroll" href="#contact" title="contact us"
>Say Hello</a
>
</li>
</ul>
<ul class="header-social">
<li>
<a href="https://dribbble.com/ismailkraou" target="_blank"
><i class="fab fa-dribbble" aria-hidden="true"></i
></a>
</li>
<li>
<a href="https://github.com/ismailkraou" target="_blank"
><i class="fab fa-github" aria-hidden="true"></i
></a>
</li>
</ul>
</nav>
<a class="header-menu-toggle" href="#"><span>Menu</span></a>
</header>
<!-- end s-header -->
<!-- intro
================================================== -->
<section id="intro" class="s-intro target-section">
<div class="row intro-content">
<div class="column large-9 mob-full intro-text">
<h3>Hello, I'm Ismail K.</h3>
<h1>
Frontend Developer <br />
and Web Developer <br />
Based In Morocco.
</h1>
</div>
<div class="intro-scroll">
<a href="#about" class="intro-scroll-link smoothscroll">
Scroll For More
</a>
</div>
<div class="intro-grid"></div>
<div class="intro-pic"></div>
</div>
<!-- end row -->
</section>
<!-- end intro -->
<!-- about
================================================== -->
<section id="about" class="s-about target-section">
<div class="about-me">
<div class="row heading-block" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-heading">About Me</h2>
</div>
</div>
<div class="row about-me__content" data-aos="fade-up">
<div class="column large-full about-me__text">
<p class="lead">
I'm <strong>Ismail K.</strong>, a
<strong>web developer from Morocco</strong>. I'm all about tech –
from the latest trends to the coolest web development techniques,
I'm constantly diving in to learn something new.
</p>
<p>
With more than 5 years of experience crafting dynamic websites and
web apps, I'm handy with HTML5, CSS3, JavaScript, React.js, and
I'm venturing into PHP too. I've got a soft spot for WordPress and
can handle SQL and MySQL databases like a pro.
</p>
<p>
But it's not just about the code for me; I'm all about creating
experiences people love to use, paying close attention to every
detail. When I'm not coding, I'm probably out enjoying nature or
spending time with loved ones.
</p>
<p>
Welcome to my digital playground! Feel free to explore, and let's
chat if you're up to something cool – maybe we can make magic
together!
</p>
</div>
</div>
<div class="row about-me__buttons">
<div class="column large-half tab-full" data-aos="fade-up">
<a
href="https://www.linkedin.com/in/ismailkraou/"
class="btn btn--stroke full-width"
>Hire Me</a
>
</div>
<div class="column large-half tab-full" data-aos="fade-up">
<a
href="mailto:ismail.kraou@gmail.com"
class="btn btn--primary full-width"
>email me</a
>
</div>
</div>
</div>
<!-- end about-me -->
</section>
<!-- end s-about -->
<!-- services
================================================== -->
<section id="services" class="s-services ss-dark target-section">
<div class="shadow-overlay"></div>
<div class="row heading-block heading-block--center" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-heading section-heading--centerbottom">
Capabilities
</h2>
<p class="section-desc">
My passion and goal is to help you create exceptional digital
experiences.
</p>
</div>
</div>
<!-- end heading-block -->
<div
class="row skills-list block-large-1-3 block-medium-1-2 block-tab-full"
>
<!-- Skill 1 -->
<div class="column item-skill" data-aos="fade-up">
<div class="item-skill__content">
<h4 class="item-title">HTML5</h4>
<p>
Expert in crafting semantic, accessible, and well-structured HTML
for modern, performance-optimized websites.
</p>
</div>
</div>
<!-- Skill 2 -->
<div class="column item-skill" data-aos="fade-up">
<div class="item-skill__content">
<h4 class="item-title">CSS3 & SCSS</h4>
<p>
Proficient in designing responsive, visually appealing interfaces
using CSS3 and the SCSS preprocessor for maintainable code.
</p>
</div>
</div>
<!-- Skill 3 -->
<div class="column item-skill" data-aos="fade-up">
<div class="item-skill__content">
<h4 class="item-title">JavaScript & React.js</h4>
<p>
Skilled in creating interactive and dynamic user experiences using
JavaScript ES6+ and frameworks like React.js.
</p>
</div>
</div>
<!-- Skill 4 -->
<div class="column item-skill" data-aos="fade-up">
<div class="item-skill__content">
<h4 class="item-title">UI/UX Design</h4>
<p>
Focused on delivering intuitive user experiences and visually
engaging interfaces tailored to users' needs.
</p>
</div>
</div>
<!-- Skill 5 -->
<div class="column item-skill" data-aos="fade-up">
<div class="item-skill__content">
<h4 class="item-title">WordPress & PHP</h4>
<p>
Experienced in building custom WordPress themes and plugins,
backed by strong PHP development skills.
</p>
</div>
</div>
<!-- Skill 6 -->
<div class="column item-skill" data-aos="fade-up">
<div class="item-skill__content">
<h4 class="item-title">MySQL</h4>
<p>
Adept at designing and managing scalable databases using MySQL,
with a focus on performance and security.
</p>
</div>
</div>
</div>
<!-- end skills-list -->
</section>
<!-- end s-services -->
<!-- CTA -->
<!-- ================================================== -->
<section class="s-cta ss-dark">
<div class="row heading-block heading-block--center" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-desc">Let’s Bring Your Vision to Life</h2>
</div>
</div>
<!-- end heading-block -->
<div class="row cta-content" data-aos="fade-up">
<div class="column large-full">
<p>
Ready to build something amazing? I specialize in creating stunning,
user-friendly websites that bring your ideas to reality. Whether
it's a personal project or a business venture, I can help you stand
out.
</p>
<a href="#contact" class="btn full-width">Get In Touch</a>
</div>
</div>
<!-- end cta-content -->
</section>
<!-- end s-cta -->
<!-- works -->
<!-- ================================================== -->
<section id="works" class="s-works target-section">
<div class="row heading-block heading-block--center" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-heading section-heading--centerbottom">
Selected Works
</h2>
<p class="section-desc">
Here are some of my selected works I have done lately. Feel free to
check them out.
</p>
</div>
</div>
<!-- end heading-block -->
<div class="masonry-wrap">
<div class="masonry">
<div class="grid-sizer"></div>
<!-- Project 1 -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a
href="./public/projects/project-1.png"
class="thumb-link"
title="adsocial.ma"
data-size="1050x700"
>
<img
src="./public/projects/project-1.png"
alt="Adsocial Project Thumbnail"
/>
</a>
<a
href="https://adsocial.ma/"
class="item-folio__project-link"
title="Project link"
target="_blank"
></a>
</div>
<div class="item-folio__text">
<h4 class="item-folio__title">Adsocial</h4>
<p class="item-folio__cat">WordPress</p>
</div>
<div class="item-folio__caption">
<p>
A WordPress-based platform delivering cutting-edge advertising
solutions for diverse businesses.
</p>
</div>
</div>
</div>
<!-- end masonry__brick -->
<!-- Project 2 -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a
href="./public/projects/project-2.png"
class="thumb-link"
title="Kliner"
data-size="1050x700"
>
<img
src="./public/projects/project-2.png"
alt="Kliner Project Thumbnail"
/>
</a>
<a
href="https://ismailkraou.github.io/kliner-V2/"
class="item-folio__project-link"
title="Project link"
target="_blank"
></a>
</div>
<div class="item-folio__text">
<h4 class="item-folio__title">Kliner</h4>
<p class="item-folio__cat">HTML, CSS, JS</p>
</div>
<div class="item-folio__caption">
<p>
A sleek and dynamic landing page showcasing modern cleaning
services.
</p>
</div>
</div>
</div>
<!-- end masonry__brick -->
<!-- Project 3 -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a
href="./public/projects/project-3.png"
class="thumb-link"
title="Digikma"
data-size="1050x700"
>
<img
src="./public/projects/project-3.png"
alt="Digikma Project Thumbnail"
/>
</a>
<a
href="https://digikma.000webhostapp.com/"
class="item-folio__project-link"
title="Project link"
target="_blank"
></a>
</div>
<div class="item-folio__text">
<h4 class="item-folio__title">Digikma</h4>
<p class="item-folio__cat">CMS, WordPress</p>
</div>
<div class="item-folio__caption">
<p>
A CMS-driven website offering digital marketing solutions and
services.
</p>
</div>
</div>
</div>
<!-- end masonry__brick -->
<!-- Project 4 -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a
href="./public/projects/project-4.png"
class="thumb-link"
title="WordPress Website"
data-size="1050x700"
>
<img
src="./public/projects/project-4.png"
alt="WordPress Website Thumbnail"
/>
</a>
<a
href="https://ismailkraou1.wordpress.com/"
class="item-folio__project-link"
title="Project link"
target="_blank"
></a>
</div>
<div class="item-folio__text">
<h4 class="item-folio__title">WordPress Website</h4>
<p class="item-folio__cat">CMS, WordPress</p>
</div>
<div class="item-folio__caption">
<p>
A professional WordPress website tailored for online presence
and branding.
</p>
</div>
</div>
</div>
<!-- end masonry__brick -->
<!-- Project 5 -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a
href="./public/projects/project-5.png"
class="thumb-link"
title="Flux"
data-size="1050x700"
>
<img
src="./public/projects/project-5.png"
alt="Flux Project Thumbnail"
/>
</a>
<a
href="https://ismailkraou.github.io/flux/"
class="item-folio__project-link"
title="Project link"
target="_blank"
></a>
</div>
<div class="item-folio__text">
<h4 class="item-folio__title">Flux</h4>
<p class="item-folio__cat">HTML, CSS, JS, Tailwind</p>
</div>
<div class="item-folio__caption">
<p>
A responsive website designed using modern TailwindCSS and JS
for rapid prototyping.
</p>
</div>
</div>
</div>
<!-- end masonry__brick -->
<!-- Project 6 -->
<div class="masonry__brick" data-aos="fade-up">
<div class="item-folio">
<div class="item-folio__thumb">
<a
href="./public/projects/project-6.png"
class="thumb-link"
title="Resume Template"
data-size="1050x700"
>
<img
src="./public/projects/project-6.png"
alt="Resume Template Thumbnail"
/>
</a>
<a
href="https://ismailkraou.github.io/resumtemplate/"
class="item-folio__project-link"
title="Project link"
target="_blank"
></a>
</div>
<div class="item-folio__text">
<h4 class="item-folio__title">Resume Template</h4>
<p class="item-folio__cat">HTML, CSS, JS</p>
</div>
<div class="item-folio__caption">
<p>
A modern resume template built with clean HTML, CSS, and
JavaScript.
</p>
</div>
</div>
</div>
<!-- end masonry__brick -->
</div>
<!-- end masonry -->
</div>
<!-- end masonry-wrap -->
</section>
<!-- end s-work -->
<!-- contact
================================================== -->
<section id="contact" class="s-contact ss-dark target-section">
<div class="row heading-block" data-aos="fade-up">
<div class="column large-full">
<h2 class="section-heading">Get In Touch</h2>
</div>
</div>
<div class="row contact-main" data-aos="fade-up">
<div class="column large-full">
<p class="contact-email">
<a href="mailto:ismail.kraou@gmail.com">ismail.k.</a>
</p>
<p class="section-desc">
I'm happy to connect, listen, and help. Let's work together and
build something awesome. Let’s turn your idea into an even greater
product.
<a href="mailto:ismail.kraou@gmail.com">Email Me</a>.
</p>
</div>
</div>
<div
class="row contact-infos"
data-aos="fade-up"
data-aos-anchor=".contact-main"
>
<div class="column large-7 medium-full contact-social">
<h4>Social</h4>
<ul>
<li>
<a
href="https://www.linkedin.com/in/ismailkraou/"
title="LinkedIn"
>LinkedIn</a
>
</li>
</ul>
</div>
</div>
<!-- end contact-infos -->
</section>
<!-- end s-contact -->
<!-- footer
================================================== -->
<footer>
<div class="row">
<div class="column large-full ss-copyright">
<span>© Copyright Ismail K. 2023</span>
<span>
Designed by
<a href="https://www.linkedin.com/in/ismailkraou/">Ismail K.</a>
</span>
</div>
<div class="ss-go-top">
<a class="smoothscroll" title="Back to Top" href="#top"></a>
</div>
</div>
</footer>
<!-- photoswipe background
================================================== -->
<div aria-hidden="true" class="pswp" role="dialog" tabindex="-1">
<div class="pswp__bg"></div>
<div class="pswp__scroll-wrap">
<div class="pswp__container">
<div class="pswp__item"></div>
<div class="pswp__item"></div>
<div class="pswp__item"></div>
</div>
<div class="pswp__ui pswp__ui--hidden">
<div class="pswp__top-bar">
<div class="pswp__counter"></div>
<button
class="pswp__button pswp__button--close"
title="Close (Esc)"
></button>
<button
class="pswp__button pswp__button--share"
title="Share"
></button>
<button
class="pswp__button pswp__button--fs"
title="Toggle fullscreen"
></button>
<button
class="pswp__button pswp__button--zoom"
title="Zoom in/out"
></button>
<div class="pswp__preloader">
<div class="pswp__preloader__icn">
<div class="pswp__preloader__cut">
<div class="pswp__preloader__donut"></div>
</div>
</div>
</div>
</div>
<div
class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap"
>
<div class="pswp__share-tooltip"></div>
</div>
<button
class="pswp__button pswp__button--arrow--left"
title="Previous (arrow left)"
></button>
<button
class="pswp__button pswp__button--arrow--right"
title="Next (arrow right)"
></button>
<div class="pswp__caption">
<div class="pswp__caption__center"></div>
</div>
</div>
</div>
</div>
<!-- end photoSwipe background -->
<!-- Java Script
================================================== -->
<script src="jquery-3.2.1.min.js"></script>
<script src="plugins.js"></script>
<script src="main.js"></script>
</body>
</html>