-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
61 lines (56 loc) · 2.62 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
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8">
<title>Viggo</title>
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0" />
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Merriweather:300,400,700,900">
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:300,700">
<link rel="stylesheet" type="text/css" href="assets/styles/site.css?version=1.0">
<link rel="shortcut icon" href="favicon.ico">
<!-- baidu Analytice -->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?61d179347697aa822807585b6c34191b";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-77253689-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'UA-77253689-1');
</script>
</head>
<body>
<header class="main">
<nav class="main">
<!-- <a href="./index.html" class="active">HOME</a> -->
<!-- <a href="./about.html">ABOUT</a> -->
</nav>
</header>
<section id="about" class="animated bounce-in about_bg">
<div class="bg-align">
<h1>Designer. Viggo.</h1>
<p>My name is Viggo, I’m a Full-time UI designer with an enduring interest in Coding, Taking pictures and Cycling.
I live in China. Want to work together on something? Just follow my <a href="https://twitter.com/decohack" style="border-bottom: 1px solid #CCC;">Twitter</a>. And Make sure you have subscribed to my <a href="https://decohack.zhubai.love/" style="border-bottom: 1px solid #CCC;">Newsletter</a>.
</p>
<p>我是 Viggo, 我是一个全职产品设计师,最感兴趣的事情是写代码,摄影和骑公路车,可以在我的 <a href="https://twitter.com/decohack" style="border-bottom: 1px solid #CCC;">Twitter</a> 上看到更多关于我的内容。 另外记得订阅我的周刊 <a href="https://decohack.zhubai.love/" style="border-bottom: 1px solid #CCC;">DecoHack</a>。
</p>
</div>
</div>
<div class="copyright">
<p>©2015–2022 <a href="http://www.viggoz.com">Viggo</a> </p>
</div>
</section>
<section id="profile">
</section>
</body>
</html>