Compare commits

..

3 Commits
v3.13 ... v3.15

Author SHA1 Message Date
a8a8ddc3d0 v3.15 2025-11-08 18:17:33 +08:00
0a71d61bc3 v3.14 2025-07-16 15:57:50 +08:00
c2200954e5 v3.13.1 2025-07-14 09:05:54 +08:00
3 changed files with 7 additions and 8 deletions

BIN
images/minesweeper.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 36 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -4,6 +4,8 @@
<title>Zhang Anjun's Homepage</title> <title>Zhang Anjun's Homepage</title>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" /> <meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<meta name="apple-mobile-web-app-status-bar-style" content="default">
<meta name="apple-mobile-web-app-capable" content="no">
<link rel="stylesheet" href="assets/css/main.css" /> <link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="https://static.zhanganjun.com/common/favicon.ico" type="image/x-icon"> <link rel="icon" href="https://static.zhanganjun.com/common/favicon.ico" type="image/x-icon">
</head> </head>
@@ -14,7 +16,7 @@
<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>, <br /> <h1><strong>I am Zhang Anjun</strong>, <br />
a Stage 2 student at BJUT,<br /> a stage 2 student at BJUT, <br />
living in Beijing</h1> living in Beijing</h1>
</div> </div>
</header> </header>
@@ -39,11 +41,10 @@
<h3><a href="https://pki.zhanganjun.com">PKI Services</a></h3> <h3><a href="https://pki.zhanganjun.com">PKI Services</a></h3>
<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/orbital_matrix_rotation.jpg" class="image fit thumb"><img src="images/orbital_matrix_rotation.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/Orbital-Matrix-Rotation">Orbital Matrix Rotation</a></h3> <h3><a href="https://github.com/CitizenBeta/Minesweeper">Minesweeper</a></h3>
<p>A Python script to rotate a specified orbit of a 7×7 matrix. (If you cannot access GitHub, <a href="https://repo.zhanganjun.com/Orbital-Matrix-Rotation/">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>
@@ -82,7 +83,7 @@
</ul> </ul>
<ul class="copyright"> <ul class="copyright">
<li>&copy; <span id=year><script>document.getElementById("year").innerHTML=(new Date).getFullYear()</script></span> Zhang Anjun. All rights reserved.</li> <li>&copy; <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.13">v3.13</a></li> <li><a href="https://github.com/CitizenBeta/Homepage/releases/tag/v3.15">v3.15</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>
@@ -99,7 +100,5 @@
<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>
<script src="https://static.zhanganjun.com/notification/embed.js"></script>
</body> </body>
</html> </html>