-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
663 lines (572 loc) · 36.1 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="HI there! this is my personal Portfolio. " />
<link rel="icon" type="image/png" href="/static/images/optyx.png" />
<link rel="apple-touch-icon" sizes="180x180" href="static/images/optyx.png" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-title" content="Abid – Hussain" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<meta name="theme-color" content="#00a1de" />
<meta property="og:title" content="Abid – Hussain" />
<meta property="og:type" content="website" />
<meta property="og:url" content="http://opty.tech" />
<meta property="og:image" content="https://op10y.github.io/profile-card/icon/og-img1.png" />
<meta name="og:description" content="HI there! this is my personal Portfolio." />
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=0">
<title>Abid – Hussain</title>
<link rel="stylesheet" href="static/styleop.css">
<link href="static/hud.css" rel="stylesheet">
<!-- =========================================== -->
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap" id="load-link" rel="stylesheet">
<link href="https://unpkg.com/[email protected]/css/boxicons.min.css" id="load-link" rel="stylesheet">
</head>
<body>
<div class="l-all" id="loading">
<h2>Booting<a id="changingText2"></a> <span>op!0y_X </h2>
<div class="l-bar" id="loading-bar">
<div id="loading-bar-progress-background"></div>
<div id="loading-bar-progress"></div>
</div>
<div class="track">
<div id="loading-items">Starting...</div>
<div id="loading-items2"></div></div>
</div>
<div id="html-content" style="display: none;">
<!-- <div id="header-container"></div>
<div id="home-container"></div>
<div id="about-container"></div>
<div id="services-container"></div>
<div id="portfolio-container"></div>
<div id="education-container"></div>
<div id="skills-container"></div>
<div id="contact-container"></div>
<div id="footer-container"></div> -->
<header class="header">
<a href="http://opty.tech" class="logo" id="changingText">Abid<span class="animate" style="--i:1"></span></a>
<nav class="navbar"><span class="animate" style="--i:9"></span>
<div class="icon-container">
<label for="colorSwitch" class="icon-label"><span class="animate" style="--i:5"></span>
<i class="bx bx-palette"></i><input
type="checkbox" id="colorSwitch">
</label>
<div class="tooltip">themes</div>
</div>
<div class="active-rectangle" id="activeRectangle">Home
<span class="animate" style="--i:8"></span>
</div>
<nav class="dropdown-content" id="navLinks">
<a href="#home" class="active">Home</a>
<a href="#about">About</a>
<a href="#services">Services</a>
<a href="#portfolio">Portfolo</a>
<a href="#education">Education</a>
<a href="#skills">Skills</a>
<a href="#contact">Contact</a>
</nav>
</nav>
</header>
<!-- ===============section and Home design=============== .... -->
<section class="home show-animate" id="home">
<div class="home-content">
<!-- .............................................................. -->
<div class="home-content-2nd">
<h3>Hello, it's</h3>
<h1>Abid Hussain</h1>
<h3>And I'm a <span class="multiple-text"></span></h3>
<p>I craft captivating web experiences with precision and cutting-edge technology as a front-end developer.</p>
<div class="social-media"><span class="animate4" style="--i:8"></span>
<a href="https://linkedin.com/in/op10y" target="_blank"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/op10y" target="_blank"><i class="bx bxl-github"></i></a>
<a href="https://www.instagram.com/0p10y" target="_blank"><i class="bx bxl-instagram"></i></a>
<a href="https://www.twitter.com/0p10y" target="_blank"><i class="bx bxl-twitter"></i></a>
</div>
<div class="btn-box">
<a href="resume.pdf" class="btn new-animate" id="resumeButton" target="_blank">Resume</a>
<div class="btn-box">
<a href="resume.pdf" download class="btn download-button" id="downloadButton">
<i class='bx bx-download bx-tada'></i>
</a>
</div>
</div>
<span class="animate3" style="--i:5"></span>
</div>
<!-- ...profilecard... -->
<div class="container">
<div class="profile-card" data-tilt data-tilt-max="20">
<div class="avatar11">
<img src="static/files/av.jpg" alt="...">
<div class="extended-welcome-holder" id="ext-container">
<!-- translins holder -->
<div class="trans-lines-holder">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 5669.29 5669.29">
<defs>
<style>
.cla-4 {
fill: none;
}
</style>
</defs>
<g class="trans-lines">
<!-- 90 lines -->
<line class="cla-4" x1="2829.21" y1="969.87" x2="2829.21" y2="1196.64" />
<line class="cla-4" x1="2961.08" y1="974.3" x2="2945.25" y2="1200.52" />
<line class="cla-4" x1="3092.33" y1="987.93" x2="3060.73" y2="1212.49" />
<line class="cla-4" x1="3222.3" y1="1010.7" x2="3175.1" y2="1232.51" />
<line class="cla-4" x1="3350.36" y1="1042.49" x2="3287.79" y2="1260.45" />
<line class="cla-4" x1="3475.89" y1="1083.14" x2="3398.25" y2="1296.2" />
<line class="cla-4" x1="3598.28" y1="1132.45" x2="3505.95" y2="1339.58" />
<line class="cla-4" x1="3716.92" y1="1190.2" x2="3610.35" y2="1390.37" />
<line class="cla-4" x1="3831.24" y1="1256.08" x2="3710.96" y2="1448.32" />
<line class="cla-4" x1="3940.68" y1="1329.79" x2="3807.27" y2="1513.17" />
<line class="cla-4" x1="4044.71" y1="1410.97" x2="3898.82" y2="1584.57" />
<line class="cla-4" x1="4142.82" y1="1499.2" x2="3985.15" y2="1662.2" />
<line class="cla-4" x1="4234.52" y1="1594.08" x2="4065.86" y2="1745.67" />
<line class="cla-4" x1="4319.37" y1="1695.12" x2="4140.54" y2="1834.56" />
<line class="cla-4" x1="4396.97" y1="1801.85" x2="4208.83" y2="1928.46" />
<line class="cla-4" x1="4466.91" y1="1913.73" x2="4270.4" y2="2026.9" />
<line class="cla-4" x1="4528.88" y1="2030.22" x2="4324.94" y2="2129.39" />
<line class="cla-4" x1="4582.56" y1="2150.76" x2="4372.19" y2="2235.44" />
<line class="cla-4" x1="4627.69" y1="2274.75" x2="4411.92" y2="2344.54" />
<line class="cla-4" x1="4664.05" y1="2401.59" x2="4443.94" y2="2456.14" />
<line class="cla-4" x1="4691.47" y1="2530.66" x2="4468.08" y2="2569.7" />
<line class="cla-4" x1="4709.81" y1="2661.33" x2="4484.24" y2="2684.68" />
<line class="cla-4" x1="4718.97" y1="2792.96" x2="4492.33" y2="2800.5" />
<line class="cla-4" x1="4718.93" y1="2924.91" x2="4492.31" y2="2916.6" />
<line class="cla-4" x1="4709.66" y1="3056.53" x2="4484.18" y2="3032.42" />
<line class="cla-4" x1="4691.23" y1="3187.19" x2="4467.98" y2="3147.39" />
<line class="cla-4" x1="4663.73" y1="3316.24" x2="4443.8" y2="3260.95" />
<line class="cla-4" x1="4627.27" y1="3443.05" x2="4411.74" y2="3372.54" />
<line class="cla-4" x1="4582.05" y1="3567.01" x2="4371.97" y2="3481.62" />
<line class="cla-4" x1="4528.29" y1="3687.51" x2="4324.68" y2="3587.65" />
<line class="cla-4" x1="4466.24" y1="3803.96" x2="4270.1" y2="3690.13" />
<line class="cla-4" x1="4396.21" y1="3915.79" x2="4208.5" y2="3788.54" />
<line class="cla-4" x1="4318.54" y1="4022.46" x2="4140.18" y2="3882.41" />
<line class="cla-4" x1="4233.61" y1="4123.44" x2="4065.46" y2="3971.29" />
<line class="cla-4" x1="4141.84" y1="4218.25" x2="3984.73" y2="4054.72" />
<line class="cla-4" x1="4043.67" y1="4306.42" x2="3898.36" y2="4132.32" />
<line class="cla-4" x1="3939.59" y1="4387.51" x2="3806.79" y2="4203.69" />
<line class="cla-4" x1="3830.1" y1="4461.15" x2="3710.46" y2="4268.5" />
<line class="cla-4" x1="3715.73" y1="4526.95" x2="3609.83" y2="4326.42" />
<line class="cla-4" x1="3597.04" y1="4584.61" x2="3505.41" y2="4377.18" />
<line class="cla-4" x1="3474.62" y1="4633.84" x2="3397.7" y2="4420.51" />
<line class="cla-4" x1="3349.06" y1="4674.4" x2="3287.22" y2="4456.22" />
<line class="cla-4" x1="3220.97" y1="4706.09" x2="3174.52" y2="4484.13" />
<line class="cla-4" x1="3090.99" y1="4728.77" x2="3060.15" y2="4504.1" />
<line class="cla-4" x1="2959.74" y1="4742.3" x2="2944.66" y2="4516.03" />
<line class="cla-4" x1="2827.86" y1="4746.65" x2="2828.62" y2="4519.88" />
<line class="cla-4" x1="2696" y1="4741.77" x2="2712.6" y2="4515.6" />
<line class="cla-4" x1="2564.8" y1="4727.69" x2="2597.15" y2="4503.24" />
<line class="cla-4" x1="2434.91" y1="4704.49" x2="2482.85" y2="4482.84" />
<line class="cla-4" x1="2306.95" y1="4672.27" x2="2370.26" y2="4454.52" />
<line class="cla-4" x1="2181.56" y1="4631.2" x2="2259.92" y2="4418.4" />
<line class="cla-4" x1="2059.34" y1="4581.47" x2="2152.37" y2="4374.66" />
<line class="cla-4" x1="1940.89" y1="4523.33" x2="2048.13" y2="4323.52" />
<line class="cla-4" x1="1826.79" y1="4457.06" x2="1947.73" y2="4265.22" />
<line class="cla-4" x1="1717.6" y1="4382.98" x2="1851.63" y2="4200.06" />
<line class="cla-4" x1="1613.85" y1="4301.46" x2="1760.33" y2="4128.34" />
<line class="cla-4" x1="1516.04" y1="4212.89" x2="1674.25" y2="4050.43" />
<line class="cla-4" x1="1424.66" y1="4117.71" x2="1593.83" y2="3966.69" />
<line class="cla-4" x1="1340.14" y1="4016.38" x2="1519.44" y2="3877.54" />
<line class="cla-4" x1="1262.91" y1="3909.4" x2="1451.47" y2="3783.42" />
<line class="cla-4" x1="1193.34" y1="3797.28" x2="1390.23" y2="3684.78" />
<line class="cla-4" x1="1131.76" y1="3680.58" x2="1336.04" y2="3582.1" />
<line class="cla-4" x1="1078.49" y1="3559.86" x2="1289.14" y2="3475.89" />
<line class="cla-4" x1="1033.78" y1="3435.72" x2="1249.78" y2="3366.66" />
<line class="cla-4" x1="997.84" y1="3308.76" x2="1218.14" y2="3254.95" />
<line class="cla-4" x1="970.86" y1="3179.6" x2="1194.37" y2="3141.3" />
<line class="cla-4" x1="952.96" y1="3048.87" x2="1178.61" y2="3026.28" />
<line class="cla-4" x1="944.24" y1="2917.21" x2="1170.91" y2="2910.43" />
<line class="cla-4" x1="944.73" y1="2785.26" x2="1171.32" y2="2794.33" />
<line class="cla-4" x1="954.43" y1="2653.67" x2="1179.84" y2="2678.53" />
<line class="cla-4" x1="973.3" y1="2523.07" x2="1196.42" y2="2563.62" />
<line class="cla-4" x1="1001.25" y1="2394.12" x2="1220.99" y2="2450.15" />
<line class="cla-4" x1="1038.12" y1="2267.43" x2="1253.42" y2="2338.66" />
<line class="cla-4" x1="1083.76" y1="2143.62" x2="1293.55" y2="2229.72" />
<line class="cla-4" x1="1137.93" y1="2023.31" x2="1341.2" y2="2123.84" />
<line class="cla-4" x1="1200.37" y1="1907.07" x2="1396.12" y2="2021.55" />
<line class="cla-4" x1="1270.78" y1="1795.47" x2="1458.06" y2="1923.35" />
<line class="cla-4" x1="1348.8" y1="1689.06" x2="1526.7" y2="1829.7" />
<line class="cla-4" x1="1434.07" y1="1588.36" x2="1601.71" y2="1741.08" />
<line class="cla-4" x1="1526.16" y1="1493.87" x2="1682.72" y2="1657.92" />
<line class="cla-4" x1="1624.62" y1="1406.03" x2="1769.35" y2="1580.61" />
<line class="cla-4" x1="1728.98" y1="1325.28" x2="1861.16" y2="1509.55" />
<line class="cla-4" x1="1838.72" y1="1252.02" x2="1957.71" y2="1445.07" />
<line class="cla-4" x1="1953.31" y1="1186.6" x2="2058.53" y2="1387.48" />
<line class="cla-4" x1="2072.19" y1="1129.34" x2="2163.12" y2="1337.08" />
<line class="cla-4" x1="2194.78" y1="1080.52" x2="2270.98" y2="1294.11" />
<line class="cla-4" x1="2320.47" y1="1040.38" x2="2381.58" y2="1258.77" />
<line class="cla-4" x1="2448.66" y1="1009.12" x2="2494.37" y2="1231.24" />
<line class="cla-4" x1="2578.73" y1="986.89" x2="2608.81" y2="1211.65" />
<line class="cla-4" x1="2710.02" y1="973.79" x2="2724.34" y2="1200.11" />
</g>
</div>
</div>
</div>
<div class="profile-card__desc">
<h1>Abid Hussain</h1>
<div>
<p>Creative Developer</p>
<p>Software Engineer</p>
<p>Digital Artist</p>
</div>
<div style="display: flex;align-items:center;gap:10px;justify-content: center;">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-map-pin" width="18"
height="18" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<circle cx="12" cy="11" r="3"></circle>
<path d="M17.657 16.657l-4.243 4.243a2 2 0 0 1 -2.827 0l-4.244 -4.243a8 8 0 1 1 11.314 0z">
</path>
</svg>
<span>Srinagar, j&k</span>
</div>
</div>
<div class="profile-card2"></div>
<div class="profile-card-mid"></div>
<div class="profile-card3"></div>
<div class="profile-card__social">
<!-- <a href="https://www.facebook.com/abidhussaindar" class="facebook">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-facebook"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor"
fill="none" stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path d="M7 10v4h3v7h4v-7h3l1 -4h-4v-2a1 1 0 0 1 1 -1h3v-4h-3a5 5 0 0 0 -5 5v2h-3">
</path>
</svg>
</a> -->
<a href="https://www.linkedin.com/in/op10y" class="linkedin">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-linkedin"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<rect x="4" y="4" width="16" height="16" rx="2"></rect>
<line x1="8" y1="11" x2="8" y2="16"></line>
<line x1="8" y1="8" x2="8" y2="8.01"></line>
<line x1="12" y1="16" x2="12" y2="11"></line>
<path d="M16 16v-3a2 2 0 0 0 -4 0"></path>
</svg>
</a>
<a href="https://www.instagram.com/0ptyx/" class="instagram">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-instagram"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<rect x="4" y="4" width="16" height="16" rx="4"></rect>
<circle cx="12" cy="12" r="3"></circle>
<line x1="16.5" y1="7.5" x2="16.5" y2="7.501"></line>
</svg>
</a>
<a href="https://www.youtube.com/channel/UCoWQIQC0TAadqpDtTGGYjSw" class="youtube">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-youtube"
width="24" height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<rect x="3" y="5" width="18" height="14" rx="4"></rect>
<path d="M10 9l5 3l-5 3z"></path>
</svg>
</a>
<a href="https://github.com/op10y" class="github">
<svg xmlns="http://www.w3.org/2000/svg" class="icon icon-tabler icon-tabler-brand-github" width="24"
height="24" viewBox="0 0 24 24" stroke-width="2" stroke="currentColor" fill="none"
stroke-linecap="round" stroke-linejoin="round">
<path stroke="none" d="M0 0h24v24H0z" fill="none"></path>
<path
d="M9 19c-4.3 1.4 -4.3 -2.5 -6 -3m12 5v-3.5c0 -1 .1 -1.4 -.5 -2c2.8 -.3 5.5 -1.4 5.5 -6a4.6 4.6 0 0 0 -1.3 -3.2a4.2 4.2 0 0 0 -.1 -3.2s-1.1 -.3 -3.5 1.3a12.3 12.3 0 0 0 -6.2 0c-2.4 -1.6 -3.5 -1.3 -3.5 -1.3a4.2 4.2 0 0 0 -.1 3.2a4.6 4.6 0 0 0 -1.3 3.2c0 4.6 2.7 5.7 5.5 6c-.6 .6 -.6 1.2 -.5 2v3.5">
</path>
</svg>
</a>
</div>
<div class="profile-card__actions">
<!-- <button href="static/pages/resume.html" onclick='return openLink("/resume.html")' class="blue1">Resume</button>
<button href="static/pages/resume.html" onclick='return openLink("/resume.html")' class="orange2">CV</button> -->
</div>
</div>
</div>
<!-- ................................................................. -->
<!-- mobile responsive socialmedia -->
<div class="real-media">
<a href="https://linkedin.com/in/op10y" target="_blank"><i class="bx bxl-linkedin"></i></a>
<a href="https://github.com/op10y" target="_blank"><i class="bx bxl-github"></i></a>
<a href="https://www.instagram.com/0p10y" target="_blank"><i class="bx bxl-instagram"></i></a>
<a href="https://www.twitter.com/0p10y" target="_blank"><i class="bx bxl-twitter"></i></a>
</span>
</div>
<div class="real-box">
<a href="resume.pdf" class="real-btn" id="resumeButton" target="_blank">Resume</a>
<a href="resume.pdf" download class="real-btn download-button2" id="downloadButton"><i class='bx bx-download bx-tada' ></i></a>
</div>
</div>
</section>
<!-- ===============about design=============== -->
<section class="about" id="about">
<h2 class="heading">About <span>Me</span></h2>
<div class="about-img"><img src="static/images/liteimage.png" alt=""><span class="circle-spin"></span></div>
<div class="about-content">
<h3>Front-end Developer!</h3>
<p id="expandable-text">AsalamuAlykum! I'm Abid Hussain, a passionate and results-driven front-end developer
with a deep love for crafting immersive digital experiences. I hold a B.Tech in Computer Science and
have embarked on an exciting journey to transform innovative ideas into visually captivating and
user-friendly web solutions.<br>My fascination with front-end technologies, including HTML, CSS, and
JavaScript, knows no bounds. With each line of code, I aim to create seamless, responsive, and
pixel-perfect interfaces that not only meet but exceed expectations. Whether it's translating intricate
design concepts into reality or optimizing user interfaces for peak performance, I thrive on turning
challenges into opportunities for innovation.<br>My journey as a front-end developer is marked by a
commitment to continuous learning and staying on the cutting edge of web development trends. I believe
that the web has the power to connect, engage, and inspire, and I'm here to make that potential a
reality for every project I undertake.<br>But it's not just about the code; it's also about the
creativity and passion behind it. I'm not just a developer; I'm a digital storyteller who believes in
the art of the web. Each project I take on is an opportunity to weave together aesthetics and
functionality, leaving users with an unforgettable digital experience.<br>When I'm not immersed in the
world of coding, you can find me exploring new design trends, contributing to open-source projects, or
sharing my knowledge through blog posts and articles. I'm not just building websites; I'm building
connections and leaving a mark on the digital landscape.<br>Let's embark on this journey together.
Whether you're a client seeking a web solution that stands out or a fellow developer looking to
collaborate, I'm always excited to connect. Feel free to reach out, and let's create something
amazing!<br>Thank you for visiting my portfolio, and I look forward to being part of your next web
adventure.</p>
<div class="btn-box btns"><button class="btn" id="read-more-button">Read More</button></div>
</div>
</section>
<!--=============== services section=============== -->
<section class="services" id="services">
<h2 class="heading">My <span>Services</span></h2>
<div class="services-container">
<!-- ..1. -->
<div class="services-box">
<i class="bx bx-code-alt"></i>
<h3>Web Development</h3>
<p id="expandable-text"> "Crafting Web Interfaces with Handcrafted HTML, CSS, and JavaScript." "Crafting Visually Striking Websites: We specialize in creating captivating web experiences that blend modern aesthetics with seamless functionality. From concept to reality, we turn ideas into stunning online presences that leave a lasting impression."</p>
<div class="btn-box btns"><button class="btn" id="read-more-button">Read More</button></div>
</div>
<!-- ..2. -->
<div class="services-box">
<i class="bx bxs-paint"></i>
<h3>Graphic Designing</h3>
<p id="expandable-text"> "From Pixels to Motion: We specialize in Graphic Design, VFX Magic, and Video Editing. Our mission is to transform ideas into visually stunning content, whether through striking graphics, cinematic effects, or seamless video edits. Let us bring your vision to life."</p>
<div class="btn-box btns"><button class="btn" id="read-more-button">Read More</button></div>
</div>
<!-- ..3. -->
<div class="services-box">
<i class="bx bx-bar-chart-alt"></i>
<h3>Digital Marketing</h3>
<p id="expandable-text"> "Unlocking Digital Potential: We specialize in digital marketing strategies that drive online success. From SEO to social media, we create data-driven campaigns that boost your online presence, engage your audience, and deliver tangible results. Let's take your digital journey to the next level."</p>
<div class="btn-box btns"><button class="btn" id="read-more-button">Read More</button></div>
</div>
</div>
</section>
<!-- ===============portfolio secton ===============-->
<section class="portfolio" id="portfolio">
<h2 class="heading">Latest <span>Projects</span></h2>
<div class="portfolio-container">
<div class="portfolio-box">
<img src="static/images/port1.png" alt="">
<div class="portfolio-layer">
<h4>Profile Card - Modern Elegance</h4>
<p>Introducing our sleek and contemporary Profile Card design,</p>
<a href="static/pages/prof2/index.html"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="static/images/port2.png" alt="">
<div class="portfolio-layer">
<h4>Dashboard Menu Streamlined Efficiency</h4>
<p>Introducing our Dashboard Menu, a contemporary and efficient navigation solution</p>
<a href="static/pages/sidenav/index.html"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="static/images/port3.png" alt="">
<div class="portfolio-layer">
<h4>Game Physics Interactive Realism</h4>
<p>Introducing our advanced Game Physics Engine powered by JavaScript,</p>
<a href="static/pages/snake/index.html"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="static/images/port4.png" alt="">
<div class="portfolio-layer">
<h4>3D Motion A Visual Alchemy</h4>
<p>Prepare to be spellbound by our 3D Motion Morphism Animation,</p>
<a href="http://op10y.github.io/profile-card/"><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="static/images/anime1.gif" alt="">
<div class="portfolio-layer">
<h4>Web Design</h4>
<p>Welcome to our world of Web Design,</p>
<a href="404.html" onclick='return openLink("/404.html")'><i class="bx bx-link-external"></i></a>
</div>
</div>
<div class="portfolio-box">
<img src="static/images/anime1.gif" alt="">
<div class="portfolio-layer">
<h4>Web Design</h4>
<p>Welcome to our world of Web Design,</p>
<a href="404.html" onclick='return openLink("/404.html")'><i class="bx bx-link-external"></i></a>
</div>
</div>
</div>
</section>
<!-- ===============bars1 ===============-->
<section class="education" id="education">
<h2 class="heading">My <span>Journey</span></h2>
<div class="education-row">
<div class="education-column">
<h3 class="title">Education</h3>
<div class="education-box">
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar">2023-2025</i></div>
<h3>Hifz-e-Quran (in sha Allaah)</h3>
<p>I am committed to the pursuit of Hifz-e-Quran, a noble endeavor to memorize the Quran, In
sha Allaah.</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar">2021-2023</i></div>
<h3>lorem</h3>
<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Commodi, maxime!.</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar">2017-2021</i></div>
<h3>B.Tech CS Degree</h3>
<p>I pursued a B.Tech CS degree, honing skills in algorithms, programming, and web
development, preparing for my career.</p>
</div>
</div>
</div>
</div>
<div class="education-column">
<h3 class="title">Experience</h3>
<div class="education-box">
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar">2019-2020</i></div>
<h3>Front-end Dev</h3>
<p>I specialized in front-end development, refining my skills in HTML, CSS, and JavaScript
to create captivating web interfaces.</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar">2018-2019</i></div>
<h3>software Dev</h3>
<p>I focused on software development, mastering programming languages and frameworks, and
creating functional, efficient software solutions.</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class="bx bxs-calendar">2017-2018</i></div>
<h3>Web Dev</h3>
<p>I delved into web development, mastering HTML, CSS, and JavaScript, building interactive
and visually appealing websites.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!--=============== bars2 ===============-->
<section class="skills" id="skills">
<h2 class="heading">My <span>Skills</span></h2>
<div class="skills-row">
<div class="skills-column">
<h3 class="title">Coding Skills</h3>
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>HTML<span>90%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>CSS<span>80%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>javaScript<span>40%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>Python<span>60%</span></h3>
<div class="bar"><span></span></div>
</div>
</div>
</div>
</div>
<div class="skills-column">
<h3 class="title">Professional Skills</h3>
<div class="skills-box">
<div class="skills-content">
<div class="progress">
<h3>Web Design<span>95%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>Graphic Design<span>70%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>Ethical Hacking<span>50%</span></h3>
<div class="bar"><span></span></div>
</div>
<div class="progress">
<h3>System Eng.<span>85%</span></h3>
<div class="bar"><span></span></div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- ===============popup==============... -->
<div id="pop" class="pop">
<div class="popup-content">
<p>Message sent successfully!</p><button id="close-pop" class="close-button">close</button>
</div>
</div>
<!-- ===============contact-form ===============-->
<section class="contact" id="contact">
<h2 class="heading">Contact <span>Me!</span></h2>
<form action="server_script_or_service_url" method="POST">
<div class="input-box">
<div class="input-field"><input type="text" name="full_name" pattern="[A-Za-z ]{1,20}" title="Full Name should not contain numbers or symbols and should be less than or equal to 20 characters" placeholder="Full Name" required><span class="focus"></span></div>
<div class="input-field"><input type="email" name="email" placeholder="Email Address" required><span class="focus"></span></div>
</div>
<div class="input-box">
<div class="input-field"><input type="tel" name="mobile_number" placeholder="Mobile Number" required><span class="focus"></span></div>
<div class="input-field"><input type="text" name="email_subject" placeholder="Email Subject" required><span class="focus"></span></div>
</div>
<div class="textarea-field"><textarea name="message" id="message" cols="30" rows="10" placeholder="Ask Me" required></textarea><span class="focus"></span></div>
<div class="btn-box btns"><button type="submit" class="btn">Submit</button></div>
</form>
</section>
</section>
<!--=============== footer-desgn ===============-->
<footer class="footer">
<div class="footer-text">
<a href="static/pages/privacy.html" onclick='return openLink("/privacy.html")'>Privacy</a>
<a href="static/pages/terms.html" onclick='return openLink("/terms.html")'>Terms</a></div>
<div class="footer-iconTop">
<!-- <a href="#home"><i class="bx bx-up-arrow-alt"></i></a> -->
<nav class="navbar2">
<a href="#home"><i class="bx bx-up-arrow-alt"></i></a></div>
</nav>
</footer>
</div>
<!--start ===============magic-sectiion=============== -->
<script src="static/fetch&load.js"></script>
<script src="static/magic.js"></script>
<!-- <script src="static/live.js"></script> -->
<script src="static/app.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]"></script>
<!-- <script src="https://unpkg.com/scrollreveal"></script> -->
</body>
</html>