-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (52 loc) · 1.91 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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Jingming Niu</title>
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css' />
<link href="css/index.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script type="text/javascript" src="js/index.js"></script>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-35186623-1']);
_gaq.push(['_setDomainName', 'jingming.info']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</head>
<body>
<h1>Jingming Niu</h1>
<h2>Software Engineer</h2>
<ul>
<li>
<a href="mailto:[email protected]">
<img src="images/email.png" />
</a>
<div class="caption hidden">[email protected]</div>
</li>
<li>
<a href="http://www.twitter.com/jingmingniu" target="_blank">
<img src="images/twitter.png" />
</a>
<div class="caption hidden">@jingmingniu</div>
</li>
<li>
<a href="http://www.fb.me/jingming" target="_blank">
<img src="images/facebook.png" />
</a>
<div class="caption hidden">/jingming</div>
</li>
<li>
<a href="http://www.linkedin.com/in/jmniu" target="_blank">
<img src="images/linkedin.png" />
</a>
<div class="caption hidden">/in/jmniu</div>
</li>
</ul>
</body>
</html>