-
Notifications
You must be signed in to change notification settings - Fork 0
/
Resume.html
220 lines (206 loc) · 9.91 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
<!DOCTYPE html>
<html style="background:#f7f7f7">
<head>
<link href="https://fonts.googleapis.com/css?family=Lato|Open+Sans|Raleway|Roboto" rel="stylesheet">
<style>
* {
font-family: 'Roboto', sans-serif;
}
body {
margin:0px auto;
max-width:1000px;
margin: 0 auto;
padding-bottom: 20px;
}
me {
display:block;
text-align: center;
font-size:40px;
padding:20px 20px 25px 20px;
/*border-bottom:solid 3px #444;*/
}
#myInfo{
display:block;
text-align: center;
margin-bottom:15px;
}
info {
/*border-bottom: solid 1px #000;*/
display: inline-block;
}
inf {
display:inline-block;
font-size:13px;
border-left:solid 1px #000;
padding: 1px 5px;
}
inf:first-of-type {
border-left:none;
}
container {
display:block;
padding:10px;
}
container > contitle {
display:block;
font-size: 17px;
padding-bottom: 3px;
border-bottom: solid 2px #777;
}
container > contitle::after {
content:"";
margin-left:5px;
border-top:5px solid #369ebd;
border-right:5px solid transparent;
border-bottom:5px solid transparent;
border-left:5px solid transparent;
display: inline-block;
}
container > conContent {
margin: 10px 0px 0px 30px;
display:block;
}
ul {
margin:0px;
padding-left: 20px;
}
job {
}
</style>
</head>
<body style="background:#FFF;box-shadow: 0px 0px 7px 0px rgba(0,0,0,0.25);height:100%;">
<me>SHANE ROBERTSON</me>
<section id="myInfo">
<info>
<inf class="address">12267 Old Big Bend Road</inf>
<inf class="city">Kirkwood, MO 63122</inf>
<inf class="home">Phone: 13148229663</inf>
<inf class="cell">Cell: 3147557882</inf>
<inf class="email">E-Mail: <a target="_blank" href="https://mail.google.com/mail/?extsrc=mailto&url=mailto:shane.linton.robertson@gmail.com">shane.linton.robertson@gmail.com</a></inf>
</info>
</section>
<asd style="max-width:800px;margin:auto;display: block;">
<container>
<conTitle>Professional Summary</conTitle>
<conContent>
I've always been interested in computers, and like many developers, I got involved with programming through my interest of creating. I started programming when I was 11, in a game that allowed custom level building. I later moved on to other areas such of programming, including web design. My interest for programming continued as I learned how involved it was with my every day life. I contued on to work with a free-lance web developer for a summer, and began hosting my own websites as a hobby. It's been a passion that's stayed with me, and in many ways has become a part of my who I am.
</conContent>
</container>
<container>
<conTitle>Skills</conTitle>
<conContent>
<ul>
<li>Advanced knowledge of PHP</li>
<li>Problem solving</li>
<li>Data management</li>
<li>VBScript</li>
<li>Adept knowledge of Java, C family, Python</li>
<li>Web Developement [HTML5, JavaScript, JQuery, Clojure, ClojureScript, NodeJS, ReactJS, AngularJS]</li>
<li>Handling databases [MySQL, JavaDB/Derby]</li>
</ul>
</conContent>
</container>
<container>
<conTitle>Work History</conTitle>
<conContent>
<b style="font-size:17px">Summer Internship - Web Developement</b>
<t style="float: right;">May 2015 - July 2015</t style="text-align: right;"><br/>
<b style="margin-left:7px">Tasha Knight</b> - Local
<ul style="margin-left:20px;margin-top:5px">
<li>Modified existing software to correct errors, adapt to new hardware and improve performance.</li>
<li>Identified and eliminated website bugs to improve user experience.</li>
<li>Worked under the wing of a web developer</li>
<li>Coded javascript features for UI</li>
<li>Mild work with PhP/Backend developement</li>
<li>Designed features for websites</li>
<li>Programmed news feed aggregator</li>
</ul>
</conContent>
<conContent>
<b style="font-size:17px">Oasis Digital - Web Applications</b>
<t style="float: right;">May 2017 - August 2017</t style="text-align: right;"><br/>
<b style="margin-left:7px">Michael McNeil</b> - Founder
<ul style="margin-left:20px;margin-top:5px">
<li>Converting JavaScript web applications</li>
<li>NodeJS</li>
<li>ReactJS</li>
<li>AngularJS</li>
</ul>
</conContent>
<conContent>
<b style="font-size:17px">Yard Work</b>
<t style="float: right;">September 2012 - Continued</t style="text-align: right;"><br/>
<b style="margin-left:7px">Michelle Hamilton</b> - Neighbor
<ul style="margin-left:20px;margin-top:5px">
<li>Mowed lawn</li>
<li>Cut down trees and shrubs</li>
<li>Weeded yard</li>
</ul>
</conContent>
<conContent>
<b style="font-size:17px">Family Business</b>
<t style="float: right;">As needed</t style="text-align: right;"><br/>
<b style="margin-left:7px">RP3</b> - Family
<ul style="margin-left:20px;margin-top:5px">
<li>Demolition</li>
<li>Cleanup</li>
<li>General Labor</li>
</ul>
</conContent>
</container>
<container>
<conTitle>Volunteer Experience</conTitle>
<conContent>
<b style="margin-bottom:3px;display: inline-block;">Kirkwood Public Library - Kids Minecraft</b><t style="float: right;">September 2013 - Continued</t style="text-align: right;"><br/>
<t style="margin-left:20px;margin-bottom:5px;display:block">Managing energetic children and trying to make a fun environment for them to play with eachother in.</t><br/>
<b style="margin-bottom:3px;display: inline-block;">Kirkwood Public Library - Summer Volunteering</b><t style="float: right;">Summer 2011, 2012, 2014</t style="text-align: right;"><br/>
<t style="margin-left:20px;margin-bottom:5px;display:block">Stocked, labeled, and organized books, organized papers, printed copies, sorted movies and managed Summer Reading Program times and submissions</t><br/>
<b style="margin-bottom:3px;display: inline-block;">KUMC - Vacation Bible School</b><t style="float: right;">Summer 2015</t style="text-align: right;">
<t style="margin-left:20px;margin-bottom:5px;display:block">Worked as a "shepard" - Kept children together and led them from activity to activity</t><br/>
<b style="margin-bottom:3px;display: inline-block;">KUMC - Sunday School</b><t style="float: right;">2008 - 2017</t style="text-align: right;"><br/>
<t style="margin-left:20px;margin-bottom:5px;display:block">Managed children's arts and crafts and set up activities</t>
</conContent>
</container>
<container>
<conTitle>School</conTitle>
<conContent>
<b style="margin-bottom:3px;display: inline-block;">Marching Band</b><t style="float: right;">2014 - Continued</t style="text-align: right;"><br/>
<t style="margin-left:20px;margin-bottom:5px;display:block">2 Weeks of marching band preparation every year. Two hours every night. Once school starts, we practice during school hours outside. Once football season starts, we go to games and perform in stands and on the field</t><br/>
<b style="margin-bottom:3px;display: inline-block;">AP Computer Science</b><t style="float: right;">Junior Year</t style="text-align: right;"><br/>
<t style="margin-left:20px;margin-bottom:5px;display:block">Advanced Placement Java course. Currently at an A</t><br/>
<b style="margin-bottom:3px;display: inline-block;">Computer Science and Engineering</b><t style="float: right;">Sophomore Year</t style="text-align: right;"><br/>
<t style="margin-left:20px;margin-bottom:5px;display:block">Worked with Scratch, App Inventor, Python, PhP, SQL, HTML5, Javascript on micro-projects</t><br/>
<b style="margin-bottom:3px;display: inline-block;">Intro to Web Design</b><t style="float: right;">Freshman Year</t style="text-align: right;"><br/>
<t style="margin-left:20px;margin-bottom:5px;display:block">Learning how to design websites with HTML and CSS</t><br/>
<b style="margin-bottom:3px;display: inline-block;">Intro to Programming</b><t style="float: right;">Freshman Year</t style="text-align: right;"><br/>
<t style="margin-left:20px;margin-bottom:5px;display:block">Working with Just-Basic, a language based off the much older BASIC language</t><br/>
</conContent>
</container>
<container>
<conTitle>Extracurricular</conTitle>
<conContent>
<ul>
<li><b>Raquetball - JV3</b><t style="float: right;">November 2015 - February 2017</t style="text-align: right;"></li>
<li><b>Philosophy Club</b><t style="float: right;">November 2016 - Continued</t style="text-align: right;"></li>
</ul>
</conContent>
</container>
<container>
<conTitle>Education</conTitle>
<conContent>
Junior - Kirkwood Highschool 801 W. Essex Ave Kirkwood, MO 63122<br/>
Working toward High School Diploma
</conContent>
</container>
</asd>
</body>
<script>
console.log("▒█░▒█ █▀▀ █░░█ ░ ▒█░░▒█ █░░█ █▀▀█ ▀▀█▀▀ █ █▀▀ █░░█ █▀▀█ ");
console.log("▒█▀▀█ █▀▀ █▄▄█ ▄ ▒█▒█▒█ █▀▀█ █▄▄█ ░░█░░ ░ █░░ █▀▀█ █▄▄█ ");
console.log("▒█░▒█ ▀▀▀ ▄▄▄█ █ ▒█▄▀▄█ ▀░░▀ ▀░░▀ ░░▀░░ ░ ▀▀▀ ▀░░▀ ▀░░▀ ");
console.log("");
console.log("█░░ █▀▀█ █▀▀█ █░█ ░▀░ █▀▀▄ █▀▀▀ █▀▀ █▀▀█ █▀▀█ ▀█ ");
console.log("█░░ █░░█ █░░█ █▀▄ ▀█▀ █░░█ █░▀█ █▀▀ █░░█ █▄▄▀ █▀ ");
console.log("▀▀▀ ▀▀▀▀ ▀▀▀▀ ▀░▀ ▀▀▀ ▀░░▀ ▀▀▀▀ ▀░░ ▀▀▀▀ ▀░▀▀ ▄░ ");
</script>
</html>