-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
230 lines (214 loc) · 7.6 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
<!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/main.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 active" href="#">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" href="work.html">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="main">
<div class="main_logo">
<img src="images/logo.png" alt="logo" />
</div>
<div class="main_text">
<h1 id="type_text"></h1>
<p id="fade_text">
I am a student at the University of Michigan - Ann Arbor. <br />
I work part-time as a web developer at Palfey Lab @ UMich. <br />
I am a Business Lead @
<a href="https://umautonomy.com/" target="_blank">UM::Autonomy</a>.
<br />
I am an Outreach Co-Chair @
<a
href="https://maizepages.umich.edu/organization/gwc-loop"
target="_blank"
>Girls Who Code UofM</a
>.
<br />
Ideas for collaboration or just saying hi?
<a href="./contact.html">Would love to hear from you!</a>
</p>
</div>
</div>
<div class="row">
<div class="col-md-5" id="recentActivities">
<h2>Recent activities</h2>
<p>2019 activities - Was social distancing in 2020</p>
<div class="item">
<div>
<h3 style="text-align: center">20 <br />Dec</h3>
</div>
<div> </div>
<p id="text">
Winter break starts. Time to relax and learn something new!
</p>
</div>
<div class="item">
<div>
<h3 style="text-align: center">17 <br />Dec</h3>
</div>
<div> </div>
<p id="text">
Organized an activity to make Tang Yuen (a sweet Chinese
dessert) with my hallmates. :)
</p>
</div>
<div class="item">
<div>
<h3 style="text-align: center">7 <br />Dec</h3>
</div>
<div> </div>
<p id="text">
Volunteered for a Girls Who Code Web Development workshop at the
Ann Arbor District Library.
</p>
</div>
<div class="item">
<div>
<h3 style="text-align: center">28 <br />Nov</h3>
</div>
<div> </div>
<p id="text">
Joined a few friends on a trip to Detroit to see the annual
Thanksgiving parade.
</p>
</div>
<div class="item">
<div>
<h3 style="text-align: center">25 <br />Nov</h3>
</div>
<div> </div>
<p id="text">
Volunteered for a PyGame workshop at Pioneer High School
(ArborHacks).
</p>
</div>
<div class="item">
<div>
<h3 style="text-align: center">25 <br />Oct</h3>
</div>
<div> </div>
<p id="text">
Joined the Student Astronomy Society for a stargazing trip to Fish
Lake.
</p>
</div>
<div class="item">
<div>
<h3 style="text-align: center">11 <br />Oct</h3>
</div>
<div> </div>
<p id="text">Participated in MHacks, a 36-hour hackathon.</p>
</div>
</div>
<div class="col-md-5" id="interests">
<h2>My Interests:</h2>
<div class="item interest">
<img alt="saturn icon" src="images/icons/saturn.png" />
<p>Astronomy</p>
</div>
<div class="item interest">
<img alt="laptop" src="images/icons/laptop.png" />
<p>Coding</p>
</div>
<div class="item interest">
<img alt="harmonica icon" src="images/icons/harmonica.png" />
<p>Harmonica</p>
</div>
<div class="item interest">
<img alt="brain" src="images/icons/brain.png" />
<p>Neuroscience</p>
</div>
<div class="item interest">
<img alt="atom" src="images/icons/atom.png" />
<p>Quantum Physics</p>
</div>
</div>
</div>
</div>
<footer>Last updated: 11 Jan 2021</footer>
<script>
var myText = "Welcome to my personal website!";
var myArray = myText.split("");
var loopTimer;
const typeText = document.getElementById("type_text");
const fadeText = document.getElementById("fade_text");
function frameLooper() {
if (myArray.length > 0) {
typeText.innerHTML += myArray.shift();
} else {
clearTimeout(loopTimer);
fadeText.style.opacity = "1";
return false;
}
loopTimer = setTimeout("frameLooper()", 70);
}
frameLooper();
</script>
</body>
</html>