-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
730 lines (644 loc) · 18.9 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
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
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
<!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, width=device-width, initial-scale=0.7,
maximum-scale=1.0,minimum-scale=0.5, user-scalable= 0.7" />
<!-- logo link -->
<title>JD|FrontEnd Developer</title>
<!-- css link -->
<link rel="shortcut icon" href="favicon_io/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css">
<link rel="stylesheet" href="Css/style.css">
<link rel="stylesheet" href="css/projectanimate.css">
<link rel="stylesheet" href="./css/animation.css">
<link rel="stylesheet" href="./css/textanimations.css">
<link rel="stylesheet" href="./css/skillsanimations.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/ionicons/6.0.0-beta.14/css/ionicons.min.css">
<link
rel="stylesheet"
href="Css/style.css" />
<!-- link font -->
<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=Sassy+Frass&family=Zeyada&display=swap"
rel="stylesheet" />
<!-- other links -->
</head>
<!-- header -->
<body>
<div class="container">
<!-- logo link -->
<a href="index.html#about">
<h1
id="h1-tag"
class="logo1">
JD
</h1>
</a>
<!-- navigation section -->
<nav>
<button class="burger-menu" id="burger-menu">
<ion-icon class="bars" name="menu-outline"></ion-icon>
</button>
<ul class="navigation">
<li>
<a href="#about" class="nav-link">About</a>
</li>
<li>
<a href="#skills" class="nav-link">Skills</a>
</li>
<li>
<a href="#projects" class="nav-link">Projects</a>
</li>
<li>
<a href="#contact" class="nav-link">Contact</a>
</li>
<li>
<a href="https://janeezy.tiiny.site" class="nav-link">Resume</a>
</li>
</ul>
</nav>
</div>
<div id="text-animation"></div>
<!-- hero section -->
<section
class="hero"
id="about">
<a href="index.html">
<img
src="icons/img5.png"
alt="jane-duru"
loading="lazy"
class="hero-img" />
</a>
<div class="bio animate__animated animate__shakeX">
<h2 class="bio-title">Professional Profile</h2>
<p class="bio-text">
<br>
As a Front-end engineer, my enthusiasm lies in fostering growth,
contributing to expansive development teams, and engaging in captivating
freelance projects.<br>
<br>
I'm driven by the excitement of tackling novel challenges and enhancing user
efficiency through inventive solutions and streamlined processes.
Let's collaborate to elevate your project to new heights!
</p>
<br>
<iframe
class="hero"
src="https://github.com/sponsors/janeezy/button"
title="Sponsor janeezy"
height="38"
alt="GitHub Sponsor"
style="border: 0; border-radius: 10px; width: 100%; border-color: #e5dddd;"></iframe>
</div>
</section>
</div>
<!-- body -->
<div>
<section class="more-about">
<h2>More About Me</h2>
<p>
In 2022, I boldly ventured into the tech industry, coming from diverse studies in medicine, business, and economics.
Amidst life changes during the Ukraine war, I found my passion for positive impact.
I invested in courses to master web development, modern frameworks, UI/UX principles, and ChatGPT prompts. With a six-year background in financial sales, including crypto and marketing,
my heart truly lies in HTML, CSS, JavaScript, and React.js for building web applications, designs and interfaces.
Eager to learn, I'm well-equipped for any tech role, freelancing or full-time, ensuring exceptional work and timely delivery.
Beyond work, I enjoy reading, travel, socializing, and beat creation.
<a
class="checkout-link"
href="https://janeezy.beatstars.com">
Check out my beats
</a>
</p>
</section>
</div>
<!-- skills -->
<!-- body section -->
<section
class="skills"
id="skills">
<h2 class="skill-header">My Top Skills</h2>
<div class="skills-wrapper">
<div class="first-set animate__animated animate__pulse">
<img
src="icons/HTML.png"
alt="html"
loading="lazy"
class="icon icon-card" />
<img
src="icons/CSS.png"
alt="Css"
loading="lazy"
class="icon icon-card" />
<img
src="icons/js.png"
alt="javascript"
loading="lazy"
class="icon icon-card" />
</div>
<div class="second-set animate__animated animate__pulse">
<img
src="icons/react js.png"
alt="React"
loading="lazy"
class="icon icon-card" />
<img
src="icons/react native .png"
alt="React native"
loading="lazy"
class="icon icon-card" />
<img
src="icons/prompt.png"
alt="prompt engineer"
loading="lazy"
class="icon icon-card" />
</div>
<div class="second-set animate__animated animate__pulse">
<img
src="icons/bootstrap.png"
alt="bootstrap"
loading="lazy"
class="icon icon-card" />
<img
src="icons/git.png"
alt=""
loading="lazy"
class="icon icon-card" />
<img
src="icons/debugging.png"
alt="debugging"
loading="lazy"
class="icon icon-card" />
</div>
<div class="second-set animate__animated animate__pulse">
<img
src="icons/UIUX.png"
alt="UI UX design"
loading="lazy"
class="icon icon-card" />
<img
src="icons/tailwind css.png"
alt="tailwind css"
loading="lazy"
class="icon icon-card" />
<img
src="icons/responsive.png"
alt="responsesiveness"
loading="lazy"
class="icon icon-card" />
</div>
</div>
</section>
<!-- body project section -->
<section
class="projects"
id="projects">
<!-- project styling -->
<h2 class="projects-title">Some of my Recent Projects</h2>
<div class="projects-container">
<!-- list of projects -->
<!-- project uhost -->
<div class="project-container project-card">
<img
class="styling-image"
src="images/whatsappclone.png"
alt="WhatsApp clone"
loading="lazy"
class="project-pic" />
<h3 class="project-title">WhatsApp clone </h3>
<p class="project-details">
Utilizing HTML, CSS, and JavaScript with modern frameworks, an engaging WhatsApp web
chat feature was integrated into the platform,
serving as a dynamic environment for messaging and media exchange over the internet.
</p>
<a
href="https://whatsapp-cloneweb.netlify.app"
target="_blank"
class="project-link"
>Check it Out</a
>
</div>
<!-- body project -->
<div class="project-container project-card">
<img
class="styling-image"
src="images/bankist.png"
alt="Bankist"
loading="lazy"
class="project-pic" />
<h3 class="project-title">Bankist</h3>
<p class="project-details">
Bankist is a web application that enables users to view and organize
their financial transactions, as well as transfer funds between
accounts. The application was developed using HTML, CSS, and
JavaScript. To access the application, users can log in using one of
two sets of credentials: username "js" and password "1111", or
username "jd" and password "2222".
</p>
<a
href="https://bankist-demoapp.netlify.app"
target="_blank"
class="project-link"
>Check it Out</a
>
</div>
<div class="project-container project-card">
<img
class="styling-image"
src="images/janeezy.beats.png"
alt="janeezybeats"
loading="lazy"
class="project-pic" />
<h3 class="project-title">JaneezyBeat Store</h3>
<p class="project-details">
Beatstore, beautifully implemented with HTML, CSS,
and a cutting-edge JavaScript frameworks, offers a seamless
integration with the beatstars domain. This means you can effortlessly
explore our extensive collection of original beats, all produced by me,
and discover the perfect sound for your artistic vision.
</p>
<a
href="https://janeezy.beatstars.com"
target="_blank"
class="project-link"
>Check it Out</a
>
</div>
<div class="project-container project-card">
<img
class="styling-image"
src="images/jdshop.png"
alt="Jdshop"
loading="lazy"
class="project-pic" />
<h3 class="project-title">Jdshop</h3>
<p class="project-details">
I developed an e-commerce web store, JD Shop, which mirrors the functionality of Amazon,
allowing users to browse and purchase a variety of products listed on the site.
This online store was meticulously built using React JS, Material UI, and Vanilla CSS.
<a
href="https://github.com/janeezy/jdshop.git"
target="_blank"
class="project-link"
>Check it Out</a
>
</div>
</div>
</section>
<!-- section 2 projects continuation -->
<section
class="projects"
id="projects">
<!-- project styling -->
<div class="projects-container">
<!-- list of projects --><!-- project uhost -->
<div class="project-container project-card">
<img
class="styling-image"
src="images/passwordgenerator.png"
alt="uhost"
loading="lazy"
class="project-pic" />
<h3 class="project-title">jd-passwordgenerator</h3>
<p class="project-details">
The JD Password Generator is a web application that enables users to
generate secure passwords incorporating uppercase, lowercase,
numerical, and special characters. The tool was developed using
HTML, CSS, and JavaScript.
</p>
<a
href="https://jd-passwordgenerator.netlify.app/"
target="_blank"
class="project-link"
>Check it Out</a
>
</div>
<!-- body project dietnutri-->
<div class="project-container project-card">
<img
class="styling-image"
src="images/resturantapp.png"
alt="guessnumber"
loading="lazy"
class="project-pic" />
<h3 class="project-title">Resturante App</h3>
<p class="project-details">
The website was designed using web technologies common in front-end development such as HTML, CSS,
and JavaScript. The interface suggests simplicity and health, inviting users to explore
a menu packed with diverse and wholesome options. It underscores the restaurant's commitment to quality,
taste, and a memorable dining experience,
reflecting a modern establishment that values both well-being and culinary excellence.
</p>
<a
href="https://resturantjdapp.netlify.app"
target="_blank"
class="project-link"
>Check it Out</a
>
</div>
<div class="project-container project-card">
<img
id="style-image2"
class="styling-image"
src="images/3DNavigation-shop.png"
alt="Online Store"
loading="lazy"
class="project-pic" />
<h3 class="project-title">Online e-commerce website</h3>
<p class="project-details">
In this project, I have created an e-commerce website with a 3D
navigation bar and an engaging content layout. The website is built
using HTML, CSS, and JavaScript.
</p>
<a
href="https://jdecommerce-online.netlify.app"
target="_blank"
class="project-link"
>Check it Out</a
>
</div>
<div class="project-container project-card">
<img
class="styling-image"
src="images/weathertracker.png"
alt="weathertracker"
loading="lazy"
class="project-pic" />
<h3 class="project-title">jd-Weather Tracker</h3>
<p class="project-details">
I created a user-friendly UI that enables users to input a city and
obtain the nearest weather station, along with a line chart that
displays the temperature changes of various cities. This project was
developed using HTML, CSS, and JavaScript, as well as APIs.
</p>
<a
href="https://weather-trackerapp.netlify.app"
target="_blank"
class="project-link"
>Check it Out</a
>
</div>
</div>
</section>
<!-- section 3 -->
<section
class="projects"
id="projects">
<!-- project styling -->
<div class="projects-container">
<!-- list of projects --><!-- project uhost -->
<div class="project-container project-card">
<img
class="styling-image"
src="images/moving-car.png"
alt="moving-car"
loading="lazy"
class="project-pic" />
<h3 class="project-title">Car-moving</h3>
<p class="project-details">
For this project, I utilized CSS animation principles to incorporate
captivating animations into a moving vehicle.
</p>
<a
href="https://moving-car-demo.netlify.app"
target="_blank"
class="project-link"
>Check it Out</a
>
</div>
<!-- body project dietnutri-->
<div class="project-container project-card">
<img
class="styling-image"
src="images/marty.png"
alt="2players "
loading="lazy"
class="project-pic" />
<h3 class="project-title">Marty-wapp</h3>
<p class="project-details">
I developed a navigation app that enables users to track their
running or cycling routes, which are displayed on a map in
real-time. The app was built using HTML, CSS, and JavaScript.
</p>
<a
href="https://marty-wapp.netlify.app"
target="_blank"
class="project-link"
>Check it Out</a
>
</div>
<div class="project-container project-card">
<img
id="style-image2"
class="styling-image"
src="images/chat.png"
alt="Form fill"
loading="lazy"
class="project-pic" />
<h3 class="project-title">Chatty app</h3>
<p class="project-details">
I built a chat application with HTML, CSS, and JavaScript, which
allows users to have conversations and share details.
</p>
<a
href="https://chaty-demo.netlify.app"
target="_blank"
class="project-link"
>Check it Out</a
>
</div>
<div class="project-container project-card">
<img
class="styling-image"
src="images/Quiz-app.png"
alt="quiz-app"
loading="lazy"
class="project-pic" />
<h3 class="project-title">Quiz-app</h3>
<p class="project-details">
Hope you like this Quiz App i created Using HTML, CSS and
JavaScript, which allows users to gain knowledge in front-end
development.
</p>
<a
href="https://quiz-app-jd.netlify.app"
target="_blank"
class="project-link"
>Check it Out</a
>
<a
class="project-link"
href="https://github.com/janeezy"
target="_blank"
>Find more projects on GitHub</a
>
</div>
</div>
</section>
<!-- end of section 3 Projects -->
<section
class="contact"
id="contact">
<h2>Get In Touch With Me</h2>
<div class="contact-form-container">
<div class="contact-form">
<form
action="https://formspree.io/f/xrgvpwbw"
method="POST">
<div class="form-control">
<label for="name">Name</label>
<input
type="text"
id="name"
name="sender-name"
placeholder="Enter Your Name"
class="input-field"
required />
</div>
<div class="form-control">
<label for="email">Email</label>
<input
type="email"
id="email"
name="sender-email"
placeholder="Enter Your Email"
class="input-field"
required />
</div>
<div class="form-control">
<label for="message">Message</label>
<textarea
id="message"
cols="60"
rows="10"
placeholder="Enter Your Message"
name="message"
class="input-field"
required></textarea>
</div>
<input
type="submit"
value="Submit"
id="submit-btn"
class="submit-btn" />
</form>
</div>
</div>
</section>
<!-- body social media section -->
<div class="socials">
<a
href="https://github.com/janeezy"
target="_blank"
><img
src="icons/icons8-github.gif"
alt="Github"
class="socicon"
/></a>
<a
href="https://www.linkedin.com/in/janeezy/"
target="_blank"
><img
src="icons/icons8-linkedin-circled.gif"
alt="Linkedin"
loading="lazy"
class="socicon"
/></a>
<a
href="https://twitter.com/Iamjaneezy"
target="_blank"
><img
src="icons/icons8-twitter-circled.gif"
alt="Twitter"
loading="lazy"
class="socicon" />
</a>
<a href="https://janeezy.medium.com/"
target="_blank"
><img src="images/meduim.png" alt="medium"
loading="lazy"
class="socicon">
</a>
<a
href="https://www.instagram.com/iam_janeezy/"
target="_blank"
><img
src="icons/icons8-instagram.gif"
alt="Instagram"
loading="lazy"
class="socicon"
/></a>
<a
href="https://www.tiktok.com/@janeezybeats"
target="_blank">
<img
src="icons/tiktok-giphy.gif"
alt="Tiktok"
class="socicon"
/></a>
<a
href="https://www.facebook.com/JaneezyOfficialBeats/"
target="_blank">
<img
src="icons/facebook.giphy.gif"
alt="facebook"
class="socicon"
/></a>
<a
href="https://www.youtube.com/channel/UCkN8kNA3kbahGI3zdHQ-l7Q"
target="_blank">
<img
src="icons/youtube-logo.gif"
alt="Youtube"
class="socicon"
/></a>
</div>
<!-- footer -->
<footer>
<p
id="copyrightYear"
class="copy"></p>
<p class="copy-1">
Built with ❤️ by
<a
class="checkout-link"
href="https://twitter.com/Iamjaneezy"
target="_blank">
Ezinne Adaego Jane Duru (Janeezy)</a
>
</p>
</footer>
<!-- footer continuation scroll up -->
<i
class="scroll-up"
id="scroll-up"
><img
src="icons/icons8-upward-arrow.gif"
class="socicon up-arrow"
alt="scroll-up"
/></i>
<!-- adding new lines -->
<!-- Scripts at the end of the body for faster loading -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/110/three.min.js" defer></script>
<script src="./script.js/animation.js" defer></script>
<script src="./script.js/textanimations.js" defer></script>
<script src="./script.js/skillsanimations.js" defer></script>
<script src="./script.js/animate.js" defer></script>
<script src="script.js/script.js" defer></script>
<!-- Add icon library -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
</body>
</html>