-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
36 lines (34 loc) · 1.88 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
<!DOCTYPE html>
<html>
<head>
<title>subin 🍊</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="shortcut icon" href="clementine.ico" type="image/x-icon">
</head>
<body>
<div class="center">
<div id="intro">
<h1>Hello, I'm <span style="color:#ff6e30">Subin</span> 🍊</h1>
<div class="pic">
<img src="me.jpeg">
</div>
<p>I'm a sophomore at the <span style="color:#ff6e30">University of Pennsylvania</span> studying Linguistics and CIS! Growing up in Italy, Korea, and the U.S., I developed a love for language and a curiosity for how we communicate :) I'm interested in <span style="color:#ff6e30">psycholinguistic research</span> and <span style="color:#ff6e30">natural language processing.</span></p>
</div>
<div id="fun-facts">
<p>In my free time, I like:</p>
<ul>
<li>Singing (check out <a href="https://www.youtube.com/user/PennSori" target="_blank" rel="noopener noreferrer">PennSori</a>!)</li>
<li>Eating clementines</li>
<li>Reading and writing (<a href="http://subinkim.pythonanywhere.com/" target="_blank" rel="noopener noreferrer">blog</a> here!)</li>
</ul>
</div><br>
<div id="links">
<a href="https://github.com/subinkim00" class="fa fa-github"></span></a>
<a href="https://www.linkedin.com/in/subin-kim00/" class="icon fa fa-linkedin"></a>
<a href="mailto:[email protected]" class="icon fa fa-envelope"></a>
</ul>
</div>
</div>
</body>
</html>