-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
424 lines (295 loc) · 14.2 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
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
<!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>Mushkir Resume</title>
<!------------------------------- Font Awesome Library ------------------------------->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css">
<!------------------------------- Google Font Library (Montserrat)------------------------------->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;500;600&family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@200;300;500&display=swap"
rel="stylesheet">
<!------------------------------- External CSS------------------------------->
<link rel="stylesheet" href="./style.css">
</head>
<body>
<div class="container">
<!--------------------------------------- Left Side Area / Section --------------------------------------->
<div class="left-side">
<!----------------------- Image Section ----------------------->
<section class="image">
<img src="./img/mohamed mushkir.jpg" alt="">
</section>
<!----------------------- End of Image Section ----------------------->
<!----------------------- Contact Section ----------------------->
<section class="contact">
<h3>contact</h3>
<div class="contact-lists">
<div>
<i class="fa-solid fa-phone"></i>
<a href="tel:+94777195282">+94 777195282</a>
</div>
<div>
<i class="fa-solid fa-envelope"></i>
<a href="mailto:mushkirmohamed@gmail.com">mushkirmohamed@gmail.com</a>
</div>
<div>
<i class="fa-brands fa-linkedin"></i>
<a href="https://www.linkedin.com/in/mohamed-mushkir-966b181bb"
target="_blank">mohamedmushkir</a>
</div>
<div>
<i class="fa-brands fa-square-github"></i>
<a href="https://github.com/Mushkir" target="_blank">Mushkir</a>
</div>
</div>
</section>
<div class="bottom-border-line"></div>
<!----------------------- End of Contact Section ----------------------->
<!----------------------- Tech Skills Section ----------------------->
<section class="tech-skills">
<h3>Tech Skills</h3>
<!------------------- Front End Section ------------------->
<div class="section front-end">
<p> Front-end </p>
<div class="row">
<div class="col-3">
<i class="fa-brands fa-html5"></i>
<span>HTML5</span>
</div>
<div class="col-3">
<i class="fa-brands fa-css3"></i>
<span>CSS3</span>
</div>
<div class="col-3">
<i class="fa-brands fa-square-js"></i>
<span>JavaScript</span>
</div>
</div>
</div>
<!------------------- End of Front End Section ------------------->
<!------------------- Database Section ------------------->
<div class="section database">
<p>Database</p>
<div class="row">
<div class="col-3">
<img src="./img/clipart2432711.png" alt="SQL Icon">
<span>My SQL</span>
</div>
</div>
</div>
<!------------------- End of Database Section ------------------->
<!------------------- Graphics Section ------------------->
<div class="section graphics">
<p>Graphic Design</p>
<div class="row">
<div class="col-3">
<img src="./img/pngwing.com.png" alt="Photoshop Icon">
<span>Photoshop</span>
</div>
</div>
</div>
<!------------------- End of Graphics Section ------------------->
</section>
<div class="bottom-border-line"></div>
<!----------------------- End of Tech Skills Section ----------------------->
</div>
<!--------------------------------------- Right Side Area / Section --------------------------------------->
<div class="right-side">
<h3> mohamed aliyar <br> <span>mohamed mushkir</span> </h3>
<!------------------- About Section ------------------->
<section class="about">
<h3> about </h3>
<p>
As a self motivated individual. I am skilled, dedicated IT personnel who can devliver uninterrupted
and most secure services. My knowledge of Hardware, Software, Managing, and Creative abilities offer
professional growth while possessing the strong motivation to adapt to the dynamic industry
standards
to give the organization the fullest potential of my capacity. To obtain a position of
responsibility that
utilizes my experience and skills to work in an environment where I can gain knowledge. <span>As a
fresher, I am
looking for an Intern Web Developer. </span>
</p>
</section>
<!------------------- End of About Section ------------------->
<!------------------- Experience Section ------------------->
<section class="experience">
<h3>experience</h3>
<div class="exp-row">
<div class="position-col">
<p>
Intern Full Stack Engineer <br> <span>2023 Sep - Present</span>
<span class="period"> </span>
</p>
</div>
<div class="task-list-col">
<span>CyberDude Networks Pvt. Ltd, Chennai, Tamilnadu</span>
<ul>
<li>
<i class="fa-solid fa-circle-check"></i>
Completing the task assigned by the Mentor
</li>
</ul>
</div>
</div>
<div class="exp-row">
<div class="position-col">
<p>
Tutor / Instructor <br> <span>2022 Nov - 2023 June</span>
<span class="period"> (08 Months)</span>
</p>
</div>
<div class="task-list-col">
<span>ESOFT Metro College, Ampara</span>
<ul>
<li>
<i class="fa-solid fa-circle-check"></i>
Create lesson plans that cover the foundations of the syllabus
</li>
<li>
<i class="fa-solid fa-circle-check"></i>
Conducting DiTEC Module subjects.
</li>
<li>
<i class="fa-solid fa-circle-check"></i>
Excellent knowledge of the subject with great practical knowledge.
</li>
<li>
<i class="fa-solid fa-circle-check"></i>
Modules: FIT, MS Office, Computer <br> Hardware, Graphics and Multimedia, Python,
Database with SQL, C#
</li>
</ul>
</div>
</div>
<div class="exp-row">
<div class="position-col">
<p>
Intern Software Developer <br> <span>2020 Oct - 2021 Apr</span>
<span class="period"> (07 Months)</span>
</p>
</div>
<div class="task-list-col">
<span>Ophaga Solutions</span>
<ul>
<li>
<i class="fa-solid fa-circle-check"></i>
Provided technical support to hardware related queries (Printer).
</li>
<li>
<i class="fa-solid fa-circle-check"></i>
Worked as a part of team in developing mobile application, and web
applications.
</li>
<li>
<i class="fa-solid fa-circle-check"></i>
Acted as contact point between <br> technical team, functional team, testing team.
</li>
<li>
<i class="fa-solid fa-circle-check"></i>
Developed new and existing functionalities, ensuring that client vision and
requirements were met.
</li>
</ul>
</div>
</div>
</section>
<!------------------- End of Experience Section ------------------->
<!------------------- Skill Section ------------------->
<section class="skills">
<h3> skills</h3>
<div class="skill-name">
<span>communication</span>
<div class="progress-bar-100">
<div class="progress-bar-user size-280">
</div>
</div>
</div>
<div class="skill-name">
<span>problem-solving</span>
<div class="bar">
<div class="progress-bar-100">
<div class="progress-bar-user size-275">
</div>
</div>
</div>
</div>
<div class="skill-name">
<span>time management</span>
<div class="bar">
<div class="progress-bar-100">
<div class="progress-bar-user size-280">
</div>
</div>
</div>
</div>
<div class="skill-name">
<span>teamwork</span>
<div class="bar">
<div class="progress-bar-100">
<div class="progress-bar-user size-280">
</div>
</div>
</div>
</div>
<div class="skill-name">
<span>fast learner</span>
<div class="bar">
<div class="progress-bar-100">
<div class="progress-bar-user size-280">
</div>
</div>
</div>
</div>
<div class="skill-name">
<span>multitasking</span>
<div class="bar">
<div class="progress-bar-100">
<div class="progress-bar-user size-270">
</div>
</div>
</div>
</div>
</section>
<!------------------- End of Skill Section ------------------->
<!------------------------- Education Section --------------------->
<section class="education">
<h3>education</h3>
<ul>
<li>
<i class="fa-solid fa-book-open"></i>
<span class="edu-content">
Reading BEng (Hons) Software Engineering, London Metropolitan University.
</span>
</li>
<li>
<i class="fa-solid fa-book-open"></i>
<span class="edu-content">
Completed Higher National Diploma (HND) in Information Technology <br>SLIATE, Sammanthurai,
Sri Lanka
</span>
</li>
<li>
<i class="fa-solid fa-book-open"></i>
<span class="edu-content">
Passed G.C.E. Advanced Level Examination in 2016
</span>
</li>
<li>
<i class="fa-solid fa-book-open"></i>
<span class="edu-content">
Passed G.C.E. Ordinary Level Examination in 2012
</span>
</li>
</ul>
</section>
<!------------------- End of Education Section ------------------->
</div>
</div>
</body>
</html>