-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
403 lines (395 loc) · 20.2 KB
/
index.html
File metadata and controls
403 lines (395 loc) · 20.2 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
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Pratham Sharma - Developer" />
<link rel="stylesheet" href="global.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=JetBrains+Mono:ital,wght@0,100..800;1,100..800&display=swap"
rel="stylesheet"
/>
<title>Pratham Sharma</title>
<meta property="og:title" content="Pratham Sharma" />
<meta property="og:description" content="Pratham's Personal Website" />
<meta
property="og:image"
content="https://cdn2.thecatapi.com/images/MTgzOTYzNQ.jpg"
/>
</head>
<body>
<div class="page">
<section class="hero">
<h1
class="hero-name"
id="hero-name"
aria-label="Pratham Sharma"
></h1>
<nav class="hero-nav" id="nav">
<span class="nav-item"
><a href="#about">about</a
><span class="nav-sep">/</span></span
>
<span class="nav-item"
><a href="#about">contact</a
><span class="nav-sep">/</span></span
>
<span class="nav-item"
><a href="#work">work</a
><span class="nav-sep">/</span></span
>
<span class="nav-item"
><a href="#misc">misc</a
><span class="nav-sep">/</span></span
>
<span class="nav-item"
><a href="assets/resume.pdf">cv</a
><span class="nav-sep">/</span></span
>
<span class="nav-item">
<button id="theme-toggle" class="theme-btn no-print">
🌞
</button>
</span>
</nav>
</section>
<main>
<section id="about">
<div class="section-heading">// about</div>
<div class="about-text">
<p class="no-print">
I try to be generalist in terms of computers so I
try to have my hands on everything. You may find me
playing with some really old software from 90s and
trying to reverse engineer it, or replicating my gym
and work access cards on to a seperate rfid reader (
purely educational purpose ) or learning new things.
Curiosity is something very dear to me and I don't
plan to take it out of my nature.
</p>
<p>
I started working very early, right after high
school. Hence, I think I have decent practical
working experience. Currently working
<a href="https://frappe.io">@frappe</a>. If you're
interested in working with me, feel free to reach
out.
</p>
</div>
<section id="contact">
<div class="contact-heading">// contact</div>
<ul class="links-list">
<li>
<a href="mailto:prathamsharma173@gmail.com"
>email</a
>
</li>
<li>
<a href="https://github.com/ps173">github</a>
</li>
<li>
<a
href="https://www.linkedin.com/in/pratham-sharma-318231172/"
>linkedin</a
>
</li>
<li>
<a href="https://mehmehsloth.medium.com/"
>medium</a
>
</li>
<li>
<a href="https://peerlist.io/mehmehsloth"
>peerlist</a
>
</li>
</ul>
</section>
</section>
<section id="work" class="projects">
<div class="section-heading-row">
<div class="section-heading">// projects</div>
<div class="carousel-controls no-print">
<button
class="carousel-btn"
id="carousel-prev"
aria-label="Previous project"
>
←
</button>
<span class="carousel-counter"
><span id="carousel-current">1</span>/<span
id="carousel-total"
>5</span
></span
>
<button
class="carousel-btn"
id="carousel-next"
aria-label="Next project"
>
→
</button>
</div>
</div>
<div class="carousel-track-wrapper">
<ul
class="carousel-track"
id="carousel-track"
role="list"
>
<li class="card">
<img
class="card-thumbnail no-print"
src="./assets/usethirdeye-web.png"
alt="Macrostack screenshot"
/>
<div class="card-meta">
<h2 class="card-heading">
<a href="https://usethirdeye.com">
UseThirdeye
</a>
</h2>
<span class="card-tag"
>[work @ codeword.tech]</span
>
</div>
<p class="card-description">
Thirdeye is trying to solve the problem for
brands lacking visibilty on LLM platforms
i.e. chatgpt, claude, perplexity, gemini,
etc. Thirdeye
<em>tracked</em>, <em>analyzed</em> and
provided <em>actionable insights</em> for
these brands to act upon. I work as lead
engineer on this project. My responsibilties
were discussing features and deciding
timeline and feasibilty of them as well
along with discussing major issues with some
whitelabel clients. Maintained and wrote
code monitoring, content and frontend layer
of the codebase
</p>
<p class="card-description"></p>
</li>
<li class="card">
<img
class="card-thumbnail no-print"
src="./assets/macrostack-web.jpg"
alt="Macrostack screenshot"
/>
<div class="card-meta">
<h2 class="card-heading">
<a href="https://usemacro.ai">
Macrostack
</a>
</h2>
<span class="card-tag"
>[work @ codeword.tech]</span
>
</div>
<p class="card-description">
Macro is a
<em>marketing automation</em>
tool for ad campaigns, audiences, and
customer management across facebook,
instagram, google, whatsapp and email. I
worked as <em>primary engineer</em> and
built the whole system from scratch in a
very closed team of < 5 devs. My
Responsibilties were planning, developing
and deploying this monolith project.
</p>
</li>
<li class="card notable-clients">
<div class="notable-clients-heading-text">
// notable clients
</div>
<div class="sub-section">
<div class="card-meta">
<h2 class="card-heading">
<a href="https://pharmint.net/"
>Pharmint.net</a
>
</h2>
<span class="card-tag"
>[contract work]</span
>
</div>
<p class="card-description">
<em>Assistant devops</em> and
<em>fullstack engineer</em> on a 3-month
contract. Maintained EC2 servers, spun
up dev and staging environments, built
admin panels for cost comparison of
medicines and thier package tracking.
One of the most essential learning
experiences I had
</p>
</div>
<div class="sub-section">
<div class="card-meta">
<h2 class="card-heading">
<a href="https://crepdogcrew.com/">
Crepdog Crew
</a>
</h2>
<span class="card-tag"
>[contract work]</span
>
</div>
<p class="card-description">
I worked on a internal
<em>Sneaker Verification Portal</em> for
them. It was a admin dashboard flow
connected with their ecommerce store
which sent a email to user when properly
verified. I have worked with shopify
themes and tools a lot hence this was
handled with a lot of ease.
</p>
</div>
<div class="sub-section">
<div class="card-meta">
<h2 class="card-heading">
<a href="https://www.evemen.co/">
Evemen
</a>
</h2>
<span class="card-tag"
>[Freelance]</span
>
</div>
<p class="card-description">
I worked on making a
<em>custom liquid theme</em> for them. I
developed the theme on top of popular
theme
<a
href="https://themes.shopify.com/themes/concept"
>
concept </a
>. Involved working closely with their
designers and understanding the key
issues they wanted to resolve.
</p>
</div>
</li>
<li class="card">
<img
class="card-thumbnail no-print"
src="./assets/vimgore-ui.png"
alt="Vimgore screenshot"
/>
<div class="card-meta">
<h2 class="card-heading">
<a
href="https://github.com/ps173/vimgore"
>Vimgore</a
>
</h2>
<span class="card-tag"
>[personal shenanigans]</span
>
</div>
<p class="card-description">
An interactive game to learn vim using
snippets. Inspired by vim-golf, ported to
the browser.
</p>
</li>
<li class="card">
<img
class="card-thumbnail no-print"
src="./assets/ddos-d.png"
alt="DDOS-D screenshot"
/>
<div class="card-meta">
<h2 class="card-heading">
DDOS-D /
<a
href="https://github.com/ps173/ddos-d"
>code</a
>
/
<a href="https://ps173.itch.io/ddos-d"
>itch.io</a
>
</h2>
<span class="card-tag"
>[personal shenanigans]</span
>
</div>
<p class="card-description">
A game about logic gates. Made for an online
code-jam called olc. Most original thing
I've built. I ranked very poorly in this
game jam obviously
</p>
</li>
</ul>
</div>
</section>
<section id="misc">
<div class="misc-header-block">
<div class="section-heading">// misc</div>
<div class="misc-text">
Describing hobbies is has become litmus test for
being a interesting human being. I often fail to
pass this test. The reason is my belief in forever
changing interests we have as humans. One day you
are onto f1 and other week you are into tennis
suddenly ( I am indeed into both of these sports).
Nonetheless I don't have any pastimes that stand out
of blue. I watch movies, read books, listen to music
and go for runs.
</div>
</div>
<div class="misc-block">
<div class="misc-widget-label">
<a href="https://github.com/mehmehsloth">
// contributions
</a>
</div>
<img
src="https://ghchart.rshah.org/7695ff/mehmehsloth"
alt="GitHub contributions chart"
class="github-chart"
/>
</div>
<div class="misc-block">
<div class="misc-widget-label">
<a href="https://letterboxd.com/mehmehsloth">
// watching
</a>
</div>
<ul class="letterboxd-list" id="letterboxd-list">
<li class="letterboxd-loading">
fetching recent films...
</li>
</ul>
</div>
<div class="misc-block">
<div class="misc-widget-label">
<a
href="https://app.thestorygraph.com/profile/mehmehsloth"
>
// reading
</a>
</div>
<ul class="storygraph-strip" id="sg-strip">
<li class="storygraph-loading">loading...</li>
</ul>
</div>
</section>
</main>
<footer class="no-print">
<span>prathamsharma173@gmail.com</span>
<span>© 2026</span>
</footer>
</div>
<script src="script.js"></script>
</body>
</html>