-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
393 lines (361 loc) · 19.6 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
<!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>Joshua Shanthikumar</title>
<link rel="icon" type="image/png" href="assets/monitor.png" />
<link rel="stylesheet" href="index.css">
<script src="https://kit.fontawesome.com/c8e4d183c2.js" crossorigin="anonymous"></script>
<script src="index.js"></script>
<script type="text/javascript"
src="https://cdn.jsdelivr.net/npm/@emailjs/browser@3/dist/email.min.js">
</script>
<script type="text/javascript">
(function(){
emailjs.init("FxOlAJu8N7n00174f");
})();
</script>
</head>
<body>
<section id="landing-page" onmousemove="moveBackground(event)">
<nav>
<figure>
<img id="personal-logo" src="./assets/I will (1).png" alt="">
</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 Joshua.</h1>
<p class="header__para">
I'm a <b class="blue">Frontend Software Engineer</b> with a strong passion
for building web applications with greater user experiences.
<br>
Here's a bit more <b class="blue click" onclick="toggleModal()">about me.</b>
</p>
<div class="social__list">
<a href="https://www.linkedin.com/in/joshua-shan" target="_blank" class="social__link click">
<i class="fab fa-linkedin-in"></i>
</a>
<a href="https://github.com/JSShant" target="_blank" class="social__link click">
<i class="fab fa-github"></i>
</a>
<a href="./assets/Resume.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__subtitle modal__subtitle--about">Frontend Software Engineer</h4>
<p class="modal__para">
I'm a 24 year-old Australian <b class="blue">frontend software engineer</b> with a strong
passion for developing web applications with great <b class="blue">user experiences.</b>
<br>
I strive to surpass and improve my work continuously while solving challenging engineering problems, and would love opportunities to improve my skillset under your employment.
</p>
<div class="modal__languages">
<figure class="modal__language">
<img class="modal__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="modal__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="modal__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="modal__language--img"
src="https://cdn.iconscout.com/icon/free/png-256/github-163-761603.png"
alt="">
<span class="language__name">Github</span>
</figure>
<figure class="modal__language">
<img class="modal__language--img"
src="https://cdn.iconscout.com/icon/free/png-256/git-225996.png"
alt="">
<span class="language__name">Git</span>
</figure>
<figure class="modal__language">
<img class="modal__language--img"
src="https://cdn.iconscout.com/icon/free/png-256/npm-3445767-2878693.png"
alt="">
<span class="language__name">NPM</span>
</figure>
<figure class="modal__language">
<img class="modal__language--img"
src="https://cdn.iconscout.com/icon/free/png-256/react-3521666-2945110.png"
alt="">
<span class="language__name">React</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__subtitle modal__subtitle--contact">
Im currently open to new opportunities.
</h4>
<form action="" id="contact__form" onsubmit="contact(event)">
<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>
</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">
<img src="./assets/circle.svg" class="shape shape--1">
<img src="./assets/squiggly.svg" class="shape shape--2">
<img src="./assets/circle.svg" class="shape shape--3">
<img src="./assets/triangle.svg" class="shape shape--4">
<img src="./assets/circle.svg" class="shape shape--5">
<img src="./assets/squiggly.svg" class="shape shape--6">
<img src="./assets/circle.svg" class="shape shape--7">
<img src="./assets/semi circle.svg" class="shape shape--8">
</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/Crypto.png" class="project__img" alt="">
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">
Crypto-Tracker
</h3>
<h4 class="project__description--sub-title">
React, MUI
</h4>
<p class="project__description--para">
A fully responsive crypto currency tracker built with React JS best practices and Material UI. This project showcases use of react router, resuseable componenents and hooks to deliver an incredible UI for great user experiences.
</p>
<p>Links:</p>
<div class="project__description--links">
<a href="https://github.com/JSShant/CryptoTracker" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://crypto-tracker-7tsj4lsd6-jsshants-projects.vercel.app/" target="_blank" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
<div class="project__wrapper">
<img src="./assets/Gpt3.png" class="project__img" alt="">
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">
GPT-3 AI Landing Page
</h3>
<h4 class="project__description--sub-title">
Html, CSS, JavaScript, React
</h4>
<p class="project__description--para">
A fully responsive modern UI/UX designed landing page built with React JS best practices. This projects showcases the ability to transform a FIGMA design into a website.
</p>
<p>Links:</p>
<div class="project__description--links">
<a href="https://github.com/JSShant/AI-Website" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://ai-website-uu3kxfp61-jsshants-projects.vercel.app/" target="_blank" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
<div class="project__wrapper">
<img src="./assets/Library.png" class="project__img" alt="">
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">
Library E-commerce Website
</h3>
<h4 class="project__description--sub-title">
Html, CSS, JavaScript, React
</h4>
<p class="project__description--para">
Responsive E-commerce website known as Library. Designed using HTML5, CSS3, JavaScript & React.js best practices.
This project showcases use of react router, resuseable componenents and hooks to deliver an incredible UI for great user experiences.
</p>
<p>Links:</p>
<div class="project__description--links">
<a href="https://github.com/JSShant/Library" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://library-487re6dql-jsshants-projects.vercel.app/" target="_blank" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
<div class="project__wrapper">
<img src="./assets/MapEasy.png" class="project__img" alt="">
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">
Map-Easy
</h3>
<h4 class="project__description--sub-title">
Html, CSS, JavaScript
</h4>
<p class="project__description--para">
A web application which intergrates Geolocation API and Leaflet Javascript Library to showcase an interactive map where workouts can be marked and tracked. This project focusses on the use of object-oriented programming (OOP) with JavaScript.
</p>
<p>Links:</p>
<div class="project__description--links">
<a href="https://github.com/JSShant/MapEasy" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://map-easy-beta.vercel.app/" target="_blank" class="project__description--link">
<i class="fas fa-link"></i>
</a>
</div>
</div>
</div>
<div class="project__wrapper">
<img src="./assets/Bankist.jpg" class="project__img" alt="">
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">
Bankist
</h3>
<h4 class="project__description--sub-title">
Html, CSS, JavaScript
</h4>
<p class="project__description--para">
A responsive banking website with a minamalistic design.<br>
This project's key objectives was to showcase a minimalist/simple website personality and showcase visual effects through advanced DOM manipulation using JavaScript.
</p>
<p>Links:</p>
<div class="project__description--links">
<a href="https://github.com/JSShant/Bankist---Banking-Website" target="_blank" class="project__description--link">
<i class="fab fa-github"></i>
</a>
<a href="https://bankist-banking-website.vercel.app/" 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 class="footer__logo">
<img class="footer__logo--img" src="./assets/I will (1).png" alt="">
</figure>
<span class="footer__logo--popper">
Top
<i class="fas fa-arrow-up"></i>
</span>
</a>
<div class="footer__social--list">
<a href="https://github.com/JSShant" target="_blank" class="
footer__social--link
link__hover-effect
link__hover-effect--white
">Github</a>
<a href="https://www.linkedin.com/in/joshua-shan" target="_blank" class="
footer__social--link
link__hover-effect
link__hover-effect--white
">Linkedin</a>
<a href="#" class="
footer__social--link
link__hover-effect
link__hover-effect--white
" onclick="toggleModal()">Contact</a>
<a href="./assets/Resume.pdf" target="_blank" class="
footer__social--link
link__hover-effect
link__hover-effect--white
">Resume</a>
</div>
<div class="footer__copyright">Copyright © 2022 Joshua Shanthikumar</div>
</div>
</div>
</footer>
</body>
</html>