-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
36 lines (29 loc) · 1.88 KB
/
about.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
<html>
<title>
Riaan Slabbert
</title>
<head>
<link rel="Stylesheet" type="text/css" href="Stylesheet.css">
</head>
<ul>
<li><a href="index.html">Home</a></li>
<li><a class="current" href="about.html">About</a></li>
<li><a href="resume.html">Resume/CV</a></li>
<li><a href="contact.html">Contact</a></li>
</ul>
<body>
<p>
I am skilled multitasker with superior work ethic and good teamwork, problem-solving and organizational skills. Willing to take on any task to help a team.
Reliable and dedicated team player with hardworking and resourceful approach. Talented student with industrious and systematic approach tolearning information.
Open and clear worker with disciplined execution and methodical nature. Extensive knowledge of research and software skills. Execelent physical and mental work capacity.
Currently studying Computer science and mathematics while pursuing any code related projects I can in my free time. I comfortable outside in nature and being active just as much as I enjoy
computers and everything relating to them.
</p>
</body>
<div class="footer">
<li><div class="social"><a href="https://github.com/RJSLabbert" target="_blank"><img style="height: 30px" src="Images/github.svg" alt="github_logo" class="center"></a></div></li>
<li><div class="social"><a href="https://www.facebook.com/riaan.slabbert.102" target="_blank"><img style="height: 30px" src="Images/facebook.svg" alt="facebook_logo" class="center"></a></div></li>
<li><div class="social"><a href="https://www.instagram.com/riaan_slappies/" target="_blank"><img style="height: 30px" src="Images/instagram.svg" alt="instagram_logo" class="center"></a></div></li>
<li><div class="social"><a href="https://www.linkedin.com/in/riaan-slabbert-45346b228/" target="_blank"><img style="height: 30px" src="Images/linkedin.svg" alt="linkedin_logo" class="cente"></a></div></li>
</div>
</html>