-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
200 lines (182 loc) · 8.73 KB
/
Copy pathindex.html
File metadata and controls
200 lines (182 loc) · 8.73 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
<!DOCTYPE html>
<html lang="en" data-theme="light">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Abhishek Sharma — Product Manager</title>
<link rel="icon" href="favicon.svg" type="image/svg+xml">
<meta name="description" content="Abhishek Sharma — product manager, builder, writer. Commercial operator who still gets close to the work.">
<meta property="og:title" content="Abhishek Sharma — Product Manager">
<meta property="og:description" content="Abhishek Sharma — product manager, builder, writer. Commercial operator who still gets close to the work.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://absieee.github.io/">
<meta property="og:image" content="https://absieee.github.io/images/photo.jpg">
<meta property="og:image:width" content="1200">
<meta property="og:image:height" content="1714">
<meta property="og:image:alt" content="Portrait of Abhishek Sharma">
<meta name="twitter:card" content="summary">
<link rel="preload" as="image" imagesrcset="images/photo-600.jpg 600w, images/photo.jpg 1200w" imagesizes="(max-width: 860px) 300px, 400px" fetchpriority="high">
<link rel="stylesheet" href="css/fonts.css">
<link rel="stylesheet" href="css/tokens.css">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<header class="bar">
<div class="wrap">
<a class="brand" href="#top"><b>ABHI</b></a>
<nav class="top">
<a href="#about">about</a>
<a href="#work">work</a>
<a href="#experience">career</a>
<a href="#words">praise</a>
<a href="#writing">writing</a>
<a class="cta" href="#contact">contact</a>
<button class="toggle" id="themeBtn" aria-label="Toggle theme" title="Toggle light / dark">◐</button>
<button class="toggle menu-btn" id="menuBtn" aria-label="Open menu" aria-expanded="false">☰</button>
</nav>
</div>
</header>
<div class="mobile-menu" id="mobileMenu" role="dialog" aria-label="Navigation" hidden>
<div class="wrap mobile-menu-head">
<a class="brand" href="#top"><b>ABHI</b></a>
<button class="toggle" id="menuClose" aria-label="Close menu">✕</button>
</div>
<nav class="mobile-menu-links">
<a href="#about">about</a>
<a href="#work">work</a>
<a href="#experience">career</a>
<a href="#words">praise</a>
<a href="#writing">writing</a>
<a class="cta" href="#contact">contact →</a>
</nav>
</div>
<main id="top">
<!-- HERO -->
<section class="hero">
<div class="wrap hero-grid">
<div class="term-card">
<div class="term-head">
<span class="lights"><i></i><i></i><i></i></span>
<span class="ttl">abhi@swindon: ~ %</span>
</div>
<div class="term-body">
<div class="kicker"><span class="pill">PRODUCT MANAGER</span> who still gets close to the work</div>
<h1 class="headline">I turn fuzzy ideas into products that get <em>trusted, loved and shipped.</em><span class="caret"></span></h1>
<p class="sub">Commercial operator and builder. I write clearly, think in outcomes, and act like an owner; from the roadmap session to the system design review.</p>
<div class="meta-list">
<div class="meta-row"><span class="k">role</span><span class="v">product manager · builder · writer</span></div>
<div class="meta-row"><span class="k">based in</span><span class="v">swindon, u.k. (yep, the place with the "devil roundabout")</span></div>
<div class="meta-row"><span class="k">writing</span><span class="v"><a href="https://absieee.github.io/blog">absieee.github.io/blog</a></span></div>
<div class="meta-row"><span class="k">contact</span><span class="v"><a href="mailto:abs_sh@hotmail.co.uk">abs_sh@hotmail.co.uk</a></span></div>
</div>
<div class="cta-row">
<a class="btn primary" href="#work">View selected work →</a>
<a class="btn ghost" href="#contact">Get in touch</a>
</div>
</div>
</div>
<div class="portrait"><img src="images/photo.jpg" srcset="images/photo-600.jpg 600w, images/photo.jpg 1200w" sizes="(max-width: 860px) 300px, 400px" alt="Abhishek Sharma" style="width:100%;height:100%;object-fit:cover;display:block;"></div>
</div>
</section>
<!-- METRICS STRIP -->
<div class="metrics-wrap">
<div class="metrics">
<div class="metric"><div class="big">8<i>+</i></div><div class="cap">years building products</div></div>
<div class="metric"><div class="big">0→<i>1</i></div><div class="cap">comfortable from scratch</div></div>
<div class="metric"><div class="big">dev<i>+</i>pm</div><div class="cap">reads code, owns outcomes</div></div>
<div class="metric"><div class="big"><i>∞</i></div><div class="cap">roadmaps optimised</div></div>
</div>
</div>
<!-- ABOUT + CAPABILITIES -->
<section class="blk" id="about">
<div class="wrap">
<div class="sec-head">
<h2 class="prompt">about</h2>
</div>
<div class="about-grid">
<div class="about-text">
<p><strong>Hi, I'm Abhishek.</strong> I started as a developer, fell into product, and never looked back — which doesn't mean I forgot how to read code.</p>
<p>I write clearly, think commercially, and act like an owner. I enjoy turning fuzzy ideas into something a team can trust, customers actually love, and a business can ship with confidence.</p>
<p>I can be just as critical in a system design review as I can be visionary in a roadmap session or a sales pitch — <strong>no prompt or LLM needed.</strong></p>
</div>
<div class="caps">
<div class="cap-cell"><div class="h">Product strategy</div><p>I clarify big bets, sequence roadmaps and decide what's worth building using data (intuition is also data).</p></div>
<div class="cap-cell"><div class="h">0→1 builds</div><p>I turn grand visions into a clear, shippable first version of a real, working product.</p></div>
<div class="cap-cell"><div class="h">Commercial impact</div><p>I tie product decisions to revenue, cost and the bottom line - metrics that the business actually cares about and leaders trust.</p></div>
<div class="cap-cell"><div class="h">Ops & delivery</div><p> I drown my stakeholders in comms and optimise the process so the team ships with less friction.</p></div>
</div>
</div>
</div>
</section>
<!-- SELECTED WORK -->
<section class="blk" id="work">
<div class="wrap">
<div class="sec-head">
<h2 class="prompt">selected work</h2>
</div>
<div id="work-list" class="work-list"></div>
</div>
</section>
<!-- EXPERIENCE -->
<section class="blk" id="experience">
<div class="wrap">
<div class="sec-head">
<h2 class="prompt">experience</h2>
</div>
<div id="experience-tl" class="tl"></div>
</div>
</section>
<!-- TESTIMONIALS -->
<section class="blk" id="words">
<div class="wrap">
<div class="sec-head">
<h2 class="prompt">what people say</h2>
</div>
<div id="pull-quote" class="pull"></div>
<div id="quotes-row" class="quotes-row"></div>
<div id="quotes-carousel" class="quotes-carousel" style="display:none">
<button class="carousel-btn carousel-prev" aria-label="Previous">‹</button>
<div class="carousel-track-wrap">
<div id="carousel-track" class="carousel-track"></div>
</div>
<button class="carousel-btn carousel-next" aria-label="Next">›</button>
<div id="carousel-dots" class="carousel-dots"></div>
</div>
</div>
</section>
<!-- WRITING -->
<section class="blk" id="writing">
<div class="wrap">
<div class="sec-head">
<h2 class="prompt">writing</h2>
</div>
<div id="posts-list" class="posts"></div>
</div>
</section>
<!-- CONTACT -->
<section class="blk" id="contact">
<div class="wrap">
<div class="contact">
<h2>Let's build something worth shipping.</h2>
<p>Hiring, collaborating, or just want to compare notes on product? I read every message.</p>
<div class="cta-row">
<a class="btn primary pill-btn" href="mailto:abs_sh@hotmail.co.uk">abs_sh@hotmail.co.uk</a>
</div>
<div class="links">
<a href="https://absieee.github.io/blog">blog</a>
<a href="https://github.com/absieee">github</a>
<a href="https://www.linkedin.com/in/abssh/" target="_blank" rel="noopener noreferrer">linkedin</a>
</div>
</div>
</div>
</section>
</main>
<footer>
<div class="wrap">
<span>© 2026 Abhishek Sharma — built with ❤️ in Swindon, U.K.</span>
<a href="#top">back to top ↑</a>
</div>
</footer>
<script type="module" src="js/main.js"></script>
</body>
</html>