-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
275 lines (255 loc) · 11.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
<!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 Wereley</title>
<link rel="stylesheet" href="css/style.css">
<link href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css' rel='stylesheet'>
<link rel="stylesheet" type='text/css' href="https://cdn.jsdelivr.net/gh/devicons/devicon@latest/devicon.min.css" />
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
</head>
<body>
<header class="header">
<a href="#" class="logo">Joshua</a>
<div class="bx bx-menu" id="menu-icon"></div>
<nav class="navbar">
<a href="#skills">Skills</a>
<a href="#projects">Projects</a>
<a href="#education">Education</a>
<a href="#contact">Contact</a>
<a href="https://github.com/joshuawereley" class="social-btn">
<i class='bx bxl-github'></i>
<span class="social-text">GitHub</span>
</a>
<a href="https://www.linkedin.com/in/joshua-wereley-923661199/" class="social-btn">
<i class='bx bxl-linkedin'></i>
<span class="social-text">LinkedIn</span>
</a>
</nav>
</header>
<div class="scroll-top">
<i class='bx bx-up-arrow-alt'></i>
</div>
<section class="home" id="home">
<div class="wrapper">
<div class="home-content">
<div class="home-content-text">
<h1>Hi, I'm<span>Joshua Wereley</span></h1>
<div class="home-content-image">
<img src="img/home-image.jpeg">
</div>
<h3>Bsc Computer Science Student</h3>
<p>A motivated and resourceful Bsc Computer Science student seeking an internship or entry-level position that offers opportunities to enhance and expand my skills and knowledge in the field of computer science.</p>
</div>
</div>
</div>
</section>
<section class="skills" id="skills">
<div class="wrapper">
<h2 class="heading">My Skills</h2>
<div class="grid">
<div class="block"><h3><span><i class="devicon-aftereffects-plain"></i></span><br>After Effects</h3></div>
<div class="block"><h3><span><i class="devicon-blender-original"></i></span><br>Blender</h3></div>
<div class="block"><h3><span><i class="devicon-cplusplus-plain"></i></span><br>C++</h3></div>
<div class="block"><h3><span><i class="devicon-css3-plain"></i></span><br>CSS</h3></div>
<div class="block"><h3><span><i class="devicon-figma-plain"></i></span><br>Figma</h3></div>
<div class="block"><h3><span><i class="devicon-git-plain"></i></span><br>Git</h3></div>
<div class="block"><h3><span><i class="devicon-html5-plain"></i></span><br>HTML</h3></div>
<div class="block"><h3><span><i class="devicon-java-plain"></i></span><br>Java</h3></div>
<div class="block"><h3><span><i class="devicon-javascript-plain"></i></span><br>Javascript</h3></div>
<div class="block"><h3><span><i class="devicon-linux-plain"></i></span><br>Linux</h3></div>
<div class="block"><h3><span><i class="devicon-markdown-original"></i></span><br>Markdown</h3></div>
<div class="block"><h3><span><i class="devicon-matlab-plain"></i></span><br>Matlab</h3></div>
<div class="block"><h3><span><i class="devicon-premierepro-plain"></i></span><br>Premiere Pro</h3></div>
<div class="block"><h3><span><i class="devicon-azuresqldatabase-plain"></i></span><br>SQL</h3></div>
<div class="block"><h3><span><i class="devicon-svelte-plain"></i></span><br>Svelte</h3></div>
<div class="block"><h3><span><i class="devicon-typescript-plain"></i></span><br>Typescript</h3></div>
</div>
</div>
</section>
<section class="projects" id="projects">
<div class="wrapper">
<div class="projects-content">
<h2 class="heading">My Projects</h2>
<div class="grid-projects">
<div class="project-block" onclick="openModal('classconnect')">
<img src="img/classconnect.png" alt="portfolio-website" class="project-image">
<h3>ClassConnect</h3>
</div>
<div class="project-block" onclick="openModal('kos')">
<img src="img/kos-banner.png" alt="portfolio-website" class="project-image">
<h3>Kitchen Of Secrets</h3>
</div>
<div class="project-block" onclick="openModal('portfolio')">
<img src="img/portfolio-website.png" alt="portfolio-website" class="project-image">
<h3>My Portfolio</h3>
</div>
</div>
</div>
</div>
<!-- Modal Containers -->
<div id="classconnect" class="modal">
<div class="modal-content">
<span class="close" onclick="closeModal('classconnect')">×</span>
<h2>ClassConnect</h2>
<img src="img/classconnect.png" alt="ClassConnect" class="modal-image">
<p>ClassConnect is an innovative education platform designed to streamline communication between students and teachers. Built with modern web technologies, it features real-time messaging, assignment management, and resource sharing capabilities.</p>
<div class="modal-links">
<a href="https://github.com/yourusername/classconnect" target="_blank" class="modal-btn">View on GitHub</a>
</div>
</div>
</div>
<div id="kos" class="modal">
<div class="modal-content">
<span class="close" onclick="closeModal('kos')">×</span>
<h2>Kitchen Of Secrets</h2>
<img src="img/kos-banner.png" alt="Kitchen Of Secrets" class="modal-image">
<p>Kitchen of Secrets is a game where you have to cook for supernatural creatures. It is a fun and challenging adventure that tests your culinary skills and your knowledge of folklore. You are the owner of a mystical restaurant that caters to a variety of customers, from vampires and werewolves to fairies and dragons.</p>
<div class="modal-links">
<a href="https://github.com/bukhosi-eugene-mpande/Kitchen-of-Secrets" target="_blank" class="modal-btn">View on GitHub</a>
</div>
</div>
</div>
<div id="portfolio" class="modal">
<div class="modal-content">
<span class="close" onclick="closeModal('portfolio')">×</span>
<h2>My Portfolio</h2>
<img src="img/portfolio-website.png" alt="Portfolio Website" class="modal-image">
<p>A personal portfolio website built using HTML, CSS, and JavaScript. Features a modern design with smooth animations, responsive layout, and interactive elements. The site showcases my projects, skills, and professional journey.</p>
<div class="modal-links">
<a href="https://github.com/joshuawereley/portfolio" target="_blank" class="modal-btn">View on GitHub</a>
</div>
</div>
</div>
</section>
<section class="education" id="education">
<div class="wrapper">
<h2 class="heading">My Journey</h2>
<div class="education-column">
<h3 class="title">Education</h3>
<div class="education-box">
<div class="education-content">
<div class="content">
<div class="year"><i class='bx bxs-calendar' ></i> 2021 - Present</div>
<h3>BSc Computer Science - University of Pretoria</h3>
<p>Core Subject: Databases, Data structures & Algorithms, Web Development and Theoretical Computer Science.</p>
</div>
</div>
<div class="education-content">
<div class="content">
<div class="year"><i class='bx bxs-calendar' ></i> 2013 - 2020</div>
<h3>IEB Certificate - Reddam House Waterfall</h3>
<p>Subjects: Accounting, Afrikaans, English, Information Technology, Mathematics, Physical Science.</p>
</div>
</div>
</div>
</div>
<div class="education-column">
<h3 class="title">Experience</h3>
<div class="education-box">
<div class="education-content">
<div class="content">
<div class="year"><i class='bx bxs-calendar' ></i> 2019 - 2019</div>
<h3>Job Shadowing - PwC Waterfall</h3>
<p>Spending three days job shadowing an auditor in the CEO In The Making Program.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Contact Section HTML -->
<section class="contact" id="contact">
<div class="wrapper">
<div class="contact-content">
<h2 class="heading">Let's Connect!</h2>
<p class="contact-intro">I'm currently looking for new opportunities! Whether you have a question, a project idea, or just want to say hello, I'll try my best to get back to you!</p>
<div class="contact-grid">
<div class="contact-card">
<div class="contact-icon">
<i class='bx bx-envelope'></i>
</div>
<div class="contact-info">
<a href="mailto:joshuawereley4567@gmail.com" class="contact-text">joshuawereley4567@gmail.com</a>
</div>
</div>
<div class="contact-card">
<div class="contact-icon">
<i class='bx bxs-phone'></i>
</div>
<div class="contact-info">
<a href="tel:+27727147733" class="contact-text">072 714 7733</a>
</div>
</div>
<div class="contact-card">
<div class="contact-icon">
<i class='bx bx-map'></i>
</div>
<div class="contact-info">
<p class="contact-text">Midrand, South Africa</p>
</div>
</div>
</div>
</div>
</div>
</section>
<script type="text/javascript" src="js/vanilla-tilt.js"></script>
<script>
VanillaTilt.init(document.querySelector(".home-img-content"),{
max: 5,
speed: 400,
glare: true,
"max-glare": 0.5,
transition: true,
easing: "cubic-bezier(.03,.98,.52,.99)",
gyroscope: true,
gyroscopeMinAngleX: -45,
gyroscopeMaxAngleX: 45,
gyroscopeMinAngleY: -45,
gyroscopeMaxAngleY: 45
});
VanillaTilt.init(document.querySelectorAll(".block"),{
max: 10,
speed: 400,
glare: true,
"max-glare": 0.5,
transition: true,
easing: "cubic-bezier(.03,.98,.52,.99)",
gyroscope: true,
gyroscopeMinAngleX: -45,
gyroscopeMaxAngleX: 45,
gyroscopeMinAngleY: -45,
gyroscopeMaxAngleY: 45
});
VanillaTilt.init(document.querySelectorAll(".project-block"),{
max: 10,
speed: 400,
glare: true,
"max-glare": 0.5,
transition: true,
easing: "cubic-bezier(.03,.98,.52,.99)",
gyroscope: true,
gyroscopeMinAngleX: -45,
gyroscopeMaxAngleX: 45,
gyroscopeMinAngleY: -45,
gyroscopeMaxAngleY: 45
});
VanillaTilt.init(document.querySelectorAll(".content"),{
max: 5,
speed: 400,
glare: true,
"max-glare": 0.5,
transition: true,
easing: "cubic-bezier(.03,.98,.52,.99)",
gyroscope: true,
gyroscopeMinAngleX: -45,
gyroscopeMaxAngleX: 45,
gyroscopeMinAngleY: -45,
gyroscopeMaxAngleY: 45
});
</script>
<script src="js/script.js"></script>
</body>
</html>