-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathresume.html
389 lines (383 loc) · 19.1 KB
/
resume.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
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
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" type="image/png" sizes="512x512" href="assets/images/favicon/android-chrome-512x512.png">
<link rel="icon" type="image/png" sizes="192x192" href="assets/images/favicon/android-chrome-192x192.png">
<link rel="apple-touch-icon" sizes="180x180" href="assets/images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/images/favicon/favicon-16x16.png">
<link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.css" type="text/css" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css"
type="text/css" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/hover.css/2.1.1/css/hover-min.css"
type="text/css" />
<link rel="stylesheet" href="assets/css/style.css">
<title>Kristian</title>
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg fixed-top"></nav>
<div class="row no-gutters">
<a class="col-md-4 logo" href="02-index.html"></a>
<div class="col-md-8">
<div class="row no-gutters bg-color-name-title">
<div class="col heading">
<h1 class="name">Kristian Colville</h1>
<h2 class="title">Junior Full Stack Software Developer | MTA</h2>
</div>
</div>
<div class="row no-gutters">
<div class="col">
<ul id="nav" class="list-inline menucontainer">
<li class="ui-menu-color-home menuitem">
<a href="index.html" class="hvr-sweep-to-bottom"><i class="fa fa-home"
aria-hidden="true"></i><span>Home</span></a>
</li>
<li class="ui-menu-color-resume menuitem">
<a href="resume.html" class="hvr-sweep-to-bottom"><i class="fa fa-graduation-cap"
aria-hidden="true"></i><span>Resume</span></a>
</li>
<li class="ui-menu-color-contact menuitem">
<a href="contact.html" class="hvr-sweep-to-bottom"><i class="fa fa-comment-o"
aria-hidden="true"></i><span>Contact</span></a>
</li>
<li class="ui-menu-color-interests menuitem">
<a href="interests.html" class="hvr-sweep-to-bottom"><i class="fa fa-users"
aria-hidden="true"></i><span>Interests</span></a>
</li>
<li class="ui-menu-color-github menuitem">
<a href="github.html" class="hvr-sweep-to-bottom"><i class="text-dark fa fa-github"
aria-hidden="true"></i><span>GitHub</span></a>
</li>
<li class="ui-menu-color-download menuitem">
<a href="assets/cv/kristian-colville-cv.pdf" target="_blank" class="hvr-sweep-to-bottom"><i class="text-dark fa fa-download"
aria-hidden="true"></i><span>Download CV</span></a>
</li>
</ul>
</div>
</div>
</div>
</div>
</header>
<section class="container-fluid">
<div class="row">
<div class="col-md-4 bg-color-work-history section-column">
<div id="carouselExampleIndicators" class="carousel slide history-section" data-ride="carousel">
<ol class="carousel-indicators">
<li data-target="#carouselExampleIndicators" data-slide-to="0" class="active"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="1"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="2"></li>
<li data-target="#carouselExampleIndicators" data-slide-to="3"></li>
</ol>
<div class="carousel-inner">
<div class="carousel-item active">
<div class="row">
<div class="col-12">
<h3 class="history-heading uppercase">
Work History
</h3>
</div>
</div>
<div class="history-items text-center">
<div class="timeline-item" data-dates="05/2014 - 04/2016">
<h4>AdTech</h4>
<p>Assistant Technician</p>
</div>
<div class="timeline-item" data-dates="04/2016 - 02/2018">
<h4>Tesco</h4>
<p>Stock Control Clerk</p>
</div>
<div class="timeline-item" data-dates="02/2018 - 06/2019">
<h4>Dew Valley Foods Ltd</h4>
<p>General Operative</p>
</div>
<div class="timeline-item" data-dates="01/2020 - 04/2021">
<h4>Freelance</h4>
<p>Computer Technician</p>
</div>
<div class="timeline-item" data-dates="10/2021 - 12/2021">
<h4>Concentrix</h4>
<p>Information Technology Support Specialist</p>
</div>
<div class="timeline-item" data-dates="01/2022 - present">
<h4>Freelance</h4>
<p>Labour | IT | Software </p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-12">
<h3 class="history-heading uppercase">
Education
</h3>
</div>
</div>
<div class="history-items text-center">
<div class="timeline-item" data-dates="09/2009 - 06/2014">
<h4>CBS Thurles</h4>
<p>Irish Junior & Leaving Certificate</p>
</div>
<div class="timeline-item" data-dates="04/2016 - 02/2018">
<h4>Archestown ETB Thurles</h4>
<p>Microsoft Technology Associate</p>
</div>
<div class="timeline-item" data-dates="11/2021 - present">
<h4>Code Institute</h4>
<p>QQI Level 6 in Full Stack Software Development</p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-12">
<h3 class="history-heading uppercase">
Certifications
</h3>
</div>
</div>
<div class="history-items text-center">
<div class="timeline-item">
<h4><i class="fa-brands fa-windows" aria-hidden="true"></i> MTA:</h4>
<a href="https://www.credly.com/badges/275266c9-0102-43a3-b790-18b4b5b90f03?source=linked_in_profile" target="_blank" class="text-decoration-none text-light"><p>Operating System Fundamentals <i class="fa-solid fa-arrow-pointer"></i></p></a>
</div>
<div class="timeline-item">
<h4><i class="fa-brands fa-windows" aria-hidden="true"></i> MTA:</h4>
<a href="https://www.credly.com/badges/d84a88d2-abd8-4022-b968-019319bbd4f5?source=linked_in_profile" target="_blank" class="text-decoration-none text-light"><p>Network Fundamentals <i class="fa-solid fa-arrow-pointer"></i></p></a>
</div>
<div class="timeline-item">
<h4><i class="fa-brands fa-windows" aria-hidden="true"></i> MTA:</h4>
<a href="https://www.credly.com/badges/3754c2bf-6335-46d4-8c59-91c42cae460d?source=linked_in_profile" target="_blank" class="text-decoration-none text-light"><p>Windows Server Administration Fundamentals <i class="fa-solid fa-arrow-pointer"></i></p></a>
</div>
<div class="timeline-item">
<h4><i class="fa-brands fa-windows" aria-hidden="true"></i> MTA:</h4>
<a href="https://www.certiport.com/Portal/Pages/PrintTranscriptInfo.aspx?action=Cert&id=414&cvid=B27DD93Rnx5gw6aPjo0F+g==" target="_blank" class="text-decoration-none text-light"><p>Azure Fundamentals <i class="fa-solid fa-arrow-pointer"></i></p></a>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row">
<div class="col-12">
<h3 class="history-heading uppercase">
Hackathons
</h3>
</div>
</div>
<div class="history-items">
<div class="timeline-item d-flex align-items-center justify-content-center" data-dates="01/2022">
<img src="assets/images/jan-2022-hackathon-codeinstitute.png" alt="second place hackathon for January 2022 with Code Institute" width="200">
</div>
</div>
</div>
</div>
<div class="carousel-control-prev" type="button" data-target="#carouselExampleIndicators" data-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</div>
<div class="carousel-control-next" type="button" data-target="#carouselExampleIndicators" data-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</div>
</div>
</div>
<div class="col-md-8 bg-color-three-reasons section-column">
<div class="row">
<div class="col">
<h3 class="section-heading uppercase">My Skills</h3>
</div>
</div>
<div class="row">
<div class="col-sm-12 col-lg-6">
<div class="row">
<div class="col-md-2 d-none d-md-block">
<i class="three-reasons-icon fa fa-tv" aria-hidden="true"></i>
</div>
<div class="col-sm-12 col-md-10 mb-3">
<h4 class="interest-heading uppercase d-none d-md-block">Front End</h4>
<h4 class="interest-heading uppercase d-sm-block d-md-none">
<div class="text-center">
<div>
<i class="three-reasons-icon fa fa-tv" aria-hidden="true"></i>
</div>
Front End
</div>
</h4>
<hr>
<p class="text-justify">
I'm skilled in UX/UI Design using the trinity of HTML/CSS/JavaScript. I also have some experience with
front-end frameworks such as React.
<a href="https://kristiancolville1.github.io/sudoku-master/" target="_blank" rel="noopener">Check out
this sudoku game</a> I built with vanilla JavaScript.
</p>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-6">
<div class="row">
<div class="col-md-2 d-none d-md-block">
<i class="three-reasons-icon fa fa-gears" aria-hidden="true"></i>
</div>
<div class="col-sm-12 col-md-10 mb-3">
<h4 class="interest-heading uppercase d-none d-md-block">Back End</h4>
<h4 class="interest-heading uppercase d-sm-block d-md-none">
<div class="text-center">
<div>
<i class="three-reasons-icon fa fa-gears" aria-hidden="true"></i>
</div>
Back End
</div>
</h4>
<hr>
<p class="text-justify">
I specialize in data-driven web applications. Many of my projects utilise document-based data. I use
Python with the Django framework in conjunction with postgreSQL, I also have experience using MongoDB
for non structured data.
</p>
<p class="text-justify"><a href="https://rapid-silver.herokuapp.com/" target="_blank" rel="noopener">Check out this project</a> I built using Python and MongoDB</p>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-6">
<div class="row">
<div class="col-md-2 d-none d-md-block">
<i class="three-reasons-icon fa-solid fa-layer-group" aria-hidden="true"></i>
</div>
<div class="col-sm-12 col-md-10 mb-3">
<h4 class="interest-heading uppercase d-none d-md-block">Full Stack</h4>
<h4 class="interest-heading uppercase d-sm-block d-md-none">
<div class="text-center">
<div>
<i class="three-reasons-icon fa-solid fa-layer-group" aria-hidden="true"></i>
</div>
Full Stack
</div>
</h4>
<hr>
<p class="text-justify">
I'm qualified to build full-stack applications having the appropriate education and training. My portfolio projects have achieved high-level performance and I will more than likely complete my qualification with the highest grade attainable.
</p>
<p>I achieved a Distinction on my first full-stack toolkit application which was the most difficult to complete. <a href="https://daily-sync123.herokuapp.com/" target="_blank" rel="noopener">Check out this MVP here</a></p>
</p>
</div>
</div>
</div>
<div class="col-sm-12 col-lg-6">
<div class="row">
<div class="col-md-2 d-none d-md-block">
<i class="three-reasons-icon fa-solid fa-microchip" aria-hidden="true"></i>
</div>
<div class="col-sm-12 col-md-10 mb-3">
<h4 class="interest-heading uppercase d-none d-md-block">IT</h4>
<h4 class="interest-heading uppercase d-sm-block d-md-none">
<div class="text-center">
<div>
<i class="three-reasons-icon fa-solid fa-microchip" aria-hidden="true"></i>
</div>
IT
</div>
</h4>
<hr>
<p class="text-justify">
I have a wealth of diverse life experience in IT. My first role was an assistant technician and it helped me better understand the IT industry. Later in life I returned to IT having completed Microsoft Technology Associate certifications and developed my skills working with hardware.
</p>
<p>Currently i'm completing my qualification with Code Institute but I aim to complete CompTIA certifications in the near future to cement my skills and keep up to date.
</p>
</div>
</div>
</div>
</div>
<div class="row progress-section">
<div class="col">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="90" aria-valuemin="0" aria-valuemax="100"
style="width:90%;">
<span class="sr-only">90% complete</span>
</div>
<span class="progress-type">HTML / HTML5</span>
</div>
<div class="progress">
<div class="progress-bar bg-success" role="progressbar" aria-valuenow="80" aria-valuemin="0"
aria-valuemax="100" style="width:80%;">
<span class="sr-only">80% complete</span>
</div>
<span class="progress-type">CSS / CSS3</span>
</div>
<div class="progress">
<div class="progress-bar bg-info" role="progressbar" aria-valuenow="70" aria-valuemin="0"
aria-valuemax="100" style="width:70%;">
<span class="sr-only">70% complete</span>
</div>
<span class="progress-type">JavaScript / jQuery</span>
</div>
<div class="progress">
<div class="progress-bar bg-warning" role="progressbar" aria-valuenow="65" aria-valuemin="0"
aria-valuemax="100" style="width:65%;">
<span class="sr-only">65% complete</span>
</div>
<span class="progress-type">Django / Python</span>
</div>
<div class="progress">
<div class="progress-bar bg-danger" role="progressbar" aria-valuenow="60" aria-valuemin="0"
aria-valuemax="100" style="width:60%;">
<span class="sr-only">60% complete</span>
</div>
<span class="progress-type">SQL / NoSQL</span>
</div>
</div>
</div>
</div>
</div>
</section>
<footer class="container-fluid">
<div id="footer-details" class="row">
<div class="col-sm-4">
<h5 class="uppercase general-sub">About</h5>
<p class="inline-block">
Full Stack Software Developer. Skilled in everything from HTML to Heroku. The capacity for structural and
design thinking. Up to date using the latest tools and technologies.
</p>
</div>
<div class="col-sm-4">
<h5 class="uppercase general-sub">Download</h5>
<p class="inline-block">
Need a printable version of my CV? Download it here.
<a href="assets/cv/kristian-colville-cv.pdf" target="_blank" class="cv-pdf">
<i class="fa fa-download" aria-hidden="true"></i>
<span class="sr-only">Download link.</span>
</a>
</p>
</div>
<div class="col-sm-4">
<h5 class="uppercase general-sub">Social</h5>
<ul class="list-inline social-links">
<li class="list-inline-item">
<a target="_blank" href="https://github.com/KristianColville1">
<i class="fa fa-github" aria-hidden="true"></i>
<span class="sr-only">GitHub</span>
</a>
</li>
<li class="list-inline-item">
<a target="_blank" href="https://www.linkedin.com/in/kristian-colville-711727133/">
<i class="fa fa-linkedin" aria-hidden="true"></i>
<span class="sr-only">Linkedin</span>
</a>
</li>
</ul>
</div>
</div>
</footer>
<script src="https://kit.fontawesome.com/0d880835d2.js" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/jquery@3.5.1/dist/jquery.slim.min.js"
integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous">
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.6.2/dist/js/bootstrap.min.js"
integrity="sha384-+sLIOodYLS7CIrQpBjl+C7nPvqq+FbNUBDunl/OZv93DB7Ln/533i8e/mZXLi/P+" crossorigin="anonymous">
</script>
<script src="https://code.jquery.com/jquery-3.6.1.slim.js" integrity="sha256-tXm+sa1uzsbFnbXt8GJqsgi2Tw+m4BLGDof6eUPjbtk=" crossorigin="anonymous"></script>
<script src="assets/js/main.js"></script>
</body>
</html>