-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
120 lines (68 loc) · 2.97 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Mr.喵的网络日志</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:type" content="website">
<meta property="og:title" content="Mr.喵的网络日志">
<meta property="og:url" content="http://yoursite.com/index.html">
<meta property="og:site_name" content="Mr.喵的网络日志">
<meta property="og:locale" content="zh-cn">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Mr.喵的网络日志">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="/css/typing.css">
<link rel="stylesheet" href="/css/font-awesome.min.css">
</head>
<body class="home-body">
<div id="container" class="container">
<div class="home">
<div class="content">
<div class="profile">
<h1 class="nickname">ValenZhou</h1>
<div class="description">
<p><p>All serious computer programs are expressions of an individual.The important thing about a program is that it’s something you can show to people, and they can read it and they can learn something from it. It carries information. It’s a piece of your mind that you can write down and give to someone else just like a book..</p>
</p>
</div>
</div>
<hr/>
</div>
</div>
<ul class="footer-links">
<li>
<a href="/archives/"><span class="fa fa-book"></span></a>
</li>
<li>
<a href="https://github.com/valenzhou"><span class="fa fa-github-alt"></span></a>
</li>
<li>
<a href="https://www.facebook.com/valen.zhou"><span class="fa fa-facebook"></span></a>
</li>
<li>
<a href="https://twitter.com/valenzhou/"><span class="fa fa-twitter"></span></a>
</li>
<li>
<a href="https://plus.google.com/"><span class="fa fa-google-plus"></span></a>
</li>
<li>
<a href="https://www.google.com/"><span class="fa fa-globe"></span></a>
</li>
<li>
<a href="/atom.xml"><span class="fa fa-rss"></span></a>
</li>
</ul>
</div>
<footer id="footer" class="home-footer footer">
<div id="copyright" class="copyright">
© 2022 ValenZhou Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> Theme © <a href="https://github.com/geekplux" target="_blank">GeekPlux</a>
</div>
</footer>
<script src="//cdn.bootcss.com/jquery/2.2.4/jquery.min.js"></script>
<link rel="stylesheet" href="/fancybox/jquery.fancybox.css">
<script src="/fancybox/jquery.fancybox.pack.js"></script>
<script src="/js/typing.js"></script>
<!--[if lt IE 9]><script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7/html5shiv.min.js"></script><![endif]-->
</div>
</body>
</html>