-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
397 lines (385 loc) · 14.6 KB
/
about.html
File metadata and controls
397 lines (385 loc) · 14.6 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="geo.region" content="GB-ENG" />
<meta name="geo.placename" content="London, England" />
<meta name="geo.position" content="51.5074;-0.1278" />
<meta name="ICBM" content="51.5074, -0.1278" />
<meta
name="description"
content="Esseal is a senior-led software engineering firm specializing in full-stack development, rapid MVPs, and enterprise legacy modernization."
/>
<meta property="og:title" content="About Esseal | Senior-Led Software Development Agency" />
<meta property="og:description" content="Esseal is a senior-led software engineering firm specializing in full-stack development, rapid MVPs, and enterprise legacy modernization." />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://www.esseal.co.uk/about" />
<meta property="og:image" content="https://www.esseal.co.uk/social-card-default.webp" />
<meta property="og:locale" content="en_GB" />
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<link rel="canonical" href="https://www.esseal.co.uk/about" />
<title>About Esseal | Senior-Led Software Development Agency</title>
<link rel="icon" href="/favicon.webp" />
<link rel="stylesheet" href="styles.css" />
<link rel="preload" href="/fonts/inter-v20-latin-regular.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/inter-v20-latin-500.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/inter-v20-latin-600.woff2" as="font" type="font/woff2" crossorigin />
<link rel="preload" href="/fonts/inter-v20-latin-700.woff2" as="font" type="font/woff2" crossorigin />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "AboutPage",
"mainEntity": {
"@type": "Organization",
"name": "Esseal",
"url": "https://www.esseal.co.uk",
"logo": "https://www.esseal.co.uk/esseal-logo.webp",
"employee": [
{
"@type": "Person",
"name": "Muhammad Talha Qureshi",
"image": "https://www.esseal.co.uk/muhammad-talha-qureshi.webp",
"jobTitle": "Co-Founder & Principal Solutions Architect",
"sameAs": [
"https://www.linkedin.com/in/talhanb/",
"https://github.com/TalhaNB"
],
"knowsAbout": [
"System Architecture",
"Frontend Engineering",
"Full-Stack Development",
"React",
"Ruby on Rails",
"Flutter",
"Mobile Application Development"
]
},
{
"@type": "Person",
"name": "Basil Meer",
"image": "https://www.esseal.co.uk/basil-meer.webp",
"jobTitle": "Co-Founder & Head of Infrastructure",
"sameAs": [
"https://www.linkedin.com/in/basilmeer/",
"https://github.com/basilmeer"
],
"knowsAbout": [
"DevOps",
"Backend Engineering",
"Infrastructure Architecture",
"UI/UX Design",
"Docker",
"AWS",
"Digital Ocean",
"AI Agents"
]
},
{
"@type": "Person",
"name": "Bilal Ahmed Rafiqi",
"image": "https://www.esseal.co.uk/bilal-ahmed-rafiqi.webp",
"jobTitle": "Co-Founder & Head of Engineering Management",
"sameAs": [
"https://www.linkedin.com/in/rafiqi47/",
"https://github.com/rafiqi47"
],
"knowsAbout": [
"Backend Development",
"Engineering Management",
"Resource Training",
"Data Systems",
"Fintech"
]
}
]
}
}
</script>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="About Esseal | Senior-Led Software Development Agency" />
<meta name="twitter:description" content="Esseal is a senior-led software engineering firm specializing in full-stack development, rapid MVPs, and enterprise legacy modernization." />
<meta name="twitter:image" content="https://www.esseal.co.uk/social-card-default.webp" />
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "BreadcrumbList",
"itemListElement": [
{
"@type": "ListItem",
"position": 1,
"name": "Home",
"item": "https://www.esseal.co.uk/"
},
{
"@type": "ListItem",
"position": 2,
"name": "About Esseal",
"item": "https://www.esseal.co.uk/about"
}
]
}
</script>
</head>
<body>
<header class="navbar">
<div class="container nav-container">
<a href="/" class="logo">
<img
src="/esseal-logo.webp"
width="180"
height="48"
alt="Esseal Enterprise Software Development Logo"
/>
</a>
<nav aria-label="Main Navigation">
<ul class="nav-links">
<li><a href="/services/">Services</a></li>
<li><a href="/products/">Products</a></li>
<li><a href="/case-studies/">Case Studies</a></li>
<li><a href="/about">About</a></li>
<li><a href="/contact" class="btn-primary">Let's Talk</a></li>
</ul>
</nav>
</div>
</header>
<main class="about-page">
<section class="page-hero">
<div class="container">
<h1>A Senior-Led Software Engineering Firm</h1>
<p class="hero-subtitle">
We are a specialized, UK-registered development agency delivering
enterprise-grade full-stack solutions, rapid MVPs, and legacy
modernizations without the typical agency bloat.
</p>
</div>
</section>
<section class="our-philosophy">
<div class="container grid-2-col">
<div class="philosophy-content">
<h2>Engineering with Radical Transparency</h2>
<p>
When you partner with Esseal, there are no black boxes. For
corporate clients and scaling SMEs, predictability is just as
important as performance. We believe in complete workflow
transparency—from our initial architectural designs to the final
deployment.
</p>
<p>
Our senior-led approach means you communicate directly with the
architects writing your code. No junior hand-offs, no bloated
project management layers—just elite technical execution delivered
on time and on budget.
</p>
</div>
<div class="philosophy-stats">
<div class="stat-card">
<div class="stat-content">
<span class="stat-number">100%</span>
<span class="stat-label">Senior-Level Code</span>
<p class="stat-desc">
Zero junior hand-offs. Every line written by a partner.
</p>
</div>
<div class="stat-accent"></div>
</div>
<div class="stat-card">
<div class="stat-content">
<span class="stat-number">0</span>
<span class="stat-label">Hidden Workflows</span>
<p class="stat-desc">
Full access to our task boards, PRs, and architecture logs.
</p>
</div>
<div class="stat-accent"></div>
</div>
</div>
</div>
</section>
<section class="leadership" id="leadership">
<div class="container">
<div class="section-header">
<h2>Meet the Leadership</h2>
<p>
A tight-knit unit of three seasoned developers driving Esseal's
technical excellence.
</p>
</div>
<div class="team-grid">
<article class="team-card">
<div class="team-image">
<img
src="/muhammad-talha-qureshi.webp"
alt="Muhammad Talha Qureshi - Solutions Architect at Esseal"
width="400"
height="400"
loading="lazy"
/>
</div>
<div class="team-info">
<h3>Muhammad Talha Qureshi</h3>
<p class="role">Co-Founder & Solutions Architect</p>
<p class="bio">
With a background in executive operations, Talha bridges the
gap between high-level system architecture and business goals.
He leads client technical strategy and frontend ecosystems.
</p>
<div class="social-links">
<a
href="https://www.linkedin.com/in/talhanb/"
target="_blank"
rel="noopener"
>LinkedIn</a
>
<a
href="https://github.com/TalhaNB"
target="_blank"
rel="noopener"
>GitHub</a
>
</div>
</div>
</article>
<article class="team-card">
<div class="team-image">
<img
src="/basil-meer.webp"
alt="Basil Meer - Head of Infrastructure at Esseal"
width="400"
height="400"
loading="lazy"
/>
</div>
<div class="team-info">
<h3>Basil Meer</h3>
<p class="role">Co-Founder & Head of Infrastructure</p>
<p class="bio">
A decade of experience spanning game development and
professional UI/UX design. Basil architects backend systems
and DevOps pipelines that are as intuitive as they are robust.
</p>
<div class="social-links">
<a
href="https://www.linkedin.com/in/basilmeer/"
target="_blank"
rel="noopener"
>LinkedIn</a
>
<a
href="https://github.com/basilmeer"
target="_blank"
rel="noopener"
>GitHub</a
>
</div>
</div>
</article>
<article class="team-card">
<div class="team-image">
<img
src="/bilal-ahmed-rafiqi.webp"
alt="Bilal Ahmed Rafiqi - Head of Engineering Management at Esseal"
width="400"
height="400"
loading="lazy"
/>
</div>
<div class="team-info">
<h3>Bilal Ahmed Rafiqi</h3>
<p class="role">Co-Founder & Head of Engineering Management</p>
<p class="bio">
A pure-play backend specialist since 2017. Bilal leads
Esseal’s internal resource management and technical
mentorship, ensuring engineering output remains consistent and
senior-led.
</p>
<div class="social-links">
<a
href="https://www.linkedin.com/in/rafiqi47/"
target="_blank"
rel="noopener"
>LinkedIn</a
>
<a
href="https://github.com/rafiqi47"
target="_blank"
rel="noopener"
>GitHub</a
>
</div>
</div>
</article>
</div>
</div>
</section>
</main>
<footer class="site-footer">
<div class="container footer-grid">
<div class="footer-brand">
<a href="/" class="logo">
<img
src="/esseal-logo.webp"
width="180"
height="48"
alt="Esseal Enterprise Software Development"
/>
</a>
<p>
Senior-Led Software Solutions That Drive Corporate Growth. On time,
on budget, always.
</p>
<p class="company-registration">
Registered in England & Wales No. 17026190
</p>
</div>
<div class="footer-links">
<h4>Company</h4>
<ul>
<li><a href="/about">About Us</a></li>
<li><a href="/services/">Services</a></li>
<li><a href="/products/">Products</a></li>
<li><a href="/blogs/">Blogs</a></li>
<li><a href="/case-studies/">Case Studies</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Legal</h4>
<ul>
<li><a href="/privacy">Privacy Policy</a></li>
<li><a href="/terms-of-service">Terms of Service</a></li>
</ul>
</div>
<div class="footer-links">
<h4>Most Requested Services</h4>
<ul>
<li>
<a href="/services/internal-tools-dashboards"
>Tools & Dashboards</a
>
</li>
<li>
<a href="/services/fullstack-development"
>Full Stack Development</a
>
</li>
<li>
<a href="/services/mvp-development">Strategic MVP Development</a>
</li>
<li>
<a href="/services/legacy-codebase-upgrade-modernization"
>Legacy Codebase Modernization</a
>
</li>
</ul>
</div>
</div>
<div class="container footer-bottom">
<p>
© 2026 Esseal. All rights reserved. | Global Operations: London,
UK & Lahore, PK
</p>
</div>
</footer>
</body>
</html>