-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
81 lines (70 loc) · 3.15 KB
/
index.html
File metadata and controls
81 lines (70 loc) · 3.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Resume</title>
<link rel="stylesheet" href="./CSS/style.css">
</head>
<body>
<div class="resume">
<!-- Personal Information Section -->
<section id="personal-info">
<h2>Personal Information</h2>
<img src="./image/Muhammad Raees.jpg" alt="Profile Picture" class="profile-img">
<p><strong>Name:</strong> MUHAMMAD RAEES</p>
<p><strong>Email:</strong> raeesawan161@gmail.com</p>
<p><strong>Phone:</strong> 0314-2123423</p>
</section>
<!-- Education Section -->
<section id="education">
<h2>Education</h2>
<p>BS Computer Science - Fedaral Urdu University Karachi (2021-PRESENT)</p>
<p>Intermediate (Pre-Engineer) - Jinnah Gov College Nazimabad (2018-2020)</p>
</section>
<!-- Work Experience Section -->
<section id="work-experience">
<h2>Courses and Skills</h2>
<p>
<ol>
<p ><b>AI and Web 3.0 | Governor House</b></p>
<li>MERN stack with Artificial Intelligence.</li>
</ol>
<ol>
<p ><b>MERN Stack | SMIT - Gulshan Karachi</b></p>
<li>Learn to build dynamic and responsive web applications using MongoDB, Express.js,
React.js, and Node.js.</li>
<li>Gain hands-on experience through real-world projects, developing full stack solutions from
front-end to back-end</li>
</ol>
<ol>
<p ><b>UI UX Designer | Youtube-palylist</b></p>
<li>Learn how to create user-friendly designs and interfaces using Adobe XD.</li>
<li>Gain practical skill in designing wireframes, prototypes, and smooth user experiences.</li>
</ol>
<ol>
<p><b>Web Development | Udemy</b></p>
<li>Learn to build and style websites from scratch using HTML, CSS, and Bootstrap.</li>
<li>Gain skills in making websites interactive and dynamic with JavaScript.</li>
<li>Certificate URL - https://www.udemy.com/certificate/UC-728e6e3e-e92e-485c-8dad2d69a630213c/</li>
</ol>
</p>
</section>
<!-- Skills Section -->
<section id="skills">
<h2>Skills</h2>
<ul>
<li>JavaScript</li>
<li>TypeScript</li>
<li>HTML</li>
<li>CSS</li>
<li>React</li>
</ul>
</section>
<!-- Toggle Skills Button -->
<button id="toggleSkillsBtn" class="toggle-btn">Toggle Skills Section</button>
<button class="toggle-btn1"><a href="buildresume.html">Create New CV</a></button>
</div>
<script src="./Script/resume.js"></script>
</body>
</html>