-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
120 lines (87 loc) · 3.18 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
<div class="container">
<!DOCTYPE html>
<html lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Golang | 自在生活</title>
<link rel="stylesheet" href="https://www.at719.com/css/styles.css">
<link rel="stylesheet" href="https://cdn.bootcss.com/font-awesome/5.8.1/css/all.css"
crossorigin="anonymous">
<script src="https://cdn.bootcss.com/jquery/3.3.1/jquery.js" ></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/zenburn.min.css" />
<script src="https://cdn.bootcss.com/highlight.js/9.15.6/highlight.min.js" crossorigin="anonymous" ></script>
<script>hljs.initHighlightingOnLoad();</script>
<script src="https://www.at719.com/js/highlight.js"></script>
<body>
<div class="container">
<nav class="navbar level">
<div class="navbar-brand">
<a class="nav-item" href="https://www.at719.com"><h1 class="title is-3">自在生活</h1></a>
</div>
<div class="navbar-menu has-text-centered is-active">
<div class="navbar-end is-centered">
<a href="https://github.com/junlv/">
<span class="icon">
<i class="fab fa-github"></i>
</span>
</a>
<a href="https://www.at719.com">
<span class="icon">
<i class="fa fa-home"></i>
</span>
</a>
<a href="https://github.com/junlv/junlv.github.io/issues">
<span class="icon">
<i class="fa fa-question-circle"></i>
</span>
</a>
</div>
</div>
</nav>
</div>
<main class="container">
<h1 class="title is-3">2019</h1>
<article class="columns">
<div class="column is-2">
<h6 class="is-inline" style="white-space: nowrap">Apr 10</h2>
</div>
<div class="column">
<h2 class="subtitle is-inline is-size-4-mobile is-size-3-desktop"><a href="https://www.at719.com/posts/golang_memo/">Golang杂物柜</a>
</h2>
</div>
</article>
</main>
<section class="section">
<div class="container">
<nav class="level is-mobile">
<div class="level-left">
<div class="level-item">
<a class="button is-rounded" disabled>
<span class="icon is-small is-marginless">
<i class="fa fa-angle-left"></i>
</span>
Newer
</a>
</div>
</div>
<div class="level-right is-marginless">
<div class="level-item">
<a class="button is-rounded" disabled>
Older
<span class="icon is-small is-marginless">
<i class="fa fa-angle-right"></i>
</span>
</a>
</div>
</div>
</nav>
</div>
</section>
<section class="section">
<div class="container has-text-centered">
</div>
</section>
<script src="/js/zen.js"></script>
</body>
</html>
</div>