-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathskills.html
More file actions
418 lines (352 loc) · 14.6 KB
/
skills.html
File metadata and controls
418 lines (352 loc) · 14.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Mohammad Burhan</title>
<!-- Meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="">
<meta name="author" content="">
<link rel="shortcut icon" href="favicon.ico">
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!-- FontAwesome JS -->
<script defer src="assets/fontawesome/js/all.js"></script>
<!-- Plugin CSS -->
<link rel="stylesheet" href="assets/plugins/tiny-slider/tiny-slider.css">
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme-1.css">
<link id="" rel="stylesheet" href="assets/css/skill.css">
</head>
<body oncontextmenu="return false;">
<header class="header text-center">
<div class="force-overflow">
<h1 class="blog-name pt-lg-4 mb-0"><a class="no-text-decoration" href="index.html">Mohammad Burhan</a></h1>
<nav class="navbar navbar-expand-lg navbar-dark">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navigation"
aria-controls="navigation" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div id="navigation" class="collapse navbar-collapse flex-column">
<div class="profile-section pt-3 pt-lg-0">
<img class="profile-image mb-3 rounded-circle mx-auto" src="assets/images/profile.png"
alt="image">
<div class="bio mb-3">Hi, my name is Mohammad Burhan and I'm a software engineer. Welcome to my
personal website!</div><!--//bio-->
<ul class="social-list list-inline py-2 mx-auto">
<li class="list-inline-item"><a href="#"><i class="fab fa-twitter fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://www.linkedin.com/in/burhanmohammad/"><i
class="fab fa-linkedin-in fa-fw"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/BurhanMohammad"><i
class="fab fa-github-alt fa-fw"></i></a></li>
<li class="list-inline-item"><a href="#"><i class="fab fa-stack-overflow fa-fw"></i></a>
</li>
<li class="list-inline-item"><a href="https://wa.me/917036037203"><i
class="fa-brands fa-whatsapp"></i></a></li>
<li class="list-inline-item"><a href="https://github.com/BurhanMohammad"><i
class="fa-brands fa-github"></i></a></li>
<li class="list-inline-item"><a href="https://join.skype.com/invite/yjbxl233XgfF"><i
class="fa-brands fa-skype"></i></a></li>
</ul><!--//social-list-->
<div class="dark-mode-toggle">
<hr class="mb-4">
<h4 class="toggle-name"><i class="fas fa-adjust"></i>Dark Mode</h4>
<input class="toggle" id="darkmode" type="checkbox">
<label class="toggle-btn mx-auto mb-0" for="darkmode"></label>
</div><!--//dark-mode-toggle-->
<hr>
</div><!--//profile-section-->
<ul class="navbar-nav flex-column text-start">
<li class="nav-item">
<a class="nav-link scrollto " href="index.html"><i class="fas fa-user fa-fw me-2"></i>About
Me<span class="sr-only"></span></a>
</li>
<li class="nav-item">
<a class="nav-link scrollto" href="portfolio.html"><i
class="fas fa-laptop-code fa-fw me-2"></i>Portfolio</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link scrollto" href="services.html"><i
class="fas fa-briefcase fa-fw me-2"></i>Services
& Pricing</a>
</li> -->
<li class="nav-item">
<a class="nav-link scrollto active" href="skills.html"><i
class="fas fa-language fa-fw me-2"></i>Skills</a>
</li>
<li class="nav-item">
<a class="nav-link scrollto" href="resume.html"><i
class="fas fa-file-alt fa-fw me-2"></i>Resume</a>
</li>
<li class="nav-item">
<a class="nav-link scrollto" href="certificates.html"><i
class="fas fa-certificate fa-fw me-2"></i>certificates</a>
</li>
<li class="nav-item">
<a class="nav-link scrollto" href="blog-home.html"><i
class="fas fa-blog fa-fw me-2"></i>Blog</a>
</li>
<li class="nav-item scrollto">
<a class="nav-link" href="contact.html"><i
class="fas fa-envelope-open-text fa-fw me-2"></i>Contact</a>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button"
data-bs-toggle="dropdown" aria-expanded="false">
<i class="fas fa-cogs fa-fw me-2"></i>More Pages
</a>
<ul class="dropdown-menu" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item" href="project.html">Project Page</a></li>
<li><a class="dropdown-item" href="blog-home.html">Blog Home 1</a></li>
<li><a class="dropdown-item" href="blog-home-alt.html">Blog Home 2</a></li>
<li><a class="dropdown-item" href="blog-post.html">Blog Post</a></li>
</ul>
</li>
</ul>
<div class="my-2">
<a class="btn btn-primary" href="contact.html" target="_blank"><i
class="fas fa-paper-plane me-2"></i>Hire Me</a>
</div>
</div>
</nav>
</div><!--//force-overflow-->
</header>
<div class="main-wrapper">
<section id="skills" class="skills section-bg">
<div class="container">
<section class="cta-section theme-bg-light py-5">
<div class="container text-center single-col-max-width">
<h2 class="heading">Skills</h2>
<div class="intro">
<p>I am proficient in Python, JavaScript, and SQL, with strong backend expertise in Django,
Flask, and FastAPI. I build REST and SOAP integrations, asynchronous processing pipelines,
and scalable microservices on AWS. I also work with PostgreSQL query tuning, Redis
caching, React.js, and testing with PyTest to deliver reliable production systems.</p>
</div>
<a class="btn btn-primary" href="contact.html" target="_blank"><i
class="fas fa-paper-plane me-2"></i>Hire Me</a>
</div><!--//container-->
</section>
<div class="row d-flex justify-content-center mt-100">
<div class="col-xl-3 col-lg-8 mb-5">
<div class=" rounded-lg p-5 ">
<h2 class="h6 font-weight-bold text-center mb-3">PYTHON</h2>
<div class="progress blue">
<span class="progress-left">
<span class="progress-bar"></span>
</span>
<span class="progress-right">
<span class="progress-bar"></span>
</span>
<div class="progress-value">100%</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-8 mb-5">
<div class=" rounded-lg p-5 ">
<h2 class="h6 font-weight-bold text-center mb-4">JAVASCRIPT</h2>
<div class="progress powderblue">
<span class="progress-left">
<span class="progress-bar"></span>
</span>
<span class="progress-right">
<span class="progress-bar"></span>
</span>
<div class="progress-value">80%</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-8 mb-5">
<div class=" rounded-lg p-5 ">
<h2 class="h6 font-weight-bold text-center mb-4">FASTAPI</h2>
<div class="progress steelblue">
<span class="progress-left">
<span class="progress-bar"></span>
</span>
<span class="progress-right">
<span class="progress-bar"></span>
</span>
<div class="progress-value">90%</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-8 mb-5">
<div class=" rounded-lg p-5 ">
<h2 class="h6 font-weight-bold text-center mb-4">DJANGO</h2>
<div class="progress orange">
<span class="progress-left">
<span class="progress-bar"></span>
</span>
<span class="progress-right">
<span class="progress-bar"></span>
</span>
<div class="progress-value">90%</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-8 mb-5">
<div class=" rounded-lg p-5 ">
<h2 class="h6 font-weight-bold text-center mb-4">REDIS</h2>
<div class="progress purple">
<span class="progress-left">
<span class="progress-bar"></span>
</span>
<span class="progress-right">
<span class="progress-bar"></span>
</span>
<div class="progress-value">80%</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-8 mb-5">
<div class=" rounded-lg p-5 ">
<h2 class="h6 font-weight-bold text-center mb-4">AWS</h2>
<div class="progress black">
<span class="progress-left">
<span class="progress-bar"></span>
</span>
<span class="progress-right">
<span class="progress-bar"></span>
</span>
<div class="progress-value">90%</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-8 mb-5">
<div class=" rounded-lg p-5 ">
<h2 class="h6 font-weight-bold text-center mb-4">REST|SOAP APIS</h2>
<div class="progress gray">
<span class="progress-left">
<span class="progress-bar"></span>
</span>
<span class="progress-right">
<span class="progress-bar"></span>
</span>
<div class="progress-value">90%</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-8 mb-5">
<div class=" rounded-lg p-5 ">
<h2 class="h6 font-weight-bold text-center mb-4">SQL|POSTGRESQL</h2>
<div class="progress red">
<span class="progress-left">
<span class="progress-bar"></span>
</span>
<span class="progress-right">
<span class="progress-bar"></span>
</span>
<div class="progress-value">85%</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-8 mb-5">
<div class=" rounded-lg p-5 ">
<h2 class="h6 font-weight-bold text-center mb-4">DOCKER|CI/CD</h2>
<div class="progress indigo">
<span class="progress-left">
<span class="progress-bar"></span>
</span>
<span class="progress-right">
<span class="progress-bar"></span>
</span>
<div class="progress-value">85%</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-8 mb-5">
<div class=" rounded-lg p-5 ">
<h2 class="h6 font-weight-bold text-center mb-4">GIT|GITHUB ACTIONS</h2>
<div class="progress violet">
<span class="progress-left">
<span class="progress-bar"></span>
</span>
<span class="progress-right">
<span class="progress-bar"></span>
</span>
<div class="progress-value">90%</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-8 mb-5">
<div class=" rounded-lg p-5 ">
<h2 class="h6 font-weight-bold text-center mb-4">PYTEST|UNIT TESTING</h2>
<div class="progress green">
<span class="progress-left">
<span class="progress-bar"></span>
</span>
<span class="progress-right">
<span class="progress-bar"></span>
</span>
<div class="progress-value">85%</div>
</div>
</div>
</div>
<div class="col-xl-3 col-lg-8 mb-5">
<div class=" rounded-lg p-5 ">
<h2 class="h6 font-weight-bold text-center mb-4">REACT|AJAX</h2>
<div class="progress pink">
<span class="progress-left">
<span class="progress-bar"></span>
</span>
<span class="progress-right">
<span class="progress-bar"></span>
</span>
<div class="progress-value">80%</div>
</div>
</div>
</div>
</div>
</div>
</section>
</div><!--//main-wrapper-->
<!-- *****CONFIGURE STYLE (REMOVE ON YOUR PRODUCTION SITE)****** -->
<div id="config-panel" class="config-panel config-panel-hide d-none d-lg-block">
<div class="panel-inner">
<a id="config-trigger" class="config-trigger text-center" href="#"><i class="fas fa-cog mx-auto"
data-fa-transform="down-6"></i></a>
<h5 class="panel-title">Choose Colour</h5>
<ul id="color-options" class="list-inline mb-0">
<li class="theme-1 active list-inline-item"><a data-style="assets/css/theme-1.css" href="#"></a></li>
<li class="theme-2 list-inline-item"><a data-style="assets/css/theme-2.css" href="#"></a></li>
<li class="theme-3 list-inline-item"><a data-style="assets/css/theme-3.css" href="#"></a></li>
<li class="theme-4 list-inline-item"><a data-style="assets/css/theme-4.css" href="#"></a></li>
<li class="theme-5 list-inline-item"><a data-style="assets/css/theme-5.css" href="#"></a></li>
<li class="theme-6 list-inline-item"><a data-style="assets/css/theme-6.css" href="#"></a></li>
<li class="theme-7 list-inline-item"><a data-style="assets/css/theme-7.css" href="#"></a></li>
<li class="theme-8 list-inline-item"><a data-style="assets/css/theme-8.css" href="#"></a></li>
<li class="theme-9 list-inline-item"><a data-style="assets/css/theme-9.css" href="#"></a></li>
<li class="theme-10 list-inline-item"><a data-style="assets/css/theme-10.css" href="#"></a></li>
</ul>
<a id="config-close" class="close" href="#"><i class="fa fa-times-circle"></i></a>
</div><!--//panel-inner-->
</div><!--//configure-panel-->
<!-- Javascript -->
<script src="assets/plugins/popper.min.js"></script>
<script src="assets/plugins/bootstrap/js/bootstrap.min.js"></script>
<script>
let skilsContent = select('.skills-content');
if (skilsContent) {
new Waypoint({
element: skilsContent,
offset: '80%',
handler: function (direction) {
let progress = select('.progress .progress-bar', true);
progress.forEach((el) => {
el.style.width = el.getAttribute('aria-valuenow') + '%'
});
}
})
}
</script>
<script src="desable_rightclick.js"></script>
<script src="assets/plugins/tiny-slider/min/tiny-slider.js"></script>
<script src="assets/js/testimonials.js"></script>
<!-- Style Switcher (REMOVE ON YOUR PRODUCTION SITE) -->
<script src="assets/js/demo/style-switcher.js"></script>
<!-- Dark Mode -->
<script src="assets/plugins/js-cookie.min.js"></script>
<script src="assets/js/dark-mode.js"></script>
</body>
</html>