-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathResume.html
More file actions
215 lines (192 loc) · 7.24 KB
/
Resume.html
File metadata and controls
215 lines (192 loc) · 7.24 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Harmanjot Singh - Resume</title>
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.0/css/all.min.css" rel="stylesheet">
<style>
body {
font-family: 'Arial', sans-serif;
margin: 0;
padding: 0 20px;
background-color: #f9f9f9;
color: #222;
line-height: 1.6;
}
a {
color: #1a0dab;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
.container {
max-width: 800px;
margin: 20px auto;
background: #fff;
padding: 30px;
box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
h1 {
font-size: 2rem;
margin-bottom: 5px;
text-transform: uppercase;
letter-spacing: 1px;
}
.contact {
font-size: 0.9rem;
margin-bottom: 30px;
}
.contact i {
margin-right: 5px;
}
section {
margin-bottom: 25px;
}
h2 {
font-size: 1.2rem;
border-bottom: 2px solid #222;
padding-bottom: 5px;
margin-bottom: 10px;
text-transform: uppercase;
}
.project, .experience, .education, .skill, .achievement {
margin-bottom: 15px;
}
.project-title, .experience-title, .education-title {
font-weight: bold;
font-size: 1rem;
}
.project-links a {
margin-left: 10px;
font-size: 0.9rem;
}
ul {
margin-top: 5px;
padding-left: 20px;
}
.skills-list span {
display: inline-block;
background: #eee;
padding: 4px 8px;
margin: 3px 3px 3px 0;
border-radius: 4px;
font-size: 0.85rem;
}
</style>
</head>
<body>
<div class="container">
<!-- Header -->
<header>
<h1>Harmanjot Singh</h1>
<div class="contact">
<i class="fas fa-phone"></i> (647) 686-3143 |
<i class="fas fa-envelope"></i> <a href="mailto:iamsingh.hj@gmail.com">iamsingh.hj@gmail.com</a> |
<i class="fab fa-linkedin"></i> <a href="https://www.linkedin.com/in/codeharman/">linkedin.com/in/codeharman</a> |
<i class="fab fa-github"></i> <a href="https://github.com/codeharman">github.com/codeharman</a> |
<i class="fas fa-briefcase"></i> <a href="https://codeharman.vercel.app/">codeharman.vercel.app</a>
</div>
</header>
<!-- Projects -->
<section>
<h2>Projects</h2>
<div class="project">
<div class="project-title">
Password Generator
<span class="project-links">
<a href="https://password-generator-codeharman.vercel.app/">Website</a> |
<a href="https://github.com/codeharman/Password-Generator">Source Code</a>
</span>
</div>
<ul>
<li>Built a secure password generator producing <strong>two random passwords per click</strong> using JavaScript, combining letters, numbers, and symbols for enhanced security.</li>
<li>Implemented a <strong>copy-to-clipboard feature</strong> and styled a responsive UI for consistent experience across desktop and mobile devices.</li>
</ul>
</div>
<div class="project">
<div class="project-title">
Random Quote Generator
<span class="project-links">
<a href="https://90-days-of-javascript.vercel.app/Day04-RandomQuoteGenerator/">Website</a> |
<a href="https://github.com/codeharman/90-days-of-javascript/tree/main/Day04-RandomQuoteGenerator">Source Code</a>
</span>
</div>
<ul>
<li>Built a web app that displays <strong>random inspirational quotes</strong> with a single button click using JavaScript, styled with responsive CSS.</li>
<li>Implemented smooth <strong>fade-in animations</strong> for quotes and buttons, ensuring a visually engaging experience across devices.</li>
</ul>
</div>
</section>
<!-- Work Experience -->
<section>
<h2>Work Experience</h2>
<div class="experience">
<div class="experience-title">Walmart | Online E-commerce Department Manager | Hamilton, Ontario | Dec 2023 – May 2025</div>
<ul>
<li>Led a team of <strong>10+ associates</strong> and standardized daily workflows; improved order processing accuracy and reduced customer wait times by <strong>15%</strong>.</li>
<li>Coordinated and reviewed <strong>150–200+ online grocery orders per day</strong>, managing back-office tools and resolving payment exceptions for smoother fulfillment.</li>
<li>Optimized staging, inventory handling, and service-station readiness, reducing operational delays and preventing an estimated <strong>$5,000</strong> in annual reprocessing costs.</li>
<li>Delivered consistent customer support across departments, strengthening understanding of user behavior and digital-to-physical shopping flows.</li>
</ul>
</div>
</section>
<!-- Technical Skills -->
<section>
<h2>Technical Skills</h2>
<div class="skills-list">
<span>JavaScript (ES6+)</span>
<span>HTML5</span>
<span>CSS3</span>
<span>TypeScript</span>
<span>Tailwind</span>
<span>Python</span>
<span>Git</span>
<span>GitHub</span>
<span>VS Code</span>
<span>npm</span>
<span>Vite</span>
<span>ReactJS</span>
<span>NodeJS</span>
<span>Responsive Web Design</span>
<span>REST APIs</span>
<span>Component-Based Architecture</span>
<span>Debugging</span>
<span>Problem Solving</span>
<span>Clean Code Practices</span>
</div>
</section>
<!-- Education -->
<section>
<h2>Education</h2>
<div class="education">
<div class="education-title">Sheridan College | Diploma in Advertising and Communications | Ontario, Canada | Jan 2020 – May 2021</div>
<ul>
<li>Graduated with <strong>GPA: 3.78</strong></li>
</ul>
</div>
<div class="education">
<div class="education-title">Scrimba | Frontend Engineering Bootcamp | Online | May 2025 – Dec 2025</div>
<ul>
<li>Completed intensive 230+ hour project-based curriculum covering React, JavaScript, HTML, CSS, and real-world frontend workflows.</li>
</ul>
</div>
<div class="education">
<div class="education-title">Codecademy | Computer Science Program | Online | Nov 2025 – Expected May 2026</div>
<ul>
<li>Learning foundational computer science concepts including data structures, algorithms, and object-oriented programming to strengthen problem-solving for frontend development.</li>
</ul>
</div>
</section>
<!-- Achievements -->
<section>
<h2>Achievements</h2>
<ul class="achievement">
<li>Completed <strong>6+ contributions</strong> to open source projects during <strong>Hacktoberfest 2025</strong>, featured in the official Hacktoberfest newsletter.</li>
<li>Created a glowing button effect in a frontend project, <strong>featured in Scrimba's newsletter</strong>, demonstrating UI creativity and attention to detail.</li>
</ul>
</section>
</div>
</body>
</html>