-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
96 lines (83 loc) · 2.65 KB
/
index.html
File metadata and controls
96 lines (83 loc) · 2.65 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Gavin's Personal Site</title>
</head>
<table cellspacing="20">
<tr>
<td><img src="https://www.google.com/url?sa=i&url=https%3A%2F%2Ftwitter.com%2Fgavinyv&psig=AOvVaw2v00gYbYHlJReMLnIz6C-7&ust=1632941998928000&source=images&cd=vfe&ved=2ahUKEwjXosaPraLzAhUO0xoKHQWiCiYQr4kDegQIARAc" alt="Gavin's profile picture"></img_src></td>
<td><h1>Gavin Vadivalloo</h1>
<p><i>Developer</i></p>
<p>Experience in Business Development & Tech Support</p></td>
</tr>
</table>
<body>
<hr size=3 noshade>
<p><h3>Education</h3></p>
<p>University of Reading</p>
<ul>
<li>Msc International Securities Investing & Banking</li>
</ul>
<p>University of Westminster</p>
<ul>
<li>BA(Hons) 2.1 Information Management & Finance</li>
</ul>
<hr size=3 noshade>
<br>
<h3>Work Experience</h3>
<table cellspacing="10">
<thead>
<tr>
<th>Dates</th>
<th>Work</th>
</tr>
</thead>
<tr>
<td>2016-2019</td>
<td>Sales Executive at KMS Software</td>
</tr>
<tr>
<td>2014-2016</td>
<td>BDM at ClearBooks</td>
</tr>
<tr>
<td>2012-2013</td>
<td>BDM at Tellus BV</td>
</tr>
<tr>
<td>2005-2006</td>
<td>HR Information Systems Analyst at CSC</td>
</tr>
<tr>
<td>2000-2005</td>
<td>HR Information Systems Analyst at Diageo</td>
</tr>
<tr>
<td>1998-2000</td>
<td>Support Analyst at Capgemini</td>
</tr>
<tr>
</table>
<hr size=3 noshade>
<h3>Skills</h3>
<table cellspacing="10">
<tr>
<td>Python Development</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>SQL</td>
<td>⭐⭐⭐</td>
</tr>
<tr>
<td>HTML</td>
<td>⭐⭐⭐</td>
</tr>
</table>
<br>
<a href="hobbies.html">My Hobbies</a>
<br>
<a href="contact.html">Contact Me</a>
</body>
</html>