-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
95 lines (85 loc) · 3.81 KB
/
Copy pathresume.html
File metadata and controls
95 lines (85 loc) · 3.81 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Professional CV with Photo</title>
<link rel="stylesheet" href="./resmu.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
</head>
<body>
<div class="resume-container">
<aside class="sidebar">
<div class="profile-section">
<div class="profile-img-container">
<img src="./devloped by.jpeg" alt="Your Name" class="profile-pic">
</div>
<h1>Yasin Baloch</h1>
<p class="subtitle">Frontend Developer</p>
</div>
<div class="contact-info">
<h3 class="side-title">Contact</h3>
<p><i class="fas fa-phone"></i><a id="whatsap" href="https://wa.me/+9203324042186">+92 3324042186</a> </p>
<p><i class="fas fa-envelope"></i><a id="whatsap" href="mailto:yaseenbalich71@gmail.com"> yaseenbalich71@gmail.com</a></p>
<p><i class="fas fa-map-marker-alt"></i> Balochistan, Pakistan</p>
<p><i class="fab fa-linkedin"></i> linkedin.com/in/user</p>
</div>
<div class="skills-section">
<h3 class="side-title">Core Skills</h3>
<ul>
<li>HTML5 / CSS3</li>
<li>JavaScript (ES6+)</li>
<li>React.js / Next.js</li>
<li>Tailwind CSS</li>
<li>Git / GitHub</li>
</ul>
</div>
<div class="languages">
<h3 class="side-title">Languages</h3>
<p>Urdu (Native)</p>
<p>English (Professional)</p>
</div>
</aside>
<main class="main-content">
<section class="summary">
<h2 class="main-title"><i class="fas fa-user-tie"></i> Professional Summary</h2>
<p>Highly motivated Frontend Developer with a passion for creating pixel-perfect, responsive web applications. Expert in modern JavaScript frameworks and UI/UX best practices.</p>
</section>
<section class="experience">
<h2 class="main-title"><i class="fas fa-briefcase"></i> Work Experience</h2>
<div class="exp-item">
<div class="exp-header">
<h3>Senior Frontend Developer</h3>
<span>2023 - Present</span>
</div>
<p class="company">Tech Solutions Inc.</p>
<ul>
<li>Developed responsive UIs using React.js and Redux.</li>
<li>Reduced page load time by 40% through code optimization.</li>
</ul>
</div>
<div class="exp-item">
<div class="exp-header">
<h3>Junior Web Developer</h3>
<span>2021 - 2023</span>
</div>
<p class="company">Creative Web Studio</p>
<ul>
<li>Built and maintained 15+ client websites.</li>
</ul>
</div>
</section>
<section class="education">
<h2 class="main-title"><i class="fas fa-graduation-cap"></i> Education</h2>
<div class="exp-item">
<div class="exp-header">
<h3>Undergraduat in Computer Science</h3>
<span>2024 - 2028</span>
</div>
<p>Lasbela University </p>
</div>
</section>
</main>
</div>
</body>
</html>