-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
543 lines (538 loc) · 29.8 KB
/
index.html
File metadata and controls
543 lines (538 loc) · 29.8 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="./styles.css">
<link rel="stylesheet" media="screen and (max-width: 1100px)" href="./responsive.css">
<link rel="stylesheet" media="screen and (min-width: 1100px)" href="./navbar.css">
<link rel="icon" href="./Resources./logo1.png">
<title>Basim Khan</title>
</head>
<body>
<header>
<nav class="nav" id="nav">
<ul class="navbar">
<li class="logo logo-img">
<a class="nav-link" onclick="hameffect();" href="./index.html">
<img class="grey-icon" src="././Resources./logo1.png" alt="">
<span class="nav-text">BASIM KHAN</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="hameffect();" href="#home">
<img class="grey-icon" src="./Resources./home.png" alt="">
<span class="nav-text">Home</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="hameffect();" href="#about">
<img class="grey-icon" src="./Resources./about.png" alt="">
<span class="nav-text">About Me</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="hameffect();" href="#what-i-do">
<img class="grey-icon" src="./Resources./what-i-do.png" alt="">
<span class="nav-text">What I Do</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="hameffect();" href="#resume">
<img class="grey-icon" src="./Resources./resume.png" alt="">
<span class="nav-text">Resume</span>
</a>
</li>
<li class="nav-item">
<a class="nav-link" onclick="hameffect();" href="#portfolio">
<img class="grey-icon" src="./Resources./portfolio.png" alt="">
<span class="nav-text">Portfolio</span>
</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="#testimonial">
<img class="grey-icon" src="./Resources./testimonial.png" alt="">
<span class="nav-text">Testimonial</span>
</a>
</li> -->
<li class="nav-item">
<a class="nav-link" onclick="hameffect();" href="#contact">
<img class="grey-icon" src="./Resources./contacts.png" alt="">
<span class="nav-text">Contact</span>
</a>
</li>
</ul>
<div class="hamburger centre" id="hamburger">
<div class="line"></div>
<div class="line"></div>
<div class="line"></div>
</div>
</nav>
</header>
<main>
<section class="home-container" id="home">
<div class="home centre text-centre">
<h2>Hola, I'm</h2>
<!-- <h1 class="name">Basim Ahmed Khan!</h1> -->
<div>
<span class="name" id="name">
</span>
<span class="blink">|</span>
</div>
<h3>based in Karachi, Pakistan</h3>
<a href="#contact"><button>Hire Me</button></a>
<ul class="social-nav">
<li>
<a class="centre social-nav-icon"
href="https://www.facebook.com/people/Basim-Khan/100009322472394/" target="_blank">
<img class="facebook" src="./Resources./facebook.svg" alt="">
</a>
</li>
<li>
<a class="centre social-nav-icon" href="https://www.instagram.com/basim_khann/" target="_blank">
<img class="instagram" src="./Resources./instagram.svg" alt="">
</a>
</li>
<li>
<a class="centre social-nav-icon" href="https://github.com/BasimAhmedKhan" target="_blank">
<img class="github" src="./Resources./github.svg" alt="">
</a>
</li>
<li>
<a class="centre social-nav-icon" href="https://www.linkedin.com/in/basim-khan-604a76189/"
target="_blank">
<img class="linkedin" src="./Resources./linkedin.svg" alt="">
</a>
</li>
</ul>
<a href="#about" class="arrow-down">
<img src="./Resources./scroll-down.gif" alt="">
</a>
</div>
</section>
<section class="bg1" id="about">
<div class="about">
<div class="section-title">
<div class="inner text">ABOUT ME</div>
<div class="upper text">Know Me More<span class="underline"></span></div>
</div>
<div class="intro-container margin row">
<div class="dp centre">
<img src="./Resources./IMG_20220525_200046.jpg" alt="">
</div>
<div class="intro">
<h2 class="white text-centre">I'm <span class="color-scheme">Basim Khan</span>, a Web Developer
</h2>
<p class="para grey">
Hi, I'm Basim Khan,a Self-Taught Passionate Web Developer from Pakistan. I'm currently doing
Bachelors in Computer Science from Iqra University. I've been Building Stuff using
Programming since I was in High School.I've created Countless Projects for my University
Coursework and I also Enjoy Coding for Exciting Projects for Fun.
<br><br>
I also Enjoy Working on Notable Open Source Projects. I Actively Manage a Number of these
Projects, and Working on them gives me a Tremendous Sense of Excitement and Accomplishment
that is Difficult for me to put into Words.
</p>
</div>
<div class="detail">
<ul>
<li class="detail-list white"><b>Name: </b>Basim Khan</li>
<li class="detail-list white"><b>Email: </b><a class="color-scheme"
href="mailto:kbasim039@gmail.com">kbasim039@gmail.com</a></li>
<li class="detail-list white"><b>Age: </b>21</li>
<li class="detail-list white"><b>From: </b>Karachi, Pakistan</li>
</ul>
<a href="https://drive.google.com/file/d/166vwnU2KBXNk25tuquZdAw3VSGGTmntr/view?usp=sharing"
target="_blank"><button class="button white">Download CV</button></a>
</div>
</div>
<div class="accomplishment margin">
<div class="l1 accomplishment-list">
<h2 class="grey">4+</h2>
<p>Years Of Experiance</p>
</div>
<div class="l2 accomplishment-list">
<h2 class="grey">3+</h2>
<p>Happy Clients</p>
</div>
<div class="l3 accomplishment-list">
<h2 class="grey">8+</h2>
<p>Projects Done</p>
</div>
<div class="l4 accomplishment-list margin-bottom">
<h2 class="grey">4</h2>
<p>Awards</p>
</div>
</div>
</div>
</section>
<section class="bg2" id="what-i-do">
<div class="what-i-do">
<div class="section-title">
<div class="inner text">SERVICES</div>
<div class="upper text">What I Do?<span class="underline"></span></div>
</div>
<div class="services margin row">
<div class="services-list">
<div class="image centre">
<img src="./Resources./web-development.png" alt="">
</div>
<div class="services-detail">
<h3>Web Development</h3>
<p class="para grey">I'm more towards Full Stack Development and love to work with
React/React.js as well as pure HTML, CSS & JS.</p>
</div>
</div>
<div class="services-list">
<div class="image centre">
<img src="./Resources./app-development.png" alt="">
</div>
<div class="services-detail">
<h3>Mobile App Development</h3>
<p class="para grey">I also do Mobile App Development using React Native and also Work on
Hybrid Application</p>
</div>
</div>
<div class="services-list">
<div class="image centre">
<img src="./Resources./ui-ux-design.png" alt="">
</div>
<div class="services-detail">
<h3>UI/UX Design</h3>
<p class="para grey">I'm not that into UI Design but I've done my fair share of work in it
through my obsession for beautiful UI's.</p>
</div>
</div>
<div class="services-list">
<div class="image centre">
<img src="./Resources./automation.png" alt="">
</div>
<div class="services-detail">
<h3>Test Automation Developer</h3>
<p class="para grey">I also do Test Automation using Selenium Python. I've done Youtube
Automation for views Automation.</p>
</div>
</div>
<div class="services-list">
<div class="image centre">
<img src="./Resources./game-development.png" alt="">
</div>
<div class="services-detail">
<h3>Game Development</h3>
<p class="para grey">I also do Game Development for fun. I've done GD in Different Languages
e.g, Python, Java, Javascript.</p>
</div>
</div>
<div class="services-list margin-bottom">
<div class="image centre">
<img src="./Resources./database.png" alt="">
</div>
<div class="services-detail">
<h3>Database Management</h3>
<p class="para grey">I can create & manage both Relational & Non-Relational Databse using
SQl & MongoDB</p>
</div>
</div>
</div>
</div>
</section>
<section class="bg1" id="resume">
<div class="resume">
<div class="section-title">
<div class="inner text">SUMMARY</div>
<div class="upper text">Resume<span class="underline"></span></div>
</div>
<div class="resume-container margin row">
<div class="education tile-container row">
<h2>My Education</h2>
<div class="tile tile-margin">
<div class="white yearbg">2020 - 2024</div>
<h3>Bachelors In Computer Science</h3>
<p class="color-scheme">Iqra University</p>
<p class="para grey">I'm currently pursuing my Bachelor's in Computer Science and also
taking part in various extra curricular activities.</p>
</div>
<div class="tile tile-margin">
<div class="white yearbg">2018 - 2020</div>
<h3>Intermediate In Science</h3>
<p class="color-scheme">Pakistan Shipower's College</p>
<p class="para grey">I've Done my Intermediate in Pre-Enginering from PSGC with a Grade of
B.</p>
</div>
<div class="tile tile-margin">
<div class="white yearbg">2016 - 2018</div>
<h3>Matriculation In Science</h3>
<p class="color-scheme">Al-Faisal Seconday High School</p>
<p class="para grey">I've Done my Matriculation in Biology from Al-Faisal School with a
Grade of B.</p>
</div>
</div>
<div class="experiance tile-container row">
<h2>My Experiance</h2>
<div class="tile tile-margin">
<div class="white yearbg">2021 - Present</div>
<h3>Jr. Web Developer</h3>
<p class="color-scheme">Freelancer Upwork</p>
<p class="para grey">I've been doing freelance work in Web Development for quite some time
now.</p>
</div>
<div class="tile tile-margin">
<div class="white yearbg">2022 - Present</div>
<h3>Test Automation Developer</h3>
<p class="color-scheme">Freelancer Prvt</p>
<p class="para grey">I've been doing Test Automation in Youtube to increase no. of views &
subs.</p>
</div>
<!-- <div class="tile tile-margin">
<div class="white yearbg">0000 - 0000</div>
<h3>Lorem, ipsum dolor.</h3>
<p class="color-scheme">Lorem, ipsum.</p>
<p class="para grey">Lorem ipsum dolor sit amet consectetur adipisicing elit. Accusamus quod
doloremque</p>
</div> -->
</div>
</div>
<div class="skills margin row">
<br>
<h2>My Skills</h2>
<div class="skill-list row">
<div class="education tile-container row">
<div class="progress tile-margin">
<div>
<div class="skill-title">
<span class="centre">
<img src="./Resources./web-development.png" alt="">
<span>Web Design</span>
</span>
<span style="float: right;">65%</span>
</div>
<div class="progressbar">
<div class="bar" style="width: 65%;"></div>
</div>
</div>
</div>
<div class="progress tile-margin">
<div>
<div class="skill-title">
<span class="centre">
<img src="./Resources./javascript.png" alt="">
<span>Javascript</span>
</span>
<span style="float: right;">80%</span>
</div>
<div class="progressbar">
<div class="bar" style="width: 80%;"></div>
</div>
</div>
</div>
<div class="progress tile-margin">
<div>
<div class="skill-title">
<span class="centre">
<img src="./Resources./python.png" alt="">
<span>Python</span>
</span>
<span style="float: right;">85%</span>
</div>
<div class="progressbar">
<div class="bar" style="width: 85%;"></div>
</div>
</div>
</div>
</div>
<div class="experiance tile-container row">
<div class="progress tile-margin">
<div>
<div class="skill-title">
<span class="centre">
<img src="./Resources./html.png" alt="">
<span>HTML / </span><img src="./Resources./css.png" alt=""><span>CSS</span>
</span>
<span style="float: right;">90%</span>
</div>
<div class="progressbar">
<div class="bar" style="width: 90%;"></div>
</div>
</div>
</div>
<div class="progress tile-margin">
<div>
<div class="skill-title">
<span class="centre">
<img src="./Resources./react.png" alt="">
<span> React JS</span>
</span>
<span style="float: right;">75%</span>
</div>
<div class="progressbar">
<div class="bar" style="width: 75%;"></div>
</div>
</div>
</div>
<div class="progress tile-margin">
<div>
<div class="skill-title">
<span class="centre">
<img src="./Resources./automation.png" alt="">
<span>Test Automation</span>
</span>
<span style="float: right;">70%</span>
</div>
<div class="progressbar">
<div class="bar" style="width: 70%;"></div>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="centre">
<a href="https://drive.google.com/file/d/166vwnU2KBXNk25tuquZdAw3VSGGTmntr/view?usp=sharing"
target="_blank"><button class="button white margin-bottom">Download CV</button></a>
</div>
</div>
</section>
<section class="bg2" id="portfolio">
<div class="portfolio">
<div class="section-title">
<div class="inner text">PORTFOLIO</div>
<div class="upper text">My Work<span class="underline"></span></div>
</div>
<div class="mywork margin">
<div class="project-container tile-margin row">
<div class="project project-margin">
<h2>Spotify Clone</h2>
<p class="para grey">
Spotify Clone made by only using Pure HTML, CSS, JavaScript. Spotify-Clone with my
flavours of feature and songs, is a music streaming platform, where you can listen to
your songs anywhere anytime you want! Enjoy
</p>
<div class="project-btn-container">
<a class="project-button button centre"
href="https://spotify-clone.basimkhan.me/" target="_blank ">Live
Demo</a>
<a class="centre social-nav-icon" href="https://github.com/BasimAhmedKhan/Spotify-Clone"
target="_blank"><img class="github" src="./Resources./github.svg" alt=""></a>
</div>
</div>
<iframe class="tile-margin" src="https://www.youtube.com/embed/ZZSbtpOA1Kg"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen>
</iframe>
</div>
<div class="project-container tile-margin row">
<div class="project project-margin">
<h2>2048 Game</h2>
<p class="para grey">
2048 Game made using Pure HTML, CSS, Javascript. 2048 is a puzzle Game in which you use
your arrow keys to move the tiles. Tiles with the same number merge into one when they
touch. Add them up to reach 2048! Based on 2048 by Gabriele Cirulli.
</p>
<div class="project-btn-container">
<a class="project-button button centre"
href="https://2048-game.basimkhan.me/" target="_blank">Live Demo</a>
<a class="centre social-nav-icon" href="https://github.com/BasimAhmedKhan/2048-Game"
target="_blank">
<img class="github" src="./Resources./github.svg" alt="">
</a>
</div>
</div>
<iframe class="tile-margin" src="https://www.youtube.com/embed/b4Dmxb5Jh_Y"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen>
</iframe>
</div>
<div class="project-container tile-margin row">
<div class="project project-margin">
<h2>Portfolio Website</h2>
<p class="para grey">
Portfolio Website made using HTML, CSS. A portfolio website is a unique way to showcase
your work and let others know about yourself. It's like an evergreen platform for your
projects, case studies, and information about you. In addition, it's one of the best
ways to express your personality, experience, and capabilities.
</p>
<div class="project-btn-container">
<a class="project-button button centre"
href="https://smit-portfolio-assignment.basimkhan.me/"
target="_blank">Live Demo</a>
<a class="centre social-nav-icon"
href="https://github.com/BasimAhmedKhan/SMIT.Portfolio.Assignment" target="_blank">
<img class="github" src="./Resources./github.svg" alt="">
</a>
</div>
</div>
<iframe class="tile-margin" src="https://www.youtube.com/embed/4sovksKrNlc"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen>
</iframe>
</div>
<div class="project-container tile-margin row">
<div class="project project-margin">
<h2>Space Invaders</h2>
<p class="para grey">
Space Invaders Game created in Java on Eclipse without any Game Engine.Space Invaders is
a 1978 Nostalgic Arcade Game.It is a fixed shooter in which the player moves a laser
cannon horizontally across the bottom of the screen and fires at aliens overhead.The
goal is to eliminate all of the aliens by shooting them.
</p>
<div class="project-btn-container">
<a class="project-button button centre"
href="https://github.com/BasimAhmedKhan/Space-Invaders" target="_blank">Live
Demo</a>
<a class="centre social-nav-icon"
href="https://github.com/BasimAhmedKhan/Space-Invaders" target="_blank">
<img class="github" src="./Resources./github.svg" alt="">
</a>
</div>
</div>
<iframe class="tile-margin" src="https://www.youtube.com/embed/7ThSpeF-wG4"
title="YouTube video player" frameborder="0"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
allowfullscreen>
</iframe>
</div>
</div>
</div>
</section>
<section class="bg1" id="contact">
<div class="section-title">
<div class="inner text">CONTACT</div>
<div class="upper text">Get In Touch<span class="underline"></span></div>
</div>
<div class="contact-container margin">
<div class="centre">
<div class="contact project margin-bottom">
<h2>SEND US A NOTE</h2>
<form class="row" action="https://formspree.io/f/mvonbznb" method="POST">
<input name="name" type="text" placeholder="Name" id="username" required>
<input type="email" placeholder="Email" name="email" id="email" style="float: right;"
required>
<textarea name="explain" id="explain" placeholder="TELL US MORE ABOUT YOUR NEEDS..."
required></textarea>
<button type="submit" value="SEND" class="button" id="submit-btn">Submit</button>
</form>
</div>
</div>
</div>
</section>
<footer class="bg2">
<div class="footer margin">
<div class="logo-img">
<a href="./index.html">
<img class="grey-icon" src="././Resources./logo1.png" alt="">
</a>
</div>
<p class="footer-logo" style="float: right;">
Copyright © 2023<span class="color-scheme">. Basim Khan .</span> All Rights Reserved
</p>
</div>
</footer>
</main>
<script src="./script.js"></script>
</body>
</html>