-
Notifications
You must be signed in to change notification settings - Fork 0
/
Current.html
61 lines (44 loc) · 1.52 KB
/
Current.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
<!DOCTYPE html>
<html>
<head>
<title>Current</title>
<link rel="stylesheet" type="text/css" href="../style.css" >
</head>
<body>
<div id="container">
<div id="footer">
<a class="selected" href="../index.html">Home</a>
<a class="selected" href="About.html">About</a>
<a class="selected" href="Current.html">Current</a>
<a class="selected" href="Contact.html">Contact</a>
</div>
<div id="Inner">
<h3>Varsity</h3>
<p> I am a third year students at UCT. I am studying towards
bachelor's degree in electrical engineering.
</p>
<h4>UCT Promaths society</h4>
<p>I was a secretary at UCT promaths alumni society for 2017</p>
<h4>Kopano residence</h4>
<p>I was a Brown ground floor mentor for 2017</p>
<h4>Hobbies</h4>
<p>Chess. Listening to deep House music. Programming. Circuitry.
<p>
<h4>Career</h4>
<p>I am an engineering student and have signed a bursary contract with MTN Group
. At current, my career line just focuses on academics. But in the long run, I have just
started a journey of a huge engineering career. It's a long, broad and promising journey.
<br />
<h4>My curriculum vitae</h4>
<a href="../Documents/MyCV.pdf"><img src="../images/cv.PNG" width="40" alt="Icon1" /></a>
</p>
</div>
<hr />
<a class="selected" href="../index.html">Back to home</a>
<hr />
<div id="footer">
Copyright © 2018 Evans Tjabadi
</div>
</div>
</body>
</html>