-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
214 lines (186 loc) · 4.75 KB
/
index.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
<!DOCTYPE html>
<html>
<head>
<title>tylerjohnst.github.com</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function() {
window.divHeights = {};
var h2 = $('#clicky h2');
h2.each(function(index, object){
var next = $(object).next();
divHeights[object.className] = next.height();
next.height(0)
});
h2.click(function(event) {
var content = $(this).next();
if ( content.height() > 0 )
{ content.animate({ height: 0 }) }
else {
$(this).parent().children('div').animate({ height: '0px' });
content.animate({ height: divHeights[this.className] });
};
});
});
</script>
<style type="text/css">
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
body {
font: 16px/1.4 "myriad-pro-1","myriad-pro-2", "Lucida Grande", Sans-Serif;
}
a {
color: #08C;
text-decoration: none;
}
a:visited {
color: #08C;
}
a:hover {
text-decoration: underline;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
h1 {
margin-top: 55px;
text-align: center;
font-size: 35px;
font-weight: bold;
}
header, footer {
width: 500px;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
padding-bottom: 10px;
color: #a8a8a8;
}
#clicky h2, #clicky div {
margin-right: auto;
margin-left: auto;
width: 500px;
padding: 10px;
font-size: 30px;
font-weight: bold;
cursor: pointer;
}
#clicky h2 {
text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
color: white;
margin-bottom: 2px;
}
#clicky h2:hover {
opacity: 0.8
}
#clicky span {
font-size: 20px;
display: block;
}
#clicky div {
padding: 0px;
overflow: hidden;
font-size: 13px;
font-weight: none;
}
#clicky div p {
padding: 10px;
font-weight: normal;
}
#clicky .orange {
background-color: #F3A01E;
}
#clicky .light-orange {
background-color: #F3CB20;
}
#clicky .green {
background-color: #9DC425;
}
#clicky .blue {
background-color: #4B8DB5;
}
#clicky .purple {
background-color: #7C48B5;
}
footer {
text-align: center;
}
</style>
</head>
<body>
<h1 class="header">Tyler Johnston</h1>
<header>Born again developer. Started out as a systems administrator and moved towards the Computer Science ways of life.</header>
<div id="clicky">
<h2 class="orange">
Gray's College Bookstore
<span>Rails Developer (2010 - Current)</span>
</h2>
<div>
<p>
Continued IT manager work while finding a new passion in development. Migrated all the shell scripting to Ruby. Then began working under a senior developer on multiple internal applications from an <a href="http://graysbooks.com/">online store</a> to internal inventory management.
</p>
<p>
Ruby, Ruby on Rails, MySQL, Postgres, jQuery, HTML5/CSS3.
</p>
</div>
<h2 class="light-orange">
Gray's College Bookstore
<span>IT Manager (2007 - Current)</span>
</h2>
<div>
<p>
Windows system administration with a some Linux administration. Deployed and maintained active server monitoring for both operating systems via Nagios. Hacking and developing with Python started here with Nagios command building.
</p>
</div>
<h2 class="green">
Business Technology Center
<span>Onsite Technician (2004 - 2007)</span>
</h2>
<div>
<p>
On site with business and in home work with consumers on primarily Windows systems.
</p>
</div>
<h2 class="purple">
Projects
</h2>
<div>
<p>
<a href="">Bookworm</a> - A gem to deal with US EAN/ISBN conversion, detection, and validation.
</p>
</div>
</div>
<footer>
<a href="http://www.github.com/tylerjohnst/">Github</a> | <a href="http://www.twitter.com/tyler_johnston">Twitter</a> | <a href="mailto:[email protected]">Email</a>
</footer>
</body>
</html>