-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
463 lines (451 loc) · 19.5 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
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Connect Abdul Mateen</title>
<link rel="stylesheet" href="./Styles/index.css" />
<link rel="stylesheet" href="./Styles/search-bar.css" />
<link rel="stylesheet" href="bg.css" />
</head>
<body>
<!-- Search Bar -->
<div class="container">
<form action="" class="search">
<input
class="search__input"
placeholder="Search"
onkeyup="searchLinks()"
onkeydown="handleKeyDown(event)"
id="searchInput"
/>
<div class="search__icon-container">
<label
for="searchInput"
class="search__label"
aria-label="Search"
>
<svg viewBox="0 0 1000 1000" title="Search">
<path
fill="currentColor"
d="M408 745a337 337 0 1 0 0-674 337 337 0 0 0 0 674zm239-19a396 396 0 0 1-239 80 398 398 0 1 1 319-159l247 248a56 56 0 0 1 0 79 56 56 0 0 1-79 0L647 726z"
/>
</svg>
</label>
<button class="search__submit" aria-label="Search">
<svg viewBox="0 0 1000 1000" title="Search">
<path
fill="currentColor"
d="M408 745a337 337 0 1 0 0-674 337 337 0 0 0 0 674zm239-19a396 396 0 0 1-239 80 398 398 0 1 1 319-159l247 248a56 56 0 0 1 0 79 56 56 0 0 1-79 0L647 726z"
/>
</svg>
</button>
</div>
</form>
</div>
<section id="bg-css">
<div class="air air1"></div>
<div class="air air2"></div>
<div class="air air3"></div>
<div class="air air4"></div>
</section>
<div id="top">
<img
id="my-image"
class="scale"
src="/Images/front img white bg.jpg"
alt="Abdul Mateen's Picture with a black and white background"
/>
<h1>Abdul Mateen</h1>
<p>
Howdy, I'm Abdul Mateen. I'm a passionate Tech Lover from
Lahore, apart from that I'm a Web Developer and an CyberSecurity
enthusiast Inspired by Imagination.
</p>
<hr />
</div>
<div id="main">
<a href="https://facebook.com/abdulmateenzwl" target="_blank">
<div class="card blue-bg white-color scale">
<i class="fa-brands fa-facebook fa-2x"></i>
<p><strong>Facebook</strong></p>
</div>
</a>
<a href="https://instagram.com/abdulmateenzwl" target="_blank">
<div class="card pink-bg white-color scale">
<i class="fa-brands fa-instagram fa-2x"></i>
<p><strong>Instagram</strong></p>
</div>
</a>
<a href="https://linkedin.com/in/abdulmateenzwl" target="_blank">
<div class="card dark-blue-bg white-color scale">
<i class="fa-brands fa-linkedin fa-2x"></i>
<p><strong>LinkedIn</strong></p>
</div>
</a>
<a href="https://github.com/abdulmateenzwl" target="_blank">
<div class="card purple-bg white-color scale">
<i class="fa-brands fa-github fa-2x"></i>
<p><strong>Github</strong></p>
</div>
</a>
<a href="https://youtube.com/@abdulmateenzwl" target="_blank">
<div class="card red-bg white-color scale">
<i class="fa-brands fa-youtube fa-2x"></i>
<p><strong>YouTube</strong></p>
</div>
</a>
<a href="https://twitter.com/abdulmateenzwl" target="_blank">
<div class="card dark-blue-bg white-color scale">
<i class="fa-brands fa-twitter fa-2x"></i>
<p><strong>Twitter</strong></p>
</div>
</a>
<a href="https://wa.me/923101524679">
<div class="card green-bg white-color scale">
<i class="fa-brands fa-whatsapp fa-2x"></i>
<p><strong>Whatsapp</strong></p>
</div>
</a>
<a href="https://telegram.me/abdulmateenzwl" target="_blank">
<div class="card dark-blue-bg white-color scale">
<i class="fa-brands fa-telegram fa-2x"></i>
<p><strong>Telegram</strong></p>
</div>
</a>
<a href="https://m.me/abdulmateenzwl" target="_blank">
<div class="card dark-blue-bg white-color scale">
<i class="fa-brands fa-facebook-messenger fa-2x"></i>
<p><strong>Messenger</strong></p>
</div>
</a>
<a href="mailto:abdulmateenzwl@gmail.com">
<div class="card light-red-bg white-color scale">
<i class="fa-regular fa-envelope fa-2x"></i>
<p><strong>Gmail</strong></p>
</div>
</a>
<a href="https://threads.net/@abdulmateenzwl" target="_blank">
<div class="card black-bg white-color scale">
<i class="fa-regular fa-at fa-2x"></i>
<p><strong>Threads</strong></p>
</div>
</a>
<a href="https://LeetCode.com/abdulmateenzwl" target="_blank">
<div class="card orange-bg2 white-color scale">
<i class="fa-solid fa-terminal fa-2x"></i>
<p><strong>LeetCode</strong></p>
</div>
</a>
<a href="https://Hackerrank.com/abdulmateenzwl" target="_blank">
<div class="card dark-green-bg white-color scale">
<i class="fa-solid fa-terminal fa-2x"></i>
<p><strong>HackerRank</strong></p>
</div>
</a>
<a href="https://Hackerearth.com/@abdulmateenzwl" target="_blank">
<div class="card dark-blue-bg2 white-color scale">
<i class="fa-solid fa-terminal fa-2x"></i>
<p><strong>HackerEarth</strong></p>
</div>
</a>
<a
href="https://www.codewars.com/users/abdulmateenzwl"
target="_blank"
>
<div class="card dark-red-bg white-color scale">
<i class="fa-solid fa-terminal fa-2x"></i>
<p><strong>Code Wars</strong></p>
</div>
</a>
<a
href="https://auth.geeksforgeeks.org/user/abdulmateenzwl"
target="_blank"
>
<div class="card green-bg white-color scale">
<i class="fa-solid fa-terminal fa-2x"></i>
<p><strong>GeeksforGeeks</strong></p>
</div>
</a>
<a href="https://about.me/abdulmateenzwl" target="_blank">
<div class="card pink-bg white-color scale">
<i class="fa-solid fa-user fa-2x"></i>
<p><strong>About Me</strong></p>
</div>
</a>
<a
href="https://monkeytype.com/profile/abdulmateenzwl"
target="_blank"
>
<div class="card yellow-bg white-color scale">
<i class="fa-solid fa-keyboard fa-2x"></i>
<p><strong>Monkey Type</strong></p>
</div>
</a>
<a href="https://gitlab.com/abdulmateenzwl" target="_blank">
<div class="card orange-bg white-color scale">
<i class="fa-brands fa-gitlab fa-2x"></i>
<p><strong>GitLab</strong></p>
</div>
</a>
<a href="https://cal.com/abdulmateenzwl" target="_blank">
<div class="card black-bg white-color scale">
<i class="fa-solid fa-calendar-check fa-2x"></i>
<p><strong>Cal.com</strong></p>
</div>
</a>
<a
href="https://www.codechef.com/users/abdulmateenzwl"
target="_blank"
>
<div class="card brown-bg white-color scale">
<i class="fa-solid fa-terminal fa-2x"></i>
<p><strong>Code Chef</strong></p>
</div>
</a>
<a target="_blank" href="https://codepen.io/abdulmateenzwl">
<div class="card black-bg white-color scale">
<i class="fa-brands fa-codepen fa-2x"></i>
<p><strong>CodePen</strong></p>
</div>
</a>
<a
href="https://www.chess.com/bs/member/abdulmateenzwl"
target="_blank"
>
<div class="card green-bg white-color scale">
<i class="fa-solid fa-chess fa-2x"></i>
<p><strong>Chess.com</strong></p>
</div>
</a>
<a
href="https://stackoverflow.com/users/19561209/abdulmateenzwl"
target="_blank"
>
<div class="card orange-bg2 white-color scale">
<i class="fa-brands fa-stack-overflow fa-2x"></i>
<p><strong>Stackoverflow</strong></p>
</div>
</a>
<a
href="https://stackexchange.com/users/25822352/abdulmateenzwl"
target="_blank"
>
<div class="card dark-blue-bg white-color scale">
<i class="fa-brands fa-stack-exchange fa-2x"></i>
<p><strong>Stack Exchange</strong></p>
</div>
</a>
<a href="https://patreon.com/abdulmateenzwl" target="_blank">
<div class="card black-bg white-color scale">
<i class="fa-brands fa-patreon fa-2x"></i>
<p><strong>Patreon</strong></p>
</div>
</a>
<a href="https://ko-fi.com/abdulmateenzwl" target="_blank">
<div class="card pink-bg white-color scale">
<i class="fa-solid fa-mug-hot fa-2x"></i>
<p><strong>ko-fi</strong></p>
</div>
</a>
<a
href="https://www.buymeacoffee.com/abdulmateenzwl"
target="_blank"
>
<div class="card yellow-bg white-color scale">
<i class="fa-solid fa-mug-hot fa-2x"></i>
<p><strong>Buymeacoffee</strong></p>
</div>
</a>
<a href="https://www.behance.net/Abdulmateenzwl" target="_blank">
<div class="card black-bg white-color scale">
<i class="fa-brands fa-behance fa-2x"></i>
<p><strong>Behance</strong></p>
</div>
</a>
<a href="https://vsco.co/abdulmateenzwl" target="_blank">
<div class="card black-bg white-color scale">
<i class="fa-solid fa-brush fa-2x"></i>
<p><strong>VSCO</strong></p>
</div>
</a>
<a href="https://substack.com/@abdulmateenzwl" target="_blank">
<div class="card orange-bg white-color scale">
<i class="fa-solid fa-layer-group fa-2x"></i>
<p><strong>SubStack</strong></p>
</div>
</a>
<a href=" https://dribbble.com/abdulmateenzwl" target="_blank">
<div class="card pink-bg white-color scale">
<i class="fa-brands fa-dribbble fa-2x"></i>
<p><strong>Dribbble</strong></p>
</div>
</a>
<a href="https://unsplash.com/@abdulmateenzwl" target="_blank">
<div class="card black-bg white-color scale">
<i class="fa-solid fa-camera fa-2x"></i>
<p><strong>Unsplash</strong></p>
</div>
</a>
<a href="https://www.tumblr.com/abdulmateenzwl" target="_blank">
<div class="card black-bg white-color scale">
<i class="fa-brands fa-tumblr fa-2x"></i>
<p><strong>Tumblr</strong></p>
</div>
</a>
<a
href=" https://www.producthunt.com/@abdulmateenzwl"
target="_blank"
>
<div class="card light-red-bg white-color scale">
<i class="fa-brands fa-product-hunt fa-2x"></i>
<p><strong>ProductHunt</strong></p>
</div>
</a>
<a href="https://www.tiktok.com/@abdulmateenzwl" target="_blank">
<div class="card pink-bg white-color scale">
<i class="fa-brands fa-tiktok fa-2x"></i>
<p><strong>TikTok</strong></p>
</div>
</a>
<a href="https://snapchat.com/add/abdulmateenzwl" target="_blank">
<div class="card yellow-bg white-color scale">
<i class="fa-brands fa-snapchat fa-2x"></i>
<p><strong>SnapChat</strong></p>
</div>
</a>
<a
href="https://www.quora.com/profile/Abdul-Mateen-1199"
target="_blank"
>
<div class="card light-red-bg white-color scale">
<i class="fa-brands fa-quora fa-2x"></i>
<p><strong>Quora</strong></p>
</div>
</a>
<a href=" https://post.news/@/abdulmateenzwl" target="_blank">
<div class="card blue-bg white-color scale">
<i class="fa-solid fa-newspaper fa-2x"></i>
<p><strong>Post.NEWS</strong></p>
</div>
</a>
<a
href="https://www.reddit.com/user/abdulmateenzwl/"
target="_blank"
>
<div class="card red-bg white-color scale">
<i class="fa-brands fa-reddit fa-2x"></i>
<p><strong>Reddit</strong></p>
</div>
</a>
<a
href="https://www.strava.com/athletes/abdulmateenzwl"
target="_blank"
>
<div class="card light-red-bg white-color scale">
<i class="fa-brands fa-product-hunt fa-2x"></i>
<p><strong>Strava</strong></p>
</div>
</a>
<a href="https://www.dev.to/abdulmateenzwl" target="_blank">
<div class="card black-bg white-color scale">
<i class="fa-brands fa-dev fa-2x"></i>
<p><strong>dev.to</strong></p>
</div>
</a>
<a href="https://www.pinterest.com/AbdulMateenzwl/" target="_blank">
<div class="card red-bg white-color scale">
<i class="fa-brands fa-pinterest fa-2x"></i>
<p><strong>Pinterest</strong></p>
</div>
</a>
<a href="https://abdulmateenzwl.medium.com" target="_blank">
<div class="card black-bg white-color scale">
<i class="fa-brands fa-medium fa-2x"></i>
<p><strong>Medium</strong></p>
</div>
</a>
<a
href="https://en.wikipedia.org/wiki/User:Abdulmateenzwl"
target="_blank"
>
<div class="card black-bg white-color scale">
<i class="fa-brands fa-wikipedia-w fa-2x"></i>
<p><strong>Wikipedia</strong></p>
</div>
</a>
<a
href="https://www.upwork.com/freelancers/~01b9acb2a82da834f1"
target="_blank"
>
<div class="card green-bg white-color scale">
<i class="fa-solid fa-briefcase fa-2x"></i>
<p><strong>UpWork</strong></p>
</div>
</a>
<a href="https://www.fiverr.com/abdulmateenzwl" target="_blank">
<div class="card dark-green-bg white-color scale">
<i class="fa-solid fa-briefcase fa-2x"></i>
<p><strong>Fiverr</strong></p>
</div>
</a>
<a
href="https://www.researchgate.net/profile/Abdul-Mateen-55"
target="_blank"
>
<div class="card black-bg white-color scale">
<i class="fa-brands fa-researchgate fa-2x"></i>
<p><strong>Research Gate</strong></p>
</div>
</a>
<a href="https://abdulmateenzwl.Wordpress.com" target="_blank">
<div class="card dark-blue-bg white-color scale">
<i class="fa-brands fa-wordpress fa-2x"></i>
<p><strong>WordPress</strong></p>
</div>
</a>
</div>
<footer>
<p class="text-center">
Made with <i class="fa-solid fa-heart red-color"></i> by
<a href="https://instagram.com/abdulmateenzwl" target="_blank"
>Abdul Mateen</a
>
</p>
</footer>
<script>
function searchLinks(event) {
var input, filter, cards, cardContainer, h5, title, i;
input = document.getElementById('searchInput');
filter = input.value.toUpperCase();
cardContainer = document.getElementById('main');
cards = cardContainer.querySelectorAll('#main a');
console.log(cards);
for (i = 0; i < cards.length; i++) {
title = cards[i].querySelector('.card p');
if (title.innerText.toUpperCase().indexOf(filter) > -1) {
cards[i].style.display = '';
} else {
cards[i].style.display = 'none';
}
}
}
function handleKeyDown(event) {
if (event.key === 'Enter') {
event.preventDefault(); // Prevent the default form submission behavior
document.getElementById('searchInput').blur(); // Remove focus from the input field
}
}
document.addEventListener('keydown', function (e) {
if (e.keyCode == 27) {
document.getElementById('searchInput').value = '';
document.getElementById('searchInput').blur(); // Remove focus from the input field
searchLinks();
}
});
</script>
<script
src="https://kit.fontawesome.com/bc80f90ff7.js"
crossorigin="anonymous"
></script>
</body>
</html>