-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
206 lines (137 loc) · 5.99 KB
/
index.html
File metadata and controls
206 lines (137 loc) · 5.99 KB
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
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" >
<title>myalice blog</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.7.2/css/all.css" integrity="sha384-fnmOCqbTlWIlj8LyTjo7mOUStjsKC4pOpQbqyi7RrhN7udi9RwhKkMHpvLbHG9Sr" crossorigin="anonymous">
<link rel="shortcut icon" href="https://myalice-forever.github.io/favicon.ico?v=1712406034457">
<link rel="stylesheet" href="https://myalice-forever.github.io/styles/main.css">
<link rel="stylesheet" href="https://unpkg.com/aos@next/dist/aos.css" />
<script src="https://cdn.jsdelivr.net/npm/vue/dist/vue.js"></script>
<meta name="description" content="There's something here...">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/KaTeX/0.10.0/katex.min.css">
</head>
<body>
<div id="app" class="main">
<div class="sidebar" :class="{ 'full-height': menuVisible }">
<div class="top-container" data-aos="fade-right">
<div class="top-header-container">
<a class="site-title-container" href="https://myalice-forever.github.io">
<img src="https://myalice-forever.github.io/images/avatar.png?v=1712406034457" class="site-logo">
<h1 class="site-title">myalice blog</h1>
</a>
<div class="menu-btn" @click="menuVisible = !menuVisible">
<div class="line"></div>
</div>
</div>
<div>
<a href="/" class="site-nav">
首页
</a>
<a href="/archives" class="site-nav">
归档
</a>
<a href="/tags" class="site-nav">
标签
</a>
<a href="/post/about" class="site-nav">
关于
</a>
</div>
</div>
<div class="bottom-container" data-aos="flip-up" data-aos-offset="0">
<div class="social-container">
<a class="social-link" href="https://github.com/myalice-forever" target="_blank">
<i class="fab fa-github"></i>
</a>
<a class="social-link" href="https://www.zhihu.com/people/la-mort-36" target="_blank">
<i class="fab fa-zhihu"></i>
</a>
</div>
<div class="site-description">
There's something here...
</div>
<div class="site-footer">
Powered by <a href="https://github.com/getgridea/gridea" target="_blank">Gridea</a> | <a class="rss" href="https://myalice-forever.github.io/atom.xml" target="_blank">RSS</a>
</div>
</div>
</div>
<div class="main-container">
<div class="content-container" data-aos="fade-up">
<article class="post-item">
<div class="left">
<a href="https://myalice-forever.github.io/post/li-kou-shua-ti-bi-ji/">
<h2 class="post-title">力扣刷题笔记</h2>
</a>
<div class="post-date">
2023-11-12
</div>
<div class="post-abstract">
<p>缓慢的进行力扣的刷...</p>
</div>
</div>
</article>
<article class="post-item">
<div class="left">
<a href="https://myalice-forever.github.io/post/mygrade2endssunddenly/">
<h2 class="post-title">我的大二上学期就这么匆匆结束了</h2>
</a>
<div class="post-date">
2022-12-13
</div>
<div class="post-abstract">
<p><em>“在全面遣返的消息通知中,我的大二上学期就这么匆匆结束了”</em></p>
</div>
</div>
</article>
<article class="post-item">
<div class="left">
<a href="https://myalice-forever.github.io/post/renshengdashi/">
<h2 class="post-title">普通的阖家欢电影</h2>
</a>
<div class="post-date">
2022-07-03
</div>
<div class="post-abstract">
<p> <em>失去了丧葬行业的浓郁底色,《人生大事》只能算是亲情向的阖家欢电影。</em></p>
</div>
</div>
<a class="right" href="https://myalice-forever.github.io/post/renshengdashi/">
<div class="feature-container" style="background-image: url('https://myalice-forever.github.io/post-images/renshengdashi.jfif')">
</div>
</a>
</article>
<article class="post-item">
<div class="left">
<a href="https://myalice-forever.github.io/post/hello-world/">
<h2 class="post-title"> Hello world</h2>
</a>
<div class="post-date">
2022-06-29
</div>
<div class="post-abstract">
</div>
</div>
</article>
<div class="pagination-container">
</div>
</div>
</div>
</div>
<script src="https://unpkg.com/aos@next/dist/aos.js"></script>
<script type="application/javascript">
AOS.init();
var app = new Vue({
el: '#app',
data: {
menuVisible: false,
},
})
</script>
<script src="//cdn.jsdelivr.net/gh/highlightjs/cdn-release@11.5.1/build/highlight.min.js"></script>
<script>
hljs.initHighlightingOnLoad()
</script>
</body>
</html>