-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
408 lines (404 loc) · 18.4 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Jawad Hanif</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="./assets/favicon.ico">
</head>
<body>
<section id="landing-page" onmousemove="moveBackground(event)">
<nav>
<figure class="personal-logo__figure">
<img id="personal-logo" src="./assets/logo.webp" alt="" draggable="false" />
</figure>
<ul class="nav__link--list">
<li class="nav__link" onclick="toggleModal()">
<a href="#" class="
nav__link--anchor
link__hover-effect link__hover-effect--black">
About</a>
</li>
<li class="nav__link">
<a href="#projects" class="
nav__link--anchor
link__hover-effect link__hover-effect--black">
Projects</a>
</li>
<li class="nav__link" onclick="toggleModal()">
<a href="#" class="
nav__link--anchor
link__hover-effect link__hover-effect--black">
Contact</a>
</li>
<li class="nav__link click" onclick="toggleContrast()">
<a href="#" class="
nav__link--anchor
link__hover-effect link__hover-effect--black
"><i class="fas fa-adjust"></i></a>
</li>
</ul>
</nav>
<header class="header">
<div class="header__content">
<h1 class="title">Hey</h1>
<h1 class="title blue">I'm Jawad.</h1>
<p class="header__para">
I'm a <strong class="blue"> Freelance Frontend Software Engineer</strong>
passionate about delivering great user experiences in web applications.
<br />
Here's a bit more <a href="#"><strong class="blue click" onclick="toggleModal()">about me.</strong></a>
</p>
<div class="social__list">
<a href="https://www.linkedin.com/in/jawad-hanif02" target="_blank" class="social__link click">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/JawadH02" target="_blank" class="social__link click">
<i class="fab fa-github"></i>
</a>
<a href="./assets/Resume2022.pdf" target="_blank" class="social__link click">
<i class="fas fa-file-pdf"></i>
</a>
</div>
</div>
</header>
<a href="#">
<button class="mail__btn click" onclick="toggleModal()">
<i class="fas fa-envelope"></i>
</button>
</a>
<a href="#projects" class="scroll">
<div class="scroll__icon click"></div>
</a>
<div class="modal">
<div class="modal__half modal__about">
<h3 class="modal__title modal__title--about">
Here's a bit about me.
</h3>
<h4 class="modal__sub-title modal__sub-title--about">Frontend Software Engineer.</h4>
<p class="modal__para">
I'm a 19 year-old <strong class="blue">frontend software engineer</strong> living in the United States.
I am highly motivated with a strong passion for learning and building websites
that provide a <strong class="blue">great user experience.</strong>
<br>
I currently solve difficult engineering problems by enhancing my understanding of
difficult programming concepts including <strong class="blue">responsive website development, CSS layout,
Promises,</strong> and <strong class="blue">API requests</strong>.
</p>
<div class="modal__languages">
<figure class="modal__language">
<img class="model__language--img"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/3/38/HTML5_Badge.svg/240px-HTML5_Badge.svg.png"
alt="">
<span class="language__name">HTML</span>
</figure>
<figure class="modal__language">
<img class="model__language--img" src="https://cdn.iconscout.com/icon/free/png-256/css-131-722685.png"
alt="">
<span class="language__name">CSS</span>
</figure>
<figure class="modal__language">
<img class="model__language--img" src="https://cdn.iconscout.com/icon/free/png-256/javascript-1-225993.png"
alt="">
<span class="language__name">JavaScript</span>
</figure>
<figure class="modal__language">
<img class="model__language--img" src="https://cdn.iconscout.com/icon/free/png-256/react-3-1175109.png"
alt="">
<span class="language__name">React</span>
</figure>
<figure class="modal__language">
<img class="model__language--img"
src="https://www.makingdifferent.com/wp-content/uploads/2015/10/java-logo.png" alt="">
<span class="language__name">Java</span>
</figure>
<figure class="modal__language">
<img class="model__language--img" src="https://git-scm.com/images/logos/downloads/Git-Icon-1788C.png"
alt="">
<span class="language__name">Git</span>
</figure>
<figure class="modal__language">
<img class="model__language--img"
src="https://upload.wikimedia.org/wikipedia/commons/thumb/9/96/Sass_Logo_Color.svg/1200px-Sass_Logo_Color.svg.png"
alt="">
<span class="language__name">Sass</span>
</figure>
<figure class="modal__language">
<img class="model__language--img"
src="https://www.gstatic.com/devrel-devsite/prod/v0cb51633d618abe46a66cb213829eebf08ffc674824d203cafddde748d2d407e/firebase/images/touchicon-180.png"
alt="">
<span class="language__name">Firebase</span>
</figure>
</div>
</div>
<div class="modal__half modal__contact">
<i class="fas fa-times modal__exit click" onclick="toggleModal()"></i>
<h3 class="modal__title modal__title--contact">
Let's have a chat!
</h3>
<h4 class="modal__sub-title modal__sub-title--contact">
I'm currently open to new opportunities.
</h4>
<form id="contact__form" onsubmit="contact(event)" data-netlify="true">
<div class="form__item">
<label class="form__item--label">Name</label>
<input type="text" class="input" name="user_name" required></input>
</div>
<div class="form__item">
<label class="form__item--label">Email</label>
<input type="email" class="input" name="user_email" required></input>
</div>
<div class="form__item">
<label class="form__item--label">Message</label>
<textarea type="text" class="input" name="message" required></textarea>
</div>
<button id="contact__submit" class="form__submit">
Send it my way
</button>
<div data-netlify-recaptcha="true"></div>
</form>
<div class="modal__overlay modal__overlay--loading">
<i class="fas fa-spinner"></i>
</div>
<div class="modal__overlay modal__overlay--success">
Thanks for the message! Looking forward to speaking to you soon.
</div>
</div>
</div>
<img src="./assets/semi circle.svg" class="shape shape--0" alt="">
<img src="./assets/circle.svg" class="shape shape--1" alt="">
<img src="./assets/squiggly.svg" class="shape shape--2" alt="">
<img src="./assets/circle.svg" class="shape shape--3" alt="">
<img src="./assets/triangle.svg" class="shape shape--4" alt="">
<img src="./assets/circle.svg" class="shape shape--5" alt="">
<img src="./assets/squiggly.svg" class="shape shape--6" alt="">
<img src="./assets/circle.svg" class="shape shape--7" alt="">
<img src="./assets/semi circle.svg" class="shape shape--8" alt="">
</section>
<section id="projects">
<div class="container">
<div class="row">
<h1 class="section__title">
Here are some of my <span class="blue">projects</span>
</h1>
<ul class="project__list">
<li class="project">
<div class="project__wrapper">
<img src="./assets/E-commerce.webp" class="project__img" alt="" />
<div class="project__wrapper--bg">
</div>
<div class="project__description">
<h3 class="project__description--title">E-Commerce Website</h3>
<h4 class="project__description--sub-title">
Html | CSS | JavaScript | React | Git | NPM
</h4>
<p class="project__description--para">
React E-commerce app that displays data about popular and recommended books.
Has the abililty to filter books and add them to cart for purchase.
</p>
<div class="project__description--links">
<a href="https://github.com/JawadH02/library-react" target="_blank"
class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://focused-nightingale-f274c0.netlify.app/" target="_blank"
class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/Movies_api.png" class="project__img" alt="" />
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">EasyView Movies</h3>
<h4 class="project__description--sub-title">
Html | CSS | JavaScript | React | Git | NPM
</h4>
<p class="project__description--para">
React App that makes an axios request to the TMDB API in order to search for movies and display their
details.
</p>
<div class="project__description--links">
<a href="https://github.com/JawadH02/easyView-app" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://easyview-movie-api.web.app/" class="project__description--link" target="_blank">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/Laplace.webp" class="project__img" alt="" />
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">Laplace</h3>
<h4 class="project__description--sub-title">
Material UI | React | Firebase v9 | chartjs | Context API
</h4>
<p class="project__description--para">
Fully responsive and multi-platform Cryptocurrencies tracker web app. Makes
axios request to Coin Gecko API in order to list and graph Cryptocurrencies Data
<br><br>
<span class="project__notible-features">
Notible Features: <br>
Authentication | Firestore Database | CRUD operations | Crypto Graph
</span>
</p>
<div class="project__description--links">
<a href="https://github.com/JawadH02/Laplace-crypto" target="_blank"
class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://laplace-crypto.vercel.app" class="project__description--link" target="_blank">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/Blog_app.webp" class="project__img" alt="" />
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">Blog App: Cabin</h3>
<h4 class="project__description--sub-title">
Html | SASS | JavaScript | React | Firebase | Git | NPM
</h4>
<p class="project__description--para">
Firestore Database Web Application designed with React and Firebase. Developed by an international
team of passionate members communicating and organizing code to Github
using advanced Git commands. Engineered scalable, responsive, multi-platform code using react js.
<br><br>
<span class="project__notible-features">
Notible Features: <br>
Authentication | Create your own posts | Update your profile | Delete posts <br><br>
*We make use of google authentication but we do not sell user information.*
</span>
</p>
<div class="project__description--links">
<a href="https://github.com/barrybtw/react-blog-app" target="_blank"
class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://elated-fermat-4587e4.netlify.app/" class="project__description--link"
target="_blank">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/incredibots.webp" class="project__img" alt="" />
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">Incredibots: Site for Robotics organisation</h3>
<h4 class="project__description--sub-title">
Html | CSS | JavaScript | Git
</h4>
<p class="project__description--para">
I developed this Responsive and multi-platform site for a client using semantic HTML5 and CSS3 (+BEM).
Personal information and content was replaced to maintain privacy.
</p>
<div class="project__description--links">
<a href="https://github.com/JawadH02/incredibots" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://jawadh02.github.io/incredibots/" target="_blank" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img src="./assets/E-Portfolio_commercial.webp" class="project__img" alt="" />
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">E-Portfolio for Client</h3>
<h4 class="project__description--sub-title">
Html | CSS | JavaScript | Git
</h4>
<p class="project__description--para">
Responsive and multi-platform E-Portfolio built for a local Robotics Org. using semantic HTML5 and
CSS3 (+BEM).
Personal information and projects were replaced to maintain privacy. Projects were replaced
with my own unfinished projects.
</p>
<div class="project__description--links">
<a href="https://github.com/JawadH02/e-portfolio-clt" target="_blank"
class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://jawadh02.github.io/e-portfolio-clt/" target="_blank"
class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row footer__row">
<a href="#" class="footer__anchor">
<figure>
<img class="footer__logo--img logo--white click" src="./assets/logo.webp" alt="" />
</figure>
<span class="footer__logo--popper click">
Top
<i class="fas fa-arrow-up" aria-hidden="true"></i>
</span>
</a>
<div class="footer__social--list">
<a href="https://github.com/JawadH02" target="_blank" class="
footer__social--link
link__hover-effect link__hover-effect--white">
GitHub
</a>
<a href="https://www.linkedin.com/in/jawad-hanif02/" target="_blank" class="
footer__social--link
link__hover-effect link__hover-effect--white">
LinkedIn
</a>
<a href="#" onclick="toggleModal()" class="
footer__social--link
link__hover-effect link__hover-effect--white">
Contact
</a>
<a href="./assets/Resume2022.pdf" target="_blank" class="
footer__social--link
link__hover-effect link__hover-effect--white">
Resume
</a>
</div>
<div class="footer__copyright">Copyright © 2022 Jawad Hanif</div>
</div>
</div>
</footer>
<script src="index.js"></script>
<script src="https://kit.fontawesome.com/c8e4d183c2.js" crossorigin="anonymous"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/emailjs-com@3/dist/email.min.js"></script>
<script type="text/javascript">
(function () {
emailjs.init("user_kIMIfbJhdf4ZjlDLVDNqv");
})();
</script>
</body>
</html>