-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
531 lines (531 loc) · 18.4 KB
/
index.html
File metadata and controls
531 lines (531 loc) · 18.4 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
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
<!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" />
<link rel="stylesheet" href="./styles.css" />
<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("user_rWJpRNTazrYDj6RHSFvo1");
})();
</script>
<title>Anthony Papoutsis</title>
<link rel="icon" type="image/x-icon" href="./assets/favicon.ico">
</head>
<body>
<section id="landing-page" onmousemove="moveBackground(event)">
<nav>
<figure>
<img id="personal-logo" src="./assets/personal-logo-ap.svg" 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__hove-effect--black"
><svg
class="icon icon--md"
viewBox="0 0 24 24"
aria-hidden="true"
focusable="false"
>
<path
fill="currentColor"
d="M21 12.79A9 9 0 1111.21 3 7 7 0 0021 12.79z"
></path>
</svg></a
>
</li>
</ul>
</nav>
<header class="header">
<div class="header__content">
<h1 class="title">Hey</h1>
<h1 class="title secondary">I'm Anthony.</h1>
<p class="header__para">
I am a <b class="secondary">Frontend Software Engineer</b> from Melbourne, Australia with a
strong passion for building web and mobile applications with great user experiences.
<br />
Here's more <b class="secondary click" onclick="toggleModal()">about me!</b>
</p>
<div class="social__list">
<a href="https://www.linkedin.com/in/anthony-papoutsis" target="_blank" class="social__link click">
<svg
class="icon"
viewBox="0 0 24 24"
aria-hidden="true"
focusable="false"
>
<path
fill="currentColor"
d="M20.447 20.452h-3.554v-5.569c0-1.327-.024-3.038-1.852-3.038-1.853 0-2.136 1.447-2.136 2.941v5.666H9.351V9h3.414v1.561h.049c.476-.9 1.637-1.85 3.37-1.85 3.604 0 4.269 2.373 4.269 5.463v6.278zM5.337 7.433a2.062 2.062 0 11.001-4.124 2.062 2.062 0 01-.001 4.124zM7.119 20.452H3.554V9h3.565v11.452z"
></path>
</svg>
</a>
<a href="https://github.com/AnthonyP128" target="_blank" class="social__link click">
<svg
class="icon"
viewBox="0 0 24 24"
aria-hidden="true"
focusable="false"
>
<path
fill="currentColor"
d="M12 .297C5.37.297 0 5.67 0 12.3c0 5.302 3.438 9.8 8.205 11.387.6.112.82-.258.82-.577 0-.285-.01-1.04-.016-2.041-3.338.724-4.043-1.61-4.043-1.61-.546-1.388-1.332-1.757-1.332-1.757-1.089-.744.083-.728.083-.728 1.205.084 1.84 1.236 1.84 1.236 1.07 1.835 2.81 1.304 3.495.997.108-.776.418-1.305.762-1.605-2.665-.305-5.466-1.333-5.466-5.932 0-1.31.469-2.38 1.235-3.22-.123-.304-.536-1.527.117-3.176 0 0 1.008-.323 3.302 1.23a11.5 11.5 0 016.006 0c2.294-1.553 3.3-1.23 3.3-1.23.652 1.649.24 2.872.118 3.176.767.84 1.234 1.91 1.234 3.22 0 4.61-2.804 5.626-5.477 5.922.43.372.823 1.103.823 2.222 0 1.605-.014 2.896-.014 3.286 0 .32.217.69.825.573C20.565 22.092 24 17.593 24 12.3 24 5.67 18.627.297 12 .297z"
></path>
</svg>
</a>
<a href="./assets/resumeFinal.pdf" target="_blank" class="social__link click">
<svg
class="icon"
viewBox="0 0 24 24"
aria-hidden="true"
focusable="false"
>
<path
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linejoin="round"
stroke-linecap="round"
d="M7 2h7l5 5v13a2 2 0 01-2 2H7a2 2 0 01-2-2V4a2 2 0 012-2z"
></path>
<path
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
d="M14 2v6h6"
></path>
<path
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
d="M8 14h8M8 17h5"
></path>
</svg>
</a>
</div>
</div>
</header>
<button class="mail__btn click" onclick="toggleModal()">
<svg
class="icon icon--lg"
viewBox="0 0 24 24"
aria-hidden="true"
focusable="false"
>
<rect
x="3"
y="5"
width="18"
height="14"
rx="2"
ry="2"
fill="none"
stroke="currentColor"
stroke-width="2"
></rect>
<path
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
d="M4 7l8 6 8-6"
></path>
</svg>
</button>
<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 is 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 25 year old Australian
<b class="secondary">frontend software engineer</b> with a strong
passion for developing software with great
<b class="secondary">user experiences</b>
<br />
I am currently at studying at Deakin Univeristy where i work on
extremely difficult engineering problems and learn from teams
consisting of the most <b class="secondary">talented</b> and
<b class="secondary">experienced</b> software engineers
</p>
<div class="modal__languages">
<figure class="modal__language">
<img
src="./assets/html-1.svg"
alt=""
class="modal__language--image"
/>
<span class="language__name">HTML</span>
</figure>
<figure class="modal__language">
<img
src="./assets/css-3.svg"
alt=""
class="modal__language--image"
/>
<span class="language__name">CSS</span>
</figure>
<figure class="modal__language">
<img
src="./assets/javascript-1.svg"
alt=""
class="modal__language--image"
/>
<span class="language__name">JavaScript</span>
</figure>
<figure class="modal__language">
<img
src="./assets/react-2.svg"
alt=""
class="modal__language--image"
/>
<span class="language__name">React</span>
</figure>
<figure class="modal__language">
<img
src="./assets/nodejs-1.svg"
alt=""
class="modal__language--image"
/>
<span class="language__name">NodeJs</span>
</figure>
<figure class="modal__language">
<img
src="./assets/c--4.svg"
alt=""
class="modal__language--image"
/>
<span class="language__name">C#</span>
</figure>
</div>
</div>
<div class="modal__half modal__contact">
<span class="modal__exit click" onclick="toggleModal()">
<svg
class="icon icon--lg"
viewBox="0 0 24 24"
aria-hidden="true"
focusable="false"
>
<path
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
d="M6 6l12 12M18 6l-12 12"
></path>
</svg>
</span>
<h3 class="modal__title modal__title--contact">Let's have a chat!</h3>
<h3 class="modal__sub--title modal__sub-title--contact">
I'm currently open to new opportunities
</h3>
<form id="contact__form" action="" onsubmit="contact(event)">
<div class="form__item">
<label class="form__item--label">Name</label>
<input class="input" name="user_name" type="text" required></input>
</div>
<div class="form__item">
<label class="form__item--label">Email</label>
<input class="input" name="user_email" type="email" required></input>
</div>
<div class="form__item">
<label class="form__item--label">Message</label>
<textarea class="input" name="message" type="text" required></textarea>
</div>
<button id="contact__submit" class="form__submit">Send it my way!</button>
</form>
<div class="modal__overlay modal__overlay--loading">
<svg
class="icon icon--spinner"
viewBox="0 0 50 50"
aria-hidden="true"
focusable="false"
>
<circle
cx="25"
cy="25"
r="20"
fill="none"
stroke="currentColor"
stroke-width="5"
stroke-linecap="round"
stroke-dasharray="31.4 188.4"
></circle>
</svg>
</div>
<div class="modal__overlay modal__overlay--success">
Thanks for the message, looking forward to speaking with 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/semi circle.svg" class="shape shape--5">
<img src="./assets/squiggly.svg" class="shape shape--6">
<img src="./assets/triangle.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="secondary">projects</span>
</h1>
<ul class="project__list">
<li class="project">
<div class="project__wrapper">
<img
src="./assets/prestige-luxury-rentals.png"
class="project__img"
alt=""
/>
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">
Melbourne's Leading Luxury Car Rental Service
</h3>
<h4 class="project__description--sub-title">
NextJS, Supabase
</h4>
<p class="project__description--para">
Used NextJS and Supabase to develop a marketing page as well as a fleet booking system and a mobile application for their fleet of high-end luxury vehicles
</p>
<div class="project__description--links">
<!-- <a href="https://github.com/AnthonyP128/library-react" class="project__description--link">
<svg
class="icon"
viewBox="0 0 24 24"
aria-hidden="true"
focusable="false"
>
<path
fill="currentColor"
d="M12 .297C5.37.297 0 5.67 0 12.3c0 5.302 3.438 9.8 8.205 11.387.6.112.82-.258.82-.577 0-.285-.01-1.04-.016-2.041-3.338.724-4.043-1.61-4.043-1.61-.546-1.388-1.332-1.757-1.332-1.757-1.089-.744.083-.728.083-.728 1.205.084 1.84 1.236 1.84 1.236 1.07 1.835 2.81 1.304 3.495.997.108-.776.418-1.305.762-1.605-2.665-.305-5.466-1.333-5.466-5.932 0-1.31.469-2.38 1.235-3.22-.123-.304-.536-1.527.117-3.176 0 0 1.008-.323 3.302 1.23a11.5 11.5 0 016.006 0c2.294-1.553 3.3-1.23 3.3-1.23.652 1.649.24 2.872.118 3.176.767.84 1.234 1.91 1.234 3.22 0 4.61-2.804 5.626-5.477 5.922.43.372.823 1.103.823 2.222 0 1.605-.014 2.896-.014 3.286 0 .32.217.69.825.573C20.565 22.092 24 17.593 24 12.3 24 5.67 18.627.297 12 .297z"
></path>
</svg>
</a> -->
<a href="https://www.prestigeluxuryrentals.com.au" class="project__description--link">
<svg
class="icon"
viewBox="0 0 24 24"
aria-hidden="true"
focusable="false"
>
<path
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
d="M7 7h-1a3 3 0 00-3 3v9a3 3 0 003 3h9a3 3 0 003-3v-1"
></path>
<path
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
d="M13 11l9-9M15 3h7v7"
></path>
</svg>
</a>
</div>
</div>
</div>
</li>
<li class="project">
<div class="project__wrapper">
<img
src="./assets/bulkScreen.png"
class="project__img"
alt=""
/>
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">
BULK
</h3>
<h4 class="project__description--sub-title">
React Native(Expo), React, Supabase
</h4>
<p class="project__description--para">
Deliver SAAS product to gym trainers that allow them to onboard and manage their clients, helping over 100+ trainers deliver programs, sesssions meal plans to their clients.
</p>
<div class="project__description--links">
<a href="https://www.bulkapp.io" class="project__description--link">
<svg
class="icon"
viewBox="0 0 24 24"
aria-hidden="true"
focusable="false"
>
<path
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
d="M7 7h-1a3 3 0 00-3 3v9a3 3 0 003 3h9a3 3 0 003-3v-1"
></path>
<path
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
d="M13 11l9-9M15 3h7v7"
></path>
</svg>
</a>
</div>
</div>
</div>
</li>
<!-- FIX THIS ONE -->
<li class="project">
<div class="project__wrapper">
<img
src="./assets/screen3.png"
class="project__img"
alt=""
/>
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">
Greenvibes
</h3>
<h4 class="project__description--sub-title">
React.js, Material UI, Node.js, Algorand
</h4>
<p class="project__description--para">
Delivered a blockchain based application where users are enabled and incentivised to purchase products from merchant that have sustainable business supply chain and practices. These users can redeem crypto as a cashback reward to use for further purchases.
</p>
<div class="project__description--links">
Can show code on request!
</div>
</div>
</div>
</li>
<!-- FIX UP HERE -->
<li class="project">
<div class="project__wrapper">
<img
src="./assets/deliverytracker.png"
class="project__img"
alt=""
/>
<div class="project__wrapper--bg"></div>
<div class="project__description">
<h3 class="project__description--title">
Delivery Tracker Project
</h3>
<h4 class="project__description--sub-title">
ReactJS, NodeJS, MongoDB
</h4>
<p class="project__description--para">
There was no efficient way to track delivery status of warehoused goods to supermarkets. Issues raised when goods arrived not fit for sell such as bad temperatures. Designed a full-fledged web application store and warehouse can use to track deliveries. Utilized: React, JavaScript, Node.js, MongoDB, Jest. MongoDB was utilized as cloud storage solution that traced stock for stores and warehouses
</p>
<div class="project__description--links">
<a href="https://github.com/zbrydon/Delivery-Tracker" class="project__description--link">
<svg
class="icon"
viewBox="0 0 24 24"
aria-hidden="true"
focusable="false"
>
<path
fill="currentColor"
d="M12 .297C5.37.297 0 5.67 0 12.3c0 5.302 3.438 9.8 8.205 11.387.6.112.82-.258.82-.577 0-.285-.01-1.04-.016-2.041-3.338.724-4.043-1.61-4.043-1.61-.546-1.388-1.332-1.757-1.332-1.757-1.089-.744.083-.728.083-.728 1.205.084 1.84 1.236 1.84 1.236 1.07 1.835 2.81 1.304 3.495.997.108-.776.418-1.305.762-1.605-2.665-.305-5.466-1.333-5.466-5.932 0-1.31.469-2.38 1.235-3.22-.123-.304-.536-1.527.117-3.176 0 0 1.008-.323 3.302 1.23a11.5 11.5 0 016.006 0c2.294-1.553 3.3-1.23 3.3-1.23.652 1.649.24 2.872.118 3.176.767.84 1.234 1.91 1.234 3.22 0 4.61-2.804 5.626-5.477 5.922.43.372.823 1.103.823 2.222 0 1.605-.014 2.896-.014 3.286 0 .32.217.69.825.573C20.565 22.092 24 17.593 24 12.3 24 5.67 18.627.297 12 .297z"
></path>
</svg>
</a>
</div>
</div>
</div>
</li>
</ul>
</div>
</div>
</section>
<footer>
<div class="container">
<div class="row footer__row">
<figure>
<img src="./assets/personal-logo-ap.svg" alt="" class="footer__logo--img" />
</figure>
<div class="footer__social--list">
<a
href="https://github.com/AnthonyP128"
target="_blank"
class="footer__social--link link__hover-effect link__hover-effect--white"
>
GitHub
</a>
<a
href="https://www.linkedin.com/in/anthony-papoutsis"
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/resumeFinal.pdf"
target="_blank"
class="footer__social--link link__hover-effect link__hover-effect--white"
>
Resume
</a>
</div>
<div class="footer__copyright">
Copyright © 2021 Anthony Papoutsis
</div>
</div>
</div>
</footer>
</body>
</html>