-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
431 lines (387 loc) · 21.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta name="copyright" content="MACode ID, https://www.macodeid.com/">
<title>Abdelhak Zabour | Data - Science - Viz </title>
<link rel="shortcut icon" href="assets/img/logo/logo.png" type="image/x-icon">
<link rel="stylesheet" type="text/css" href="assets/css/themify-icons.css">
<link rel="stylesheet" type="text/css" href="assets/css/bootstrap.css">
<link rel="stylesheet" type="text/css" href="assets/vendor/animate/animate.css">
<link rel="stylesheet" type="text/css" href="assets/vendor/owl-carousel/owl.carousel.css">
<link rel="stylesheet" type="text/css" href="assets/vendor/perfect-scrollbar/css/perfect-scrollbar.css">
<link rel="stylesheet" type="text/css" href="assets/vendor/nice-select/css/nice-select.css">
<link rel="stylesheet" type="text/css" href="assets/vendor/fancybox/css/jquery.fancybox.min.css">
<link rel="stylesheet" type="text/css" href="assets/css/virtual.css">
<link rel="stylesheet" type="text/css" href="assets/css/topbar.virtual.css">
<!-- <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous"> -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.2.0/css/all.css" integrity="sha384-hWVjflwFxL6sNzntih27bfxkr27PmbbK/iSvJ+a4+0owXq79v+lsFkW54bOGbiDQ" crossorigin="anonymous">
</head>
<body class="theme-gray">
<!-- Back to top button -->
<div class="btn-back_to_top">
<span class="ti-arrow-up"></span>
</div>
<!-- Setting button -->
<div class="config">
<div class="template-config">
<!-- Settings -->
<div class="d-block">
<button class="btn btn-fab btn-sm" id="sideel" title="Settings"><span class="ti-settings"></span></button>
</div>
<!-- Puschase -->
<div class="d-block">
<a href="https://macodeid.com/projects/virtual-folio/" class="btn btn-fab btn-sm" title="Get this template" data-toggle="tooltip" data-placement="left"><span class="ti-download"></span></a>
</div>
<!-- Help -->
<div class="d-block">
<a href="#" class="btn btn-fab btn-sm" title="Help" data-toggle="tooltip" data-placement="left"><span class="ti-help"></span></a>
</div>
</div>
</div>
<div class="vg-page page-home" id="home" style="background-image: url(assets/img/bg_image_1.jpg)">
<!-- Navbar -->
<div class="navbar navbar-expand-lg navbar-dark sticky" data-offset="500">
<div class="container">
<a href="#" class="navbar-brand">
<img src="assets/img/logo/logo.png" alt="" width="60" height="60">
</a>
<button class="navbar-toggler" data-toggle="collapse" data-target="#main-navbar" aria-expanded="true">
<span class="ti-menu"></span>
</button>
<div class="collapse navbar-collapse" id="main-navbar">
<ul class="navbar-nav ml-auto">
<li class="nav-item active">
<a href="#home" class="nav-link" data-animate="scrolling">Home</a>
</li>
<li class="nav-item">
<a href="#about" class="nav-link" data-animate="scrolling">About</a>
</li>
<li class="nav-item">
<a href="#portfolio" class="nav-link" data-animate="scrolling">Portfolio</a>
</li>
<!--
<li class="nav-item">
<a href="#blog" class="nav-link" data-animate="scrolling">Blog</a>
</li>-->
<li class="nav-item">
<a href="#contact" class="nav-link" data-animate="scrolling">Contact</a>
</li>
</ul>
<ul class="nav ml-auto">
<li class="nav-item">
<button class="btn btn-fab btn-theme no-shadow">En</button>
</li>
</ul>
</div>
</div>
</div>
<!-- End Navbar -->
<!-- Caption header -->
<div class="caption-header text-center wow zoomInDown">
<h5 class="fw-normal"><b class="fg-theme">HELLO THERE!!</b></h5>
<font face="serif" class="fw-light mb-6" size=22>I am Abdelhak Zabour</font>
<font face="serif" class="fw-light mb-6" size=22>I am a Data Scientist</font>
<!-- <div class="badge">Junior Data Scientist & Machine Learning Engineer</div> -->
</div>
<!-- End Caption header -->
<div class="floating-button"><span class="ti-mouse"></span></div>
</div>
<div class="vg-page page-about" id="about">
<div class="container py-5">
<div class="row">
<div class="col-lg-4 py-3">
<div class="img-place wow fadeInUp">
<img src="assets/img/person.jpg" alt="">
</div>
</div>
<div class="col-lg-7 offset-lg-1 wow fadeInRight">
<br> </br>
<h5 class="fg-theme mb-3"><b>Hello!</b></h5>
<p class="text-muted">
<font face="serif" size="4">My name is Abdelhak Zabour and I am passionate about Machine Learning and Data Science using cutting-edge technology to build and improve AI products and focusing on solving problems for different niches and different industries
using the power of data and technology.</font>
</p>
<p class="text-muted">
<font face="serif" size="4">I will love to hear from you whether it's a project, job opportunity, or just chat. Feel free to contact me.</font>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Client -->
<div class="vg-page page-client">
<div class="container py-3">
<h1 class="text-center fw-normal wow fadeIn">Technology</h1>
</div>
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-4 col-xl-3 item">
<div class="img-place wow fadeInUp">
<img src="assets/img/logo/python.png" alt="Python">
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 item">
<div class="img-place wow fadeInUp">
<img src="assets/img/logo/sql.png" alt="">
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 item">
<div class="img-place wow fadeInUp">
<img src="assets/img/logo/r.png" alt="">
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 item">
<div class="img-place wow fadeInUp">
<img src="assets/img/logo/spark.png" alt="">
</div>
</div>
</div>
<div class="row">
<div class="col-md-6 col-lg-4 col-xl-3 item">
<div class="img-place wow fadeInUp">
<img src="assets/img/logo/tensorflow.png" alt="">
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 item">
<div class="img-place wow fadeInUp">
<img src="assets/img/logo/pytorch-logo.png" alt="">
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 item">
<div class="img-place wow fadeInUp">
<img src="assets/img/logo/streamlit.png" alt="">
</div>
</div>
<div class="col-md-6 col-lg-4 col-xl-3 item">
<div class="img-place wow fadeInUp">
<img src="assets/img/logo/docker.svg" alt="">
</div>
</div>
</div>
</div>
</div>
<!-- End client -->
<div class="vg-page page-service">
<div class="container">
<h1 class="fw-normal text-center wow fadeInUp">Areas of Interest</h1>
<p class="fadeInUp text-center wow text-muted"> Take a look at some of the things I love working on. </p>
<div class="row mt-5">
<div class="col-md-4 col-lg-4 col-xl-4">
<div class="card card-service wow fadeInUp">
<div class="icon">
<span class="ti-desktop"></span>
</div>
<div class="caption">
<h4 class="fg-theme">Machine Learning</h4>
<p>I am passionate about learning the new tools and algorithms of ML.</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-xl-4">
<div class="card card-service wow fadeInUp">
<div class="icon">
<span class="ti-text"></span>
</div>
<div class="caption">
<h4 class="fg-theme">NLP</h4>
<p>I apply text analytics to some of the hardest questions in business.</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-xl-4">
<div class="card card-service wow fadeInUp">
<div class="icon">
<span class="ti-write"></span>
</div>
<div class="caption">
<h4 class="fg-theme">Collaboration</h4>
<p>I enjoy working with my team to create winning strategies.</p>
</div>
</div>
</div>
</div>
<!-- ############################## Second row ######################################### -->
<div class="row mt-1">
<div class="col-md-4 col-lg-4 col-xl-4">
<!-- <div class="card card-service wow fadeInUp">
<div class="icon">
<span class="ti-write"></span>
</div>
<div class="caption">
<h4 class="fg-theme">Collaboration</h4>
<p>I enjoy working with my team to create winning strategies.</p>
</div>
</div>-->
</div>
<div class="col-md-4 col-lg-4 col-xl-4">
<div class="card card-service wow fadeInUp">
<div class="icon">
<span class="ti-bar-chart"></span>
</div>
<div class="caption">
<h4 class="fg-theme">Data Analytics</h4>
<p>I love telling a story. Getting to the heart of a problem and coming up with a solution.</p>
</div>
</div>
</div>
<div class="col-md-4 col-lg-4 col-xl-4">
<!-- <div class="card card-service wow fadeInUp">
<div class="icon">
<span class="ti-shortcode"></span>
</div>
<div class="caption">
<h4 class="fg-theme">Web Development</h4>
<p>There are many variations of passages of Lorem Ipsum available</p>
</div>
</div>-->
</div>
</div>
</div>
</div>
<!-- Portfolio -->
<div class="vg-page page-portfolio" id="portfolio">
<div class="container">
<div class="text-center wow fadeInUp">
<div class="badge badge-subhead wow fadeInUp">Work</div>
</div>
<h1 class="text-center fw-normal wow fadeInUp">My Latest Projects</h1>
<div class="row post-grid">
<div class="col-md-6 col-lg-4 wow fadeInUp">
<div class="card">
<div class="img-place">
<img src="assets/img/work/logo.png" alt="">
</div>
<div class="caption">
<a href="javascript:void(0)" class="post-category">Machine Learning</a>
<a href="https://github.com/zaboura/iGrader-Essay-App" class="post-title">Automated Grading System</a>
<span class="post-date"><span class="sr-only">Published on</span> January 22, 2021</span>
</div>
</div>
</div>
<!-- Second project -->
<div class="col-md-6 col-lg-4 wow fadeInUp">
<div class="card">
<div class="img-place">
<img src="assets/img/work/wc.png" alt="">
</div>
<div class="caption">
<a href="javascript:void(0)" class="post-category">Data Science & Google Cloud</a>
<a href="https://github.com/zaboura/gc-vision-api-script-ocr" class="post-title">WordCloud with Google Vision API</a>
<span class="post-date"><span class="sr-only">Published on</span> April 24, 2022</span>
</div>
</div>
</div>
<!-- End blog
<!-- Contact -->
<div class="vg-page page-contact" id="contact">
<div class="container-fluid">
<div class="text-center wow fadeInUp">
<div class="badge badge-subhead">Contact</div>
</div>
<h1 class="text-center fw-normal wow fadeInUp">Get in touch</h1>
<div class="row py-5">
<div class="col-lg-7 px-0 pr-lg-3 wow zoomIn">
<div class="vg-maps">
<div id="google-maps" style="width: 100%; height: 100%;"></div>
</div>
</div>
<div class="col-lg-5">
<form class="vg-contact-form" action="https://getform.io/f/66c50d68-5279-46a6-9026-8a9bfd22e507" method="POST">
<div class="form-row">
<div class="col-12 mt-3 wow fadeInUp">
<input class="form-control" type="text" name="Name" placeholder="Your Name" required>
</div>
<div class="col-6 mt-3 wow fadeInUp">
<input class="form-control" type="email" name="Email" placeholder="Email Address" required>
</div>
<div class="col-6 mt-3 wow fadeInUp">
<input class="form-control" type="text" name="Subject" placeholder="Subject">
</div>
<div class="col-12 mt-3 wow fadeInUp">
<textarea class="form-control" name="Message" rows="6" placeholder="Enter message here.."></textarea>
</div>
<button type="submit" class="btn btn-theme mt-3 wow fadeInUp ml-1">Send Message</button>
</div>
</form>
</div>
</div>
</div>
</div>
<!-- End Contact -->
<div class="container justify-content-center">
<ul class="foote_bottom_ul_amrc">
<li><a href="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#portfolio">Portfolio</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<!--foote_bottom_ul_amrc ends here-->
<p class="text-center fs-small">Copyright ©2020. All right reserved | This template is made with <span class="ti-heart fg-theme-red"></span> by <a href="https://www.macodeid.com/">MACode ID</a></p>
<ul class="social_footer_ul foote_bottom_ul_amrc">
<li><a href="https://twitter.com/zabour_abdelhak"><i class="fab fa-twitter"></i></a></li>
<li><a href="https://www.linkedin.com/in/abdelhakzabour"><i class="fab fa-linkedin"></i></a></li>
<li><a href="https://github.com/zaboura"><i class="fab fa-github"></i></a></li>
</ul>
<!--social_footer_ul ends here-->
</div>
<script src="assets/js/jquery-3.5.1.min.js"></script>
<script src="assets/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/owl-carousel/owl.carousel.min.js"></script>
<script src="assets/vendor/perfect-scrollbar/js/perfect-scrollbar.js"></script>
<script src="assets/vendor/isotope/isotope.pkgd.min.js"></script>
<script src="assets/vendor/nice-select/js/jquery.nice-select.min.js"></script>
<script src="assets/vendor/fancybox/js/jquery.fancybox.min.js"></script>
<script src="assets/vendor/wow/wow.min.js"></script>
<script src="assets/vendor/animateNumber/jquery.animateNumber.min.js"></script>
<script src="assets/vendor/waypoints/jquery.waypoints.min.js"></script>
<script src="assets/js/google-maps.js"></script>
<script src="assets/js/topbar-virtual.js"></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAIA_zqjFMsJM_sxP9-6Pde5vVCTyJmUHM&callback=initMap"></script>
<script SameSite="None; Secure" src="https://cdn.landbot.io/landbot-3/landbot-3.0.0.js"></script>
<script SameSite="None; Secure" src="https://cdn.landbot.io/landbot-3/landbot-3.0.0.js"></script>
<script SameSite="None; Secure" src="https://cdn.landbot.io/landbot-3/landbot-3.0.0.js"></script>
<script SameSite="None; Secure" src="https://cdn.landbot.io/landbot-3/landbot-3.0.0.js"></script>
<script>
var myLandbot = new Landbot.Livechat({
configUrl: 'https://chats.landbot.io/v3/H-1137838-WSSWPO3SFIAUY285/index.json',
});
</script>
<script>
var siteScope = window;
siteScope.document.styleSheets[0].insertRule('.LandbotLivechat { min-width: 300px !important}');
var landbotScope = this;
this.onLoad(function() {
landbotScope.document.styleSheets[0].insertRule(`.LivechatLauncher:before {
content: "Chat with Landbot";
position: absolute;
opacity: 0;
padding: 10px;
color: #333;
border-radius: 50px;
}`);
landbotScope.document.styleSheets[0].insertRule(`.LivechatLauncher:hover:before {
opacity: 1;
background: white;
border: 1px solid red;
margin-left: -175px;
}`);
})
</script>
<script>
var siteScope = window;
siteScope.document.styleSheets[0].insertRule('.LandbotLivechat {right: 60px !important}'); //You can add this css rule in your site
;
</script>
<script>
var landbotScope = this;
this.onLoad(function() { // This Css rule can only applied once Landbot script is loaded
landbotScope.document.styleSheets[0].insertRule('.LivechatProactive .Message[data-type=text] .MessageBubble { background-color: red !important}');
})
</script>
</body>
</html>