-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmywork.html
89 lines (87 loc) · 4.5 KB
/
mywork.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="My Work - Shyaka Chaste">
<title>My Work - Shyaka Chaste</title>
<link rel="shortcut icon" href="images/mylogo.png" type="image/x-icon">
<link rel="stylesheet" href="styles/styles.css">
<link rel="stylesheet" href="styles/footer.css">
<link rel="stylesheet" href="styles/mywork.css">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap" rel="stylesheet">
</head>
<body>
<header>
<nav class="navbar">
<div class="navbar-brand">
<a href="index.html"><img src="images/mylogo.png" alt="Shyaka Chaste Logo" class="logo"></a>
</div>
<div class="navbar-toggle" id="mobile-menu">
<i class="fas fa-bars open-icon"></i>
<i class="fas fa-times close-icon"></i>
</div>
<ul class="navbar-menu">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About Me</a></li>
<li><a href="mywork.html">My Work</a></li>
<li><a href="events.html">Events</a></li>
<li><a href="contact.html">Contact Me</a></li>
</ul>
</nav>
</header>
<section class="my-work">
<div class="container">
<h1>My Projects</h1>
<div class="project">
<h2><a href="https://www.youthcodecamp.live/" target="_blank">Youth Code Camp Website</a></h2>
<p>Developed the Youth Code Camp website using React and CSS, creating a modern and responsive design to showcase our programs and events</p>
</div>
<div class="project">
<h2><a href="https://www.hackwithme2025.com/" target="_blank">Hack With Me Website</a></h2>
<p>- Developed the Hack With Me website using React and CSS, creating a
responsive and user-friendly platform for event information.Added a bot called Ghost, which answers
all questions about Hack With Me</p>
</div>
<div class="project">
<h2><a href="https://www.hacknoel.live/" target="_blank">Hack Noel Website</a></h2>
<p>- Developed the Hack Noel website using React and CSS to provide event details
and promote the hackathon</p>
</div>
<div class="project">
<h2><a href="https://github.com/shyakachaste/mystic-adventure" target="_blank">Mystic Adventure</a></h2>
<p>Built "Mystic Adventure," an action-packed game using GDScript in the Godot
Engine. Players explore a magical world, ght with a sword, and complete quests in this exciting
adventure. Visit</p>
</div>
<div class="project">
<h2><a href="https://github.com/shyakachaste/InspireMateBot" target="_blank">Inspire Mate Bot -</a></h2>
<p>- Developed InspireMateBot using Python (Flask). It’s a Discord bot designed to
bring inspiration, motivation, and good vibes to servers. Visit</p>
</div>
<div class="github-link">
<p>For more projects, please visit my <a href="https://github.com/shyakachaste" target="_blank">GitHub</a>.</p>
</div>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="footer-content">
<div class="footer-social">
<div class="social-icons">
<a href="https://www.linkedin.com/in/shyakachaste" target="_blank"><i class="fab fa-linkedin"></i></a>
<a href="https://github.com/shyakachaste" target="_blank"><i class="fab fa-github"></i></a>
<a href="https://x.com/ChasteShyaka" target="_blank"><i class="fab fa-x-twitter"></i></a>
<a href="https://www.instagram.com/iamchaste_" target="_blank"><i class="fab fa-instagram"></i></a>
</div>
</div>
<div class="footer-bottom">
<p>© 2025 Shyaka Chaste. All rights reserved.</p>
</div>
</div>
</div>
</footer>
<script src="scripts/scripts.js"></script>
<script src="https://kit.fontawesome.com/db3392cfd6.js" crossorigin="anonymous"></script>
</body>
</html>