-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (27 loc) · 1.21 KB
/
index.html
File metadata and controls
28 lines (27 loc) · 1.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
<!DOCTYPE HTML5>
<html>
<head>
<meta charset="utf-8">
<title>Wayne Lin</title>
</head>
<link href="style.css" rel= "stylesheet">
<body>
<h1>Wayne Lin</h1>
<div class = "introduction">
<h3>
<ul>
<li>University College London</li><br>
MS, Technology Entrepreneurship 2010 – 2011<br>
<br>
<li>National Taiwan University</li><br>
Bachelor's degree, International Business 2004 – 2008<br>
</ul>
<a href="http://www.linkedin.com/pub/neng-wei-lin/23/789/335">
<img src="http://vroommedia.biz/wp-content/themes/nitro/assets/images/theme/social-icons/obox/linkedin-32.png"></a>
<a href="https://twitter.com/Anteo8" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @Anteo8</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
<br>
</div>
</h3>
</body>
</html>