Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
a8d84f9c2b
|
|||
|
83b74c90d9
|
|||
|
a8a8ddc3d0
|
|||
|
0a71d61bc3
|
|||
|
c2200954e5
|
|||
|
955d7ff32d
|
|||
|
472ffcd1f1
|
|||
|
e8e7cee2d1
|
|||
|
22e25103f7
|
|||
|
aa44c81495
|
|||
|
bbda411e88
|
|||
|
8294ee7d4c
|
@@ -2684,8 +2684,8 @@ input, select, textarea {
|
|||||||
|
|
||||||
#main > section {
|
#main > section {
|
||||||
border-top: solid 2px #efefef;
|
border-top: solid 2px #efefef;
|
||||||
margin: 4em 0 0 0;
|
margin: 0;
|
||||||
padding: 4em 0 0 0;
|
padding: 2em 0 0 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#main > section:first-child {
|
#main > section:first-child {
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 24 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 39 KiB |
BIN
images/gitea.jpg
Normal file
BIN
images/gitea.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 12 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 11 KiB |
44
index.html
44
index.html
@@ -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>
|
||||||
@@ -13,7 +15,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>
|
||||||
@@ -26,7 +29,8 @@
|
|||||||
<header class="major">
|
<header class="major">
|
||||||
<h2>About Me</h2>
|
<h2>About Me</h2>
|
||||||
</header>
|
</header>
|
||||||
<p>I'm really into computer programming and games. I'm majoring in software engineering at Beijing University of Technology now. I like playing games like Super Mario Bros. Wonder, It Takes Two and God of War.</p>
|
<p>Hi, welcome to my personal website!</p>
|
||||||
|
<p>I'm Zhang Anjun. I study software engineering at BJUT, currently in my second year. I'm living in Beijing. Computer programming and games are my passions. I'm a huge fan of games like Super Mario Bros. Wonder, It Takes Two, and God of War.</p>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Two -->
|
<!-- Two -->
|
||||||
@@ -36,26 +40,29 @@
|
|||||||
<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>
|
||||||
<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/gitea.jpg" class="image fit thumb"><img src="images/gitea.jpg" alt="" /></a>
|
||||||
<h3><a href="https://github.com/CitizenBeta/Calendar-Generator">Calendar Generator</a></h3>
|
<h3><a href="https://git.zhanganjun.com">Git Repository</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>
|
<p>A self-hosted Gitea instance for managing projects and code.</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>
|
|
||||||
<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>
|
||||||
</div>
|
</div>
|
||||||
</section>
|
</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 -->
|
||||||
<footer id="footer">
|
<footer id="footer">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
@@ -67,9 +74,9 @@
|
|||||||
</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.10">v3.10</a></li>
|
<li><a href="https://git.zhanganjun.com/zhanganjun/Homepage/releases/tag/v3.17">v3.17</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; vertical-align:middle;"/><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>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@@ -84,6 +91,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>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
Reference in New Issue
Block a user