-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
118 lines (111 loc) · 4.53 KB
/
work.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/resume.css" rel="stylesheet" type="text/css">
<title>Ashlyn Lee - Work Experience</title>
</head>
<body>
<!--<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.2/jquery.min.js"></script>-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-58865547-1', 'auto');
ga('send', 'pageview');
</script>
<nav class="navbar-inverse navbar-static-top">
<div class ="container">
<div class="navbar-header">
<a class="navbar-brand" href="index.html">Home</a>
<a class="navbar-brand" href="edu.html">Education</a>
<a class="navbar-brand" href="#">Work</a>
<a class="navbar-brand" href="skills.html">Skills</a>
<a class="navbar-brand" href="resume.pdf" target="_blank">Resume</a>
</div>
</div>
</nav>
<div class="container">
<div class="starter-template">
<h1>Work Experience</h1>
<table>
<colgroup>
<col class="wcol1">
<col class="wcol2">
<col class="wcol3">
</colgroup>
<tr>
<td rowspan="3" class="pos" style="vertical-align: top;"><h4>Development Manager</h4></td>
<td colspan="2"><a href="http://raikes.unl.edu/designstudio/" target="_blank">Design Studio</a></td>
</tr>
<tr>
<td>August 2015 – Present</td>
<td>Lincoln, NE</td>
</tr>
<tr>
<td colspan="2" class="details">Oversee all development activities, perform code reviews, and architect systems to create mobile and wearable banking solutions for Fiserv</td>
</tr>
<tr>
<td rowspan="3" class="pos" style="vertical-align: top;"><h4>Development Intern</h4></td>
<td colspan="2"><a href="http://hudl.com" target="_blank">Hudl</a></td>
</tr>
<tr>
<td>June 2015 – Present</td>
<td>Lincoln, NE</td>
</tr>
<tr>
<td colspan="2" class="details">Rapidly develop iOS and web applications to help coaches and athletes to create, manage, and share their highlights</td>
</tr>
<tr>
<td rowspan="3" class="pos" style="vertical-align: top;"><h4>Office Assistant</h4></td>
<td colspan="2"><a href="http://raikes.unl.edu" target="_blank">Jeffrey S. Raikes School of Computer Science & Management</a></td>
</tr>
<tr>
<td>August 2013 – May 2015</td>
<td>Lincoln, NE</td>
</tr>
<tr>
<td colspan="2" class="details">Duties include phone communication, sending professional emails, assisting students, visitors, and potential recruits, and other office tasks</td>
</tr>
<tr>
<td rowspan="3" class="pos" style="vertical-align: top;"><h4>CIS Intern</h4></td>
<td colspan="2"><a href="http://madonna.org" target="_blank">Madonna Rehabilitation Hospital</a></td>
</tr>
<tr>
<td>May 2014 – August 2014</td>
<td>Lincoln, NE</td>
</tr>
<tr>
<td colspan="2" class="details">Researched and compiled report on accessible environmental control units and home automation technologies and created software to control First Hope demonstration room</td>
</tr>
<tr>
<td rowspan="3" class="inst" style="vertical-align: top;"><h4>Design Studio Intern</h4></td>
<td colspan="2"><a href="http://images.plattebasintimelapse.com" target="_blank">Phocalstream Project</a></td>
</tr>
<tr>
<td>January 2014 – May 2014</td>
<td>Lincoln, NE</td>
</tr>
<tr>
<td colspan="2" class="details">Selected by faculty to work on open source ASP.NET application for faculty Design Studio project for Water for Food</td>
</tr>
<tr>
<td rowspan="3" class="inst" style="vertical-align: top;"><h4>Debate Coach & Judge</h4></td>
<td colspan="2"><a href="http://lsw.lps.org" target="_blank">Lincoln Southwest High School</a></td>
</tr>
<tr>
<td>September 2013 – April 2014</td>
<td>Lincoln, NE</td>
</tr>
<tr>
<td colspan="2" class="details">Assistant coach and judge for novice Lincoln-Douglas debaters, requires strong communication and analytical skills, knowledge fo current events and philosophy</td>
</tr>
</table>
</div>
</div>
</body>
</html>