-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
348 lines (288 loc) · 16.4 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
<!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="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css">
<link rel="shortcut icon" href="https://play-lh.googleusercontent.com/69_YG2leWstfEqXHyW6-2Vyu9TFUNcoqdK-YCxgj624MaFF4ZCPRJSnXnVKns6Hj7w" type="image/x-icon">
<title> Afroz Khan | Web Developer</title>
<link rel="stylesheet" href="./styles/style.css">
</head>
<body>
<header>
<a href="#" class="logo"><h2>Afroz <span style="color: black;">Khan</span></h2></a>
<ul id="nav-menu" class="navbar">
<li><a href="#" class="active nav-link home active_menu">Home</a></li>
<li><a href="#about" class="nav-link about section">About</a></li>
<li><a href="#skills-sec" class="nav-link skills">Skills</a></li>
<li><a href="#projects-sec" class="nav-link projects">Projects</a></li>
<li><a href="#contact" class="nav-link contact">Contact</a></li>
<li> <button onclick="resume()" style="border:none; background-color: white;" id="resume-button-1" >
<a href="./resume/Afroz-Khan-Resume.pdf" target="_blank" class="nav-link resume" id="resume-link-1" download>Resume</a>
</button>
</li>
</ul>
<a href="#" class="logo bx bx-menu" id="menu-icon"><span class="material-symbols-outlined">menu</span></a>
</header>
<!-- ******************************************************************************************************* -->
<div class="main-container">
<section id="home" class="margin-t-b main-body">
<div></div>
<div id="user-detail-name" class="home-text">
<p>Hello, I’m</p>
<h1>Afroz Khan</h1>
<p class="node">FULL STACK WEB DEVELOPER </p>
<div class="home-links">
<div class="resume" >
<button onclick="resume()" style="border: none;" id="resume-button-2" >
<a id="resume-link-2" href="./resume/Afroz-Khan-Resume.pdf" target="_blank" class="trigger" download>Download Resume</a>
</button>
</div>
<div class="home-social">
<a href="https://github.com/Afroz-Saifi" id="contact-github" target="_blank">
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcRo5wJDTSaug_z6R_9N2yw9GekcRrkD3A438B8pbDW_PQEzix-SxT16LqvR7unzD4EOwfw&usqp=CAU" alt="">
</a>
<a href="https://www.linkedin.com/in/afroz-khan-044632248/" id="contact-linkedin" target="_blank">
<img src="https://icons-for-free.com/download-icon-linked+linkedin+social+icon-1320191444164630362_0.svg" alt="">
</a>
</div>
</div>
</div>
</section>
<!-- ***************************************************************************************************** -->
<section id="about" class="about section">
<div><img src="./images/suit.jpg" class="home-img" alt="Afroz">
</div>
<div>
<h1>About Me</h1>
<p id="user-detail-intro">🚀 Highly skilled Full Stack Web Developer, adept in the MERN stack, with proficiency in Node.js. 👨💻 Demonstrated ability to create impactful web solutions through both independent and collaborative projects. 🤝 Excels in harnessing Generative AI 🧠 and swiftly mastering new tech stacks. 💡
</p>
<a href="#contact">Contact Me</a>
</div>
</section>
<!-- **************************************************************************************************** -->
<section id="skills-sec">
</section>
<section id="skills">
<h1>Technical Skills</h1>
<div class="skills-card">
<div class="container grid" id="tech">
<div>
<img class="skills-card-img" src="https://static-00.iconduck.com/assets.00/node-js-icon-454x512-nztofx17.png" alt="Node.js"><p class="skills-card-name">Node.js</p>
</div>
<div>
<img class="skills-card-img" src="https://cdn.icon-icons.com/icons2/2699/PNG/512/expressjs_logo_icon_169185.png" alt="Express.js"><p class="skills-card-name">Express.js</p>
</div>
<div>
<img class="skills-card-img" src="https://1000logos.net/wp-content/uploads/2020/08/MongoDB-Emblem.jpg" alt="MongoDB"><p class="skills-card-name">MongoDB</p>
</div>
<div>
<img class="skills-card-img" src="./images/reactIcon.png" alt="HTML"><p class="skills-card-name">React.js</p>
</div>
<div>
<img class="skills-card-img" src="./images/materialUI.png" alt="HTML"><p class="skills-card-name">Material-UI</p>
</div>
<div>
<img class="skills-card-img" src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/HTML5_Badge.svg/800px-HTML5_Badge.svg.png" alt="HTML"><p class="skills-card-name">HTML</p>
</div>
<div>
<img class="skills-card-img" src="https://camo.githubusercontent.com/edc736634dd35b0f4008e2f7db456136b9fc0e1e7a4078bb72c7352b1bdf8a7e/68747470733a2f2f776f726c64766563746f726c6f676f2e636f6d2f6c6f676f732f6373732d332e737667">CSS</p>
</div>
<div>
<img class="skills-card-img" src="https://upload.wikimedia.org/wikipedia/commons/6/6a/JavaScript-logo.png" alt="JavaScript"><p class="skills-card-name">JavaScript</p>
</div>
<div>
<img class="skills-card-img" src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/96/Socket-io.svg/1024px-Socket-io.svg.png" alt="Socket.io"><p class="skills-card-name">Socket.io</p>
</div>
<div>
<img class="skills-card-img" src="https://cdn-icons-png.flaticon.com/512/2306/2306173.png" alt="SQL"><p class="skills-card-name">SQL</p>
</div>
<div>
<img class="skills-card-img" src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png" alt="GitHub"><p class="skills-card-name">GitHub</p>
</div>
<div>
<img class="skills-card-img" src="./images/redilogo.png" alt="VS Code"><p class="skills-card-name">Redis</p>
</div>
<div>
<img class="skills-card-img" src="./images/awsLogo.png" alt="Thunder Client"><p class="skills-card-name">AWS</p>
</div>
</div>
</section>
<!-- ******************************************************************************************************* -->
<section id="projects-sec">
</section>
<section id="projects">
<h1>Projects</h1>
<div class="all-projects">
<div class="project-card">
<div>
<img src="./images/showvibesScr.png" alt="">
</div>
<div>
<h1 class="project-title" >showVibes (BookMyShow clone)</h1>
<p class="project-description">A dynamic online platform akin to BookMyShow.com, dedicated to simplifying the ticket booking experience for a diverse array of movies across various theaters. Offering convenient access to a wide range of showtimes and dates, this website presents a seamless interface for users to secure their movie tickets hassle-free.</p>
<h5 class="project-tech-stack" >Features: Sign-up/Sign-in with authenticated email | Theater Selection | Showtime Selection | Seat Selection | Search and Filters</h5>
<h5 class="project-tech-stack" >Tech Stack: React.js | Material-UI | CSS3 | NodeJs | expressJS | mongoDB</h5>
<p>An individual project built in a duration of 5 days.</p>
<div>
<a href="https://showvibes.netlify.app/" target="_blank" class="project-deployed-link">Live <i class="fa-solid fa-arrow-up-right-from-square fa-sm"></i></a>
<a href="https://github.com/Afroz-Saifi/bookMyShow_clone" target="_blank" class="project-github-link" >Code <i
class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
<div class="project-card">
<div>
<img src="./images/lawlink.png" alt="">
</div>
<div>
<h1 class="project-title" >LawLink</h1>
<p class="project-description">An ultimate platform for booking appointments with top-notch lawyers.</p>
<h5 class="project-tech-stack" >Features: Sign-up/Sign-in with authenticated email | Real time chat functionality | Booking slots</h5>
<h5 class="project-tech-stack" >Tech Stack: HTML | CSS | Bootstrap | JavaScript | nodeJS | expressJS | mongoDB</h5>
<p>A collaborative project built by a team of 5 members
in 5 days</p>
<div>
<a href="https://lawlink-udmh.vercel.app/" target="_blank" class="project-deployed-link">Live <i class="fa-solid fa-arrow-up-right-from-square fa-sm"></i></a>
<a href="https://github.com/Afroz-Saifi/Lawlink" target="_blank" class="project-github-link" >Code <i
class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
<div class="project-card">
<div>
<img src="./images/oop.png" alt="">
</div>
<div>
<h1 class="project-title" >Clone of YOOX.com</h1>
<p class="project-description">A comprehensive e-commerce platform that offers a diverse range of clothing categories for men and women.</p>
<h5 class="project-tech-stack" >Features: Sign-up/Sign-in | all types of wpmen clothes | add
to cart | checkout.</h5>
<h5 class="project-tech-stack" >Tech Stack: HTML | CSS | JavaScript | nodeJS | expressJS | mongoDB</h5>
<p>An individual project built in a duration of 5 days.</p>
<div>
<a href="https://oopmark.netlify.app/" target="_blank" class="project-deployed-link">Live <i class="fa-solid fa-arrow-up-right-from-square fa-sm"></i></a>
<a href="https://github.com/Afroz-Saifi/unwieldy-sponge-3549" target="_blank" class="project-github-link" >Code <i
class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
<!-- <div class="project-card">
<div>
<img src="./images/votek.png" alt="">
</div>
<div>
<h1 class="project-title">Votek (masai)</h1>
<p class="project-description">Votek is an live voting app, where you can create poll (Admin) and vote for the poll(user)</p>
<h5 class="project-tech-stack" >Features:
Sign-up/Sign-in | admin can create mulitpe polls | Admins can view real-time votes | User
can vote</h5>
<h5 class="project-tech-stack" >Tech Stack: HTML | CSS | NODE.js | EXPRESS.js | mongoDD | Firebase | Socket.io | React | Redux</h5>
<div>
<a href="https://votekmasai.netlify.app/" target="_blank" class="project-deployed-link">Live <i class="fa-solid fa-arrow-up-right-from-square fa-sm"></i></a>
<a href="#" target="_blank" class="project-github-link" >Code <i
class="fa-brands fa-github"></i></a>
</div>
</div>
</div> -->
<div class="project-card">
<div>
<img src="./images/magna.png" alt="">
</div>
<div>
<h1 class="project-title" >Clone of destinationxl.com</h1>
<p class="project-description">A platform for buying plus sized clothing items for men.</p>
<h5 class="project-tech-stack" >Features: Sign-up/Sign-in | Different categories filters | Add to cart | Checkout | Admin dashboard</h5>
<h5 class="project-tech-stack" >Tech Stack: HTML | CSS | JavaScript </h5>
<p>Completed a group project within a span of five days.</p>
<div>
<a href="https://magnamen.netlify.app/" target="_blank" class="project-deployed-link">Live <i class="fa-solid fa-arrow-up-right-from-square fa-sm"></i></a>
<a href="https://github.com/Afroz-Saifi/Magna-Men" target="_blank" class="project-github-link" >Code <i
class="fa-brands fa-github"></i></a>
</div>
</div>
</div>
</section>
<!-- ***************************************************************************************************** -->
<section id="github-sec">
<div class="github react-activity-calendar">
<h1>GitHub Statistics</h1>
<div>
<script src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css"/>
<div class="calendar react-activity-calenda">
</div>
<div>
<a href="https://github.com/Afroz-Saifi" target="_blank"><img id="github-stats-card" src="https://github-readme-stats.vercel.app/api?username=Afroz-Saifi&show_icons=true&theme=gotham"></a>
<a href="https://github.com/Afroz-Saifi" target="_blank"><img id="github-streak-stats" src="https://github-readme-streak-stats.herokuapp.com?user=Afroz-Saifi&theme=gotham&hide_border=false"></a>
</div>
<div>
<a href="https://github.com/Afroz-Saifi" target="_blank"><img id="github-top-langs"src="https://github-readme-stats.vercel.app/api/top-langs/?username=Afroz-Saifi&layout=compact&theme=gotham"></a>
</div>
</div>
</div>
</section>
<!-- *************************************************************************************************** -->
<section id="contact" class="contact-section tag">
<h2 class="section-title">Contact</h2>
<div>
<div id="contact-link" class="contact-link">
<div>
<a target="_blank" id="contact-github"
href="https://github.com/Afroz-Saifi"><img
src="https://cdn-icons-png.flaticon.com/512/25/25231.png"
alt=""><span>Github</span></a>
<a target="_blank" id="contact-linkedin"
href="https://www.linkedin.com/in/afroz-khan-044632248/"><img
src="https://www.iconpacks.net/icons/1/free-linkedin-icon-112-thumb.png"
alt=""><span>LinkedIn</span></a>
<a target="_blank" id="contact-phone" href="whatsapp:contact=918766244046@s.whatsapp.com&message=I'd like to chat with you"><img
src="https://cdn-icons-png.flaticon.com/512/220/220802.png" alt=""><span>+91
8766244046</span></a>
<a target="_blank" id="contact-email"
href="mailto:afrozsaifi810@gmail.com"><img
src="https://cdn4.iconfinder.com/data/icons/ionicons/512/icon-email-512.png"
alt=""><span>afrozsaifi810@gmail.com</span></a>
</div>
</div>
</div>
</section>
<script>
let menu=document.getElementById("menu-icon");
let navbar=document.querySelector(".navbar");
let m=document.querySelector(".main-body")
let count=0;
menu.addEventListener('click',()=>{
menu.classList.toggle('bx-x');
navbar.classList.toggle('open');
m.style.marginTop="200px";
count++;
if(count%2==0){
m.style.marginTop="0px";
}
if(m.classList.contains("m-t")){
m.classList.remove("m-t");
}
else{
m.classList.add("m-t");
}
});
GitHubCalendar(".calendar", "Afroz-Saifi");
GitHubCalendar(".calendar", "Afroz-Saifi", { responsive: true });
function resume(){
window.open("https://drive.google.com/file/d/1hzUEj8xi6xwTcPTHRWh3nEA3HZVjvJFx/view?usp=sharing")
}
const menus = document.querySelectorAll("#nav-menu .nav-link");
menus.forEach((menu) => {
menu.addEventListener("click", (e) => {
// Remove selected class from all size options
menus.forEach((menu) => {
menu.classList.remove("active_menu");
});
// Add active_menu class to the clicked size option
menu.classList.add("active_menu");
});
});
</script>