0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-01-03 18:10:12 +09:00

Compare commits

..

No commits in common. "63ba3146ff6813bdfa3593b948417056f2a15219" and "65c1fe54d58b0baf9b408ec519f10d2b93f99657" have entirely different histories.

2 changed files with 7 additions and 15 deletions

2
.gitignore vendored
View File

@ -8,5 +8,3 @@ debug.log
dist
.next
yarn-error.log
.vimrc~
..vimrc.un~

View File

@ -161,7 +161,7 @@ export default function About(props) {
}
<div className="text-left my-6">
<p className="text-2xl"><FontAwesomeIcon icon={faKey} className="w-5 h-5 inline"/> {keys}</p>
<ul className="list-disc mx-5 my-2">
<ul class="list-disc mx-5 my-2">
<li>
<span className="font-bold">GPG&nbsp;</span>
<Link href="/static/yudejp.gpg">
@ -170,12 +170,9 @@ export default function About(props) {
{download}
</a>
</Link>
<p>{fingerprint}:</p>
<div class="w-full overflow-x-auto ...">
<div class="whitespace-nowrap ...">
3745 F270 DB4E 8975 6B07 62BE EB0F E5D9 25C4 A968
</div>
</div>
<p>{fingerprint}:&nbsp;
<code>3745 F270 DB4E 8975 6B07 62BE EB0F E5D9 25C4 A968</code>
</p>
</li>
<li>
<span className="font-bold">SSH&nbsp;</span>
@ -185,12 +182,9 @@ export default function About(props) {
{view}
</a>
</Link>
<p>{fingerprint}:</p>
<div class="w-full overflow-x-auto ...">
<div class="whitespace-nowrap ...">
2048 SHA256:xwSL4DORWmroWdC6P0GU1m1yZl/cXqjo9rCCWqqO+Dc
</div>
</div>
<p>{fingerprint}:&nbsp;
<code>2048 SHA256:xwSL4DORWmroWdC6P0GU1m1yZl/cXqjo9rCCWqqO+Dc no comment (RSA)</code>
</p>
</li>
</ul>
</div>