-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
251 lines (234 loc) · 7.83 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
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
<!DOCTYPE html>
<html lang="en">
<head>
<title>Kevin (Rasa) Welcher's Resume</title>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<meta name="mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet" />
</head>
<body>
<div class="resume-details">
<h1>Kevin (Rasa) Welcher</h1>
<section class="resume-section">
<header class="resume-section__header">
<div>
<h2>In Brief</h2>
</div>
</header>
<div class="resume-section__long-description">
<p>
Over a decade of software development has taught me that strong teams make the best products. As a result, I am passionate about buliding teams :D. I coach my team members in communication, software architecture, critical thinking, and leadership skills. Software is made for, and by, people; something I hope to never forget.
</p>
</div>
</section>
<section class="resume-section">
<header class="resume-section__header">
<div>
<h2><a href="https://willowtreeapps.com/">WillowTree</a></h2>
<em>Staff Software Engineer</em>
</div>
<div class="resume-section__location">
<p>Charlottesville, VA</p>
<p>March 2013 - Present</p>
</div>
</header>
<ul class="resume-section__long-description">
<li>Started, developed, and shipped applications with variegated needs, leading teams ranging from three to thirty people. Industries including: video streaming, consumer portals, offline web applications, business tooling, and financial portals</li>
<li>Facilitated leadership workshops and seminars across various roles in the organization teaching: coaching, feedback, difficult conversations, leadership values, and more.</li>
<li>Ample experience and leadership in all stages of the software life cycle, including: interfacing with designers and stakeholders, systems architecture, software architecture, test automation, and more.</li>
<li>Advocted, guided, and educated the web platform in best practices for web fundamentals, SEO, accessibility, types(script), and frameworks (React and friends).</li>
</ul>
</section>
<section class="resume-section">
<header class="resume-section__header">
<div>
<h2>Consulting</h2>
<em>Web Developer / Designer / Ops</em>
</div>
<div class="resume-section__location">
<p>Charlottesville, VA</p>
<p>May 2011 - Present</p>
</div>
</header>
<ul class="resume-section__long-description">
<li>Developed social games in <a href="https://ilab.virginia.edu/incubator/">Darden's i.Lab incubator program.</a></li>
<li>Developed educational tools and games for <a href="https://news.virginia.edu/content/little-red-schoolhouse-opens-online-campus">Little Red Schoolhouse at UVA</a></li>
<li>Various open source and personal projects like <a href="https://www.npmjs.com/package/react-formable">react-formable</a></li>
</ul>
</section>
<section class="resume-section">
<header class="resume-section__header">
<div>
<h2><a href="https://virginia.edu"> Education: University of Virginia </a></h2>
<em>Bachelor of Science in Computer Science</em>
</div>
<div class="resume-section__location">
<p>Charlottesville, VA</p>
<p>Fall 2007 - Spring 2011</p>
</div>
</header>
</section>
</div>
<aside class="resume-aside">
<section class="resume-section">
<header class="resume-section__header">
<div>
<h2>Contact</h2>
</div>
</header>
<ul>
<li>
<a href="mailto:[email protected]">[email protected]</a>
</li>
<li>
<a href="tel:703-298-2146">(703) 298-2146</a>
</li>
</ul>
</section>
<section class="resume-section">
<header class="resume-section__header">
<div>
<h2>Languages</h2>
</div>
</header>
<ul>
<li>Typescript/Javascript</li>
<li>HTML</li>
<li>(S)CSS</li>
</ul>
</section>
<section class="resume-section">
<header class="resume-section__header">
<div>
<h2>Technologies</h2>
</div>
</header>
<ul>
<li>React</li>
<li>Backbone</li>
<li>Angular</li>
</ul>
</section>
<section class="resume-section">
<header class="resume-section__header">
<div>
<h2>Interests</h2>
</div>
</header>
<ul>
<li><a href="https://spiders.fun">Board games</a></li>
<li><a href="https://photos.app.goo.gl/kQA38QvUtQM6Rx4R8">Doodling</a></li>
<li><a href="https://medium.com/@kaw2k"> Occasionally writing </a></li>
</ul>
</section>
</aside>
<style>
/* ======================
Variables
====================== */
:root {
--padding: 1.5em;
}
/* ======================
Global Base Styles
====================== */
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}
body {
font-family: 'Open Sans', sans-serif;
display: block;
line-height: 1.5;
margin: 0 auto;
padding: var(--padding);
max-width: 960px;
min-width: 650px;
}
/* ======================
Typography
====================== */
h1 {
font-size: 1.5em;
text-align: center;
}
h2 {
font-size: 1.25em;
}
h3 {
font-size: 1.1em;
}
a {
text-decoration: none;
color: #4e9cb5;
}
/* ======================
Section
====================== */
/* Base styles */
.resume-section {
border-top: 1px solid #eee;
padding-top: var(--padding);
margin-top: var(--padding);
}
.resume-section:first-of-type {
border-top: none;
margin-top: 0;
}
/* Header styles */
.resume-section__header {
display: flex;
}
.resume-section__location {
margin-left: auto;
text-align: right;
}
.resume-section__short-description,
.resume-section__long-description {
margin-top: calc(var(--padding) / 2);
}
/* ======================
Sidebar
====================== */
/* Base styles */
.resume-aside {
display: flex;
justify-content: space-between;
text-align: center;
padding-top: var(--padding);
margin-top: var(--padding);
border-top: 1px solid #eee;
}
.resume-aside li {
list-style: none;
}
.resume-aside .resume-section {
border: 0;
padding-top: 0;
margin-top: 0;
}
.resume-aside .resume-section__header {
display: block;
}
/* ======================
Resume
====================== */
.resume-details .resume-section ul {
padding-left: var(--padding);
}
.resume-details .resume-section li {
list-style: disc outside none;
}
</style>
<style type="text/css" media="print">
@page {
size: auto;
margin: 0;
}
</style>
</body>
</html>