-
Notifications
You must be signed in to change notification settings - Fork 0
/
work.html
328 lines (303 loc) · 11.8 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
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
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<!-- Required meta tags -->
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1, shrink-to-fit=no"
/>
<!-- Bootstrap CSS -->
<link
rel="stylesheet"
href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css"
integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T"
crossorigin="anonymous"
/>
<link rel="stylesheet" href="css/projects.css" />
<script src="javascript/main.js"></script>
<link rel="shortcut icon" type="image/x-icon" href="images/icon.png" />
<title>IM YI LIN</title>
</head>
<body>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script
src="https://code.jquery.com/jquery-3.3.1.slim.min.js"
integrity="sha384-q8i/X+965DzO0rT7abK41JStQIAqVgRVzpbzo5smXKp4YfRvH+8abtTE1Pi6jizo"
crossorigin="anonymous"
></script>
<script
src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js"
integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1"
crossorigin="anonymous"
></script>
<script
src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js"
integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM"
crossorigin="anonymous"
></script>
<header>
<div class="mobile_header">
<div class="header_logo">
<img src="images/logo.png" alt="logo" />
</div>
<div class="header_text">
<p>SIM YI LIN</p>
</div>
<div class="header_icon" onclick="toggleMobileMenu()">
<img
src="images/icons/hamburger_menu.png"
alt="hamburger menu icon"
/>
</div>
</div>
<ul class="nav nav-tabs nav-justified">
<li class="nav-item">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html">Projects</a>
</li>
<li class="nav-item">
<a class="nav-link active" href="#">Work Experience</a>
</li>
<!-- <li class="nav-item">
<a class="nav-link" href="https://simyilin.github.io/blog/index.html">Blog</a>
</li> -->
<li class="nav-item">
<a class="nav-link" href="contact.html">Contact</a>
</li>
</ul>
</header>
<div class="container">
<div class="box">
<h1>Michigan Medicine Office of Development</h1>
<div class="row">
<div class="col-md-6">
<img
style="border: 1px solid #000000"
src="images/michmed.png"
alt="Michigan Medicine website screenshot"
class="active"
/>
</div>
<div class="col-md-6">
<p>
<h4>Web Developer (Part-time)</h4> <br />
<a href="https://med.umich.edu/" target="_blank">Company Website</a> <br/>
<b>Dates: </b> Sep 2019 - Apr 2020 <br />
<b>Tasks/Projects: </b> <br />
<ul>
<li><b>Creating and sending HTML emails</b> <br/>
Adding content; Making sure that emails are accessible and
render well across multiple clients using Litmus; Using MailChimp to
send and track email campaigns. <br/>
</li>
<li><b>Design new HTML email template</b> <br/>
Used for 2019 Fall Giving Blue Day campaign emails (University‑wide fund‑raising day) <br/>
</li>
<li><b>Update existing websites using Drupal CMS</b> <br/>
</li>
<li><b>Visual interface for server-hosted images</b> <br/>
Built using PHP, Bootstrap and HTML<br/>
</li>
<li><b>Automated monthly productivity reporting</b> <br/>
Python script that uses Asana API to obtain list of emails sent in the month.
A 0.5‑1 hour manual task settled within 5 minutes!<br/>
</li>
<li><b>New Michigan Medicine webpage</b> <br/>
Built first page of new site using HTML, CSS, Bootstrap and JavaScript.
Is mobile-responsive. Image shown is a screenshot of the website.<br/>
</li>
</ul>
<b>Languages and tools:</b><br/> HTML, CSS, JS, PHP, Python, Drupal8, Litmus, MailChimp <br />
</p>
</div>
</div>
</div>
<div class="box">
<h1>Digitize Mentorship Program</h1>
<div class="row">
<div class="col-md-6">
<img
src="images/digitize.png"
alt="digitize slides screenshot"
/>
</div>
<div class="col-md-6">
<h4>Mentor (Volunteer)</h4>
<p>
<b>Dates: </b> June 2020<br />
<b>Remote </b> <br />
Volunteered as a mentor for 2 students (beginners) who were
just starting on their coding journeys (C++ and Web Dev).
</p>
</div>
</div>
</div>
<div class="box">
<h1>SoftInn Solutions</h1>
<div class="row">
<div class="col-md-6">
<img
src="images/raia.png"
alt="raia hotel website screenshot"
/>
</div>
<div class="col-md-6">
<h4>Web Developer (Summer Intern)</h4>
<p>
<a href="https://www.mysoftinn.com/" target="_blank">Company Website</a> <br/>
<b>Dates: </b> June 2020 - Aug 2020 <br />
<b>Remote </b> <br />
<b>Tasks/Projects: </b> <br />
<ul>
<li><b>Hotel Reviews Aggregator</b> <br/>
Onboarding CRUD project built using ASP.Net, AngularJS, Bootstrap and MSSSQL <br/>
</li>
<li><b>Add features for Hotel Management PMS System</b> <br/>
Fix bugs and add new features such as sort by room location on the room status page,
a new invoices and receipts page and custom header customization for
receipt and invoice documents<br/>
</li>
<li><b>Built new CMS hotel website for Raia Hotels</b> <br/>
Directly communicated with client and worked with a graphic designer to
build the new website. Website uses a wordpress theme and has
features such as a MailChimp subscription form, contact forms, and
a map showing directions to nearest attractions. <br/>
<a
target="_blank"
href="https://www.raiahotels.com.my/"
><b>Check out the website here</b></a
>
</li>
</ul>
<b>Languages and tools:</b><br/> AngularJS, ASP.Net, MSSQL, GitFlow <br />
</p>
</div>
</div>
</div>
<div class="box">
<h1>UofM EECS Department</h1>
<div class="row">
<div class="col-md-6">
<img
src="images/eecs183.png"
alt="eecs183 website screenshot"
/>
</div>
<div class="col-md-6">
<h4>EECS183 Grader (Part-time)</h4>
<p>
<a href="https://eecs183.github.io/eecs183.org/" target="_blank">Course Website</a> <br/>
<b>Dates: </b>Sep 2020 - Dec 2020 (Fall 2020 semester) <br />
<b>Remote </b> <br />
<b>Tasks/Projects: </b> <br />
<ul>
<li><b>Check students' submission of assignments</b> <br/>
</li>
<li><b>Check students' code style for projects</b> <br/>
Check for proper coding conventions (e.g. line limit, variable naming)
and code quality (e.g. using loops instead of hard-coding) and provide
detailed feedback<br/>
</li>
</ul>
</p>
</div>
</div>
</div>
<div class="box">
<h1>UofM Palfey Lab</h1>
<div class="row">
<div class="col-md-6">
<img src="images/flavo.png" alt="flavoprotein" />
</div>
<div class="col-md-6">
<h4>Web Developer (Part-time)</h4>
<p>
<b>Dates: </b> Sep 2020 - current <br />
<b>Remote </b> <br />
Build and deploy a visual interface to search the lab's flavoprotein database
and display protein information in a user-friendly and accessible manner. <br/>
<b>Languages and tools:</b><br/>
React, Django, Neo4J, Docker, OpenShift <br />
</p>
</div>
</div>
</div>
<div class="box">
<h1>TigerCampus</h1>
<div class="row">
<div class="col-md-6">
<img src="images/tigercampus.png" alt="python dinobot screenshot" />
</div>
<div class="col-md-6">
<h4>Computer Science Tutor</h4>
<p>
<a href="https://www.tigercampus.com.my/" target="_blank">Company Website</a> <br/>
<b>Dates: </b>Sep 2020 - current <br />
<b>Remote </b> <br />
Private one-to-one tutor on the local Malaysia Tingkatan 5 Sains Komputer syllabus.
</p>
</div>
</div>
</div>
</div>
<footer>Last updated: 11 Jan 2021</footer>
<script>
var menuOpen = false;
function toggleMobileMenu() {
const navItems = document.querySelectorAll(".nav-item");
if (!menuOpen) {
navItems.forEach((navItem) => navItem.classList.add("popup"));
menuOpen = true;
} else {
navItems.forEach((navItem) => navItem.classList.remove("popup"));
menuOpen = false;
}
}
function debounce(func, wait = 10, immediate = true) {
var timeout;
return function () {
var context = this,
args = arguments;
var later = function () {
timeout = null;
if (!immediate) func.apply(context, args);
};
var callNow = immediate && !timeout;
clearTimeout(timeout);
timeout = setTimeout(later, wait);
if (callNow) func.apply(context, args);
};
}
const sliderImages = document.querySelectorAll(".row img");
function getYPosition(element) {
var yPosition = 0;
while (element) {
yPosition +=
element.offsetTop - element.scrollTop + element.clientTop;
element = element.offsetParent;
}
return yPosition;
}
function slideIn() {
sliderImages.forEach((sliderImage) => {
const imageOffsetTop = getYPosition(sliderImage);
const slideInAt =
window.scrollY + window.innerHeight - sliderImage.height / 2;
const imageBottom = imageOffsetTop + sliderImage.height;
isHalfShown = slideInAt > imageOffsetTop;
isNotScrolledPast = window.scrollY < imageBottom;
if (isHalfShown && isNotScrolledPast) {
sliderImage.classList.add("active");
} else {
sliderImage.classList.remove("active");
}
});
}
window.addEventListener("scroll", debounce(slideIn));
</script>
</body>
</html>