-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
827 lines (740 loc) · 47.3 KB
/
Copy pathindex.html
File metadata and controls
827 lines (740 loc) · 47.3 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
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
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hamse Sulup | Portfolio</title>
<meta name="description" content="Portfolio of Hamse Abdi, a software developer showcasing web projects, skills, and contact information.">
<meta name="keywords" content="Hamse Sulup, Web Developer, Portfolio, HTML, CSS, JavaScript, Full Stack, Projects">
<meta name="author" content="Hamse Sulup">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Favicon -->
<link href="img/fav/dev.ico" rel="icon">
<!-- Google Web Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=DynaPuff:wght@400..700&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.10.0/css/all.min.css" rel="stylesheet">
<!-- Libraries Stylesheet -->
<link href="lib/owlcarousel/assets/owl.carousel.min.css" rel="stylesheet">
<link href="lib/lightbox/css/lightbox.min.css" rel="stylesheet">
<!-- Customized Bootstrap Stylesheet -->
<link href="css/style.css" rel="stylesheet">
<link href="css/responsive.css" rel="stylesheet">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="51">
<!-- Navbar Start -->
<nav class="navbar1">
<div class="navbar1-left">
<a href="#">Hamse</a>
</div>
<div class="navbar1-right">
<a href="#about">About</a>
<a href="#skills">Skills</a>
<a href="#experince">Experience</a>
<a href="#projects">Projects</a>
<a href="#contactFrom" class="btn btn-primary text-white">Contact Me</a>
</div>
</nav>
<!-- Navbar End -->
<!-- Header Start -->
<div class="container-fluid d-flex align-items-center mb-5 py-5" id="home" style="min-height: 100vh; color: white;">
<div class="container">
<div class="row align-items-center position-relative">
<!-- Left Text -->
<div
class="col-lg-7 text-center ml-0 pl-0 text-lg-left mb-4 mb-lg-0 order-1 order-lg-1"
data-aos="fade-right"
data-aos-duration="1200"
>
<h1
class="typed-text-output d-inline text-dark font-weight-lighter"
style="min-height: 60px;"
></h1>
<div class="typed-text d-none">
Front End Developer, Back End Developer, Mobile App Developer
</div>
<h3
class="display-3 mb-4"
style="color: #007bff;"
data-aos="fade-up"
data-aos-delay="400"
>
I'm Hamse Abdi
</h3>
<p class="text-dark"
data-aos="fade-up"
data-aos-delay="600"
style="max-width: 600px; font-size: 0.9rem;"
>
System Developer with expertise in building scalable web, backend,
and mobile applications. Skilled in React, .NET Framework, and
Flutter for cross-platform apps.
</p>
<div
class="d-flex align-items-center justify-content-center justify-content-lg-start pt-3"
data-aos="fade-up"
data-aos-delay="800"
>
<a id="Resume" onclick="downloaded()" class="btn btn-primary mr-3 text-white">Resume</a>
<a href="#contactFrom" class="btn btn-outline-dark btn-sm">Hire me <i class="fa fa-arrow-right"></i></a>
</div>
</div>
<!-- Right Image + Floating Cards -->
<div
class="col-lg-5 position-relative text-center order-2 order-lg-2"
data-aos="fade-left"
data-aos-duration="1200"
>
<img class="img-fluid rounded-3 text-dark" src="img/header/hamse.png" alt="Hamse Image" style="filter: drop-shadow(0 0 10px #bb86fc); max-width: 100%; height: auto;"/>
<!-- Floating top card -->
<div class="floating-card top-card d-flex align-items-center text-left" style="top: 20px; right: 0;">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/react/react-original.svg" alt="React" class="logo" />
<div class="text ml-3 text-dark">
<div style="font-weight: 600;">React</div>
<small>JavaScript Library</small>
</div>
</div>
<!-- Floating bottom card -->
<div class="floating-card bottom-card d-flex align-items-center text-left" style="bottom: 20px; left: 0;">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/dot-net/dot-net-original.svg" alt=".NET" class="logo" />
<div class="text ml-3 text-dark">
<div style="font-weight: 600;">.NET Framework</div>
<small>Backend Platform</small>
</div>
</div>
<!-- Another floating card bottom right -->
<div class="floating-card bottom-card d-flex align-items-center text-left" style="bottom: 70px; right: 10px;">
<img src="https://cdn.jsdelivr.net/gh/devicons/devicon/icons/flutter/flutter-original.svg" alt="Flutter" class="logo"/>
<div class="text ml-3 text-dark">
<div style="font-weight: 600;">Flutter</div>
<small>Mobile SDK</small>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Header End -->
<!-- About Start -->
<div class="container-fluid py-5" style="background-color: #f0f3f8;" id="about">
<div class="container pt-5 mt-3">
<!-- Section Heading -->
<div class="position-relative d-flex align-items-center justify-content-center mb-5">
<h1 class="display-1 text-uppercase" style="-webkit-text-stroke: 1px #dee2e6; color: #f0f3f8;" data-aos="fade-up"data-aos-duration="1000"> About </h1>
<h1 class="position-absolute text-uppercase text-primary" data-aos="fade-down" data-aos-duration="1000"> Me 🙌</h1>
</div>
<div class="row align-items-center">
<!-- Profile Image -->
<div
class="col-lg-5 mb-4 mb-lg-0 order-1 order-lg-1 text-center"
data-aos="fade-right"
data-aos-duration="1200"
>
<img
class="img-fluid w-100 shadow-lg profile-img"
style="border-radius: 20px; max-width: 100%; height: auto;"
src="img/me/4.jpg"
alt="Hamse Abdi"
/>
</div>
<!-- About Text -->
<div
class="col-lg-7 order-2 order-lg-2"
data-aos="fade-left"
data-aos-duration="1200"
>
<h3 class="mb-4">Full Stack Developer</h3>
<p class="text-justify">
System Developer with strong expertise in designing, building, and maintaining scalable web, backend, and mobile applications. Experienced in crafting responsive and dynamic user interfaces using React, architecting robust and secure server-side logic with the .NET Framework, and developing seamless cross-platform mobile applications using Flutter and Dart. Skilled in optimizing complex database systems to support high-traffic and data-intensive applications. Adept at applying clean code principles, design patterns, and agile methodologies to ensure maintainability and performance.</p>
<div class="row mb-4">
<div class="col-sm-6 py-2">
<h6>Name: <span class="text-secondary">Hamse Abdi</span></h6>
</div>
<div class="col-sm-6 py-2">
<h6>Title: <span class="text-secondary">Full Stack Developer</span></h6>
</div>
<div class="col-sm-6 py-2">
<h6>Experience: <span class="text-secondary">4 Years</span></h6>
</div>
<div class="col-sm-6 py-2">
<h6>Phone: <span class="text-primary">+252 63 4690798</span></h6>
</div>
<div class="col-sm-6 py-2">
<h6>Email: <span class="text-secondary">hamsesulup@gmail.com</span></h6>
</div>
<div class="col-sm-6 py-2">
<h6>Address: <span class="text-secondary">Rd number1, Hargeisa, SL.</span></h6>
</div>
</div>
<a
href="#contactFrom"
class="btn btn-primary mr-3 custom-btn"
data-aos="zoom-in"
data-aos-delay="200"
>Contact Me <i class="fa fa-arrow-right"></i></a>
<a
id="Resume2"
onclick="downloaded2()"
class="btn btn-outline-dark hireMe"
data-aos="zoom-in"
data-aos-delay="400"
>Resume</a>
</div>
</div>
</div>
</div>
<!-- About End -->
<!-- Work Experience Start -->
<div class="container-fluid py-5" id="experince" style="overflow: hidden;">
<div class="container pt-5 mt-5">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;" data-aos="fade-up" data-aos-duration="1000">Work</h1>
<h1 class="position-absolute text-uppercase text-primary" class="position-absolute text-uppercase text-primary" data-aos="fade-down" data-aos-duration="1000">Experience</h1>
</div>
<div class="row align-items-center text-right" style="margin-top: 0%;">
<div class="col-lg-6" data-aos="fade-right" data-aos-duration="1000" data-aos-delay="0">
<div class="pt-2 pl-4 ml-2 leftWork" style="margin-top: -5%;">
<div class="position-relative">
<h5 class="font-weight-bold mb-1">System Developer</h5>
<p><small class="bg-primary text-white rounded-pill p-2">Apr 2023 - Oct 2024</small> | <strong>Internation Cooporation and Development Fund</strong></p>
<!-- <p class="text-justify ">As a System Developer at the International Cooperation and Development Fund (ICDF) from April 2023 to October 2024, I developed and maintained web and mobile applications to support international projects. I worked with React.js, Flutter.</p> -->
<p class="text-justify ">As a System Developer at the International Cooperation and Development Fund (ICDF) from April 2023 to October 2024, I maintained and build features the largest health information system in Somaliland who was established by Taiwan goverment. This project based 5 regions in somaliland.</p>
</div>
</div>
</div>
<div class="col-lg-6" >
<div class="border-primary pl-4 ml-2 text-left " data-aos="fade-up">
<div class="position-relative pl-2" data-aos="fade-left" data-aos-duration="1000" data-aos-delay="200">
<img src="./img/logos/freelancer.png" class="position-absolute" style="top: 0px; left: -52px; border-radius: 100%; width: 50px; border: solid 3px #007bff;" />
<h5 class="font-weight-bold">Freelancer</h5>
<p><strong>Toptal, upwork and Arc.dev.</strong> | <small class="bg-primary text-white rounded-pill p-2">Dec 2024 - Present</small></p>
<p class="text-justify ">As a Freelance Flutter Developer from December 2024 to present, I have been developing and deploying cross-platform mobile applications using Flutter and Dart. I design user-friendly interfaces, integrate RESTful APIs, and optimize app performance for both Android and iOS platforms. I collaborate with clients and backend teams to deliver high-quality mobile solutions within tight deadlines.</p>
</div>
<div class="position-relative mb-4 pl-2" data-aos="fade-left" style="padding: 12px;" data-aos-duration="1000" data-aos-delay="400">
<img src="./img/logos/icdf.png" class="position-absolute" style="top: 2px; left: -52px; border-radius: 100%; width: 50px; border: solid 3px #007bff;" />
<div class="oneTime">
<h5 class="font-weight-bold">System Developer</h5>
<p><strong>ICDF </strong> | <small class="bg-primary text-white rounded-pill p-2">Apr 2023 - Oct 2024</small></p>
<p class="text-justify ">As a System Developer at the International Cooperation and Development Fund (ICDF) from April 2023 to October 2024, I developed and maintained web and mobile applications to support international projects. I worked with React.js, Flutter.I collaborate with clients and backend teams to deliver high-quality mobile solutions within tight deadlines.I design Ui, integrate RESTful APIs</p>
</div>
</div>
<div class="position-relative pl-2 thirdJob" data-aos="fade-left" data-aos-duration="1000" data-aos-delay="600">
<img src="./img/logos/taalul.png" class="position-absolute" style="top: 0px; left: -52px; border-radius: 100%; width: 50px; border: solid 3px #007bff;" />
<h5 class="font-weight-bold">Mobile App Dev</h5>
<p><strong>Taakul digital Solutions.</strong> | <small class="bg-primary text-white rounded-pill p-2">Oct 2022 - Feb 2023</small></p>
<p class="text-justify ">As a Flutter Developer at Taakul Digital Solutions from October 2022 to February 2023, I was responsible for designing, developing, and deploying cross-platform mobile applications using Flutter and Dart. I collaborated closely with designers and backend developers to deliver seamless user experiences, optimize performance, and ensure timely delivery of high-quality mobile solutions.</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Work Experience End -->
<!-- Skills Start -->
<div class="container-fluid " style=" margin-top: 5%;" id="skills">
<div class="container pt-5 mt-3 mb-5 pb-4">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;" data-aos="fade-up" data-aos-duration="1000">Tech</h1>
<h1 class="position-absolute text-uppercase text-primary" data-aos="fade-down" data-aos-duration="1000">Skills</h1>
</div>
<div class="container pt-4">
<div class="row justify-content-center">
<div class="col-md-3 text-center mb-5" data-aos="fade-up" data-aos-delay="0">
<div class="card-gradient" style="border-radius: 28px; height: 300px;">
<div class="d-flex flex-column align-items-center justify-content-center" style="height: 100%;">
<!-- <i class="fa fa-2x fa-laptop service-icon bg-white text-primary"></i> -->
<img src="./img/icons/React.webp" class="icon" />
<h4 class="font-weight-bold m-0 text-white pt-3">React js</h4>
</div>
</div>
</div>
<div class="col-md-3 text-center mb-4" data-aos="fade-up" data-aos-delay="100">
<div class="card-gradient" style="border-radius: 28px; height: 300px;">
<div class="d-flex flex-column align-items-center justify-content-center" style="height: 100%;">
<img src="./img/icons/nextjs.png" class="icon" />
<h4 class="font-weight-bold m-0 text-white pt-3">Next js</h4>
</div>
</div>
</div>
<div class="col-md-3 text-center mb-4" data-aos="fade-up" data-aos-delay="200">
<div class="card-gradient" style="border-radius: 28px; height: 300px;">
<div class="d-flex flex-column align-items-center justify-content-center" style="height: 100%;">
<img src="./img/icons/tailwind.png" class="icon" />
<h4 class="font-weight-bold m-0 text-white pt-3">Tailwind</h4>
</div>
</div>
</div>
<div class="col-md-3 text-center mb-4" data-aos="fade-up" data-aos-delay="300">
<div class="card-gradient" style="border-radius: 28px; height: 300px;">
<div class="d-flex flex-column align-items-center justify-content-center" style="height: 100%;">
<img src="./img/icons/aspnet.png" class="icon" />
<h4 class="font-weight-bold m-0 text-white pt-3">.Net Framework</h4>
</div>
</div>
</div>
<div class="col-md-3 text-center mb-4" data-aos="fade-up" data-aos-delay="400">
<div class="card-gradient" style="border-radius: 28px; height: 300px;">
<div class="d-flex flex-column align-items-center justify-content-center" style="height: 100%;">
<!-- <i class="fa fa-2x fa-laptop service-icon bg-white text-primary"></i> -->
<img src="./img/icons/csharp.png" class="icon" />
<h4 class="font-weight-bold m-0 text-white pt-3">C#</h4>
</div>
</div>
</div>
<div class="col-md-3 text-center mb-4" data-aos="fade-up" data-aos-delay="500">
<div class="card-gradient" style="border-radius: 28px; height: 300px;">
<div class="d-flex flex-column align-items-center justify-content-center" style="height: 100%;">
<!-- <i class="fa fa-2x fa-laptop service-icon bg-white text-primary"></i> -->
<img src="./img/icons/flutter.png" class="icon" />
<h4 class="font-weight-bold m-0 text-white pt-3">Flutter</h4>
</div>
</div>
</div>
<div class="col-md-3 text-center mb-4" data-aos="fade-up" data-aos-delay="600">
<div class="card-gradient" style="border-radius: 28px; height: 300px;">
<div class="d-flex flex-column align-items-center justify-content-center" style="height: 100%;">
<!-- <i class="fa fa-2x fa-laptop service-icon bg-white text-primary"></i> -->
<img src="./img/icons/firebase.png" class="icon" />
<h4 class="font-weight-bold m-0 text-white pt-3">Fire Base</h4>
</div>
</div>
</div>
<div class="col-md-3 text-center mb-4" data-aos="fade-up" data-aos-delay="700">
<div class="card-gradient" style="border-radius: 28px; height: 300px;">
<div class="d-flex flex-column align-items-center justify-content-center" style="height: 100%;">
<!-- <i class="fa fa-2x fa-laptop service-icon bg-white text-primary"></i> -->
<img src="./img/icons/postgresSql.png" class="icon" />
<h4 class="font-weight-bold m-0 text-white pt-3">Postgres Sql</h4>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Skills End -->
<!-- Projects Start -->
<div class="container-fluid pt-5" id="projects">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;" data-aos="fade-up" data-aos-duration="0">Latest</h1>
<h1 class="position-absolute text-uppercase text-primary" data-aos="fade-down" data-aos-duration="1000">Projects</h1>
</div>
<div>
<p class="text-dark text-center" data-aos="fade-down" data-aos-duration="1000">A diverse portfolio of innovative and impact-driven projects ranging from mobile and web applications to enterprise systems.</p>
</div>
<div class="container">
<div class="row justify-content-left pt-5">
<!-- Card Start -->
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<div class="bg-white shadow-lg p-3 h-100 d-flex flex-column justify-content-between" style="border-radius: 25px;" data-aos="fade-up" data-aos-delay="0">
<div class="position-relative overflow-hidden mb-3">
<img class="img-fluid w-100" src="./img/projects/university.png" alt="" style="border-radius: 20px;">
</div>
<div>
<h4 class="mt-3">University System</h4>
<p class="text-justify">We developed New Generation University a modern University Management System designed to streamline academic, administrative...</p>
<hr>
<p class="h6">Contributors</p>
<div class="d-flex justify-content-between align-items-end">
<div class="p-0 m-0">
<img src="./img/Contributers/abdiasis.jpg" style="width: 40px; border-radius: 50%; object-fit: cover; border: 1px solid white;" />
<img src="./img/Contributers/abdiqani.jpg" style="width: 40px; left: 15%; position:fixed; border-radius: 50%; object-fit: cover; border: 1px solid white" />
<img src="./img/Contributers/ahmed.jpg" style="width: 40px; position:fixed; left: 23%; border-radius: 50%; object-fit: cover; border: 1px solid white" />
</div>
<button class="btn btn-outline-primary btn-sm" onclick="detail(title = 'University System', img = './img/projects/university.png')"><i class="fa fa-lock"></i> Locked</button>
</div>
</div>
</div>
</div>
<!-- Repeat for other cards -->
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<div class="bg-white shadow-lg p-3 h-100 d-flex flex-column justify-content-between" style="border-radius: 25px;" data-aos="fade-up" data-aos-delay="200">
<div class="position-relative overflow-hidden mb-3">
<img class="img-fluid w-100" src="./img/projects/hgh.png" alt="" style="border-radius: 20px;">
</div>
<div>
<h4 class="mt-3">Hr & Finance System</h4>
<p class="text-justify">Developed an integrated HR & Finance System for Hargeisa Group Hospital to streamline employee management and financial operations. </p>
<hr>
<div class="d-flex justify-content-end">
<a class="btn btn-outline-primary btn-sm" onclick="detail(title = 'Hr & Finance System', img = './img/projects/hgh.png')"><i class="fa fa-lock"></i> Locked</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<div class="bg-white shadow-lg p-3 h-100 d-flex flex-column justify-content-between" style="border-radius: 25px;" data-aos="fade-up" data-aos-delay="400">
<div class="position-relative overflow-hidden mb-3">
<img class="img-fluid w-100" src="./img/projects/mohd.png" alt="" style="border-radius: 20px;">
</div>
<div>
<h4 class="mt-3">MoHD System</h4>
<p class="text-justify">Built a centralized Health Facility and Certificates Management System for the Ministry of Health Development in Somaliland.</p>
<hr>
<p class="h6">Contributors</p>
<div class="d-flex justify-content-between align-items-end">
<div class="p-0 m-0">
<img src="./img/Contributers/abdiqani.jpg" style="width: 40px; left: 15%; border-radius: 50%; object-fit: cover; border: 1px solid white" />
<img src="./img/Contributers/ahmed.jpg" style="width: 40px; position:fixed; left: 16%; border-radius: 50%; object-fit: cover; border: 1px solid white" />
</div>
<a class="btn btn-outline-primary btn-sm" onclick="detail(title = 'MoHD System', img = './img/projects/mohd.png')"><i class="fa fa-lock"></i> Locked</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<div class="bg-white shadow-lg p-3 h-100 d-flex flex-column justify-content-between" style="border-radius: 25px;" data-aos="fade-up" data-aos-delay="600">
<div class="position-relative overflow-hidden mb-3">
<img class="img-fluid w-100" src="./img/projects/doctor.png" alt="" style="border-radius: 20px;">
</div>
<div>
<h4 class="mt-3">Pharmacy System</h4>
<p class="text-justify">Developed a comprehensive Pharmacy Management System for Daryeel to handle inventory, sales, and prescription tracking.</p>
<hr>
<div class="d-flex justify-content-end">
<a class="btn btn-outline-primary btn-sm" onclick="detail(title ='Pharmacy System', img = './img/projects/doctor.png')"><i class="fa fa-lock"></i> Locked</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<div class="bg-white shadow-lg p-3 h-100 d-flex flex-column justify-content-between" style="border-radius: 25px;" data-aos="fade-up" data-aos-delay="800">
<div class="position-relative overflow-hidden mb-3">
<img class="img-fluid w-100" src="./img/projects/web.png" alt="" style="border-radius: 20px;">
</div>
<div>
<h4 class="mt-3">Portfolio Website</h4>
<p class="text-justify">Designed and developed a responsive personal website to showcase the individual's portfolio, skills, and experience.</p>
<hr>
<div class="d-flex justify-content-end">
<a class="btn btn-outline-primary btn-sm" onclick="detail(title = 'Portfolio Website', img = './img/projects/web.png')"><i class="fa fa-lock"></i> Locked</a>
</div>
</div>
</div>
</div>
<div class="col-lg-4 col-md-6 col-sm-12 mb-4">
<div class="bg-white shadow-lg p-3 h-100 d-flex flex-column justify-content-between" style="border-radius: 25px;" data-aos="fade-up" data-aos-delay="1000">
<div class="position-relative overflow-hidden mb-3">
<img class="img-fluid w-100" src="./img/projects/ffu.jpg" alt="" style="border-radius: 20px;">
</div>
<div>
<h4 class="mt-3">E-Result System</h4>
<p class="text-justify">The Online Result Examination System was developed for Frantz Fanon University to manage all student exams digitally.</p>
<hr>
<div class="d-flex justify-content-end">
<a class="btn btn-outline-primary btn-sm" data-toggle="modal" data-target="#myModal">Detail</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Portfolio End -->
<!-- Testimonial Start -->
<div class="container-fluid py-5 " id="testimonial">
<div class="container">
<div class="position-relative d-flex align-items-center justify-content-center mb-5">
<h1 class="display-1 text-uppercase text-white" style="-webkit-text-stroke: 1px #dee2e6;" data-aos="fade-up" data-aos-duration="1000">Review</h1>
<h1 class="position-absolute text-uppercase text-primary" data-aos="fade-down" data-aos-duration="1000">Testimonials</h1>
</div>
<div class="row gx-4 gy-4 mt-5">
<div class="col-lg-6 col-md-12 mt-4" data-aos="fade-up" data-aos-delay="0">
<div class="p-4 bg-white shadow-lg card-review text-center" style="border-radius: 25px; cursor: pointer;">
<img class="img-fluid rounded-circle mx-auto mb-3 mt-3 clinet-Image" src="./img/clients/mario.jpg" alt="Mario Lin" style="width: 100px; height: 100px; object-fit: cover;">
<h5 class="font-weight-bold mt-2">Mario Lin <i class="text-primary fa fa-check-circle" style="font-size: 13px;"></i> </h5>
<span>PM of Taiwan Technical Mission</span>
<div>
<i class="fa fa-2xl fa-quote-left text-primary mt-3"></i>
<h6 class="font-weight-light ">
He has a deep understanding of programming languages, extensive experience in database management, system integration and software testing. Beside, he reliable, honest and has great work ethic in personality.
</h6>
</div>
</div>
</div>
<div class="col-lg-6 col-md-12 mt-4" data-aos="fade-up" data-aos-delay="200">
<div class="p-4 bg-white shadow-lg card-review text-center" style="border-radius: 25px; cursor: pointer;">
<img class="img-fluid rounded-circle mx-auto mb-3 mt-3 clinet-Image" src="./img/clients/sahal.jpg" alt="Sahal Abdi Adam" style="width: 100px; height: 100px; object-fit: cover;">
<h5 class="font-weight-bold mt-2">Sahal Abdi Adam <i class="text-primary fa fa-check-circle" style="font-size: 13px;"></i></h5>
<span>Ceo of Taakul Digital Solutions</span>
<div>
<i class="fa fa-2xl fa-quote-left text-primary mt-4"></i>
<h6 class="font-weight-light">
He exhibited a keen a ability to learn quckly, adapt to new technologies and collaborate effectively with his colleagues. His Contributions to system development, debugging and performance optimization were commendable.
</h6>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Testimonial End -->
<!-- Project Detail -->
<div class="modal fade" id="myModal" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-dialog modal-xl modal-dialog-scrollable" role="document"> <!-- Add 'modal-dialog-scrollable' here -->
<div class="modal-content">
<!-- Modal Header -->
<div class="modal-header">
<h6 class="modal-title" id="myModalLabel">Project Review - Result Examination System</h6>
<button type="button" class="close" data-dismiss="modal" aria-label="Close">
<span aria-hidden="true">×</span>
</button>
</div>
<!-- Modal Body -->
<div class="modal-body" style="background-color: rgb(248, 248, 248);">
<div class="row col-12">
<div class="col-md-8">
<h2 class="p-2 pt-3 mb-0 pb-0">Result Examination System</h2>
<p class="p-2 text-justify text-dark">The Online Result Examination System was developed in 2022 for Frantz Fanon University as a modern solution to streamline and digitize the university's academic result management process. The system was designed to handle key academic components, including student GPA calculations, department and faculty records, and secure exam result storage. It significantly reduced the manual workload for academic staff by automating result entry, processing, and reporting across all university departments. One of the most impactful features of the system is its student-facing portal, which allows students to securely access their semester exam results online from anywhere. This not only improved transparency but also enhanced the overall student experience by eliminating the need for physical result distribution.The platform ensured data accuracy, institutional efficiency, and better academic tracking — making it a reliable tool for both administrative use and student engagement.</p>
<!-- Image Slider -->
<div id="imageSlider" class="carousel slide" data-ride="carousel">
<div class="carousel-inner">
<!-- Slides -->
<div class="carousel-item active">
<img class="d-block w-100" src="./img/projects/sub/1.png" alt="Image 1">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/projects/sub/2.png" alt="Image 2">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/projects/sub/3.png" alt="Image 3">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/projects/sub/4.png" alt="Image 4">
</div>
<div class="carousel-item">
<img class="d-block w-100" src="./img/projects/sub/5.png" alt="Image 5">
</div>
</div>
<!-- Controls -->
<a class="carousel-control-prev" href="#imageSlider" role="button" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="carousel-control-next" href="#imageSlider" role="button" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
<div>
<p class="text-justify text-dark pt-0 m-0 p-2">
<span >
<ul class="text-justify p-3">
<li ><strong>Student Registration:</strong> Easily register and manage student profiles across departments.</li>
<li ><strong>Faculty & Department Management:</strong> Organize academic staff, departments, and faculties for accurate data separation and reporting.</li>
<li ><strong>Exam Management:</strong> Create, schedule, and record exam results with secure access and role-based control.</li>
<li ><strong>Automated GPA Generation:</strong> Automatically calculate GPA based on uploaded marks and university grading standards.</li>
<li ><strong>Student Result Portal:</strong> Allow students to view their semester results online with secure login from any device.</li>
<li ><strong>Statistics & Analytics:</strong> Visualize performance trends, pass/fail rates, and departmental summaries for decision-making.</li>
<li ><strong>Secure Exam Records Storage:</strong> Store and archive historical exam data in a centralized, backed-up database.</li>
<li ><strong>Role-Based Access Control:</strong> Ensure security by limiting features and data visibility based on user roles (admin, lecturer, student).</li>
<li ><strong>Responsive Design:</strong> Fully accessible on desktops, tablets, and smartphones.</li>
<li ><strong>Notification System:</strong> Send alerts to students about result publication or registration deadlines.</li>
</ul>
</span>
</p>
</div>
<!-- Comments -->
<div class="container pt-2 p-0">
<script src="https://static.elfsight.com/platform/platform.js" async></script>
<div class="elfsight-app-1040a8dd-d823-463c-a92f-d45a726b4ada bg-white shadow-sm border" style="border-radius: 14px;" data-elfsight-app-lazy></div>
</div>
</div>
<div class="col-md-4 m-0 mt-3 p-0 text-center">
<div class="container shadow-sm p-2 " style="border-radius: 20px; height: 517px; position: fixed; width: 370px; border: 0.5px solid #e1e1e1; background-color: white;">
<img class="img-fluid w-100 p-0" src="./img/projects/ffu.jpg" style="border-top-left-radius: 10px; border-top-right-radius: 10px;" />
<h2 class="mt-3">E-Result System</h2>
<h6>Frantz Fanon University</h6>
<p class="pt-2"><b>Year: </b><a>2022</a></p>
<a class="btn btn-primary btn-sm mt-3">Request Demo</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Project Detail End -->
<!-- Contact Start -->
<div class="container-fluid d-flex align-items-center justify-content-center" style="background-color: #f9fbff; background-image: url(./img/contact/bgContact.jpg);" id="contactFrom">
<div class="container">
<!-- Heading -->
<div class="position-relative d-flex align-items-center justify-content-center">
<h1 class="display-1 text-uppercase" style="-webkit-text-stroke: 1px #dee2e6; color: transparent;" data-aos="fade-up" data-aos-duration="1000">Contact </h1>
<h1 class="position-absolute text-uppercase text-white shadow-sm" data-aos="fade-down" data-aos-duration="1000">Get in touch</h1>
</div>
<!-- Contact Card -->
<div class="row justify-content-center mt-4">
<div class="col-lg-7" data-aos="fade-up" data-aos-delay="100">
<div class="shadow p-5 card-review" style="border-radius: 30px;">
<form action="https://formspree.io/f/xblkgzbl" method="POST">
<div class="row g-3">
<div class="col-md-6">
<label class="col-sm-12 p-0">
<input type="text" placeholder="Your name" class="form-control bg-transparent text-white form-control-lg rounded-pill" name="name" required>
</label>
</div>
<div class="col-md-6 col-sm-12">
<label class="col-sm-12 p-0">
<input type="email" id="email" placeholder="Your email" class="form-control bg-transparent text-white form-control-lg rounded-pill" name="email" required>
</label>
</div>
<div class="col-12 mt-4">
<label class="col-12 p-0">
<input type="text" placeholder="Your subject" class="form-control bg-transparent text-white form-control-lg rounded-pill" name="subject" required>
</label>
</div>
<div class="col-md-12 mt-4 p-0">
<label class="col-12">
<textarea class="form-control bg-transparent text-white form-control-lg rounded-4" rows="5" id="message" placeholder="Your Message" required></textarea>
</label>
</div>
</div>
<div class="text-center mt-4">
<button class="btn btn-primary rounded-pill col-12 btn-lg" type="submit">Send Message <i class="fa fa-paper-plane"></i> </button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- Contact End -->
<!-- Elfsight WhatsApp Chat | Untitled WhatsApp Chat -->
<script src="https://static.elfsight.com/platform/platform.js" async></script>
<div class="elfsight-app-c2abd8ef-3a13-4375-91eb-cba282847364" data-elfsight-app-lazy></div>
<!-- Footer Start -->
<div class="container-fluid text-white py-5 px-sm-3 px-md-5" id="footer" style="background-color: #f9fbff;" >
<div class="container text-center py-5">
<div class="d-flex justify-content-center mb-4">
<a class="btn btn-primary btn-social mr-2" href="https://x.com/hamsesulup"><i class="fab fa-twitter"></i></a>
<a class="btn btn-primary btn-social mr-2" href="https://github.com/hamsesulup"><i class="fab fa-github"></i></a>
<a class="btn btn-primary btn-social mr-2" href="https://linkedin.com/in/hamsesulup"><i class="fab fa-linkedin-in"></i></a>
<a class="btn btn-primary btn-social" href="https://facebook.com/hamsesulup"><i class="fab fa-facebook-f"></i></a>
</div>
<div class="d-flex justify-content-center mb-3">
<a class="text-dark" href="#">About</a>
<span class="px-3">|</span>
<a class="text-dark" href="#">Projects</a>
<span class="px-3">|</span>
<a class="text-dark" href="#">Skills</a>
<span class="px-3">|</span>
<a class="text-dark" href="#">Contact</a>
</div>
<p class="m-0 text-dark">© All Rights Reserved. Developed by <span class="text-dark font-weight-bold">Hamse Abdi Mohamed</span>
</p>
</div>
</div>
<!-- Footer End -->
<!-- Scroll to Bottom -->
<i class="fa fa-2x fa-angle-down text-primary scroll-to-bottom"></i>
<!-- Back to Top -->
<a href="#" class="btn btn-outline-dark px-0 back-to-top"><i class="fa fa-angle-double-up"></i></a>
<!-- JavaScript Libraries -->
<script src="./lib/jquery/jquery-3.4.1.min.js"></script>
<script src="./lib/bootstrap/bootstrap.bundle.min.js"></script>
<script src="lib/typed/typed.min.js"></script>
<script src="lib/easing/easing.min.js"></script>
<script src="lib/waypoints/waypoints.min.js"></script>
<script src="lib/owlcarousel/owl.carousel.min.js"></script>
<script src="lib/isotope/isotope.pkgd.min.js"></script>
<script src="lib/lightbox/js/lightbox.min.js"></script>
<!-- Contact Javascript File -->
<script src="mail/jqBootstrapValidation.min.js"></script>
<script src="mail/contact.js"></script>
<!-- Template Javascript -->
<script src="js/main.js"></script>
<!-- AOS Animation Library -->
<link href="./aos/aos.css" rel="stylesheet">
<script src="./aos/aos.js"></script>
<script src="./aos/sweetalert2@11.js"></script>
<script>
AOS.init();
const downloaded = () => {
const link = document.querySelector('#Resume');
link.href = "./img/Doc/Hamse's Cv (1).pdf";
link.download = "Hamse's Cv (1).pdf";
// Delay the alert by 1 second (enough time for most browsers to start the download)
let timerInterval;
Swal.fire({
title: "Cv Resume!",
html: "I will close in <b></b> milliseconds.",
timer: 800,
timerProgressBar: true,
didOpen: () => {
Swal.showLoading();
const timer = Swal.getPopup().querySelector("b");
timerInterval = setInterval(() => {
timer.textContent = `${Swal.getTimerLeft()}`;
}, 100);
},
willClose: () => {
clearInterval(timerInterval);
}
}).then((result) => {
/* Read more about handling dismissals below */
if (result.dismiss === Swal.DismissReason.timer) {
console.log("Cv Downloading");
}
});
}
const downloaded2 = () => {
const link = document.querySelector('#Resume2');
link.href = "./img/Doc/Hamse's Cv (1).pdf";
link.download = "Hamse's Cv (1).pdf";
// Delay the alert by 1 second (enough time for most browsers to start the download)
let timerInterval;
Swal.fire({
title: "Cv Resume!",
html: "I will close in <b></b> milliseconds.",
timer: 800,
timerProgressBar: true,
didOpen: () => {
Swal.showLoading();
const timer = Swal.getPopup().querySelector("b");
timerInterval = setInterval(() => {
timer.textContent = `${Swal.getTimerLeft()}`;
}, 100);
},
willClose: () => {
clearInterval(timerInterval);
}
}).then((result) => {
/* Read more about handling dismissals below */
if (result.dismiss === Swal.DismissReason.timer) {
console.log("Cv Downloading");
}
});
}
const detail = (title, img) => {
Swal.fire({
title: "🔒 Locked: " + title,
text: "I will unlock this soon to review the project.",
imageUrl: img,
confirmButtonText: "Okay, got it!",
customClass: {
confirmButton: 'my-confirm' // <- You define this CSS class below
},
buttonsStyling: false, // <- required to enable custom styling
showClass: {
popup: `
animate__animated
animate__fadeInUp
animate__faster
`
},
hideClass: {
popup: `
animate__animated
animate__fadeOutDown
animate__faster
`
}
});
};
</script>
</body>
</html>