Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
aa44c81495
|
|||
|
bbda411e88
|
@@ -125,7 +125,7 @@ input, select, textarea {
|
|||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
margin: 0 0 2em 0;
|
margin: 0 0 0.5em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
h1, h2, h3, h4, h5, h6 {
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
|||||||
21
index.html
21
index.html
@@ -36,7 +36,12 @@
|
|||||||
<article class="col-6 col-12-xsmall work-item">
|
<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>
|
<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>
|
<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>
|
<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/next_permutation.jpg" class="image fit thumb"><img src="images/next_permutation.jpg" alt="" /></a>
|
||||||
|
<h3><a href="https://github.com/CitizenBeta/Next-Permutation">Next Permutation</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>
|
||||||
</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>
|
||||||
@@ -48,28 +53,20 @@
|
|||||||
<h3><a href="https://github.com/CitizenBeta/Connect4">Connect 4</a></h3>
|
<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>
|
<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>
|
</article>
|
||||||
<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>
|
|
||||||
<h3><a href="https://github.com/CitizenBeta/Next-Permutation">Next Permutation</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>
|
|
||||||
</article>
|
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Three -->
|
<!-- Three -->
|
||||||
<section id="three">
|
<section id="three">
|
||||||
|
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
<h2>Object Identifier</h2>
|
<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>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 me an arc.</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 OID prefix is <b>1.3.6.1.4.1.63420</b>.</p>
|
<p>The assignment of the OID arc is hereby acknowledged in this PDF document:</p>
|
||||||
<ul class="actions">
|
<ul class="actions">
|
||||||
<li><a href="https://repo.zhanganjun.com/OID/OID_Assignment_v1_0.pdf" class="button icon solid fa-download">OID Assignment PDF</a></li>
|
<li><a href="https://repo.zhanganjun.com/OID/OID_Assignment_v1_0.pdf" class="button icon solid fa-download">OID Assignment PDF</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Footer -->
|
<!-- Footer -->
|
||||||
@@ -83,7 +80,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">v3.11</a></li>
|
<li><a href="https://github.com/CitizenBeta/Homepage/releases/tag/v3.11.1">v3.11.1</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>
|
||||||
|
|||||||
Reference in New Issue
Block a user