-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
276 lines (215 loc) · 9.93 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
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
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<!--
width - viewport的宽度 height - viewport的高度
initial-scale - 初始的缩放比例
minimum-scale - 允许用户缩放到的最小比例
maximum-scale - 允许用户缩放到的最大比例
user-scalable - 用户是否可以手动缩放 -->
<title>Suhan</title>
<!-- Favicons -->
<link href="./images/suhan.png" rel="icon">
<!-- bootstrap css files -->
<link href="./vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="./vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<!-- hc-mobile-nav css files -->
<link rel="stylesheet" href="./vendor/hc-mobile-nav/hc-mobile-nav.css">
<!-- Template Main CSS Files -->
<link href="./css/variables.css" rel="stylesheet">
<link href="./css/main.css" rel="stylesheet">
</head>
<body>
<!-- ======= Header ======= -->
<header id="header" class="header d-flex align-items-center fixed-top">
<div class="container-fluid container-xl d-flex align-items-center justify-content-between">
<a href="index.html" class="logo d-flex align-items-center">
<img src="./images/suhan.png" alt="">
<h2>Suhan</h2>
</a>
<nav id="navbar" class="main-nav navbar">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="#">IT</a></li>
<li class="dropdown"><a href="#"><span>ACGN</span><i class="nav-down bi bi-chevron-down dropdown-indicator"></i></a>
<ul>
<li><a href="#">A - Animation</a></li>
<li><a href="#">C - Comic</a></li>
<li><a href="#">G - Game</a></li>
<li><a href="#">N - Novel</a></li>
</ul>
</li>
<li><a href="./plugins/about.html">About</a></li>
</ul>
</nav><!-- end navbar -->
<div class="position-relative">
<a href="https://github.com/suhan42" class="mx-2" target="_blank"><span class="bi-github"></span></a>
<a href="#" class="mx-2"><span class="bi-twitter"></span></a>
<a href="#" class="mx-2 js-search-open"><span class="bi-search"></span></a>
<a class="toggle"><span class="bi-list"></span></a>
<!-- ======= Search Form ======= -->
<div class="search-form-wrap js-search-form-wrap">
<form action="" class="search-form">
<span class="icon bi-search"></span>
<input type="text" placeholder="Search" class="form-control">
<button class="btn js-search-close"><span class="bi-x"></span></button>
</form>
</div><!-- End Search Form -->
</div>
</div>
</header>
<!-- ======= Main ======= -->
<main id="main">
<!-- ======= main body ======= -->
<section>
<div class="container">
<div class="row">
<!-- directory -->
<div class="col-md-10">
<h3 class="category-title">content | become a Sigma</h3><hr>
<!-- 目录容器,与js进行交互 -->
<div class="main-content"></div>
<!-- <div class="d-md-flex post-entry-2 small-img">
<a href="./view/wa2.html" class="me-4">
<img src="./images/冬馬かずさ.jpg" alt="wa2" class="img-fluid">
</a>
<div>
<div class="post-meta">
<span class="date">acgn</span><span class="mx-1">•</span>
<span>12-24-2022</span>
</div>
<a href="./view/wa2.html">
<h4>《白色相簿2》[通关推荐顺序]和[官方剧情资源全整理]</h4>
<p>我这篇通关推荐顺序的宗旨是让玩家的体验更好。而对于《白色相簿2》,不看剧透玩起来的感觉要比看剧透好非常多!所以,玩过的不要给别人剧透,没玩过的不要点开任何一个讨论和评论,包括角色介绍!</p>
</a>
</div>
</div> -->
<!-- 添加在了json中
<div class="d-md-flex post-entry-2 small-img">
<div>
<div class="post-meta">
<span class="date">it</span><span class="mx-1">•</span>
<span>4-12-2022</span>
</div>
<a href="./view/box.html">
<h4>关于css中box的使用</h4>
<p>css box</p>
</a>
</div>
</div> -->
<!-- Paging -->
<div class=" text-start py-4">
<!-- 分页容器 pagination-container -->
<div class="custom-pagination pagination-container">
<div class="pagination"></div>
<a href="#" class="page-change prev">Prevous</a>
<a href="#" class="page-change next">Next</a>
</div>
</div><!-- End Paging -->
</div><!-- end directory -->
<!-- Sidebar -->
<div class="col-md-2">
<!-- video -->
<div class="aside-block">
<h3 class="aside-title">Video</h3>
<div class="video-post">
<a href="https://www.bilibili.com" class="glightbox link-video">
<span class="bi-play-fill"></span>
<img src="./images/gd.jpg" alt="" class="img-fluid">
</a>
</div>
</div><!-- End Video -->
<!-- Categories -->
<div class="aside-block">
<h3 class="aside-title">Categories</h3>
<ul class="aside-links list-unstyled">
<li><a href="#"><i class="bi bi-chevron-right"></i>it</a></li>
<li><a href="#"><i class="bi bi-chevron-right"></i>acgn</a></li>
</ul>
</div><!-- End Categories -->
<!-- tage -->
<div class="aside-block">
<h3 class="aside-title">Tags</h3>
<ul class="aside-tags list-unstyled">
<li><a href="#">it</a></li>
<li><a href="#">acgn</a></li>
</ul>
</div><!-- End Tags -->
</div><!-- end Sidebar -->
</div>
</div>
</section> <!-- End == main body == -->
</main>
<!-- ======= Footer ======= -->
<footer id="footer" class="footer">
<div class="footer-content">
<div class="container">
<div class="row g-2">
<div class="col-lg-5">
<h3 class="footer-heading">About suhan</h3>
<p>悠久的时间啊,不懈行走中的愚蠢的旅人啊;壮烈的火焰啊,将一切化为灰烬的悲哀罪人啊。红色外衣披于身,铭刻此伤永不愈;在纠缠凌乱的锁状牢狱,细数吾之罪。时间,即是罪恶!</p>
<p><a href="./plugins/about.html" class="footer-link-more">Learn More</a></p>
</div>
<div class="col-6 col-lg-2">
<h3 class="footer-heading">Navigation</h3>
<ul class="footer-links list-unstyled">
<li><a href="index.html"><i class="bi bi-chevron-right"></i> Home</a></li>
<li><a href="#"><i class="bi bi-chevron-right"></i> It</a></li>
<li><a href="#"><i class="bi bi-chevron-right"></i> Acgn</a></li>
<li><a href="./plugins/about.html"><i class="bi bi-chevron-right"></i> About</a></li>
</ul>
</div>
<div class="col-6 col-lg-2">
<h3 class="footer-heading">Categories</h3>
<ul class="footer-links list-unstyled">
<li><a href="#"><i class="bi bi-chevron-right"></i> it</a></li>
<li><a href="#"><i class="bi bi-chevron-right"></i> acgn</a></li>
</ul>
</div>
<div class="col-lg-3">
虚以待位
???
</div>
</div>
</div>
</div><!-- end class="footer-content" -->
<div class="footer-legal">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-6 text-center text-md-start mb-3 mb-md-0">
<div class="copyright">
© Copyright <strong><span>suhan</span></strong>. All Rights Reserved
</div>
<div class="credits">
<!-- All the links in the footer should remain intact. -->
<!-- You can delete the links only if you purchased the pro version. -->
<!-- Licensing information: https://bootstrapmade.com/license/ -->
<!-- Purchase the pro version with working PHP/AJAX contact form: https://bootstrapmade.com/herobiz-bootstrap-business-template/ -->
Designed by <a href="https://bootstrapmade.com/" target="_blank">BootstrapMade</a>
</div>
</div>
<div class="col-md-6">
<div class="social-links mb-3 mb-lg-0 text-center text-md-end">
<a href="#" class="twitter"><i class="bi bi-twitter"></i></a>
<a href="https://github.com/suhan42" class="github" target="_blank"><i class="bi bi-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- 返回顶部 -->
<a href="#" class="scroll-top d-flex align-items-center justify-content-center"><i class="bi bi-arrow-up-short"></i></a>
<!-- Vendor jquery JS Files -->
<script src="./vendor/jquery-1.11.0.min.js" type="text/javascript"></script>
<!-- Vendor bootstrap JS Files -->
<script src="./vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<!-- hc-mobile-nav.js files -->
<script src="./vendor/hc-mobile-nav/hc-mobile-nav.js" type="text/javascript" ></script>
<!-- Template Main JS File -->
<script src="./js/main.js"></script>
<!-- my js files -->
<script src="./js/me.js" type="text/javascript" ></script>
<script src="./pagination-container.js" type="text/javascript" ></script>
</body>