-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·445 lines (412 loc) · 18 KB
/
index.html
File metadata and controls
executable file
·445 lines (412 loc) · 18 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
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<!-- Google Tag Manager -->
<script>
(function (w, d, s, l, i) {
w[l] = w[l] || [];
w[l].push({ "gtm.start": new Date().getTime(), event: "gtm.js" });
var f = d.getElementsByTagName(s)[0],
j = d.createElement(s),
dl = l != "dataLayer" ? "&l=" + l : "";
j.async = true;
j.src = "https://www.googletagmanager.com/gtm.js?id=" + i + dl;
f.parentNode.insertBefore(j, f);
})(window, document, "script", "dataLayer", "GTM-WPSLLMM");
</script>
<!-- End Google Tag Manager -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-P3694XZ4VK"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-P3694XZ4VK");
</script>
<meta name="theme-color" content="#581b98" />
<link rel="shortcut icon" type="image/svg" href="/img/favicon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css"
integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA=="
crossorigin="anonymous"
/>
<link rel="stylesheet" type="text/css" href="styles.css" />
<script src="script.js" defer></script>
<script src="./js/home.js" defer></script>
<title>Sanaullah Hafiz | Developer | Designer of Passion</title>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript
><iframe
src="https://www.googletagmanager.com/ns.html?id=GTM-WPSLLMM"
height="0"
width="0"
style="display: none; visibility: hidden"
></iframe
></noscript>
<!-- End Google Tag Manager (noscript) -->
<!-- Loader -->
<div class="loadx" id="loadx">
<div class="loadx-inner">
<div class="loader-logo" title="loader-img">
<img class="loader-box-img" loading="eager" src="./navlogov2.svg" alt="site logo" />
</div>
<div class="loader-box" title="loader">
<img class="loader-box-img" loading="eager" src="./img/pulse.svg" alt="loader" />
</div>
</div>
</div>
<header class="container-nav" id="nav">
<div class="container-logo">
<a href="#"><img src="navlogov2.svg" alt="About7codes Logo" class="logo" /></a>
<h1 class="logo-text"><a href="#">About7codes</a></h1>
</div>
<label for="toggle">☰</label>
<input type="checkbox" id="toggle" />
<ul class="navbar">
<li><a href="#about">About</a></li>
<li><a href="#passion">Passion</a></li>
<li><a href="#experience">Experience</a></li>
<li><a href="#work">Work</a></li>
<li><a href="#contact">Contact</a></li>
</ul>
</header>
<section class="intro" id="intro">
<div class="overlay">
<div class="intro-text">
<h1>Sanaullah Hafiz</h1>
<p>Software Engineer & A Web Enthusiast</p>
<a href="#about" class="fa fa-angle-down page-scroll"></a>
</div>
</div>
</section>
<section id="about" class="about">
<div class="overlay-about">
<div class="container-about">
<h2>A Little Bit About Me</h2>
<img src="img/pp.jpeg" alt="" />
<p>
Hey! My name is Sanaullah and I'm a software developer with a passion for front end development and design. My
expertise is in the area of responsive design. I aspire toward a career that will allow me to channel my creativity
through crafting beautiful software and engaging experiences.
<br />
<br />
When I'm not on the computer, I enjoy gaming, travelling, and challenging life.
</p>
</div>
<div class="tldr">
<h3>TL;DR? Self Proclamations:</h3>
<ul class="tldr-proc">
<li><span class="fas fa-keyboard tldr-icon"></span><br />Web Developer</li>
<li><span class="fas fa-gamepad tldr-icon"></span><br />Gamer</li>
<li><span class="fas fa-pencil-ruler tldr-icon"></span><br />UX Enthusiast</li>
</ul>
</div>
</div>
</section>
<section id="passion" class="passion">
<div class="overlay-passion">
<h2>What I do</h2>
<div class="container-passion">
<div class="passion-item">
<div class="passion-icon">
<span class="fas fa-laptop"></span>
</div>
<h3>Design</h3>
<p>
Design isn't just what a product looks like and feels like on the outside. Design encompasses the internal
functionality of a product as well as the overall user experience. I strive to build interfaces and experiences that
people can enjoy on all digital mediums.
</p>
</div>
<div class="passion-item">
<div class="passion-icon">
<span class="fas fa-code"></span>
</div>
<h3>Development</h3>
<p>
With a strong foundation in computer science, I'm passionate about responsive web and development, and interested in
mobile app development. As I grow as a developer, I hope to write clean, readable code that can be used by others
and leveraged to create beautiful software.
</p>
</div>
<div class="passion-item">
<div class="passion-icon">
<span class="far fa-lightbulb"></span>
</div>
<h3>Involvement</h3>
<p>
In all projects, I was responsible for implementing all the HTML, CSS and JS (React JS) for interactions. Testing
code in multiple browsers to ensure cross-browser compatibility. I believe anything can be overcome through
commitment and hardwork. Always up for learning new things.
</p>
</div>
</div>
</div>
</section>
<section id="experience" class="experience">
<div class="overlay-exp">
<div class="exp-top">
<h2>Experience</h2>
<p>
I've been doing web development for many years now, and I'm always eager to learn more in this fast paced industry.
</p>
</div>
<div class="exp-bottom">
<h3>Some technologies I've worked with:</h3>
<ul class="exp-tech">
<li><img src="img/tech/html.png" alt="html logo" /></li>
<li><img src="img/tech/css.png" alt="css logo" /></li>
<li><img src="img/tech/js.png" alt="javascript logo" /></li>
<li><img src="img/tech/sass.png" alt="sass logo" /></li>
<li>
<img src="img/tech/reactjs.png" alt="react js logo" />
<span class="tech-name">React JS</span>
</li>
<li>
<img src="img/tech/redux.png" alt="redux logo" />
<span class="tech-name">Redux</span>
</li>
<li>
<img src="img/tech/react-query.svg" alt="react query logo" />
<span class="tech-name">React Query</span>
</li>
<li><img src="img/tech/typescript.png" alt="typescript logo" /><span class="tech-name">TypeScript</span></li>
<li><img src="img/tech/bootstrap.png" alt="bootstrap logo" /><span class="tech-name">Bootstrap</span></li>
<li><img src="img/tech/nextjs.png" alt="next js logo" /><span class="tech-name">Next JS</span></li>
<li><img src="img/tech/mui.png" alt="mui logo" /><span class="tech-name">Material UI</span></li>
<li><img src="img/tech/github.png" alt="github logo" /><span class="tech-name">Github</span></li>
</ul>
</div>
</div>
</section>
<section class="resume">
<div class="overlay-resume">
<h2>Check out my résumé!</h2>
<a href="./img/Sanaullah Web Developer Resume.pdf" class="btn-resume">Grab A Copy</a>
</div>
</section>
<section id="work" class="work">
<h2>What I've Done</h2>
<h5>(more coming soon)</h5>
<div class="container-work">
<!-- <div class="wrapper">
<img src="./img/portfolio/z-app.jpeg" loading="lazy" alt="myosn-app" />
<div class="overlay-work">
<div class="content-work">
A TV App
<a href="https://github.com/about7codes/test" target="_blank" class="code">
View Code <i class="fab fa-github"></i>
</a>
<a href="#" target="_blank">Open App <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div> -->
<div class="wrapper">
<img src="./img/portfolio/myosn-app.jpg" loading="lazy" alt="myosn-app" />
<div class="overlay-work">
<div class="content-work">
MyOSN App
<a href="https://github.com/about7codes/myosn" target="_blank" class="code">
View Code <i class="fab fa-github"></i>
</a>
<a href="https://myosn.onrender.com/" target="_blank">Open App <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="wrapper">
<img src="./img/portfolio/threemax-app.jpg" loading="lazy" alt="threemax-app" />
<div class="overlay-work">
<div class="content-work">
Threemax CRUD App
<a href="https://github.com/about7codes/threewords-FE" target="_blank" class="code">
View Code <i class="fab fa-github"></i>
</a>
<a href="https://threemax.onrender.com/" target="_blank">Open App <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="wrapper">
<img src="./img/portfolio/covid-tracker-app.jpg" loading="lazy" alt="covid-tracker-app" />
<div class="overlay-work">
<div class="content-work">
Coronavirus Tracker
<a href="https://github.com/about7codes/coronavirus-tracker" target="_blank" class="code">
View Code <i class="fab fa-github"></i>
</a>
<a href="https://sana-corona-tracker.onrender.com/" target="_blank"
>Open App <i class="fas fa-external-link-alt"></i
></a>
</div>
</div>
</div>
<div class="wrapper">
<img src="./img/portfolio/rick-and-morty-app.jpg" loading="lazy" alt="rick-and-morty-app" />
<div class="overlay-work">
<div class="content-work">
Rick & Morty App
<a href="https://github.com/about7codes/rick-and-morty" target="_blank" class="code"
>View Code <i class="fab fa-github"></i
></a>
<a href="https://morty-search.onrender.com/" target="_blank">Open App <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="wrapper" style="display: none">
<img src="./img/portfolio/horoscope-app.jpg" loading="lazy" alt="horoscope-app" />
<div class="overlay-work">
<div class="content-work">
Daily Horoscope
<a href="https://github.com/about7codes/daily-horoscope" target="_blank" class="code"
>View Code <i class="fab fa-github"></i
></a>
<a href="https://daily-horoscope.netlify.app/" target="_blank">Open App <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="wrapper">
<img src="./img/portfolio/calories-app.jpg" loading="lazy" alt="calories-app" />
<div class="overlay-work">
<div class="content-work">
Calorie-Finder
<a href="https://github.com/about7codes/calorie-finder" target="_blank" class="code"
>View Code <i class="fab fa-github"></i
></a>
<a href="https://calorie-finder.onrender.com/" target="_blank">Open App <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="wrapper">
<img src="./img/portfolio/food-finder-app.jpg" loading="lazy" alt="food-finder-app" />
<div class="overlay-work">
<div class="content-work">
Food Finder
<a href="https://github.com/about7codes/food-finder" target="_blank" class="code"
>View Code <i class="fab fa-github"></i
></a>
<a href="https://sans-food-finder.onrender.com/" target="_blank"
>Open App <i class="fas fa-external-link-alt"></i
></a>
</div>
</div>
</div>
<div class="wrapper">
<img src="./img/portfolio/movie-finder-app.jpg" loading="lazy" alt="movie finder app" />
<div class="overlay-work">
<div class="content-work">
Movieflix App
<a href="https://github.com/about7codes/movie-finder" target="_blank" class="code"
>View Code <i class="fab fa-github"></i
></a>
<a href="https://movieflix-1iy7.onrender.com/" target="_blank">Open App <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="wrapper">
<img src="./img/portfolio/vbet.jpg" loading="lazy" alt="Vbet Betting app" />
<div class="overlay-work">
<div class="content-work">
Vbet Betting
<a href="https://github.com/about7codes/vbet" target="_blank" class="code"
>View Code <i class="fab fa-github"></i
></a>
<a href="https://vbet-jb99.onrender.com/" target="_blank">Open App <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="wrapper">
<img src="./img/portfolio/netbet.jpg" loading="lazy" alt="Netbet Betting app" />
<div class="overlay-work">
<div class="content-work">
Netbet Betting
<a href="https://github.com/about7codes/nbxbet" target="_blank" class="code"
>View Code <i class="fab fa-github"></i
></a>
<a href="https://nbxbet.onrender.com/" target="_blank">Open App <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="wrapper alt">
<img src="./img/portfolio/netbet-mobile.jpg" loading="lazy" alt="Netbet Mobile app" />
<div class="overlay-work">
<div class="content-work">
Netbet Mobile
<a href="https://github.com/about7codes/nb-mobile" target="_blank" class="code"
>View Code <i class="fab fa-github"></i
></a>
<a href="https://nb-mobile-y670.onrender.com/" target="_blank">Open App <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="wrapper">
<img src="./img/portfolio/cathedral.jpg" loading="lazy" alt="Cathedral" />
<div class="overlay-work">
<div class="content-work">
Cathedral
<a href="https://github.com/about7codes/cathedral" target="_blank" class="code"
>View Code <i class="fab fa-github"></i
></a>
<a href="https://cathedral.onrender.com/" target="_blank">Open App <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
<div class="wrapper">
<img src="./img/portfolio/nextsolutions.jpg" loading="lazy" alt="Nextsolutions" />
<div class="overlay-work">
<div class="content-work">
Nextsolutions
<a href="https://github.com/about7codes/nextsolutions" target="_blank" class="code"
>View Code <i class="fab fa-github"></i
></a>
<a href="https://nextsolutions.onrender.com/" target="_blank">Open App <i class="fas fa-external-link-alt"></i></a>
</div>
</div>
</div>
</div>
</section>
<section id="contact" class="contact">
<div class="container-contact">
<div class="email-icon fas fa-paper-plane"></div>
<h2>Get In Touch!</h2>
<p>Whether you have an idea for a project or just want to chat, feel free to shoot me an email!</p>
<a href="mailto:sanaullahhaifz@gmail.com" target="_blank">Say Hello</a>
</div>
</section>
<footer>
<div class="container-footer">
<ul class="social-btns">
<li class="social-btn">
<a href="https://twitter.com/sana_is_BB" target="_blank"><i class="fab fa-twitter"></i></a>
</li>
<li class="social-btn">
<a href="https://www.linkedin.com/in/sanaullah-hafiz-595a16b8" target="_blank"><i class="fab fa-linkedin-in"></i></a>
</li>
<li class="social-btn">
<a href="https://open.spotify.com/user/sandwich5656" target="_blank"><i class="fab fa-spotify"></i></a>
</li>
<li class="social-btn">
<a href="https://codepen.io/about7codes" target="_blank"><i class="fab fa-codepen"></i></a>
</li>
<li class="social-btn">
<a href="https://github.com/about7codes" target="_blank"><i class="fab fa-github"></i></a>
</li>
</ul>
<div class="to-top">
<a class="rocket" href="#intro">
<img src="./img/rocket-launch.svg" alt="" /> <br />
<p id="trick">Beam me up, Scotty!</p>
</a>
</div>
<p class="copyright"><i class="far fa-copyright"></i> Sanaullah Hafiz 2023</p>
</div>
</footer>
<script src="https://kit.fontawesome.com/c3d747b8ea.js" crossorigin="anonymous"></script>
</body>
</html>