-
Notifications
You must be signed in to change notification settings - Fork 5
/
resume.html
695 lines (640 loc) · 31.2 KB
/
resume.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
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
<!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,900" rel="stylesheet">
<!-- FontAwesome JS -->
<script defer src="assets/fontawesome/js/all.js"></script>
<!-- Theme CSS -->
<link id="theme-style" rel="stylesheet" href="assets/css/theme-1.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-->
<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</a>
</li>
<li class="nav-item scrollto">
<a class="nav-link" href="templetes/portfolio.html"><i
class="fas fa-laptop-code fa-fw me-2"></i>Portfolio</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="services.html"><i class="fas fa-briefcase fa-fw me-2"></i>Services
& Pricing</a>
</li> -->
<li class="nav-item scrollto">
<a class="nav-link" href="skills.html"><i class="fas fa-language fa-fw me-2"></i>Skills</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="resume.html"><i
class="fas fa-file-alt fa-fw me-2"></i>Resume<span
class="sr-only">(current)</span></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 scrollto">
<a class="nav-link" 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 scrollto">
<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 scrollto" aria-labelledby="navbarDropdown">
<li><a class="dropdown-item scrollto" href="project.html">Project Page</a></li>
<li><a class="dropdown-item scrollto" href="blog-home.html">Blog Home 1</a></li>
<li><a class="dropdown-item scrollto" href="blog-home-alt.html">Blog Home 2</a></li>
<li><a class="dropdown-item scrollto" 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 class="dark-mode-toggle text-center w-100">
<hr class="mb-4">
<h4 class="toggle-name mb-3 "><i class="fas fa-adjust me-1"></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-->
</div>
</nav>
</div><!--//force-overflow-->
</header>
<div class="main-wrapper">
<section class="cta-section theme-bg-light py-5">
<div class="container text-center single-col-max-width">
<h2 class="heading mb-3">Online Resume</h2>
<a class="btn btn-primary"
href="assets/resume/Mohammad_Burhan_Resume.pdf"
target="_blank"><i class="fas fa-file-pdf me-2"></i>Download PDF Version</a>
<p> </p>
<a class="btn btn-primary"
href=""
target="_blank"><i class="fad fa-file-powerpoint me-2"></i>Download PPTX Version</a>
</div><!--//container-->
</section>
<div class="container resume-container px-3 px-lg-5">
<article class="resume-wrapper mx-auto theme-bg-light p-5 mb-5 my-5 shadow-lg">
<div class="resume-header">
<div class="row align-items-center">
<div class="resume-title col-12 col-md-6 col-lg-8 col-xl-9">
<h2 class="resume-name mb-0 text-uppercase">Mohammad Burhan</h2>
<div class="resume-tagline mb-2 mb-md-0">Software Engineer | Developer | Full-Stack</div>
</div><!--//resume-title-->
<div class="resume-contact col-12 col-md-6 col-lg-4 col-xl-3">
<ul class="list-unstyled mb-0">
<li class="mb-2"><i class="fas fa-phone-square fa-fw fa-lg me-2 "></i><a
class="resume-link" href="tel:#">+91 7036037203</a></li>
<li class="mb-2"><i class="fas fa-envelope-square fa-fw fa-lg me-2"></i><a
class="resume-link" href="mailto:#">[email protected]</a></li>
<li class="mb-2"><i class="fas fa-globe fa-fw fa-lg me-2"></i><a class="resume-link"
href="#">www.burhanmohammad.github.io</a></li>
<li class="mb-0"><i class="fas fa-map-marker-alt fa-fw fa-lg me-2"></i>India</li>
</ul>
</div><!--//resume-contact-->
</div><!--//row-->
</div><!--//resume-header-->
<hr>
<div class="resume-intro py-3">
<div class="row align-items-center">
<div class="col-12 col-md-3 col-xl-2 text-center">
<img class="resume-profile-image mb-3 mb-md-0 me-md-5 ms-md-0 rounded mx-auto"
src="assets/images/resume-profile.png" alt="image">
</div>
<div class="col text-start">
<p class="mb-0">A two-year veteran with a strong work ethic and skill set in software
development, testing, and
deployment. Good competency in a variety of programming languages; familiarity with
Agile
processes; the ability to create high-quality software on schedule and under budget; and
strong
analytical and problem-solving abilities Organized and detail-oriented, with the ability
to work quickly
and flawlessly to meet deadlines a devoted team player with a determined, analytical
attitude who is
committed to attaining difficult development goals.</p>
</div><!--//col-->
</div>
</div><!--//resume-intro-->
<hr>
<div class="resume-body">
<div class="row">
<div class="resume-main col-12 col-lg-8 col-xl-9 pe-0 pe-lg-5">
<section class="work-section py-3">
<h3 class="text-uppercase resume-section-heading mb-5">Work Experiences</h3>
<div class="item mb-4">
<div class="item-heading row align-items-center mb-3">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Software
Developer</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
Codent Software Solutions <br> 2021 - Present</div>
</div>
<div class="item-content">
<p></p>
<ul class="resume-list">
<li>Created and implemented software solutions for numerous clients across a
range of industries,
resulting in a 20% rise in productivity and a 15% drop in costs.</li>
<li>Led the development of a mobile application for the company that
increased user engagement and
reduced customer support costs.</li>
<li>Manage a team of software developers to deliver software projects on
time and within budget,
resulting in a high level of client satisfaction by testing the software
and following up with the
clients.</li>
<li>Coordinated efficient large-scale software deployments through detailed
specifications,
collaboration with engineering team members, and performance testing.
</li>
<li>Increased customer satisfaction by 15% by streamlining the application's
user interface and
improving site performance.
</li>
<li>We examined the code, investigated issues, and fixed them, producing
software that is highly
reliable and of high quality.</li>
<li>Met with customers to discuss project progress, collected feedback on
different stages and directly
addressed concerns, which resulted in a 100% satisfaction rating from
the client.</li>
</ul>
</div>
</div><!--//item-->
<div class="item mb-3">
<div class="item-heading row align-items-center mb-3">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-3 mb-md-0">Process Associate
</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
Headrun | jan 2020 - june 2020</div>
</div>
<div class="item-content">
<p></p>
<ul class="resume-list">
<li>Identified operational inefficiencies by analyzing and interpreting
data, resulting in a 5% increase
in productivity, as measured by a reduction in lead time and increase in
customer satisfaction.
</li>
<li>Developed and maintained strong relationships with internal and external
stakeholders, resulting in
a 10% increase in repeat business, by scheduling consistent meetings and
providing timely
responses to questions and concerns.</li>
<li>Trained and mentored three new Process Associates in the first six
months of employment, resulting
in a 15% increase in team productivity and efficiency.
</li>
<li>Processed high volumes of customer orders and inquiries, by servicing
the customers online,
resulting in a 15% increase in customer satisfaction ratings.
</li>
<li>Reduced the length of the user fulfillment cycle from 4 hours to 2 hours
by implementing a new
process and re-arranging the queue by priority.
</li>
</ul>
</div>
</div><!--//item-->
<!-- <div class="item mb-3">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Senior Software
Developer</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
Dropbox | 2014 - 2016</div>
</div>
<div class="item-content">
<p>Role description goes here ipsum dolor sit amet, consectetuer adipiscing
elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque
penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
</div>
</div>
//item -->
<!-- <div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Senior Developer
</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
Uber | 2013 - 2014</div>
</div>
<div class="item-content">
<p>Role description goes here ipsum dolor sit amet, consectetuer adipiscing
elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque
penatibus. </p>
</div>
</div>
//item -->
<!-- <div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Backend Developer
</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
Amazon | 2014 - 2016</div>
</div>
<div class="item-content">
<p>Role description goes here ipsum dolor sit amet, consectetuer adipiscing
elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque
penatibus et magnis dis parturient montes, nascetur ridiculus mus.</p>
</div>
</div>
//item -->
<!-- <div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Frontend Developer
</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
Startup | 2013 - 2014</div>
</div>
<div class="item-content">
<p>Role description goes here ipsum dolor sit amet, consectetuer adipiscing
elit. Aenean commodo ligula eget dolor. Aenean massa. Cum sociis natoque
penatibus. </p>
</div>
</div>
//item -->
</section><!--//work-section-->
<section class="project-section">
<h3 class="text-uppercase resume-section-heading">Projects</h3>
<div class="item-content">
<p class="mb-1">Developed and implemented a number of personal projects using a
variety of computer languages and
technologies, displaying excellent technical and problem-solving abilities, and
enhancing my abilities
in(Full Stack, Cloud, Databases).Visit my GitHub page at <a class="theme-link"
href="https://github.com/BurhanMohammad" target="_blank">BurhanMohammad</a>
for additional information and to
view examples of my work.</p>
</div>
<div class="item">
<div class="item-heading row align-items-center mb-4">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-4 mb-md-0">Backend
</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
Open Source</div>
</div>
<div class="item-content">
<ul class="resume-list">
<li>Developed and implemented three significant <strong
class="item-heading">Odoo</strong> projects:
<ul class="resume-list">
<li>"<a href="https://github.com/BurhanMohammad/Odoo-Dental-Management-System"
class="theme-link">Hospital Management System</a>" which
reduced procedures and increased a huge hospital's
effectiveness.
</li>
<li>The "<a
href="https://github.com/BurhanMohammad/Odoo-Agency-Management-System"
class="theme-link">Agency Management System</a>" designed
the workflow and procedures of a sizable agency.
</li>
<li>“<a href="https://github.com/BurhanMohammad"
class="theme-link">Metro Maintenance Management System</a>"
which enhanced metro system upkeep and
management.
</li>
</ul>
</li>
<li class="mb-2">Developed multiple web applications using the <strong
class="item-heading">Django</strong> framework, including:
<ul class="resume-list">
<li>Clone of "<a
href="https://github.com/BurhanMohammad/Django-Instragram"
class="theme-link">Instagram</a>" that enables the sharing
and viewing of photographs and videos with
followers and friends.
</li>
<li>A "<a href="https://github.com/BurhanMohammad/Djnago-Netflix"
class="theme-link">Netflix</a>" clone that gives customers
streaming access to a vast collection of films and TV
shows.
</li>
<li>An application called “<a
href="https://github.com/BurhanMohammad/Django-Calculator"
class="theme-link">Calculator</a>"enables users to carry out
simple mathematical
computations.
</li>
<li>Users can generate and customize professional resumes using the
“<a href="https://github.com/BurhanMohammad/Django-Resume-Bulider"
class="theme-link">Resume Builder</a>"
feature.
</li>
<li>A “<a
href="https://github.com/BurhanMohammad/Django-librarymanagement"
class="theme-link">Library Management</a>"
system gives library employees the resources they need to keep
track of the books, customers, and checkouts.
</li>
<li>A “<a href="https://github.com/BurhanMohammad/Django-Stackflow"
class="theme-link">Stack Flow</a>"
clone that serves as a Q&A forum for developers to discuss
various
programming-related subjects.
</li>
<li>“<a href="https://github.com/BurhanMohammad/Django-VIdeocall-App"
class="theme-link">Video Call</a>"
app, allowing users to make video calls to other users.
</li>
<li>“<a href="https://github.com/BurhanMohammad/Django-MusicPlayer"
class="theme-link">Music Player</a>"
application, allowing users to stream and listen to music.
</li>
<li>“<a href="https://github.com/BurhanMohammad/Django-Portfolio-website"
class="theme-link">Portfolio</a>"
website, showcasing personal projects and accomplishments.
</li>
<li>“<a href="https://github.com/BurhanMohammad"
class="theme-link">Google</a>"
clone, an internet search engine.
</li>
<li>“<a href="https://github.com/BurhanMohammad"
class="theme-link">YouTube</a>"
clone, a video sharing platform.
</li>
</ul>
</li>
</ul>
</div>
</div><!--//item-->
<div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-4 mb-md-0">Frontend</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
Open Source</div>
</div>
<div class="item-content">
<li>The following projects were created using <strong
class="item-heading">JavaScript, HTML, CSS, and Bootstrap</strong>:
<ul class="resume-list">
<li>A "<a
href="https://github.com/BurhanMohammad/JavaScript-Html-Css-Bootstrap/tree/main/Poetfolio"
class="theme-link">Portfolio</a>".
</li>
<li>A "<a
href="https://github.com/BurhanMohammad/JavaScript-Html-Css-Bootstrap/tree/main/animated-navigation"
class="theme-link">animated navigation bar</a>" utilizing local
storage.
</li>
<li>A "<a
href="https://github.com/BurhanMohammad/JavaScript-Html-Css-Bootstrap/tree/main/bookmark-app"
class="theme-link">Bookmark application</a>".
</li>
<li>A "<a
href="https://github.com/BurhanMohammad/JavaScript-Html-Css-Bootstrap/tree/main/custom-countdown"
class="theme-link">countdown</a>" timer application.
</li>
<li>A "<a
href="https://github.com/BurhanMohammad/JavaScript-Html-Css-Bootstrap/tree/main/github-profiles"
class="theme-link">Github profile</a>" search tool.
</li>
<li>A "<a
href="https://github.com/BurhanMohammad/JavaScript-Html-Css-Bootstrap/tree/main/form-validation"
class="theme-link">form validation</a>" application.
</li>
<li>A "<a
href="https://github.com/BurhanMohammad/JavaScript-Html-Css-Bootstrap/tree/main/music-player"
class="theme-link">music player</a>" application.
</li>
</ul>
</li>
</div>
</div><!--//item-->
<!-- <div class="item">
<div class="item-heading row align-items-center mb-2">
<h4 class="item-title col-12 col-md-6 col-lg-8 mb-2 mb-md-0">Project Praesent
</h4>
<div
class="item-meta col-12 col-md-6 col-lg-4 text-muted text-start text-md-end">
Open Source</div>
</div>
<div class="item-content">
<p>You can use this section for your side projects. Cras dapibus. Vivamus
elementum semper nisi. Aenean vulputate eleifend tellus. Aenean leo ligula,
porttitor eu, consequat vitae, eleifend ac, enim.</p>
</div>
</div>
//item -->
</section><!--//project-section-->
</div><!--//resume-main-->
<aside class="resume-aside col-12 col-lg-4 col-xl-3 px-lg-4 pb-lg-4">
<section class="skills-section py-3">
<h3 class="text-uppercase resume-section-heading mb-2">Skills</h3>
<div class="item">
<h4 class="item-title">Technical</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-1">JavaScript</li>
<li class="mb-1">Python<li>
<li class="mb-1">Django</li>
<li class="mb-1">Odoo</li>
<li class="mb-1">PostgreSQL/MySQL/SQL</li>
<li class="mb-1">Bootstrap</li>
<li class="mb-1">XML</li>
<li class="mb-1">Html</li>
<li class="mb-1">Devops</li>
<li class="mb-1">Cloud Computing</li>
<li class="mb-1">IaaS, PaaS, SaaS</li>
<li class="mb-1">Cloud Native</li>
<li class="mb-1">Hybrid MultiCloud</li>
<li class="mb-1">UI/UX</li>
<li class="mb-1">React.js</li>
<li class="mb-1">Pandas</li>
<li class="mb-1">Kubernetes&OpenShif</li>
<li class="mb-1">Data Analysis</li>
<li class="mb-1">Docker</li>
<li class="mb-1">NumPy</li>
<li class="mb-1">Data Science</li>
<li class="mb-1">Microservices</li>
<li class="mb-1">CSS/CSS Grid Layout/Tailwind CSS</li>
<li class="mb-1">Node.js</li>
<li class="mb-1">Flask</li>
<li class="mb-1">Office 365</li>
<li class="mb-1">Microsoft Office/Excel/outlook/Word</li>
<li class="mb-1">Git/GitHub/Gitlab/BitBucket</li>
<li class="mb-1">OpenERP</li>
<li class="mb-1">Data Analysis</li>
<li class="mb-1">Ubuntu</li>
<li class="mb-1">Google Sheets</li>
<li class="mb-1">Object-oriented design</li>
<li class="mb-1">Design and implement database structures</li>
<li>Lead and deliver complex software systems</li>
</ul>
</div><!--//item-->
<div class="item">
<h4 class="item-title">Professional</h4>
<ul class="list-unstyled resume-skills-list">
<li class="mb-1">Effective communication</li>
<li class="mb-1">Team player
<li>
<li class="mb-1">Strong problem solver</li>
<li>Good time management</li>
<li class="mb-1">Team Leadership</li>
</ul>
</div><!--//item-->
</section><!--//skills-section-->
<section class="education-section py-1">
<h3 class="text-uppercase resume-section-heading mb-2">Awards & certificates</h3>
<ul class="list-unstyled resume-awards-list">
<li>
<div class="font-weight-bold">Full Stack Software Developer Professional Certificate</div>
<div class="text-muted">Couresa</div>
</li>
<li>
<div class="font-weight-bold">Programming in Python
</div>
<div class="text-muted">Couresa</div>
</li>
<li class="mb-1">
<div class="font-weight-bold">Career Essentials in Software Development</div>
<div class="text-muted">Microsoft and LinkedIn</div>
</li>
</ul>
</section><!--//education-section-->
<section class="skills-section py-2">
<h3 class="text-uppercase resume-section-heading mb-1">Languages</h3>
<ul class="list-unstyled resume-lang-list">
<li class="mb-1">Telugu <span class="text-muted">(Native)</span></li>
<li class="mb-1">Hindi <span class="text-muted">(Native)</span></li>
<li class="mb-1">Tamil <span class="text-muted">(Intermediate)</span></li>
<li>English <span class="text-muted">(Professional)</span></li>
</ul>
</section><!--//certificates-section-->
<section class="education-section py-2">
<h3 class="text-uppercase resume-section-heading mb-1">Education</h3>
<ul class="list-unstyled resume-education-list">
<li class="mb-1">
<div class="resume-degree font-weight-bold">Bachelor of Technology
</div>
<!-- <div class="resume-degree-org text-muted">University College London</div> -->
<!-- <div class="resume-degree-time text-muted">2010 - 2011</div> -->
</li>
<!-- <li>
<div class="resume-degree font-weight-bold">BSc Maths and Physics</div>
<div class="resume-degree-org text-muted">Imperial College London</div>
<div class="resume-degree-time text-muted">2007 - 2010</div>
</li> -->
</ul>
</section><!--//education-section-->
<section class="skills-section py-2">
<h3 class="text-uppercase resume-section-heading mb-2">Interests</h3>
<ul class="list-unstyled resume-interests-list mb-0">
<li class="mb-1">Climbing</li>
<li class="mb-1">Snowboarding</li>
<li class="mb-1">Photography</li>
<li>Travelling</li>
</ul>
</section><!--//certificates-section-->
</aside><!--//resume-aside-->
</div><!--//row-->
</div><!--//resume-body-->
<hr>
<div class="resume-footer text-center">
<ul class="resume-social-list list-inline mx-auto mb-0 d-inline-block text-muted">
<li class="list-inline-item mb-lg-0 me-3"><a class="resume-link"
href="https://github.com/BurhanMohammad"><i class="fab fa-github-square fa-2x me-2"
data-fa-transform="down-4"></i><span
class="d-none d-lg-inline-block text-muted">github.com/BurhanMohammad</span></a>
</li>
<li class="list-inline-item mb-lg-0 me-3"><a class="resume-link"
href="https://www.linkedin.com/in/burhanmohammad/"><i class="fab fa-linkedin fa-2x me-2"
data-fa-transform="down-4"></i><span
class="d-none d-lg-inline-block text-muted">linkedin.com/in/burhanmohammad</span></a>
</li>
<li class="list-inline-item mb-lg-0 me-lg-3"><a class="resume-link"
href="https://join.skype.com/yjbxl233XgfF"><i class="fa-brands fa-skype fa-2x me-2"
data-fa-transform="down-4"></i><span
class="d-none d-lg-inline-block text-muted">Mohammad Burhan</span></a></li>
</ul>
</div><!--//resume-footer-->
</article>
</div><!--//container-->
<footer class="footer text-center py-4">
<small class="copyright">Copyright © <a href="" target="_blank">Mohammad Burhan</a></small>
</footer>
</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>
<!-- Dark Mode -->
<script src="assets/plugins/js-cookie.min.js"></script>
<script src="assets/js/dark-mode.js"></script>
<!-- Style Switcher (REMOVE ON YOUR PRODUCTION SITE) -->
<script src="assets/js/demo/style-switcher.js"></script>
<script src="desable_rightclick.js"></script>
</body>
</html>