-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
327 lines (189 loc) · 8.2 KB
/
index.html
File metadata and controls
327 lines (189 loc) · 8.2 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Portfolio</title>
<link rel="stylesheet" href="style.css">
</head>
<!-- Navigation Bar-->
<body>
<div class= "navbar">
<div class="navbar_container">
<div class="Logo">
<img src="images/Logo.png" alt="Logo">
<a href="/" id="navbar_logo"> SPATAKE</a>
</div>
<div class="navbar_toggle" id="mobile_menu">
<span class="bar"></span>
<span class="bar"></span>
<span class="bar"></span>
</div>
<ul class="navbar_menu">
<li class="navbar_item">
<a href="#home" class="navbar_link ">Home</a>
</li>
<li class="navbar_item">
<a href="#about" class="navbar_link ">About Me </a>
</li>
<li class="navbar_item">
<a href="#Skills" class="navbar_link">Skills</a>
</li>
<li class="navbar_item">
<a href="#Projects" class="navbar_link">Projects</a>
</li>
<li class="navbar_item">
<a href="#Contacts" class="navbar_link">Contacts</a>
</li>
</ul>
</div>
</div>
<!--Home section-->
<div class="Home" id="home">
<div class="Home_container">
<div class="Home_content">
<div class="container">
<h1 id="you">HI ITS ME </h1>
<h1 id="Hero_class"> TSHEPO SEPATAKE </h1>
</div>
<p>IM A COMPUTER SCIENCE STUDENT WITH A STRONG INTEREST IN SOFTWARE DEVELOPMENT & I SAY</p>
<p>WELCOME TO MY WORLD.</p>
<button class="main_btn1"> <a href="/">Projects</a></button>
<button class="main_btn2"> <a href="/">Contacts</a></button>
</div>
<div class="Home_img_container">
<img src="images/pic2.jpeg" alt="pic" id ="main_img">
<p>Where to find me </p>
<div class="logos">
<img src="images/gitLogo.png" alt="LOGO">
<img src="images/linkLogo.png" alt="LOGO">
<img src="images/TwitterLogo.png" alt="LOGO">
</div>
</div>
</div>
</div>
</div>
<!--About Me-->
<div class="About_Me" id="about">
<div class="About_Me_Container">
<img id="Home_img" src="images/pic1.jpeg" alt="img">
<div class="About_Me_content">
<h2>About Me</h2>
<p>Im a Second year Student at the University of Venda with a Strong interest in Back-end Developement,
I enjoy Learning how backend-systems works , writing clean code and building projects that solve real world problems . <br><br>
I am actively growing my skills and looking for opportunities to gain practical experience in java and Spring-boot. <br><br>
Currently im learning and solidifying my understanding of the following languages Java , Spring-boot , Thymleaf , HTML/CSS and MySQL database
to build database driven web applications and rest APIs.
</p>
<button class="main_btn" href="/"> <a href=""> Download CV</a></button>
</div>
</div>
</div>
<!--Skills Sections-->
<div class="Skills" id="Skills">
<h3 >My Skills</h3>
<div class="Skills_Container">
<img src="images/code.jpg" alt="code" id="Skills_img">
<div class="Skills_content">
<div class="Skills_card">
<h4>Front-End</h4>
<br>
<p>HTML</p>
<div class="progress_track">
<div class="progress_html"> 90% </div>
</div>
<p>CSS</p>
<div class="progress_track">
<div class="progress_css">80%</div>
</div>
<p>JAVASCRIPT</p>
<div class="progress_track">
<div class="progress_javascript"> 70%</div>
</div>
</div>
<br><br>
<div class="Skills_card">
<h4>Back-End</h4>
<br>
<P>JAVA</P>
<div class="progress_track">
<div class="progress_java">82%</div>
</div>
<P>SPRING-BOOT</P>
<div class="progress_track">
<div class="progress_spring-boot">75%</div>
</div>
<p>SQL</p>
<div class="progress_track">
<div class="progress_SQL">80%</div>
</div>
</div>
<br><br>
<div class="Skills_card">
<h4>Soft Skills</h4>
<br>
<p class="skill">• Problem Solving</p>
<p class="skill">• Critical Thinking</p>
<p class="skill">• Communication</p>
<p class="skill">• Team Work/Team Collaboration</p>
</div>
</div>
</div>
</div>
<!--projects Section-->
<div class="Projects" id="Projects">
<h3>Projects</h3>
<div class="Projects_Container">
<div class="Projects_Content">
<div class="Projects_card">
<img src="images/Authenticator.jpg" alt="img" class="Projects_img">
<h2>Authentication Login Form </h2>
<br>
<p>Login authentication system where users can enter their<br>
username and password to access the application.</p>
<button id="card_btn">View Demo </button></div>
<div class="Projects_card">
<img src="images/ApplicationSystem.jpg" alt="img" class="Projects_img">
<h2>Marks Capturing System</h2>
<br>
<p>System designed for lectures to Capture Student Marks</p>
<button id="card_btn" >View Demo </button></div>
</div>
<div class="Projects_card">
<img src="images/StadiumBooking.jpg" alt="img" class="Projects_img">
<h2>Stadium Booking System</h2>
<br>
<p>System that allows event organisers to book a Stadium Online</p>
<button id="card_btn" >View Demo </button></div>
</div>
</div>
</div>
</div>
<!-- Contancts details-->
<div class="form-wrapper" id="Contacts">
<div class="form-container">
<h3>Get in touch</h3>
<div class="form-row">
<div class="form-group">
<label for="name">Name</label>
<input type="text" id="name" name="name" placeholder="Your name" />
</div>
<div class="form-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" placeholder="you@example.com" />
</div>
</div>
<div class="form-group">
<label for="whatsapp">WhatsApp Number <span>(optional)</span></label>
<input type="tel" id="whatsapp" name="whatsapp" placeholder="+27 81 234 5678" />
</div>
<div class="form-group">
<label for="message">Message</label>
<textarea id="message" name="message" placeholder="Tell me about your project..."></textarea>
</div>
<button class="btn" type="submit">Send Message</button>
</div>
</div>
<script src="app.js"></script>
</body>
</html>