-
Notifications
You must be signed in to change notification settings - Fork 0
/
categories.html
229 lines (202 loc) · 9.97 KB
/
categories.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
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
<!DOCTYPE HTML>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>类别 | UserName</title>
<link rel="icon" type="image/png" href="../favicon.ico">
<link rel="stylesheet" type="text/css" href="../css/awesome/css/all.min.css">
<link rel="stylesheet" type="text/css" href="../css/materialize/materialize.min.css">
<link rel="stylesheet" type="text/css" href="../css/animate/animate.min.css">
<link rel="stylesheet" type="text/css" href="../css/lightGallery/css/lightgallery.min.css">
<link rel="stylesheet" type="text/css" href="../css/matery.css">
<link rel="stylesheet" type="text/css" href="../css/my.css">
<link rel="stylesheet" type="text/css" href="../css/myaos.css">
<script src="../js/myaos.js"></script>
</head>
<body>
<header class="navbar-fixed">
<link rel="stylesheet" type="text/css" href="../css/header.css">
<script src="../js/header.js"></script>
<nav id="nav_header" class="bg-color nav-transparent">
<div id="navContainer" class="nav-wrapper container">
<div class="brand-logo">
<a href="home.html" class="waves-effect waves-light">
<img src="../medias/logo.png" class="logo-img" alt="LOGO">
</a>
<div id="login_to_change" style="display: inline;">
<!-- <span class="logo-span">UserName</span> -->
<div class="login"><a href="login.html"><span>登录</span></a>
</div>
<div class="login"><a href="register.html"><span>注册</span></a>
</div>
</div>
</div>
<a href="#" data-target="mobile-nav" class="sidenav-trigger button-collapse"><i class="fas fa-bars"></i></a>
<ul class="right nav-menu">
<li class="hide-on-med-and-down nav-item">
<a href="home.html" class="waves-effect waves-light">
<i class="fas fa-home" style="zoom: 0.6;"></i>
<span>首页</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="tags.html" class="waves-effect waves-light">
<i class="fas fa-tags" style="zoom: 0.6;"></i>
<span>标签</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="categories.html" class="waves-effect waves-light">
<i class="fas fa-bookmark" style="zoom: 0.6;"></i>
<span>分类</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="archives-1.html" class="waves-effect waves-light">
<i class="fas fa-archive" style="zoom: 0.6;"></i>
<span>归档</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="about.html" class="waves-effect waves-light">
<i class="fas fa-user-circle" style="zoom: 0.6;"></i>
<span>关于</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="comment.html" class="waves-effect waves-light">
<i class="fas fa-comments" style="zoom: 0.6;"></i>
<span>留言板</span>
</a>
</li>
<li class="hide-on-med-and-down nav-item">
<a href="friends.html" class="waves-effect waves-light">
<i class="fas fa-address-book" style="zoom: 0.6;"></i>
<span>用户信息</span>
</a>
</li>
</ul>
</div>
</nav>
</header>
<div class="bg-cover pd-header about-cover">
<div class="container">
<div class="row">
<div class="col s10 offset-s1 m8 offset-m2 l8 offset-l2">
<div class="brand">
<div class="title center-align">
记录一些过程
</div>
<div class="description center-align">
<span id="subtitle"></span>
<script src="../js/myTyped.js"></script>
<script>
var typed = new Typed("#subtitle", {
strings: [
"从来没有真正的绝境, 只有心灵的迷途",
"Never really desperate, only the lost of the soul",
],
startDelay: 300,
typeSpeed: 100,
loop: true,
backSpeed: 50,
showCursor: true
});
</script>
</div>
</div>
</div>
</div>
<script>
// 每天切换 banner 图. Switch banner image every day.
var bannerUrl = "../medias/banner/" + new Date().getDay() + '.jpg';
var pick = Math.floor(Math.random() * 7);
var bannerUrl = "../medias/banner/" + pick + '.jpg';
var csstext = document.getElementsByClassName("bg-cover")[0];
csstext.style.cssText += "background-image: url( " + bannerUrl + " )";
</script>
</div>
</div>
<main class="content">
<div id="category-cloud" class="container chip-container">
<div class="card">
<div class="card-content">
<div class="tag-title center-align">
<i class="fas fa-bookmark"></i> 文章分类
</div>
<div class="tag-chips">
<a href="categories.html" title="杂七杂八: 2">
<span class="chip center-align waves-effect waves-light
chip-default " style="background-color: #F9EBEA;">杂七杂八
<span class="tag-length">2</span>
</span>
</a>
<a href="categories.html" title="C++: 1">
<span class="chip center-align waves-effect waves-light
chip-default " style="background-color: #F5EEF8;">C++
<span class="tag-length">1</span>
</span>
</a>
<a href="categories.html" title="集群: 1">
<span class="chip center-align waves-effect waves-light
chip-default " style="background-color: #D5F5E3;">集群
<span class="tag-length">1</span>
</span>
</a>
<a href="categories.html" title="深度学习: 6">
<span class="chip center-align waves-effect waves-light
chip-default " style="background-color: #E8F8F5;">深度学习
<span class="tag-length">6</span>
</span>
</a>
<a href="categories.html" title="算法: 1">
<span class="chip center-align waves-effect waves-light
chip-default " style="background-color: #FEF9E7;">算法
<span class="tag-length">1</span>
</span>
</a>
</div>
</div>
</div>
</div>
<style type="text/css">
#category-radar {
width: 100%;
height: 360px;
}
#category-radar img {
margin: 0 auto;
text-align: center;
}
</style>
<div class="container">
<div class="card">
<div id="category-radar" class="card-content myaos">
<img src="../medias/ladar.png" style="height: 300px; width: 300px; margin-left: 35%;" alt="ladar">
</div>
</div>
</div>
</main>
<footer class="page-footer bg-color">
<a href="new.html"><img src="../medias/add.png" style="width: 37px;height: 37px; position: fixed; bottom: 60px; right: 11px;"></a>
<div id="toTopButton" style="position: fixed;right: 10px;bottom:10px;cursor: pointer;display: none;" onclick="returnToTop()">
<img src="../medias/arrow.png" style="width: 40px;height: 40px; ">
<script>
function returnToTop() {
document.body.scrollTop = 0;
document.documentElement.scrollTop = 0;
}
</script>
</div>
<div class="container row center-align" style="margin-bottom: 15px !important;">
<div class="s12 copy-right">
Copyright ©
<span id="year">2022</span>
<a href="about.html" target="_blank">逸仙苑</a> | Powered by <a href="https://www.sysu.edu.cn/" target="_blank">SYSU</a> | Organization
<a href="https://cse.sysu.edu.cn/" target="_blank">CSE</a>
<br>
</div>
</div>
</footer>
</body>
</html>