-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
504 lines (454 loc) · 24.1 KB
/
index.html
File metadata and controls
504 lines (454 loc) · 24.1 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
<!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">
<title>MdRizwan</title>
<!-- SEO, AEO, VSO Meta Tags -->
<meta name="description"
content="Mohammad Rizwan - Full Stack Software Engineer specializing in Golang and Java development. Explore my projects, skills, and experience in backend development.">
<meta name="keywords"
content="Golang Developer, Java Developer Portfolio, Software Engineer, Backend Developer, Full Stack Developer, Mohammad Rizwan, API Developer, Echo Framework, Spring Boot, PostgreSQL, Java Projects, Golang Projects">
<meta name="author" content="Mohammad Rizwan">
<meta name="robots" content="index, follow">
<!-- Open Graph for Social Sharing -->
<meta property="og:title" content="Mohammad Rizwan | Golang & Java Developer Portfolio">
<meta property="og:description"
content="Explore the portfolio of Mohammad Rizwan - Expert in Golang, Java, and scalable backend systems.">
<meta property="og:image" content="https://yourdomain.com/documents/profilepic.jpg">
<meta property="og:url" content="https://Rizwank123.github.io">
<meta property="og:type" content="website">
<!-- Twitter Card -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Mohammad Rizwan | Golang & Java Developer Portfolio">
<meta name="twitter:description"
content="Backend developer skilled in Golang, Java, PostgreSQL, Spring Boot, and REST APIs.">
<meta name="twitter:image" content="https://yourdomain.com/documents/profilepic.jpg">
<!-- Schema Markup JSON-LD for Enhanced SEO & AEO -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Person",
"name": "Mohammad Rizwan",
"url": "https://github.com/Rizwank123",
"sameAs": [
"https://github.com/Rizwank123",
"https://www.linkedin.com/in/mohammad-rizwan2/"
],
"jobTitle": "Full Stack Developer",
"worksFor": {
"@type": "Organization",
"name": "Independent Developer"
},
"description": "A Golang and Java Developer with experience in building scalable backend systems and APIs.",
"skills": "Golang, Java, Spring Boot, PostgreSQL, REST APIs, Backend Development"
}
</script>
<link rel="icon" type="image/x-icon" href="./documents/profilepic.jpg">
<!-- Link To CSS -->
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="https://unpkg.com/github-calendar@latest/dist/github-calendar-responsive.css" />
<!-- Box Icons -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/boxicons@latest/css/boxicons.min.css">
<script src="https://kit.fontawesome.com/32f181d7c4.js" crossorigin="anonymous"></script>
</head>
<body>
<!-- Navbar -->
<div id="nav-menu">
<header>
<a href="#" class="logo">MdRizwan</a>
<div class="bx bx-menu" id="menu-icon"></div>
<ul class="navbar">
<li><a href="#home" class="nav-link home">Home</a></li>
<li><a href="#about" class="nav-link about">About</a></li>
<li><a href="#skills" class="nav-link skills">Skills</a></li>
<li><a href="#tech">TechStack</a></li>
<li><a href="#projects" class="nav-link projects">Projects</a></li>
<li><a href="#contact" class="nav-link contact">Contact</a></li>
<li id="resume-button-1">
<a class="nav-link resume" id="resume-link-1" href='/documents/Mohammad_Rizwan_Resume.pdf'
download="Mohammad_Rizwan_Resume">RESUME</a>
</li>
<!-- <li><a class="RFAL nav-link resume"
href=" https://drive.google.com/uc?export=download&id=1U-Q7IM4qbw90OQSpgbbfruVExkA69Kdo"
id="resume-button-1" id="resume-link-1">Resume</a></li> -->
<div class="bx bx-moon" id="darkmode"></div>
</ul>
</header>
</div>
<!-- navbar ends here -->
<!-- Home -->
<!-- <section class="home nav-link" id="home">
<div class="home-img">
<img class="home-img" src="./documents/profilepic.jpg" alt="">
</div>
<div class=".home-text" id="user-detail-intro">
<div class="social">
<a href="https://github.com/Rizwank123" target="_blank"><i class='bx bxl-github'
id="contact-github"></i></a>
<a href="https://www.linkedin.com/in/mohammad-rizwan2/" target="_blank" id="contact-linkedin"><i
class='bx bxl-linkedin'></i></a>
</div>
<div>
<span>Hello, I'm <h1 id="user-detail-name">Mohammad Rizwan</h1></span>
<h2><b>Full Stack Java Backend Developer</b></h2>
<p id="#user-detail-intro">I am passionate about creating efficient and scalable solutions <br> that power
the backbone of modern web applications as a backend developer.</p>
<a href="#contact" class="btn">Contact Me</a>
</div>
</div>
</section> -->
<section id="home">
<div class="max-width">
<div class="home-content">
<div id="one">
<div class="text-1">Hi, I am <span id="user-detail-name" class="text-2">Mohammad Rizwan</span></div>
<div class="text-3 user-detail-intro"><span class="typing"></span></div>
<a href="#contact" class="btn">Contact Me</a>
</div>
</div>
</div>
</section>
<!-- home section ends here -->
<!-- about section start from here -->
<section class="about section" id="about">
<div class="heading">
<h2
style="color: rgb(86, 206, 182); font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">
About Me</h2>
</div>
<div class="about-container">
<div class="about-img ">
<img src="/documents/profilepic.jpg" alt="" class="home-img">
</div>
<div class="about-text">
<p id="user-detail-intro" style="font-family: poppins, sans-serif">A proficient Golang Developer with
over a year of experience in developing and maintaining backend APIs using Go
technologies, including the Echo framework and PostgreSQL. Demonstrated expertise in API
development, bug fixing, and
database management. Adept at collaborating with cross-functional teams to deliver scalable and
efficient software
solutions that meet complex business requirements.</p>
<div class="information">
<!-- Box 1 -->
<div class="info-box">
<i class='bx bxs-user'></i>
<span>Mohammad Rizwan</span>
</div>
<!-- Box 2 -->
<div class="info-box">
<i class='bx bxs-phone'></i>
<span>+91 9454926977</span>
</div>
<!-- Box 3 -->
<div class="info-box">
<i class='bx bxs-envelope'></i>
<span>md.rizwank431@gmail.com</span>
</div>
</div>
<!-- <a href="documents/Mohammad_Rizwan_Resume.pdf" value="download" class="btn" id="resume-link-2">Download
Cv</a> -->
<button class="button" id="resume-button-2">
<a id="resume-link-2" href="documents/Mohammad_Rizwan_Resume.pdf"
download="Mohammad_Rizwan_Resume.pdf">RESUME</a>
</button>
</div>
</div>
</section>
<!-- about section ends from here -->
<!-- skills section start from here -->
<section class="" id="skills">
<div class="heading">
<h2
style="color: rgb(86, 206, 182); font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">
Skills</h2>
</div>
<div id="front">
<div class="skills-card">
<i class="fa-solid fa-laptop-code skills-card-img" style="color: rgb(86, 206, 182);"></i>
<h4 class="skills-card-name">FrontEnd Developer</h4>
<p>When you visit a website, the design elements you see were created by a front-end developer.</p>
</div>
<div class="skills-card">
<i class="fa-solid fa-network-wired skills-card-img" style="color: rgb(86, 206, 182);"></i>
<h4 class="skills-card-name">BackEnd developer</h4>
<p>Who Build and maintain the mechanisms that process data and perform actions on websites.</p>
</div>
<div class="skills-card">
<i class="fa-solid fa-brain skills-card-img" style="color: rgb(86, 206, 182);"></i>
<h4 class="skills-card-name">DSA</h4>
<p>Data Structure and Algorithm(DSA) is applied in all disciplines of software development.</p>
</div>
<div class="skills-card">
<i class="fa-solid fa-comments skills-card-img" style="color: rgb(86, 206, 182);"></i>
<h4 class="skills-card-name">Communication Skills</h4>
<p>Ability to use when giving and receiving different kinds of information.</p>
</div>
</div>
<h1 class="my"
style="color: rgb(86, 206, 182); font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">
My Advantages</h1>
<div id="avd">
<div class="benzo">
<h1>1200+ <sub>Hrs</sub></h1>
<h2>Coding</h2>
</div>
<div class="benzo">
<h1>500+ <sub>Que</sub></h1>
<h2>DSA</h2>
</div>
<div class="benzo">
<h1>100+ <sub>Hrs</sub></h1>
<h2>Soft Skills</h2>
</div>
<div class="benzo">
<h1>150+</h1>
<h2>Git commits</h2>
</div>
<div class="benzo">
<h1>3+</h1>
<h2>Collaborative Projects</h2>
</div>
<div class="benzo">
<h1>5+</h1>
<h2>Solo Projects</h2>
</div>
</div>
<h1 class="git">My Github
Contribution</h1><br>
<h3>Profile Views On Github : <img
src="https://komarev.com/ghpvc/?username=Rizwank123&label=Profile%20views&color=0e75b6&style=flat"
alt="Rizwank123" /> </h3> <br>
<div class="react-activity-calendar">
<!-- Loading stuff -->
Loading the data just for you.
</div>
<p style="text-align: center;">
<img src="https://github-readme-stats.vercel.app/api?username=Rizwank123&show_icons=true&theme=default"
id="github-stats-card" /><br>
<img src="https://github-readme-streak-stats.herokuapp.com/?user=Rizwank123&theme=default"
id="github-streak-stats" /><br>
<img src="https://github-readme-stats.vercel.app/api/top-langs/?username=Rizwank123&theme=default"
id="github-top-langs" /><br>
</p>
</section>
<!-- skill section ends frome here -->
<!-- techstacks section start from here -->
<section class="skills" id="tech">
<div class="heading">
<h2
style="color: rgb(86, 206, 182); font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">
Tech Stack</h2>
</div>
<div id="SkillsContainer" class="skills-card-img">
<div>
<img src="https://go.dev/blog/go-brand/Go-Logo/PNG/Go-Logo_Aqua.png" alt="golang">
</div>
<div>
<img src="https://avatars.githubusercontent.com/u/2624634?s=200&v=4" alt="Echo Framework">
</div>
<div>
<img src="https://w7.pngwing.com/pngs/358/849/png-transparent-postgresql-database-logo-database-symbol-blue-text-logo-thumbnail.png"
alt="Postgresql">
</div>
<div>
<img src="https://logos-world.net/wp-content/uploads/2022/07/Java-Logo.png" alt="Java">
</div>
<div>
<img src="https://cdn.iconscout.com/icon/free/png-256/javascript-2752148-2284965.png" alt="JavaScript">
</div>
<div>
<img src="https://rapidapi.com/blog/wp-content/uploads/2018/06/logo-2582748_640.png" alt="HTML5">
</div>
<div>
<img src="https://upload.wikimedia.org/wikipedia/commons/thumb/7/70/Devicon-css3-plain.svg/2048px-Devicon-css3-plain.svg.png"
alt="CSS3">
</div>
<div>
<img src="https://www.nicepng.com/png/detail/31-314820_logo-spring-spring-framework-logo-svg.png"
alt="Spring Boot">
</div>
<div>
<img src="https://upload.wikimedia.org/wikipedia/commons/8/87/Sql_data_base_with_logo.png" alt="sql">
</div>
<div>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcT8wy3qr43l0wTEyY2f8xPbJRwdy3eWls_a8OOPvUOhGg&s"
alt="jdbc">
</div>
<div>
<img src="https://dwglogo.com/wp-content/uploads/2017/12/1100px_Hibernate_logo_01.png" alt="hibernate">
</div>
<div>
<img src="https://play-lh.googleusercontent.com/PCpXdqvUWfCW1mXhH1Y_98yBpgsWxuTSTofy3NGMo9yBTATDyzVkqU580bfSln50bFU"
alt="github">
</div>
<div>
<img src="https://res.cloudinary.com/postman/image/upload/t_team_logo/v1629869194/team/2893aede23f01bfcbd2319326bc96a6ed0524eba759745ed6d73405a3a8b67a8"
alt="postman">
</div>
<div>
<img src="https://static.vecteezy.com/system/resources/previews/006/030/600/non_2x/abstract-cloud-logo-blue-shape-cloud-computing-isolated-on-white-background-usable-for-business-and-technology-logos-flat-logo-design-template-element-vector.jpg"
alt="cloud">
</div>
<div>
<img src="https://miro.medium.com/max/1400/1*-dbPsi8Mdqj5Y0454eGvPQ.png" alt="Rest Api">
</div>
<div>
<img src="https://i0.wp.com/www.vexevsolutions.com/wp-content/uploads/2018/10/maven-logo-black-on-white.png?ssl=1"
alt="malven">
</div>
<div>
<img src="https://play-lh.googleusercontent.com/9zvNJHedNg_6lOdwcodODMVsyeHKxuTIpnbBzomRGGZAp_vKVXnd5SlF8XZcXyGYjQ"
alt="DSA">
</div>
</div>
</section>
<!-- tech stack section ends from here -->
<!-- project section start from here -->
<section class="portfolio" id="projects">
<a name="projects"></a>
<div id="container4">
<h1 class="heading1"
style="color: rgb(86, 206, 182); font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">
Projects</h1>
<div class="skills-card" id="box"
style="font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">
<div class="project-card">
<img src="./documents/go.gif">
<h3 class="project-title">Chat Application Backend System</h3>
<p class="project-description">The Chat App is a real-time messaging platform where users can send
direct messages or participate in group chats. Users
can follow each other, react to messages, and see typing indicators in conversations. Groups
allow for organized
discussions, while reactions like "like" and "love" enhance engagement. The app provides a
dynamic and social
communication experience, making messaging more interactive and responsive.</p><br>
<p>An individual project i am still working on it </p>
<p class="project-tech-stack"> Golang | Echo Framework | PostgreSQL | Swagger</p>
<a href="https://github.com/Rizwank123/ChatApp.git" target="_blank"
class="project-github-link"><button class="button">CODE <i
class="fa-brands fa-github"></i></button> </a>
<a href="https://drive.google.com/file/d/1bXQJJSzBqwyWkQ0vn1YF2tO94c5ZQG7x/view?usp=share_link"
target="_blank" class="project-deployed-link"><button class="button">Video <i class=" fa-solid
fa-arrow-up-right-from-square"></i></button></a>
</div>
<div class="project-card">
<img src="./documents/p1.gif">
<h3 class="project-title">Crime Information Management System (CIMS)</h3><br>
<p class="project-description">Crime Information Management System (CIMS) is a software application
that helps law enforcement agencies manage and track crime-related data. It is designed to
provide a centralized database to store and retrieve information related to criminal activities.
</p><br>
<p> An individual project, built in 4 days by me.</p>
<p class="project-tech-stack">Java | JDBC | SQL </p>
<a href="https://github.com/Rizwank123/third-ice-7307" target="_blank"
class="project-github-link"><button class="button">CODE <i
class="fa-brands fa-github"></i></button></a>
<a href="https://drive.google.com/file/d/1bXQJJSzBqwyWkQ0vn1YF2tO94c5ZQG7x/view?usp=share_link"
target="_blank" class="project-deployed-link"><button class="button">Video <i class=" fa-solid
fa-arrow-up-right-from-square"></i></button></a>
</div>
<div class="project-card">
<img src="./documents/p2.gif">
<h3 class="project-title">BestRead</h3>
<p class="project-description">BestReads.com is a clone of IdeaKart.com. which provides information
about different books users can read.</h5><br>
<p>This project was developed by team of five in time span of 5 days.</p><br>
<p class="project-tech-stack">HTML | CSS | JavaScript </p><br><br>
<a href="https://github.com/DeshmukhMandar3/BestReads" target="_blank"
class="project-github-link"><button class="button">CODE <i
class="fa-brands fa-github"></i></button></a>
<a href="https://reliable-kashata-dfa0d1.netlify.app/" target="_blank"
class="project-deployed-link"><button class="button">LIVE <i
class="fa-solid fa-arrow-up-right-from-square"></i></button></a>
</div>
<div class="project-card">
<img src="./documents/p3.gif">
<h3 class="project-title">Movie App</h3><br>
<p class="project-description">Movie App is clone of Hotstar
<p><br>
<p>This is An individual project, built in 1 day by me with ES6 concept and youtube API</p><br>
<p class="project-tech-stack">HTML | CSS | JavaScript</p>
<a href="https://github.com/Rizwank123/Movie-App" target="_blank"
class="project-github-link"><button class="button">CODE <i
class="fa-brands fa-github"></i></button></a>
<a href="https://radiant-piroshki-4c0c73.netlify.app/" target="_blank"
class="project-deployed-link"><button class="button">LIVE <i
class="fa-solid fa-arrow-up-right-from-square"></i></button></a>
</div>
<div class="project-card">
<img src="./documents/pr1.gif">
<br><br>
<h3 class="project-title">Relaxi Taxi</h3><br>
<p class="project-description">A cab booking system that allows users to book rides,
track their rides in real-time, and pay through a mobile or web application,
while providing fleet management and monitoring tools for administrators.</p><br>
<p>An individual project, built in 5 day by me.</p><br>
<p class="project-tech-stack">Java | Spring Boot | Mysql db | Maven</p>
<a href="https://github.com/apurvs14/Cab-Booking-Application" target="_blank"
class="project-github-link"><button class="button">CODE <i
class="fa-brands fa-github"></i></button></a>
<a href="https://drive.google.com/file/d/1qzDilvPTTZXcqYwSWJkfA5C6IRYolxd1/view" target="_blank"
class="project-deployed-link"><button class="button">LIVE <i
class="fa-solid fa-arrow-up-right-from-square"></i></button></a>
</div>
</div>
<a href="https://github.com/Rizwank123" target="_blank" class="clickMe">
<h4>For More Projects Click Me</h4>
</a>
</div>
</section>
<!-- project section ends from here -->
<!-- contact section start from here -->
<section class="footer" id="contact">
<div class="heading">
<h2
style="color: rgb(86, 206, 182); font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;">
Contact</h2>
</div>
<div id="contact12">
<div>
<h1></h1><br><br><br>
<h2>Mohammad Rizwan</h2><br>
<h2 id="contact-phone">+91 9454926977</h2><br>
<h3 id="contact-email">md.rizwank431@gmail.com</h3><br>
<a href="https://github.com/Rizwank123" target="_blank"><i class='bx bxl-github ax'
id="contact-github"></i></a>
<a href="https://www.linkedin.com/in/mohammad-rizwan/" target="_blank"><i class='bx bxl-linkedin ax'
id="contact-linkedin"></i></a>
</div>
<div>
<img src="./documents/Contact-me.gif" alt="">
</div>
</div>
</section>
<!-- contact section ends from here -->
<!-- last text -->
<p id="copy">Hope you like my portfolio made by <span id="rizwan">@ Mohammad Rizwan</span></p>
<!-- last text end here -->
</body>
</html>
<script src="index.js"></script>
<!-- <script src="https://cdnjs.cloudflare.com/ajax/libs/typed.js/2.0.12/typed.min.js"></script> -->
<script src="https://cdn.jsdelivr.net/npm/typed.js@2.0.11/lib/typed.min.js"></script>
<!-- // github script is here -->
<script src="https://unpkg.com/github-calendar@latest/dist/github-calendar.min.js"
style="margin-left: 100px;"> </script>
<script>
GitHubCalendar(".react-activity-calendar", "Rizwank123", { responsive: true });
// Use a proxy
GitHubCalendar(".react-activity-calendar", "Rizwank123", {
proxy(username) {
return fetch(`https://your-proxy.com/github?user=${username}`)
}
})
</script>
<script>
var typed = new Typed(".typing", {
strings: ["A Full Stack Developer", "Golang Developer", "A Problem Solver", "A JAVA Backend Developer"],
typeSpeed: 100,
backSpeed: 60,
loop: true,
})
</script>