-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathabout.html
99 lines (96 loc) · 3.87 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
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="Zixing Wang">
<meta name="generator" content="Hugo 0.88.1">
<title>Commutator</title>
<link rel="canonical" href="https://getbootstrap.com/docs/5.1/examples/navbar-fixed/">
<!-- Bootstrap core CSS -->
<link href="assets/dist/css/bootstrap.min.css" rel="stylesheet">
<link rel="icon" href="assets/images/logo.ico" type="image/x-icon" />
<!-- Custom styles for this template -->
<link href="assets/dist/css/navbar-top-fixed.css" rel="stylesheet">
</head>
<body>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<div class="container-fluid">
<a class="navbar-brand" href="#">Commutator</a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse"
aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav me-auto mb-2 mb-md-0">
<li class="nav-item">
<a class="nav-link" href="./"> Home </a>
</li>
<li class="nav-item">
<a class="nav-link" href="introduction.html"> Introduction </a>
</li>
<li class="nav-item">
<a class="nav-link" href="cube.html"> Rubik's cube </a>
</li>
<li class="nav-item">
<a class="nav-link" href="excel.html"> Excel </a>
</li>
<li class="nav-item">
<a class="nav-link" href="code.html"> Source code </a>
</li>
<li class="nav-item">
<a class="nav-link" href="https://github.com/nbwzx/Commutator" target="blank"> Github
repository </a>
</li>
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="#"> About </a>
</li>
</ul>
</div>
</div>
</nav>
<main class="container">
<br />
<h2 id="sample-markdown">Author</h2>
<p>
This project is made by <b>Zixing Wang</b>.<br />
</p>
<p>
Contact me at:
<ul>
<li><a href="https://zixingwang.com">Personal website</a></li>
<li><a href="mailto:nbwzx@126.com">Email</a></li>
<li><a href="https://github.com/nbwzx">Github</a></li>
<li><a href="https://www.facebook.com/zixingwang.cn">Facebook</a></li>
<li><a href="https://www.researchgate.net/profile/Zixing-Wang-5">Researchgate</a></li>
<li><a href="https://twitter.com/nbwzx123">Twitter</a></li><br />
</p>
</ul>
<h2 id="sample-markdown">License</h2>
<p>
This project is licensed under <a href="https://mit-license.org">MIT</a>.<br /><br />
</p>
<h2 id="sample-markdown">Support</h2>
<p>
This website is powered by <a href="https://getbootstrap.com">Bootstrap v5.1</a>.
</p>
<p>
The image in the Home page was created by <a
href="https://da.m.wikipedia.org/wiki/Fil:Cayley_graph_of_F2.svg">Dbenbenn</a>.
</p>
<p>
The Source code page is powered by <a href="https://prismjs.com">Prism</a>.
</p>
<p>
The Excel page is powered by <a href="https://sheetjs.com">Sheetjs</a>.
</p>
<p>
Thank <a href="https://github.com/abunickabhi">Abhijeet Ghodgaonkar</a> , <a
href="https://github.com/lgarron">Lucas Garron</a> and <a href="https://github.com/jarlly678">Songtao Mao</a>
for their valuable suggestions on this project.
</p>
</main>
<script src="assets/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>