-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
265 lines (251 loc) · 14.2 KB
/
index.html
File metadata and controls
265 lines (251 loc) · 14.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Hazik Anwar - Full Stack Software Engineer</title>
<meta name="description"
content="London-based Full Stack Mobile & Web Engineer specialising in React, Node.js, and Android development." />
<meta name="theme-color" content="#00ffe1" />
<!-- Open Graph -->
<meta property="og:title" content="Hazik Anwar - Full Stack Engineer" />
<meta property="og:description" content="London-based Full Stack Mobile & Web Engineer." />
<meta property="og:image" content="https://hazanwar.github.io/assets/avatar.jpg" />
<meta property="og:url" content="https://hazanwar.github.io/" />
<meta property="og:type" content="website" />
<!-- Fonts -->
<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=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@300;400;600;700&display=swap"
rel="stylesheet" />
<link rel="stylesheet" href="style.css" />
<script>
(function () {
var saved = localStorage.getItem('theme');
var prefer = window.matchMedia('(prefers-color-scheme: light)').matches ? 'light' : 'dark';
document.documentElement.setAttribute('data-theme', saved || prefer);
})();
</script>
</head>
<body>
<!-- ========== NAV ========== -->
<nav class="nav">
<div class="nav-links" id="navLinks">
<a href="#about">About</a>
<a href="#achievements">Achievements</a>
<a href="#apps">Apps</a>
</div>
<div class="nav-social">
<a href="https://www.linkedin.com/in/HazAnwar" class="nav-social-link" target="_blank" rel="noopener noreferrer"
aria-label="LinkedIn">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path
d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z" />
</svg>
</a>
<a href="https://github.com/HazAnwar" class="nav-social-link" target="_blank" rel="noopener noreferrer"
aria-label="GitHub">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path
d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" />
</svg>
</a>
<a href="https://ko-fi.com/HazAnwar" class="nav-social-link" target="_blank" rel="noopener noreferrer"
aria-label="Ko-fi">
<svg viewBox="0 0 24 24" aria-hidden="true">
<path d="M23.881 8.948c-.773-4.085-4.859-4.593-4.859-4.593H.723c-.604 0-.679.798-.679.798s-.082 7.324-.022 11.822c.164 2.424 2.586 2.672 2.586 2.672s8.267-.023 11.966-.049c2.438-.426 2.683-2.566 2.658-3.734 4.352.24 7.422-2.831 6.649-6.916zm-11.062 3.511c-1.246 1.453-4.011 3.976-4.011 3.976s-.121.119-.31.023c-.076-.057-.108-.09-.108-.09-.443-.441-3.368-3.049-4.034-3.954-.709-.965-1.041-2.7-.091-3.71.951-1.01 3.005-1.086 4.363.407 0 0 1.565-1.782 3.468-.963 1.904.82 1.832 3.011.723 4.311zm6.173.478c-.928.116-1.682.028-1.682.028V7.284h1.77s1.971.551 1.971 2.638c0 1.913-.985 2.667-2.059 3.015z"/>
</svg>
</a>
<button class="theme-toggle" id="themeToggle" aria-label="Toggle colour theme">
<svg class="icon-moon" viewBox="0 0 24 24" aria-hidden="true">
<path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z" />
</svg>
<svg class="icon-sun" viewBox="0 0 24 24" aria-hidden="true">
<circle cx="12" cy="12" r="5" />
<line x1="12" y1="1" x2="12" y2="3" />
<line x1="12" y1="21" x2="12" y2="23" />
<line x1="4.22" y1="4.22" x2="5.64" y2="5.64" />
<line x1="18.36" y1="18.36" x2="19.78" y2="19.78" />
<line x1="1" y1="12" x2="3" y2="12" />
<line x1="21" y1="12" x2="23" y2="12" />
<line x1="4.22" y1="19.78" x2="5.64" y2="18.36" />
<line x1="18.36" y1="5.64" x2="19.78" y2="4.22" />
</svg>
</button>
</div>
<button class="nav-hamburger" id="menuBtn" aria-label="Toggle navigation" aria-expanded="false"
aria-controls="navLinks">
<span></span><span></span><span></span>
</button>
</nav>
<main>
<!-- ========== HERO ========== -->
<section class="hero">
<div class="hero-overlay"></div>
<div class="hero-content">
<img src="assets/avatar.jpg" alt="Hazik Anwar" class="hero-avatar" />
<h1>Hazik Anwar</h1>
<p class="hero-title">Senior Full Stack Software Engineer</p>
<p class="hero-intro">
Hi, I'm Hazik - a London-based engineer with a proven track record of delivering high-quality, scalable
software to millions of users across media, banking, and financial services. I specialise in React, Node.js,
Android, and cloud-native microservices.
</p>
<!-- Social links -->
<div class="social-links">
<a href="https://github.com/HazAnwar" class="social-link" target="_blank" rel="noopener noreferrer"
aria-label="GitHub">
<svg viewBox="0 0 24 24">
<path
d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12" />
</svg>
</a>
<a href="https://www.linkedin.com/in/HazAnwar" class="social-link" target="_blank" rel="noopener noreferrer"
aria-label="LinkedIn">
<svg viewBox="0 0 24 24">
<path
d="M20.447 20.452h-3.554v-5.569c0-1.328-.027-3.037-1.852-3.037-1.853 0-2.136 1.445-2.136 2.939v5.667H9.351V9h3.414v1.561h.046c.477-.9 1.637-1.85 3.37-1.85 3.601 0 4.267 2.37 4.267 5.455v6.286zM5.337 7.433a2.062 2.062 0 0 1-2.063-2.065 2.064 2.064 0 1 1 2.063 2.065zm1.782 13.019H3.555V9h3.564v11.452zM22.225 0H1.771C.792 0 0 .774 0 1.729v20.542C0 23.227.792 24 1.771 24h20.451C23.2 24 24 23.227 24 22.271V1.729C24 .774 23.2 0 22.222 0h.003z" />
</svg>
</a>
<a href="https://stackoverflow.com/users/9378550/hazanwar" class="social-link" target="_blank"
rel="noopener noreferrer" aria-label="Stack Overflow">
<svg viewBox="0 0 24 24">
<path
d="M15.725 0l-1.72 1.813 5.273 4.24 1.72-1.813L15.725 0zm-8.498 7.763l4.573 3.661 1.292-1.636-4.572-3.66-1.293 1.635zm-2.62 5.03l7.148 1.67.417-1.81-7.148-1.671-.417 1.81zm-.803 5.01h7.31v-1.818h-7.31v1.818zm16.608-5.585l-6.288 1.459.413 1.808 6.288-1.459-.413-1.808zm-1.93 7.403H3.38V24h15.18v-5.379zM5.2 22.182V19.8h10.76v2.382H5.2z" />
</svg>
</a>
<a href="mailto:HazAnwar@hotmail.com" class="social-link" aria-label="Email">
<svg viewBox="0 0 24 24">
<path
d="M20 4H4c-1.1 0-2 .9-2 2v12c0 1.1.9 2 2 2h16c1.1 0 2-.9 2-2V6c0-1.1-.9-2-2-2zm0 4l-8 5-8-5V6l8 5 8-5v2z" />
</svg>
</a>
</div>
</div>
</section>
<!-- ========== ABOUT ========== -->
<section class="about" id="about">
<div class="container">
<h2 class="section-title">About Me</h2>
<div class="about-grid">
<div class="about-text">
<p>I'm a highly motivated full stack software engineer based in London, with a track record of shipping
high-quality, scalable products to tens of millions of users. I work across the full stack - from React
web apps and Node.js microservices to Kotlin Android apps and cloud infrastructure.</p>
<p>I'm driven by solving complex engineering challenges and empowering teams through mentorship and a
culture of continuous learning. I've led multiple dev teams, spearheaded R&D initiatives, and continuously
deliver successful outcomes.</p>
<p>Feel free to get in touch if you'd like to work together!</p>
</div>
<div>
<p
style="color: var(--text-muted); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; font-weight: 600;">
Education</p>
<div class="education-item">
<span class="edu-school">King's College London · 2018</span>
<span class="edu-degree">BSc (Hons) in Computer Science (2:1)</span>
</div>
<p
style="color: var(--text-muted); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; margin-top: 1.75rem; font-weight: 600;">
Client — Web & Mobile</p>
<div class="skills-list">
<span class="skill-tag">TypeScript</span>
<span class="skill-tag">React</span>
<span class="skill-tag">Android</span>
<span class="skill-tag">Kotlin</span>
<span class="skill-tag">Flutter</span>
<span class="skill-tag">Java</span>
</div>
<p
style="color: var(--text-muted); font-size: 0.85rem; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 1rem; margin-top: 1.25rem; font-weight: 600;">
Backend & Infra</p>
<div class="skills-list">
<span class="skill-tag">Node.js</span>
<span class="skill-tag">Spring Boot</span>
<span class="skill-tag">AWS</span>
<span class="skill-tag">Docker</span>
<span class="skill-tag">Jenkins</span>
<span class="skill-tag">CI/CD</span>
</div>
</div>
</div>
</div>
</section>
<!-- ========== ACHIEVEMENTS ========== -->
<section class="achievements" id="achievements">
<div class="container">
<h2 class="section-title">Key Achievements</h2>
<div class="stats-grid">
<div class="stat-card">
<span class="stat-number">70M+</span>
<span class="stat-label">Supporting 70M+ active monthly users</span>
</div>
<div class="stat-card">
<span class="stat-number">50%</span>
<span class="stat-label">Faster app load times with performance optimisations</span>
</div>
<div class="stat-card">
<span class="stat-number">40%</span>
<span class="stat-label">Fewer security incidents with custom built security tooling</span>
</div>
<div class="stat-card">
<span class="stat-number">30%</span>
<span class="stat-label">Productivity improvement leveraging GenAI workflows</span>
</div>
</div>
</div>
</section>
<!-- ========== APPS (Leap Launcher promo) ========== -->
<section class="apps" id="apps">
<div class="container">
<h2 class="section-title">My Apps</h2>
<a href="https://hazanwar.github.io/leap-launcher/" class="app-promo">
<img src="https://hazanwar.github.io/leap-launcher/assets/logo.webp" alt="Leap Launcher icon"
class="app-promo-icon" />
<div class="app-promo-info">
<h3>Leap Launcher</h3>
<p>A simple and elegant launcher for Android Mobile & TV. Available free on the Google Play Store.</p>
<span class="btn-outline">View Leap Launcher ↗</span>
</div>
</a>
</div>
</section>
</main>
<!-- ========== FOOTER ========== -->
<footer>
<div class="container">
<p>© 2026 Hazik Anwar</p>
<nav aria-label="Footer links">
<a href="https://github.com/HazAnwar" target="_blank" rel="noopener noreferrer">GitHub</a>
<a href="https://www.linkedin.com/in/HazAnwar" target="_blank" rel="noopener noreferrer">LinkedIn</a>
<a href="https://ko-fi.com/HazAnwar" target="_blank" rel="noopener noreferrer">Support</a>
<a href="https://hazanwar.github.io/leap-launcher/">Leap Launcher</a>
<a href="mailto:HazAnwar@hotmail.com">Contact</a>
</nav>
</div>
</footer>
<script>
// Theme toggle
document.getElementById('themeToggle').addEventListener('click', () => {
const next = document.documentElement.getAttribute('data-theme') === 'light' ? 'dark' : 'light';
document.documentElement.setAttribute('data-theme', next);
localStorage.setItem('theme', next);
});
// Mobile nav toggle
const menuBtn = document.getElementById('menuBtn');
const navLinks = document.getElementById('navLinks');
menuBtn.addEventListener('click', () => {
const open = navLinks.classList.toggle('open');
menuBtn.setAttribute('aria-expanded', open);
});
// Close nav on link click (mobile)
navLinks.querySelectorAll('a').forEach((a) => {
a.addEventListener('click', () => {
navLinks.classList.remove('open');
menuBtn.setAttribute('aria-expanded', 'false');
});
});
</script>
</body>
</html>