-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (47 loc) · 3.05 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Vicken Liu">
<title>Vicken Liu | Web Developer</title>
<meta name="title" content="Vicken Liu | Web Development" />
<meta name="keywords" content="Vicken Liu,Web Development,full-stack developer,全站工程师,MEAN stack,new zealand developer" />
<meta name="description" content="Vicken's online space, 个人网站,欢迎光临。" />
<!-- Open Graph //-->
<meta name="og:title" content="Vicken Liu | Web Development" />
<meta name="og:type" content="website" />
<meta name="og:url" content="https://www.vickenliu.com" />
<meta name="og:site_name" content="Vicken Liu | Web Developer" />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.min.css" media="screen" title="no title" charset="utf-8">
<link href='https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="./style/index.css" media="screen" title="no title" charset="utf-8">
</head>
<body>
<div id="landing">
<div class="content">
<div class="greeting" style="width: 40%">
<h1>Hey Ni Hao.</h1>
<h1>My name is <strong>Vicken Liu</strong>.</h1>
<h1>I am a full-stack web developer.</h1>
<ul>
<li><a href="https://github.com/vickenliu" target="_blank" title="github"><img src="http://res.cloudinary.com/vicken/image/upload/v1465899483/personal/github.png" alt="github" /></a></li>
<li><a href="https://nz.linkedin.com/in/vicken-liu-29a06288" title="linkedin" target="_blank"><img src="http://res.cloudinary.com/vicken/image/upload/v1465899478/personal/linkedin.png" alt="github" /></a></li>
<li><a href="mailto:[email protected]" title="email me"><img src="http://res.cloudinary.com/vicken/image/upload/v1465899474/personal/email.png" alt="email" /></a></li>
<li><a href="/blog" title="my blog"><img src="http://res.cloudinary.com/vicken/image/upload/c_scale,h_116,w_116/v1518838789/personal/blog.png" /></a></li>
<li><a href="http://music.vickenliu.com/" title="my radio"><img src="http://res.cloudinary.com/vicken/image/upload/c_scale,w_116/v1519544267/radio_hsjomj.png" /></a></li>
<li style="display: none;"><a href="http://shop.vickenliu.com/" title="my shop"><img src="http://realchina.jp/wp-content/themes/precious_tcd019/img/connect/icon-shake.png" /></a></li>
</ul>
</div>
</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','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-96841345-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>