-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
103 lines (79 loc) · 4.21 KB
/
Copy pathindex.html
File metadata and controls
103 lines (79 loc) · 4.21 KB
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
<!DOCTYPE HTML>
<html>
<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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-79445602-1', 'auto');
ga('send', 'pageview');
</script>
<head>
<title>DoWon Kim</title>
<meta charset="utf-8" />
<meta name="keywords" content="DoWon, Kim, Princeton, San Diego">
<!-- Browser View Control -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- Version 1
<link rel="stylesheet" href="css/style.css" />
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<link href='https://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'> -->
<!-- Version 2 -->
<link rel="stylesheet" href="css/main.css" />
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:300" type="text/css" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">
<noscript><link rel="stylesheet" href="css/noscript.css" /></noscript>
</head>
<!-- Version 1
<body>
<div class="container">
<div class="col-sm-6 col-offset-3 centered text-center">
<h1><span class="text">DoWon Kim</span></h1>
<p>Mathematics & CS @ Princeton University</p>
<p id="icons">
<a href="mailto:dowon@princeton.edu" target="_blank"><i class="fa fa-envelope-o fa-fw"></i><span class="resume">Email</span></a>
<a href="https://www.linkedin.com/in/dowon-kim-26958824"><i class="fa fa-linkedin fa-fw"></i><span class="resume">LinkedIn</span></a>
<a href="https://github.com/dodokim" target="_blank"><i class="fa fa-github fa-fw"></i><span class="resume">GitHub</span></a>
<a href="https://www.dropbox.com/s/fefxhffn7qbjr9g/DoWon_Kim_Resume.pdf?dl=0" target="_blank"><i class="fa fa-dropbox fa-fw"></i><span class="resume">Resume</span></a>
</p>
</div>
</div>
</body> -->
<body class="is-loading">
<!-- Wrapper -->
<div id="wrapper">
<!-- Main -->
<section id="main">
<header>
<span class="avatar"><img src="images/avatar.jpg" alt="" /></span>
<h1>DoWon Kim</h1>
<p>Mathematics & CS @ Princeton University</p>
</header>
<footer>
<ul class="icons">
<li><a href="https://www.linkedin.com/in/dowon-kim-26958824" class="fa-linkedin"><span class="link_text">LinkedIn</span></a></li>
<li><a href="https://www.dropbox.com/s/879m1dg77s1se32/DoWonKim_Resume%2010%3A4.pdf?dl=0" class="fa-dropbox" target=_blank><span class="link_text">Resume</span></a></li>
</ul>
<ul class="icons">
<li><a href="mailto:dowon@princeton.edu" class="fa-envelope"><span class="link_text">Email</span></a></li>
<li><a href="https://www.github.com/dodokim" class="fa-github"><span class="link_text">GitHub</span></a></li>
</ul>
</footer>
</section>
<!-- Footer -->
<footer id="footer">
<ul class="copyright">
<li>© DoWon Kim 2016</li>
</ul>
</footer>
</div>
<script>
if ('addEventListener' in window) {
window.addEventListener('load', function() { document.body.className = document.body.className.replace(/\bis-loading\b/, ''); });
document.body.className += (navigator.userAgent.match(/(MSIE|rv:11\.0)/) ? ' is-ie' : '');
}
</script>
</body>
</html>