-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
177 lines (100 loc) · 4.4 KB
/
index.html
File metadata and controls
177 lines (100 loc) · 4.4 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
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="styles.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Richard Horne Resume</title>
<link rel="shortcut icon" href="images/icon.ico" />
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-8" >
<header class="jumbotron">
<h1>Richard Horne</h1>
<div class="contactDetails">
<h3>Student</h3>
<ul class="list-group">
<li class="list-group-item"><a href="tel:0212800099">Phone: 0212800099</a></li>
<li class="list-group-item">Address: 24 Bremner Street, Fairfield, Dunedin</li>
<li class="list-group-item"><a href="mailto:hornerb1@student.op.ac.nz">Email: hornerb1@student.op.ac.nz</a></li>
</ul>
</div>
<div class="hiddenContent">
<div class="glyphRight">
<span class="glyphicon glyphicon-menu-right"></span>
</div>
<a href="https://www.facebook.com/richard.horne.9480" target="_blank"><img alt="Facebook Profile" src="images/fb.png"></a>
<a href="https://nz.linkedin.com/in/richard-horne-623ab39b" target="_blank"><img alt ="Linked In Profile" src="images/ln.png"></a>
<a href="https://github.com/hornoo" target="_blank"><img alt="GitHub Profile" src="images/gh.png"></a>
<a href="https://twitter.com/horbing" target="_blank"><img alt ="Twitter Profile" src="images/tw.png"></a>
</div>
<div class="spacer"></div>
</header>
<section class="panel panel-default">
<article>
<h3>Work Experience</h3>
<p><strong>March 2011 to Present:</strong> Servicedesk Analyst, Technical Services Group, School of Business Otago University - Provide 1st line IT support for staff and postgraduate students, record and log incidents. Attend first hand to IT related issues by remotely or in person supporting academic, general staff and students. </p>
<p><strong>December 2010 to December 2012:</strong> Service Desk Administrator, ISS Otago Polytechnic - Provide 1st line IT support for staff and students, record and log incidents. Attend first hand to incidents involving operating systems, applications, hardware, printing, network, data projection and login issues. Support staff and students remotely and in person.</p>
<ul>
<li>Installation of data projectors for past re-developments of H Block at the polytechnic.</li>
</ul>
<p><strong>December 2003 to January 2010:</strong> Auto electrician and Air-conditioning Technician, Keith Jackson Auto Electrical - Diagnosis, maintenance and repair of technical automotive electrical and mobility scooter faults. </p>
<ul>
<li>Supervise apprentice trainee.</li>
<li>Train work colleagues in automotive air conditioning diagnosis, maintenance and repair techniques.</li>
</ul>
</article>
<article>
<h3>Education</h3>
<ul>
<li>Currently studying full-time towards the Bachelor of Information Technology at Otago Polytechnic.</li>
</ul>
<strong>Award</strong>
<ul>
<li>Prosouth Award for Best Graduating Student in the Certificate in IT Service and support.</li>
</ul>
</article>
</section>
</div>
<div class="col-md-4 col-sm-4 hidden-xs side-bar">
<aside>
<img src="images/profile.jpg" alt="Profile picture" class="img-rounded profilePic">
<section class="panel panel-default">
<article>
<h3>Personal Profile</h3>
<ul>
<li>Hang Glider Pilot</li>
<li>Mountain Biking</li>
<li>Gaiming</li>
</ul>
</article>
<article>
<h3>Key Skills</h3>
<ul>
<li>Excellent knowledge of Windows XP, Windows 7 Windows 8 and IOS (apple)</li>
<li>Basic knowledge of OSX</li>
<li>Excellent working remotely and directly.</li>
</ul>
</article>
<article>
<h3>References</h3>
<ul>
<li>Rob Higgins</li>
<li>Jason Hasler</li>
<li>Chris Higgins</li>
<li>Paul Everett</li>
</ul>
</article>
</section>
</aside>
</div>
<div class="col-md-12 col-sm-12 hidden-md">
<a id="hireMeAni" target="_blank" href="http://www.binaryhexconverter.com/binary-to-ascii-text-converter">01001000011010010111001001100101001000000110110101100101</a>
</div>
</div>
</div>
</body>
</html>