-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
250 lines (236 loc) · 9.71 KB
/
index.html
File metadata and controls
250 lines (236 loc) · 9.71 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Namish Parasher — Portfolio</title>
<link rel="stylesheet" href="styles.css" />
<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=Cormorant+Garamond:ital,wght@0,300;0,400;0,600;1,300&family=DM+Mono:wght@300;400&display=swap" rel="stylesheet" />
</head>
<body>
<!-- NAV -->
<nav id="navbar">
<div class="nav-logo">NP</div>
<ul class="nav-links">
<li><a href="#about">About</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#skills">Skills</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
<div class="nav-toggle" id="navToggle">
<span></span><span></span><span></span>
</div>
</nav>
<!-- HERO -->
<section id="hero">
<div class="hero-grain"></div>
<div class="hero-inner">
<div class="hero-text">
<p class="hero-tag">Finance Student · Brand Builder · Operator</p>
<h1 class="hero-name">Namish<br /><em>Parasher</em></h1>
<p class="hero-sub">Rutgers Business School, Finance '29 · Edison, NJ</p>
<div class="hero-cta">
<a href="#contact" class="btn-primary">Get in Touch</a>
<a href="#experience" class="btn-ghost">View Work</a>
</div>
</div>
<div class="hero-photo-wrap">
<div class="photo-ring"></div>
<img src="Headimage.jpg" alt="Namish Parasher" class="hero-photo" />
</div>
</div>
<div class="scroll-hint">
<span>scroll</span>
<div class="scroll-line"></div>
</div>
</section>
<!-- ABOUT -->
<section id="about">
<div class="section-inner">
<div class="section-label">01 — About</div>
<div class="about-grid">
<div class="about-heading">
<h2>A driven student <em>building real-world experience</em> while earning his degree.</h2>
</div>
<div class="about-body">
<p>
I'm Namish — a Finance major at Rutgers Business School with a background that spans customer operations, brand marketing, and team leadership. I graduated summa cum laude from John P. Stevens High School and served as Club President during my senior years.
</p>
<p>
Whether I'm training new hires at Amazon, writing performance reports for a retail brand, or representing an insurance company in the field, I bring structure, communication, and care to everything I do.
</p>
<div class="about-stats">
<div class="stat">
<span class="stat-num">3.7+</span>
<span class="stat-label">HS GPA, Summa Cum Laude</span>
</div>
<div class="stat">
<span class="stat-num">3+</span>
<span class="stat-label">Professional Roles</span>
</div>
<div class="stat">
<span class="stat-num">'29</span>
<span class="stat-label">Rutgers B-School Grad</span>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- EXPERIENCE -->
<section id="experience">
<div class="section-inner">
<div class="section-label">02 — Experience</div>
<h2 class="section-title">Where I've <em>worked</em></h2>
<div class="exp-list">
<div class="exp-item" data-index="01">
<div class="exp-meta">
<span class="exp-period">Dec 2025 – Present</span>
</div>
<div class="exp-content">
<div class="exp-header">
<h3>Amazon Warehouse</h3>
<span class="exp-role">Associate · Avenel, NJ</span>
</div>
<ul class="exp-bullets">
<li>Trained 5 new employees in customer service script recitation, conflict resolution, and data entry</li>
<li>Maintained a clean environment and upheld sanitary standards</li>
<li>Handled packaging and shipment of thousands of Amazon Fresh delivery orders</li>
</ul>
</div>
</div>
<div class="exp-item" data-index="02">
<div class="exp-meta">
<span class="exp-period">Nov 2024 – Dec 2025</span>
</div>
<div class="exp-content">
<div class="exp-header">
<h3>The Slime Factory</h3>
<span class="exp-role">Event & Experience Associate · Edison, NJ</span>
</div>
<ul class="exp-bullets">
<li>Delivered exceptional customer service in a fast-paced retail environment</li>
<li>Wrote and maintained a monthly sales report with daily updates and performance feedback</li>
<li>Trained staff on products, services, and customer appreciation standards</li>
</ul>
</div>
</div>
<div class="exp-item" data-index="03">
<div class="exp-meta">
<span class="exp-period">Oct 2024 – Dec 2024</span>
</div>
<div class="exp-content">
<div class="exp-header">
<h3>Positive Impact</h3>
<span class="exp-role">Brand Representative · New Jersey</span>
</div>
<ul class="exp-bullets">
<li>Provided brand merchandise to drive sales growth and improve customer retention</li>
<li>Marketed new health insurance plans to prospective customers looking to upgrade</li>
</ul>
</div>
</div>
</div>
</div>
</section>
<!-- SKILLS -->
<section id="skills">
<div class="section-inner">
<div class="section-label">03 — Skills</div>
<h2 class="section-title">What I <em>bring</em></h2>
<div class="skills-grid">
<div class="skill-card">
<div class="skill-icon">◈</div>
<h4>Customer Service</h4>
<p>Proven ability to handle high-pressure situations, resolve conflicts, and create positive guest experiences.</p>
</div>
<div class="skill-card">
<div class="skill-icon">◈</div>
<h4>Microsoft Excel</h4>
<p>Comfortable building and maintaining reports, tracking performance data, and presenting findings clearly.</p>
</div>
<div class="skill-card">
<div class="skill-icon">◈</div>
<h4>Leadership</h4>
<p>Served as Club President and has trained multiple teams across different professional environments.</p>
</div>
<div class="skill-card">
<div class="skill-icon">◈</div>
<h4>Communication</h4>
<p>Fluent in English with strong written and verbal communication skills cultivated across retail, logistics, and marketing roles.</p>
</div>
<div class="skill-card">
<div class="skill-icon">◈</div>
<h4>Guest Services</h4>
<p>Experience managing guest-facing interactions in event settings, ensuring smooth and memorable experiences.</p>
</div>
<div class="skill-card">
<div class="skill-icon">◈</div>
<h4>Sales & Marketing</h4>
<p>Hands-on brand representation and direct marketing experience, including health insurance and consumer retail.</p>
</div>
</div>
</div>
</section>
<!-- EDUCATION -->
<section id="education">
<div class="section-inner">
<div class="section-label">04 — Education</div>
<h2 class="section-title">Where I <em>learned</em></h2>
<div class="edu-list">
<div class="edu-item">
<div class="edu-year">2025 – 2029</div>
<div class="edu-details">
<h3>Rutgers, The State University of New Jersey – Newark</h3>
<p class="edu-sub">B.S. Finance · Rutgers Business School · Newark, NJ</p>
<p class="edu-note">Expected graduation May 2029</p>
</div>
</div>
<div class="edu-item">
<div class="edu-year">Graduated 2025</div>
<div class="edu-details">
<h3>John P. Stevens High School</h3>
<p class="edu-sub">Edison, NJ · Summa Cum Laude · 3.7+ GPA</p>
<p class="edu-note">Club President, 2022–2023 academic year</p>
</div>
</div>
</div>
</div>
</section>
<!-- CONTACT -->
<section id="contact">
<div class="section-inner contact-inner">
<div class="section-label">05 — Contact</div>
<h2 class="contact-title">Let's <em>connect</em></h2>
<p class="contact-sub">Open to internships, part-time roles, and professional conversations.</p>
<div class="contact-links">
<a href="mailto:namishparasher1@gmail.com" class="contact-link">
<span class="contact-link-label">Email</span>
<span class="contact-link-val">namishparasher1@gmail.com</span>
<span class="contact-arrow">↗</span>
</a>
<a href="tel:2678449188" class="contact-link">
<span class="contact-link-label">Phone</span>
<span class="contact-link-val">(267) 844-9188</span>
<span class="contact-arrow">↗</span>
</a>
<a href="https://linkedin.com" target="_blank" class="contact-link">
<span class="contact-link-label">LinkedIn</span>
<span class="contact-link-val">Connect on LinkedIn</span>
<span class="contact-arrow">↗</span>
</a>
</div>
</div>
</section>
<!-- FOOTER -->
<footer>
<div class="footer-inner">
<span class="footer-name">Namish Parasher</span>
<span class="footer-copy">© 2025 · Built with intention</span>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>