-
Notifications
You must be signed in to change notification settings - Fork 0
/
authors.html
104 lines (99 loc) · 4.02 KB
/
authors.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
<!DOCTYPE html>
<!doctype html>
<html lang="ch">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.2.0-beta1/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-0evHe/X+R7YkIZDRvuzKMRqM+OrBnVFBL6DOitfPri4tjfHxaWutUpFmBp4vmVor" crossorigin="anonymous">
<script src="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.11.1/tocbot.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/4.11.1/tocbot.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/4.5.0/css/font-awesome.min.css" rel="stylesheet"
type="text/css">
<link href="https://junjiecai.github.io/theme/css/custom.css" rel="stylesheet">
</head>
<body>
<header>
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<div class="container-fluid">
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0 mx-auto">
<li class="nav-item text-center"><a class="nav-link active"
href="https://junjiecai.github.io/categories.html">分类</a>
</li>
<li class="nav-item text-center"><a class="nav-link active"
href="https://junjiecai.github.io/tags.html">标签</a>
</li>
<li class="nav-item text-center"><a class="nav-link active"
href="https://junjiecai.github.io/archives.html">归档</a>
</li>
<li><a
class="nav-link active"
href="https://junjiecai.github.io/pages/about">本Blog介绍</a>
</li>
<li class="active nav-item text-right"><a class="nav-link active btn"
href="https://junjiecai.github.io/en/">
Enligh
</a></li>
</ul>
</div>
</div>
</nav>
<div
class="p-5 text-center bg-image"
style="
background-image: url('https://i.swncdn.com/media/800w/cms/CW/faith/59666-sunrise-2-1200.1200w.tn.webp');
background-position: center;
background-repeat: no-repeat;
background-size: cover;
height: 300px;
margin-top: 20px;
"
>
<div class="mask" style="background-color: rgba(0, 0, 255, 0.1);">
<div class="d-flex justify-content-center align-items-center h-100">
<div class="text-white">
<h1> 俊杰的笔记本 </h1>
</div>
</div>
</div>
</div>
</header>
</body>
<div class="container" style="margin-top:50px">
<div class="row">
<div class="container">
<div class="row">
<div class="col-md-3">
</div>
<div class="col-md-6 justify-content-center">
<h4>Authors:</h4>
<div class="post-preview">
<a href="https://junjiecai.github.io/author/cai-jun-jie.html" rel="bookmark">
<h2 class="post-title">
蔡俊杰 (4)
</h2>
</a>
</div>
<hr>
</div>
<div class="col-md-3">
</div>
</div>
</div>
</div>
</div>
<footer>
<div class="container">
<div class="row">
<div class="col-lg-8 col-lg-offset-2 col-md-10 col-md-offset-1">
<!--
<p class="copyright text-muted">
Blog powered by <a href="http://getpelican.com">Pelican</a>,
which takes great advantage of <a href="http://python.org">Python</a>.
</p>
--> </div>
</div>
</div>
</footer>
</html>