Compare commits

...

9 Commits

Author SHA1 Message Date
955d7ff32d v3.13 2025-07-12 11:41:36 +08:00
472ffcd1f1 v3.12 2025-06-07 15:29:51 +08:00
e8e7cee2d1 v3.11.3 2025-05-03 12:12:16 +08:00
22e25103f7 v3.11.2 2025-05-02 22:38:53 +08:00
aa44c81495 v3.11.1 2025-05-02 22:32:53 +08:00
bbda411e88 v3.11.1 2025-05-02 22:20:56 +08:00
8294ee7d4c v3.11 2025-05-02 19:08:04 +08:00
554545f806 v3.10 2025-04-29 12:09:17 +08:00
25af9c458b v3.9.2 2025-04-03 23:30:50 +08:00
4 changed files with 34 additions and 13 deletions

View File

@@ -2684,8 +2684,8 @@ input, select, textarea {
#main > section {
border-top: solid 2px #efefef;
margin: 4em 0 0 0;
padding: 4em 0 0 0;
margin: 0;
padding: 2em 0 0 0;
}
#main > section:first-child {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -5,6 +5,7 @@
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=no" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="icon" href="https://static.zhanganjun.com/common/favicon.ico" type="image/x-icon">
</head>
<body class="is-preload">
@@ -12,7 +13,8 @@
<header id="header">
<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>
<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>
</div>
</header>
@@ -32,37 +34,55 @@
<section id="two">
<h2>Recent Work</h2>
<div class="row">
<article class="col-6 col-12-xsmall work-item">
<a href="images/pki.jpg" class="image fit thumb"><img src="images/pki.jpg" alt="" /></a>
<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>
</article>
<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>
<h3><a href="https://github.com/CitizenBeta/Orbital-Matrix-Rotation">Orbital Matrix Rotation</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>
</article>
<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>
<h3><a href="https://github.com/CitizenBeta/Calendar-Generator">Calendar Generator</a></h3>
<p>A Python script that dynamically creates a formatted monthly calendar (If you cannot access GitHub, <a href="https://repo.zhanganjun.com/Calendar-Generator">click here</a>).</p>
</article>
<article class="col-6 col-12-xsmall work-item">
<a href="images/pki.jpg" class="image fit thumb"><img src="images/pki.jpg" alt="" /></a>
<h3><a href="https://pki.zhanganjun.com">PKI Services</a></h3>
<p>PKI system supports 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 class="col-6 col-12-xsmall work-item">
<a href="images/connect4.jpg" class="image fit thumb"><img src="images/connect4.jpg" alt="" /></a>
<h3><a href="https://github.com/CitizenBeta/Connect4">Connect 4</a></h3>
<p>A Python implementation of the classic text-based Connect 4 game (If you cannot access GitHub, <a href="https://repo.zhanganjun.com/Connect4">click here</a>).</p>
</article>
-->
</div>
</section>
<!-- Three -->
<section id="three">
<section>
<h2>Object Identifier</h2>
<p>Object Identifier (OID) is an identifier mechanism standardized by the International Telecommunication Union (ITU) and ISO/IEC for naming any object, concept, or "thing" with a globally unambiguous persistent name.</p>
<p>The Internet Assigned Numbers Authority (IANA) has assigned the OID arc <b>1.3.6.1.4.1.63420</b> to me.</p>
<p>The assignment of the OID arc is hereby acknowledged in this PDF document:</p>
<ul class="actions">
<li><a href="https://repo.zhanganjun.com/OID/OID_Assignment.pdf" class="button icon solid fa-download">OID Assignment PDF</a></li>
</ul>
</section>
</section>
<!-- Footer -->
<footer id="footer">
<div class="inner">
<ul class="icons">
<li><a href="mailto:admin@zhanganjun.com" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
<li><a href="https://steamcommunity.com/id/citizenbeta/" class="icon brands fa-steam"><span class="label">Steam</span></a></li>
<li><a href="https://pgp.zhanganjun.com" class="icon solid fa-key"><span class="label">PGP Public Key</span></a></li>
<li><a href="https://github.com/CitizenBeta" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
<li><a href="https://steamcommunity.com/id/citizenbeta/" class="icon brands fa-steam"><span class="label">Steam</span></a></li>
</ul>
<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><a href="https://github.com/CitizenBeta/Homepage/releases/tag/v3.9.1">v3.9.1</a></li>
<li><a href="https://github.com/CitizenBeta/Homepage/releases/tag/v3.13">v3.13</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><a href="https://beian.miit.gov.cn" target="_blank">京ICP备2025105392号-2</a></li>
@@ -78,7 +98,8 @@
<script src="assets/js/breakpoints.min.js"></script>
<script src="assets/js/util.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>
</html>