-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
540 lines (456 loc) · 22.7 KB
/
about.html
File metadata and controls
540 lines (456 loc) · 22.7 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>About - Gray Hawi </title>
<meta name="description" content="">
<meta name="keywords" content="">
<!-- Favicons -->
<link href="assets/img/favicon.png" rel="icon">
<link href="assets/img/apple-touch-icon.png" rel="apple-touch-icon">
<!-- Fonts -->
<link href="https://fonts.googleapis.com" rel="preconnect">
<link href="https://fonts.gstatic.com" rel="preconnect" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<!-- Main CSS File -->
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: Gray Hawi
* Template URL: https://bootstrapmade.com/Gray Hawi-free-resume-bootstrap-template/
* Updated: Mar 05 2025 with Bootstrap v5.3.3
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
======================================================== -->
</head>
<body class="about-page">
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl position-relative d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<!-- Uncomment the line below if you also wish to use an image logo -->
<!-- <img src="assets/img/logo.webp" alt=""> -->
<h1 class="sitename">Gray Hawi</h1>
</a>
<nav id="navmenu" class="navmenu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html" class="active">About</a></li>
<li><a href="resume.html">Resume</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="portfolio.html">Portfolio</a></li>
<!-- remove
<li class="dropdown"><a href="#"><span>Dropdown</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="#">Dropdown 1</a></li>
<li class="dropdown"><a href="#"><span>Deep Dropdown</span> <i class="bi bi-chevron-down toggle-dropdown"></i></a>
<ul>
<li><a href="#">Deep Dropdown 1</a></li>
<li><a href="#">Deep Dropdown 2</a></li>
<li><a href="#">Deep Dropdown 3</a></li>
<li><a href="#">Deep Dropdown 4</a></li>
<li><a href="#">Deep Dropdown 5</a></li>
</ul>
</li>
<li><a href="#">Dropdown 2</a></li>
<li><a href="#">Dropdown 3</a></li>
<li><a href="#">Dropdown 4</a></li>
</ul>
</li>
-->
<li><a href="contact.html">Contact</a></li>
</ul>
<i class="mobile-nav-toggle d-xl-none bi bi-list"></i>
</nav>
</div>
</header>
<main class="main">
<!-- Page Title -->
<div class="page-title" data-aos="fade">
<div class="heading">
<div class="container">
<div class="row d-flex justify-content-center text-center">
<div class="col-lg-8">
<h1>About</h1>
<p class="mb-0">I am an aspiring software developer with a strong interest in web development and problem solving. I enjoy learning new technologies, building real projects, and improving my skills through consistent practice and creativity.
</p>
</div>
</div>
</div>
</div>
<nav class="breadcrumbs">
<div class="container">
<ol>
<li><a href="index.html">Home</a></li>
<li class="current">About</li>
</ol>
</div>
</nav>
</div><!-- End Page Title -->
<!-- About Section -->
<section id="about" class="about section">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4 justify-content-center">
<div class="col-lg-4">
<img src="assets/img/profile1.jpg" class="img-fluid" alt="">
</div>
<div class="col-lg-8 content">
<h2>App developer & Web Developer.</h2>
<p class="fst-italic py-3">
I am a passionate developer specializing in web and app development. I enjoy creating responsive websites and intuitive mobile applications that solve real-world problems. My focus is on writing clean, efficient code and delivering engaging user experiences.
</p>
<div class="row">
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Birthday:</strong> <span>8 June 2008</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Website:</strong> <span>grayhawi2008@gmail.com</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Phone:</strong> <span>+254 729 924 253</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>City:</strong> <span>Nairobi, Kenya</span></li>
</ul>
</div>
<div class="col-lg-6">
<ul>
<li><i class="bi bi-chevron-right"></i> <strong>Age:</strong> <span>17</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Degree:</strong> <span>Bachelor</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Email:</strong> <span>grayhawi2008@gmail.com</span></li>
<li><i class="bi bi-chevron-right"></i> <strong>Freelance:</strong> <span>Available</span></li>
</ul>
</div>
</div>
<p class="py-3">
I have worked on multiple projects involving front-end and back-end development using technologies like Python, React.js, Django, and Kotlin. I am comfortable designing databases, integrating APIs, and building fully functional applications from concept to deployment.
</p>
</div>
</div>
</div>
</section><!-- /About Section -->
<!-- Stats Section -->
<section id="stats" class="stats section">
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row gy-4">
<div class="col-lg-3 col-md-6 d-flex flex-column align-items-center">
<i class="bi bi-emoji-smile"></i>
<div class="stats-item">
<span data-purecounter-start="0" data-purecounter-end="232" data-purecounter-duration="1" class="purecounter"></span>
<p>Happy Clients</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6 d-flex flex-column align-items-center">
<i class="bi bi-journal-richtext"></i>
<div class="stats-item">
<span data-purecounter-start="0" data-purecounter-end="521" data-purecounter-duration="1" class="purecounter"></span>
<p>Projects</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6 d-flex flex-column align-items-center">
<i class="bi bi-headset"></i>
<div class="stats-item">
<span data-purecounter-start="0" data-purecounter-end="1463" data-purecounter-duration="1" class="purecounter"></span>
<p>Hours Of Support</p>
</div>
</div><!-- End Stats Item -->
<div class="col-lg-3 col-md-6 d-flex flex-column align-items-center">
<i class="bi bi-people"></i>
<div class="stats-item">
<span data-purecounter-start="0" data-purecounter-end="15" data-purecounter-duration="1" class="purecounter"></span>
<p>Hard Workers</p>
</div>
</div><!-- End Stats Item -->
</div>
</div>
</section><!-- /Stats Section -->
<!-- Skills Section -->
<section id="skills" class="skills section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Skills</h2>
<div><span>My</span> <span class="description-title">Skills</span></div>
</div><!-- End Section Title -->
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="row skills-content skills-animation">
<div class="col-lg-6">
<div class="progress">
<span class="skill"><span>HTML</span> <i class="val">100%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="100" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>CSS</span> <i class="val">90%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>JavaScript</span> <i class="val">75%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="75" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
</div>
<div class="col-lg-6">
<div class="progress">
<span class="skill"><span>PHP</span> <i class="val">30%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="30" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>WordPress/CMS</span> <i class="val">70%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="70" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
<div class="progress">
<span class="skill"><span>Da Vinci Resolve</span> <i class="val">50%</i></span>
<div class="progress-bar-wrap">
<div class="progress-bar" role="progressbar" aria-valuenow="50" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div><!-- End Skills Item -->
</div>
</div>
</div>
</section><!-- /Skills Section -->
<!-- Interests Section -->
<section id="interests" class="interests section">
<!-- Section Title -->
<div class="container section-title" data-aos="fade-up">
<h2>Features</h2>
<div><span>I'm</span> <span class="description-title">interested in</span></div>
</div><!-- End Section Title -->
<div class="container">
<div class="row gy-4">
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="100">
<div class="features-item">
<i class="bi bi-eye" style="color: #ffbb2c;"></i>
<h3><a href="" class="stretched-link">Web Development</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="200">
<div class="features-item">
<i class="bi bi-infinity" style="color: #5578ff;"></i>
<h3><a href="" class="stretched-link">Mobile App Development</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="300">
<div class="features-item">
<i class="bi bi-mortarboard" style="color: #e80368;"></i>
<h3><a href="" class="stretched-link">UI/UX Design</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="400">
<div class="features-item">
<i class="bi bi-nut" style="color: #e361ff;"></i>
<h3><a href="" class="stretched-link">Artificial Intelligence</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="500">
<div class="features-item">
<i class="bi bi-shuffle" style="color: #47aeff;"></i>
<h3><a href="" class="stretched-link">Data Analysis</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="600">
<div class="features-item">
<i class="bi bi-star" style="color: #ffa76e;"></i>
<h3><a href="" class="stretched-link">Cloud Computing</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="700">
<div class="features-item">
<i class="bi bi-x-diamond" style="color: #11dbcf;"></i>
<h3><a href="" class="stretched-link">Entrepreneurship</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="800">
<div class="features-item">
<i class="bi bi-camera-video" style="color: #4233ff;"></i>
<h3><a href="" class="stretched-link">Digital Marketing</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="900">
<div class="features-item">
<i class="bi bi-command" style="color: #b2904f;"></i>
<h3><a href="" class="stretched-link">Ecommerece solutions</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="1000">
<div class="features-item">
<i class="bi bi-dribbble" style="color: #b20969;"></i>
<h3><a href="" class="stretched-link">IOT</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="1100">
<div class="features-item">
<i class="bi bi-activity" style="color: #ff5828;"></i>
<h3><a href="" class="stretched-link">Gardening</a></h3>
</div>
</div><!-- End Feature Item -->
<div class="col-lg-3 col-md-4" data-aos="fade-up" data-aos-delay="1200">
<div class="features-item">
<i class="bi bi-brightness-high" style="color: #29cc61;"></i>
<h3><a href="" class="stretched-link">Community Service</a></h3>
</div>
</div><!-- End Feature Item -->
</div>
</div>
</section><!-- /Interests Section -->
<!-- Testimonials Section
<section id="testimonials" class="testimonials section">
-->
<!-- Section Title
<div class="container section-title" data-aos="fade-up">
<h2>Testimonials</h2>
<div><span>Check my</span> <span class="description-title">Testimonials</span></div>
</div>< End Section Title -->
<!--endtitle
<div class="container" data-aos="fade-up" data-aos-delay="100">
<div class="swiper init-swiper" data-speed="600" data-delay="5000">
<script type="application/json" class="swiper-config">
{
"loop": true,
"speed": 600,
"autoplay": {
"delay": 5000
},
"slidesPerView": "auto",
"pagination": {
"el": ".swiper-pagination",
"type": "bullets",
"clickable": true
},
"breakpoints": {
"320": {
"slidesPerView": 1,
"spaceBetween": 40
},
"1200": {
"slidesPerView": 3,
"spaceBetween": 20
}
}
}
</script>
<div class="swiper-wrapper">
<div class="swiper-slide">
<div class="testimonial-item" "="">
<p>
<i class=" bi bi-quote quote-icon-left"></i>
<span>Proin iaculis purus consequat sem cure digni ssim donec porttitora entum suscipit rhoncus. Accusantium quam, ultricies eget id, aliquam eget nibh et. Maecen aliquam, risus at semper.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
<img src="assets/img/person/person-m-9.webp" class="testimonial-img" alt="">
<h3>Saul Goodman</h3>
<h4>Ceo & Founder</h4>
</div>
</div> End testimonial item -->
<!--end
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>Export tempor illum tamen malis malis eram quae irure esse labore quem cillum quid malis quorum velit fore eram velit sunt aliqua noster fugiat irure amet legam anim culpa.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
<img src="assets/img/person/person-f-5.webp" class="testimonial-img" alt="">
<h3>Sara Wilsson</h3>
<h4>Designer</h4>
</div>
</div> End testimonial item -->
<!--end
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>Enim nisi quem export duis labore cillum quae magna enim sint quorum nulla quem veniam duis minim tempor labore quem eram duis noster aute amet eram fore quis sint minim.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
<img src="assets/img/person/person-f-12.webp" class="testimonial-img" alt="">
<h3>Jena Karlis</h3>
<h4>Store Owner</h4>
</div>
</div>< End testimonial item -->
<!--end
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>Fugiat enim eram quae cillum dolore dolor amet nulla culpa multos export minim fugiat dolor enim duis veniam ipsum anim magna sunt elit fore quem dolore labore illum veniam.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
<img src="assets/img/person/person-m-12.webp" class="testimonial-img" alt="">
<h3>Matt Brandon</h3>
<h4>Freelancer</h4>
</div>
</div><End testimonial item -->
<!-- end
<div class="swiper-slide">
<div class="testimonial-item">
<p>
<i class="bi bi-quote quote-icon-left"></i>
<span>Quis quorum aliqua sint quem legam fore sunt eram irure aliqua veniam tempor noster veniam sunt culpa nulla illum cillum fugiat legam esse veniam culpa fore nisi cillum quid.</span>
<i class="bi bi-quote quote-icon-right"></i>
</p>
<img src="assets/img/person/person-m-13.webp" class="testimonial-img" alt="">
<h3>John Larson</h3>
<h4>Entrepreneur</h4>
</div>
</div>< End testimonial item -->
<!--end
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</section>< /Testimonials Section -->
</main>
<footer id="footer" class="footer dark-background">
<div class="container">
<h3 class="sitename">Gray Hawi</h3>
<p>I am a passionate developer focused on building clean, functional, and user friendly web applications, constantly learning, experimenting, and turning ideas into practical digital solutions.</p>
<div class="social-links d-flex justify-content-center">
<a href=""><i class="bi bi-twitter-x"></i></a>
<a href=""><i class="bi bi-facebook"></i></a>
<a href=""><i class="bi bi-instagram"></i></a>
<a href=""><i class="bi bi-skype"></i></a>
<a href=""><i class="bi bi-linkedin"></i></a>
</div>
<div class="container">
<div class="copyright">
<span>Copyright</span> <strong class="px-1 sitename">Gray Hawi</strong> <span>All Rights Reserved</span>
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you've purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: [buy-url] -->
<!-- out
Designed by <a href="https://bootstrapmade.com/">BootstrapMade</a> | <a href="https://bootstrapmade.com/tools/">DevTools</a>
-->
</div>
</div>
</div>
</footer>
<!-- Scroll Top -->
<a href="#" id="scroll-top" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Preloader -->
<div id="preloader"></div>
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/typed.js/typed.umd.js"></script>
<script src="assets/vendor/purecounter/purecounter_vanilla.js"></script>
<script src="assets/vendor/waypoints/noframework.waypoints.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/imagesloaded/imagesloaded.pkgd.min.js"></script>
<script src="assets/vendor/isotope-layout/isotope.pkgd.min.js"></script>
<!-- Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>