-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
89 lines (85 loc) · 2.11 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Mbongeni Buthelezi</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="favicon.ico">
</head>
<!-- -->
<body>
<table cellspacing="20">
<tr>
<td><img src="images/pp.png" alt="profile picture"></td>
<td>
<h1>Mbongeni Buthelezi</h1>
<p id="heading"><em>Cloud Support Engineer <strong><a href="https://aws.amazon.com/">Amazon Web Services</a></strong>.</em>
</p>
<p class="about">I started my career working on cloud computing, with 3 years of experience.<br> Loves to talk about DevOps,
System Administration, Scalability, High Availability, Disaster Recovery and Cloud Security.<br> Apart from work,
I ❤️ to meet people, travel and watch sports.</p>
</td>
</tr>
</table>
<hr>
<h3> Technical Skills</h3>
<ul>
<li>K8S</li>
<li>Python, Bash</li>
<li>AWS/Azure/GCP</li>
</ul>
<hr>
<h3>Work Experience</h3>
<table>
<thead>
<tr>
<th>Date</th>
<th>Work</th>
</tr>
</thead>
<tbody>
<tr>
<td>July2019-July2020</td>
<td>Cloud Support Associate</td>
</tr>
<tr>
<td>July2020-Present</td>
<td>Cloud Support Engineer </td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table>
<tr>
<td>
<table>
<tr>
<td>iOS Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
<td>
<table>
<tr>
<td>iOS Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
<tr>
<td>Web Development</td>
<td>⭐⭐⭐⭐⭐</td>
</tr>
</table>
</td>
</tr>
</table>
<hr>
<a href="hobbies.html">My Hobbies</a>
<a href="contact.html">My contact details</a>
</body>
</html>