-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
67 lines (60 loc) · 3.21 KB
/
about.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
<!DOCTYPE html>
<html lang="zh-CN" class="h-100">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="hyzhai">
<meta name="description" content="hyzhai's blog">
<meta name="generator" content="jekyll 3.8.5">
<link rel="stylesheet" href="/css/bootstrap.min.css">
<link rel="stylesheet" href="/css/posts.css">
<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico?">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/styles/default.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.15.6/highlight.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/highlightjs-line-numbers.min.js"></script>
<script>hljs.initHighlightingOnLoad();hljs.initLineNumbersOnLoad();</script>
<title>About - HYZHAI'S BLOG</title>
</head>
<body class="d-flex flex-column h-100">
<nav class="navbar navbar-expand-lg navbar-light bg-white border-bottom shadow-sm fixed-top flex-shrink-0"
style="opacity: 0.98">
<div class="container">
<a href="/" class="navbar-brand mr-auto"><b>HYZHAI'S BLOG</b></a>
<ul class="navbar-nav">
<li class="nav-item mr-3"><a href="/" class="nav-link">Home</a></li>
<li class="nav-item mr-3"><a href="/collections.html" class="nav-link">Collections</a></li>
<li class="nav-item"><a href="/about.html" class="nav-link">About</a></li>
</ul>
</div>
</nav>
<div class="container flex-shrink-0 mt-5">
<div class="jumbotron my-5 bg-light">
<div class="mx-5 text-justify">
<h2 class="mb-5"><b>欢迎光临我的博客</b></h3>
<p>Hi, I'm hyzhai. 现就读于中国科学技术大学,2018年本科毕业于西安电子科技大学。</p>
<p>我正处于学习知识的一个阶段,希望有一个平台能够记录这些知识,因此这个博客就诞生了。我希望借助这个博客记录和分享我所学到的知识。在网上查找资料的过程中,我发现有许多过时,甚至是错误的内容。这个博客里的内容,都是我亲自体验过的,我会尽力确保它们的准确性。
</p>
<p>如果你对博客里的内容有任何疑问,可以在<a href="https://github.com/hellozhaihy/hellozhaihy.github.io" target="_blank">这里</a>添加issue。</p>
<p class="text-muted">2019年农历新年</p>
</div>
</div>
</div>
<footer class="bg-light py-3 text-muted mt-auto">
<div class="container">
Powered by <a href="https://getbootstrap.com/" target="_blank">Bootstrap</a> & <a href="https://jekyllrb.com/"
target="_blank">jekyll</a>
<span class="float-right">All rights reserved <a href="https://github.com/hellozhaihy"
target="_blank">@hyzhai</a></span>
</div>
</footer>
<script src="/jquery/jquery-3.3.1.slim.min.js"></script>
<script>
$(function () {
$('[data-toggle="tooltip"]').tooltip();
})
</script>
<script src="/ajax/popper.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src='https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/latest.js?config=TeX-MML-AM_SVG' async></script>
</body>
</html>