-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathresume.html
More file actions
113 lines (94 loc) · 6.2 KB
/
Copy pathresume.html
File metadata and controls
113 lines (94 loc) · 6.2 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title></title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<!-- Place favicon.ico in the root directory -->
<link href="./semantic/semantic.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="css/main.css">
<!-- Slick Modals main stylesheet -->
<link rel="stylesheet" type="text/css" href="./css/slickModal.min.css" media="screen" />
</head>
<body>
<!--[if lte IE 9]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<!-- Add your site or application content here -->
<div id="page-container">
<header>
<nav id="main-nav">
<div class="ui secondary pointing menu">
<a href="index.html" class="item">
Portfolio
</a>
<a class="item active">
Resume
</a>
<a href="contact.html" class="item">
Contact
</a>
<div class="right menu">
<span class="item">Taylor Watson</span>
<span class="item"><a id="night-toggle" href=""><img src="img/moon.svg"></a></span>
</div>
</div>
</nav>
</header>
<div class="ui very padded text container add50PxToTop">
<h1 class="ui header centered">Let me show you the goods.</h1>
</div>
<!-- Resume Start -->
<div class="ui very padded text container">
<div class="ui section inverted divider"></div>
<h2 class="ui header centered">Experience.</h2>
<p><i class="circle icon"></i><strong>Web Design - Coded By Design / 2013 - 2017</strong>
<br>Freelance contracts for a number of companies and small businesses in the Waterloo Region. Created multiple websites using JS (React, Meteor), HTML/CSS, and PHP to suit the needs of the clients. Written SEO copyright.</p>
<p><i class="circle icon"></i><strong>Freelance IT Consultant Coded By Design / 2015 - 2017</strong>
<br>Supply IT work for numerous small businesses and individual clients. Setup of hardware including new computers, phone lines, and printers. On-site repairs to various components of the computer hardware and software.</p>
<p><i class="circle icon"></i><strong>Technical assistant for Marketing Web Design course - Conestoga College / 2017</strong>
<br>Provided technical support and expertise to sections of the Marketing Web Design course. Synthesized course material and provided one on one support to ensure the students understood the curriculum.</p>
<div class="ui section inverted divider"></div>
<h2 class="ui header centered">Skills.</h2>
<p><i class="circle icon"></i><strong>Frontend:</strong> I've done websites mostly with React, Meteor, and used Angular in the past.</p>
<p><i class="circle icon"></i><strong>Backend:</strong> Node, Express, and PHP are my flavours of choice.</p>
<p><i class="circle icon"></i><strong>Database:</strong> MySQL and SQLite.</p>
<p><i class="circle icon"></i><strong>Version Control:</strong> Git. Final Answer.</p>
<p><i class="circle icon"></i><strong>Interpersonal Skills:</strong> I'll lead, I'll follow. I take pride in being easy to work with.</p>
<p><i class="circle icon"></i><strong>SEO:</strong> resume stuffed with keywords <i class="checkmark box icon"></i></p>
<p><i class="circle icon"></i><strong>Things you might also like:</strong> Photoshop, Illustrator, Sketch, Swift, Fluent in 'make it pop', makes the best smoked ribs you'll ever have.</p>
<div class="ui section inverted divider"></div>
<h2 class="ui header centered">Education.</h2>
<p><i class="circle icon"></i>Computer Programmer / 2014 - 2016 - Conestoga College</p>
<p><i class="circle icon"></i>Advertising / 2011 - 2013 - Conestoga College</p>
</div>
</div>
<!-- Footer Start -->
<br/>
<div class="ui inverted segment footer">
<div class="ui very padded text container">
<h4 class="ui header centered inverted"><i class="heart icon"></i>Made in Canada // Cambridge - Ontario</h4>
</div>
</div>
</div>
<script src="js/vendor/modernizr-3.5.0.min.js"></script>
<script src="https://code.jquery.com/jquery-3.2.1.min.js" integrity="sha256-hwg4gsxgFZhOsEEamdOYGBf13FyQuiTwlAQgxVSNgt4=" crossorigin="anonymous"></script>
<script>window.jQuery || document.write('<script src="js/vendor/jquery-3.2.1.min.js"><\/script>')</script>
<!-- Semantic Scripts -->
<script src="./semantic/jquery.min.js"></script>
<script src="./semantic/semantic.min.js"></script>
<script src="js/slickModal.min.js"></script>
<script src="js/plugins.js"></script>
<script src="js/main.js"></script>
<!-- Google Analytics: change UA-XXXXX-Y to be your site's ID. -->
<script>
window.ga=function(){ga.q.push(arguments)};ga.q=[];ga.l=+new Date;
ga('create','UA-107589376-1','auto');ga('send','pageview')
</script>
<script src="https://www.google-analytics.com/analytics.js" async defer></script>
</body>
</html>