-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
79 lines (73 loc) · 2.37 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Personal Resume</title>
</head>
<body>
<header>
<h1>Muhammad Arqum</h1>
<p>Email: [email protected] | Phone: +3432705128</p>
<p>Location: Karachi, Pakistan</p>
</header>
<hr>
<section>
<h2>Objective</h2>
<p>Hello! I am Muhammad Arqum, pursuing my BS in Information Technology at Sindh Madressatul Islam University (SMIU) and taking a MERN Stack Development course from Saylani (SMIT).</p>
</section>
<hr>
<section>
<h2>Education</h2>
<ul>
<li><strong>BS in Information Technology</strong> - Sindh Madressatul Islam University (SMIU) (Expected 2026)</li>
<li><strong>Web and Mobile App Development</strong> - Saylani (SMIT) (Expected 2025)</li>
</ul>
</section>
<hr>
<section>
<h2>Work Experience</h2>
<ul>
<li>
<strong>Web Developer</strong> - XYZ (2024 - 2025)
<ul>
<li>Designed and developed websites</li>
<li>Created and maintained web applications</li>
</ul>
</li>
<li>
<strong>Front-end Developer</strong> - ABC (2025 - 2026)
<ul>
<li>Designed and developed user interfaces</li>
<li>Created responsive web designs</li>
</ul>
</li>
</ul>
</section>
<hr>
<section>
<h2>Skills</h2>
<ul>
<li>Front-end Development</li>
<li>Back-end Development</li>
<li>Web Design</li>
<li>Responsive Design</li>
</ul>
</section>
<hr>
<section>
<h2>Projects</h2>
<ul>
<li><strong>Project Name</strong> - Description of the project and your role</li>
<li><strong>Project Name</strong> - Description of the project and your role</li>
</ul>
</section>
<hr>
<section>
<h2>Contact Information</h2>
<p>Email: [email protected]</p>
<p>LinkedIn: <a href="https://www.linkedin.com/in/marqum/">My LinkedIn Profile</a></p>
<p>GitHub: <a href="https://github.com/ARQUM21">My GitHub Profile</a></p>
</section>
</body>
</html>