-
Notifications
You must be signed in to change notification settings - Fork 0
/
MyResume.html
78 lines (68 loc) · 2.83 KB
/
MyResume.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>My Resume</title>
<link href="MyResume.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>Resume</h1>
<div id="center"><h2>Renée Adams</h2></div>
<br>
<div id="profile" style="clear:right;"><img src="./images/halloween23.jpg" style="width:300px;height:450px;float:right;" alt="My Photograph"></div>
<br>
<br>
<h2>Profile</h2>
<p>Specialist in Geomatics with over 5 years' development experience in Geographic Information Systems, Digital
Cartography, Remote Sensing and GPS. Extensive experience in all stages of spatial system design and implementation in a
production environment.</p>
<h2>Relevant Experience</h2>
<br>
<div style="color:#4D4D4D;">
<h3>Education</h3>
<ol>
<li>2011-2017: <b><i>Bachelor of Arts in Social Sciences, double major in Anthropology and History, University of
Victoria, Victoria, BC</i></b></li>
<li>2020- : <b><i>Bachelor of Science in Geomatics, University of Victoria, Victoria, BC.</i></b></li>
<li>2022-2024: <b><i>Advanced Diploma in GIS Analysis Program, Vancouver Island University, Nanaimo, BC.</i></b></li>
</ol>
</div>
<div style="color:#707070;">
<h3>Work History</h3>
<dl>
<dt><b>Dr J.M.Adams Inc.</b></dt>
<dd>Part time Front Desk Administrator.</dd>
<dt><b>Beehive Wool Shop</b></dt>
<dd>Class coordinator and sales associate.</dd>
<dt><b>Dog Dish and Friends</b></dt>
<dd>Sales associate.</dd>
<dt><b>Victoria Pure Water</b></dt>
<dd>Sales associate.</dd>
</dl>
</div>
<div style="color:#949494;">
<h3>Computer Skills</h3>
<ol>
<li>ESRI's GIS suite</li>
<li>Microsoft Office suite</li>
<li>Google suite</li>
<li>Intermediate Python</li>
<li>Intermediate Java</li>
<li>Basic HTML</li>
<li>SQL</li>
</ol>
</div>
<br>
<table>
<tr>
<td>Contact me via:</td>
<td><a href="mailto:[email protected]">email</a></td>
</tr>
</table>
<br>
<a href="./MyResume.pdf">Download My Resume as a PDF</a>
<br>
<br>
<a href="#top"><img src="./images/BackToTop.png" alt="Back to top."></a>
</body>
</html>