-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html~
46 lines (43 loc) · 1.92 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
<!DOCTYPE HTML>
<html>
<head>
<title>Won I. Lee</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<script src="js/jquery.min.js"></script>
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.poptrox.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body id="top">
<!-- Header -->
<header id="mainheader">
<a href="#" class="image avatar"><img src="images/profile.png" alt="" /></a>
<strong><h1>won i. lee</h1></strong>
</header>
<!-- Main -->
<div id="mainmenu">
<a href="bio">bio</a> <a href="research">research</a> <a href="teaching">teaching</a> <a href="https://www.youtube.com/channel/UCdnfFVgoYpovt_l941ZQ72w">statsDR</a> <a href="writing">writing</a>
</div>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<!--<li><a href="#" class="icon fa-twitter"><span class="label">Twitter</span></a></li>-->
<li><a href="https://github.com/won1k" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://www.linkedin.com/profile/view?id=124035970" class="icon fa-linkedin"><span class="label">LinkedIn</span></a></li>
<li><a href="mailto:[email protected]" class="icon fa-envelope-o"><span class="label">Email</span></a></lie>
</ul>
<ul class="copyright">
<li>© 2014 Won I. Lee</li><!--<li>Design: <a href="http://html5up.net">HTML5 UP</a></li>-->
</ul>
</footer>
</body>
</html>