0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-01-05 19:10:11 +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 dist
.next .next
yarn-error.log yarn-error.log
.vimrc~
..vimrc.un~

View File

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