-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
76 lines (73 loc) · 4.16 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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE HTML>
<html>
<head>
<title>JocsTech | 科学世界</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="A personal web portal of Joseph Fang,雨龙的个人门户" />
<meta name="keywords" content="cs,computer,science,jocstech,jocs,yulong,joseph fang" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<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-wide.css" />
<link rel="stylesheet" href="css/style-noscript.css" /> </noscript>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
<!-- Icons -->
<!-- 16x16 -->
<link rel="shortcut icon" href="/favicon.ico">
<!-- 32x32 -->
<link rel="shortcut icon" href="/favicon.png">
<!-- 57x57 (precomposed) for iPhone 3GS, pre-2011 iPod Touch and older Android devices -->
<link rel="apple-touch-icon-precomposed" href="/images/apple-touch-icon-precomposed.png">
<!-- 72x72 (precomposed) for 1st generation iPad, iPad 2 and iPad mini -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/images/apple-touch-icon-72x72-precomposed.png">
<!-- 114x114 (precomposed) for iPhone 4, 4S, 5 and post-2011 iPod Touch -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/images/apple-touch-icon-114x114-precomposed.png">
<!-- 144x144 (precomposed) for iPad 3rd and 4th generation -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/images/apple-touch-icon-144x144-precomposed.png"> </head>
<body class="loading">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<!-- Header -->
<header id="header">
<h1>Joseph Fang</h1>
<h3>@jocs</h3>
<p>Computer Scientist • JocsTech • Explorer</p>
<nav>
<ul>
<li><a href="/blog" class="icon fa-book"><span class="label">Blog</span>Blog</a></li>
<li><a href="https://github.com/jocstech" class="icon fa-github"><span class="label">Github</span>Github</a></li>
<li><a href="https://twitter.com/jocstech" class="icon fa-twitter"><span class="label">Twitter</span>Twitter</a></li>
<li><a href="https://www.facebook.com/jocstech" class="icon fa-facebook"><span class="label">Facebook</span>Facebook</a></li>
<li><a href="mailto:jocstech@gmail.com" class="icon fa-envelope-o"><span class="label">Email</span>Email</a></li>
<li><a href="apps.html" class="icon fa-coffee"><span class="label">Web Apps</span>Web Apps</a></li>
</ul>
</nav>
<div class="location"> <i class="location-icon" style="opacity: 1; top: -7px;"></i> <span class="location-text animate-init" style="opacity: 1; top: 0px;">Toronto - Canada</span> </div>
</header>
<!-- Footer -->
<footer id="footer"> <span class="copyright">© JocsTech Design: <a href="http://diveintohtml5.info/">HTML5 Tech</a>.</span> <span>Hosted by Github</span> </footer>
</div>
</div>
<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', '//www.google-analytics.com/analytics.js', 'ga');
ga('create', 'UA-56794759-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>