-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
169 lines (106 loc) · 4.2 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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
<!DOCTYPE html>
<html>
<head><meta name="generator" content="Hexo 3.8.0">
<!-- so meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="HandheldFriendly" content="True">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta name="description" content="2019级、前端开发">
<meta property="og:type" content="website">
<meta property="og:title" content="archive">
<meta property="og:url" content="http://yoursite.com/archive/index.html">
<meta property="og:site_name" content="Jaakko">
<meta property="og:description" content="2019级、前端开发">
<meta property="og:locale" content="default">
<meta property="og:updated_time" content="2019-02-15T08:29:06.742Z">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="archive">
<meta name="twitter:description" content="2019级、前端开发">
<link rel="shortcut icon" href="/images/tech.png">
<link rel="icon" type="image/png" href="/images/tech.png" sizes="192x192">
<link rel="apple-touch-icon" sizes="180x180" href="/images/tech.png">
<!-- title -->
<title>archive</title>
<!-- styles -->
<link rel="stylesheet" href="/css/style.css">
<!-- rss -->
</head>
<body>
<div class="content index width mx-auto px2 my4">
<header id="header">
<a href="/">
<div id="logo" style="background-image: url(/images/head.jpg);"></div>
<div id="title">
<h1>Jaakko</h1>
</div>
</a>
<div id="nav">
<ul>
<li class="icon">
<a href="#"><i class="fa fa-bars fa-2x"></i></a>
</li>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/archives/">Archies</a></li>
<li><a href="/categories/">Categories</a></li>
<li><a href="/tags/">Tags</a></li>
<li><a href="/links/">Links</a></li>
</ul>
</div>
</header>
<article class="post" itemscope itemtype="http://schema.org/BlogPosting">
<div class="tags">
<h1>
archive
</h1>
</div>
<div class="content" itemprop="articleBody">
</div>
</article>
<section id="about">
<p>2019级、前端开发</p>
<p style="display: inline">
Find me on
<ul id="socialinfo">
<li><a class="icon" target="_blank" href="https://github.com/isJaakko"><i class="fa fa-github"></i></a></li>
</ul>.
</p>
</section>
</div>
<footer id="footer">
<div class="footer-left">
Copyright © 2019 Jaakko Yin
</div>
<div class="footer-right">
<nav>
<ul>
<li><a href="/">Home</a></li>
<li><a href="/about/">About</a></li>
<li><a href="/archives/">Archies</a></li>
<li><a href="/categories/">Categories</a></li>
<li><a href="/tags/">Tags</a></li>
<li><a href="/links/">Links</a></li>
</ul>
</nav>
</div>
</footer>
</body>
</html>
<!-- styles -->
<link rel="stylesheet" href="/lib/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="/lib/meslo-LG/styles.css">
<link rel="stylesheet" href="/lib/justified-gallery/justifiedGallery.min.css">
<!-- jquery -->
<script src="/lib/jquery/jquery.min.js"></script>
<script src="/lib/justified-gallery/jquery.justifiedGallery.min.js"></script>
<script src="/js/main.js"></script>
<!-- Google Analytics -->
<script type="text/javascript">
(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-37473492-6', 'auto');
ga('send', 'pageview');
</script>