Compare commits
4 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
0a71d61bc3
|
|||
|
c2200954e5
|
|||
|
955d7ff32d
|
|||
|
472ffcd1f1
|
BIN
images/minesweeper.jpg
Normal file
BIN
images/minesweeper.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 36 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB |
14
index.html
14
index.html
@@ -13,7 +13,8 @@
|
|||||||
<header id="header">
|
<header id="header">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<a href="https://static.zhanganjun.com/common/avatar.jpg" class="image avatar"><img src="https://static.zhanganjun.com/common/avatar.jpg" alt="" /></a>
|
<a href="https://static.zhanganjun.com/common/avatar.jpg" class="image avatar"><img src="https://static.zhanganjun.com/common/avatar.jpg" alt="" /></a>
|
||||||
<h1><strong>I am Zhang Anjun</strong>, a freshman at BJUT,<br />
|
<h1><strong>I am Zhang Anjun</strong>, <br />
|
||||||
|
a Stage 2 student at BJUT, <br />
|
||||||
living in Beijing</h1>
|
living in Beijing</h1>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
@@ -39,9 +40,9 @@
|
|||||||
<p>Zhang Anjun PKI Services was established to support the generation, issuance, distribution, revocation, administration, and management of public/private cryptographic keys that are contained in CA-signed X.509 Certificates.</p>
|
<p>Zhang Anjun PKI Services was established to support the generation, issuance, distribution, revocation, administration, and management of public/private cryptographic keys that are contained in CA-signed X.509 Certificates.</p>
|
||||||
</article>
|
</article>
|
||||||
<article class="col-6 col-12-xsmall work-item">
|
<article class="col-6 col-12-xsmall work-item">
|
||||||
<a href="images/next_permutation.jpg" class="image fit thumb"><img src="images/next_permutation.jpg" alt="" /></a>
|
<a href="images/minesweeper.jpg" class="image fit thumb"><img src="images/minesweeper.jpg" alt="" /></a>
|
||||||
<h3><a href="https://github.com/CitizenBeta/Next-Permutation">Next Permutation</a></h3>
|
<h3><a href="https://github.com/CitizenBeta/Minesweeper">Minesweeper</a></h3>
|
||||||
<p>A Python script to compute the next smaller and larger permutations of a given number (If you cannot access GitHub, <a href="https://repo.zhanganjun.com/Next-Permutation">click here</a>).</p>
|
<p>A console-based C++ implementation of the classic Minesweeper game. (If you cannot access GitHub, <a href="https://repo.zhanganjun.com/Minesweeper/">click here</a>).</p>
|
||||||
</article>
|
</article>
|
||||||
<article class="col-6 col-12-xsmall work-item">
|
<article class="col-6 col-12-xsmall work-item">
|
||||||
<a href="images/calendar_generator.jpg" class="image fit thumb"><img src="images/calendar_generator.jpg" alt="" /></a>
|
<a href="images/calendar_generator.jpg" class="image fit thumb"><img src="images/calendar_generator.jpg" alt="" /></a>
|
||||||
@@ -80,7 +81,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<ul class="copyright">
|
<ul class="copyright">
|
||||||
<li>© <span id=year><script>document.getElementById("year").innerHTML=(new Date).getFullYear()</script></span> Zhang Anjun. All rights reserved.</li>
|
<li>© <span id=year><script>document.getElementById("year").innerHTML=(new Date).getFullYear()</script></span> Zhang Anjun. All rights reserved.</li>
|
||||||
<li><a href="https://github.com/CitizenBeta/Homepage/releases/tag/v3.11.3">v3.11.3</a></li>
|
<li><a href="https://github.com/CitizenBeta/Homepage/releases/tag/v3.14">v3.14</a></li>
|
||||||
<li><a href="https://zaj.statuspage.io/">System Status</a></li>
|
<li><a href="https://zaj.statuspage.io/">System Status</a></li>
|
||||||
<li><img src="https://static.zhanganjun.com/common/beian.png" style="width:16px;"/><a href="https://beian.mps.gov.cn/#/query/webSearch?code=11010802045392" rel="noreferrer" target="_blank">京公网安备11010802045392号</a></li>
|
<li><img src="https://static.zhanganjun.com/common/beian.png" style="width:16px;"/><a href="https://beian.mps.gov.cn/#/query/webSearch?code=11010802045392" rel="noreferrer" target="_blank">京公网安备11010802045392号</a></li>
|
||||||
<li><a href="https://beian.miit.gov.cn" target="_blank">京ICP备2025105392号-2</a></li>
|
<li><a href="https://beian.miit.gov.cn" target="_blank">京ICP备2025105392号-2</a></li>
|
||||||
@@ -96,7 +97,6 @@
|
|||||||
<script src="assets/js/breakpoints.min.js"></script>
|
<script src="assets/js/breakpoints.min.js"></script>
|
||||||
<script src="assets/js/util.js"></script>
|
<script src="assets/js/util.js"></script>
|
||||||
<script src="assets/js/main.js"></script>
|
<script src="assets/js/main.js"></script>
|
||||||
<script src="https://static.zhanganjun.com/status/embed.js"></script>
|
<script src="https://static.zhanganjun.com/status/embed.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user