Compare commits
40 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
aa44c81495
|
|||
|
bbda411e88
|
|||
|
8294ee7d4c
|
|||
|
554545f806
|
|||
|
25af9c458b
|
|||
|
0b9f73ee35
|
|||
|
958115ec2c
|
|||
|
76e80ea064
|
|||
|
26277cf323
|
|||
|
615a648279
|
|||
|
c4cc68c672
|
|||
|
6d96a7f2f7
|
|||
| f8a1c58809 | |||
|
30922d17d2
|
|||
| 9755b4b73f | |||
| 2b42c6af86 | |||
| ba5fb928a9 | |||
| e3eefd783c | |||
| 1fbaaae160 | |||
| e9df7d40ad | |||
|
8f9be45f26
|
|||
|
5ff502d6f3
|
|||
|
1f1e3bef37
|
|||
| 1c597cf73c | |||
| 3387e838ca | |||
| d7c60a73ba | |||
|
91db508fa4
|
|||
|
7263163265
|
|||
|
347d9af9cc
|
|||
|
46820c7e9b
|
|||
|
07f3bad2f0
|
|||
|
32ac79a7d2
|
|||
|
5a06430d21
|
|||
|
da810dcf3f
|
|||
|
722275269a
|
|||
|
376357a549
|
|||
|
|
6e8baa9b01 | ||
|
|
95f810f44e | ||
|
|
2ac3c5c069 | ||
|
|
5169c3d5fc |
@@ -105,7 +105,7 @@ input, select, textarea {
|
|||||||
-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
|
-ms-transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
|
||||||
transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
|
transition: color 0.2s ease-in-out, border-color 0.2s ease-in-out;
|
||||||
border-bottom: dotted 1px;
|
border-bottom: dotted 1px;
|
||||||
color: #49bf9d;
|
color: #a2a2a2;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -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 {
|
||||||
@@ -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 {
|
||||||
|
|||||||
BIN
favicon.ico
|
Before Width: | Height: | Size: 3.6 KiB |
BIN
images/01.jpg
|
Before Width: | Height: | Size: 18 KiB |
BIN
images/02.jpg
|
Before Width: | Height: | Size: 5.1 KiB |
BIN
images/calendar_generator.jpg
Normal file
|
After Width: | Height: | Size: 24 KiB |
BIN
images/connect4.jpg
Normal file
|
After Width: | Height: | Size: 39 KiB |
BIN
images/next_permutation.jpg
Normal file
|
After Width: | Height: | Size: 11 KiB |
BIN
images/pki.jpg
Normal file
|
After Width: | Height: | Size: 5.0 KiB |
63
index.html
@@ -1,18 +1,19 @@
|
|||||||
<!DOCTYPE HTML>
|
<!DOCTYPE HTML>
|
||||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
|
||||||
<head>
|
<head>
|
||||||
<title>David Miller'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" />
|
||||||
<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">
|
||||||
</head>
|
</head>
|
||||||
<body class="is-preload">
|
<body class="is-preload">
|
||||||
|
|
||||||
<!-- Header -->
|
<!-- Header -->
|
||||||
<header id="header">
|
<header id="header">
|
||||||
<div class="inner">
|
<div class="inner">
|
||||||
<a href="https://img.davidmiller.top/common/avatar.jpg" class="image avatar"><img src="https://img.davidmiller.top/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 David Miller</strong>, a high school sophomore,<br />
|
<h1><strong>I am Zhang Anjun</strong>, a freshman at BJUT,<br />
|
||||||
living in Beijing</h1>
|
living in Beijing</h1>
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
@@ -25,7 +26,7 @@
|
|||||||
<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 endeavoring to major in computer science within a few years. I also like playing games like Forza Horizon 5, God of War, Resident Evil 4 and Hogwarts Legacy.</p>
|
<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>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<!-- Two -->
|
<!-- Two -->
|
||||||
@@ -33,34 +34,56 @@
|
|||||||
<h2>Recent Work</h2>
|
<h2>Recent Work</h2>
|
||||||
<div class="row">
|
<div class="row">
|
||||||
<article class="col-6 col-12-xsmall work-item">
|
<article class="col-6 col-12-xsmall work-item">
|
||||||
<a href="images/01.jpg" class="image fit thumb"><img src="images/01.jpg" alt="" /></a>
|
<a href="images/pki.jpg" class="image fit thumb"><img src="images/pki.jpg" alt="" /></a>
|
||||||
<h3><a href="https://pw.davidmiller.top/">Bitwarden</a></h3>
|
<h3><a href="https://pki.zhanganjun.com">PKI Services</a></h3>
|
||||||
<p>Stable, secure and free passwaord manager (Powered by Vaultwarden)</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/02.jpg" class="image fit thumb"><img src="images/02.jpg" alt="" /></a>
|
<a href="images/next_permutation.jpg" class="image fit thumb"><img src="images/next_permutation.jpg" alt="" /></a>
|
||||||
<h3><a href="https://pki.davidmiller.top/">PKI Services</a></h3>
|
<h3><a href="https://github.com/CitizenBeta/Next-Permutation">Next Permutation</a></h3>
|
||||||
<p>David Miller Trust Services PKI system 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>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 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/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>
|
||||||
</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_v1_0.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">
|
||||||
<ul class="icons">
|
<ul class="icons">
|
||||||
<li><a href="mailto:contact@davidmiller.top" class="icon solid fa-envelope"><span class="label">Email</span></a></li>
|
<li><a href="mailto:admin@zhanganjun.com" class="icon solid fa-envelope"><span class="label">Email</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>
|
<li><a href="https://steamcommunity.com/id/citizenbeta/" class="icon brands fa-steam"><span class="label">Steam</span></a></li>
|
||||||
<li><a href="https://www.facebook.com/CitizenBeta2" class="icon brands fa-facebook"><span class="label">Facebook</span></a></li>
|
|
||||||
<li><a href="https://twitter.com/CitizenBeta2" class="icon brands fa-twitter"><span class="label">Twitter</span></a></li>
|
|
||||||
<li><a href="https://github.com/CitizenBeta2" class="icon brands fa-github"><span class="label">GitHub</span></a></li>
|
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="copyright">
|
<ul class="copyright">
|
||||||
<li>© <span id=year><script>document.getElementById("year").innerHTML=(new Date).getFullYear()</script></span> David Miller.</li>
|
<li>© <span id=year><script>document.getElementById("year").innerHTML=(new Date).getFullYear()</script></span> Zhang Anjun. All rights reserved.</li>
|
||||||
<li>GitHub: <a href="https://github.com/CitizenBeta2/Homepage/releases/tag/v3.2.4">v3.2.4</a></li>
|
<li><a href="https://github.com/CitizenBeta/Homepage/releases/tag/v3.11.1">v3.11.1</a></li>
|
||||||
<li><a href="https://davidmiller.statuspage.io">System Status</a></li>
|
<li><a href="https://zaj.statuspage.io/">System Status</a></li>
|
||||||
<li><img src="https://static.davidmiller.top/image/common/beian.png" style="width:16px;"/><a href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802035614" target="_blank">京公网安备 11010802035614号</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备2021023756号-1</a></li>
|
<li><a href="https://beian.miit.gov.cn" target="_blank">京ICP备2025105392号-2</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -73,7 +96,7 @@
|
|||||||
<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.davidmiller.top/js/statuspage.js"></script>
|
<script src="https://static.zhanganjun.com/status/embed.js"></script>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||