added ssh key fingerprints

This commit is contained in:
gbmor 2020-05-22 03:36:20 -04:00
parent f2c44b0243
commit f9fd67a57f
2 changed files with 41 additions and 1 deletions

View File

@ -119,7 +119,13 @@
</div> </div>
<div id="news"> <div id="news">
<?php include("newsdata.html"); ?> <?php include("newsdata.html"); ?>
</div> </div>
<div id="sshfp">
<code>256 SHA256:QSijnje9WlvxZyIXc5h8uJ2MzPCKbviy0WnBG7U4aP0 (ECDSA)<br />
256 SHA256:3n9E2Y0Kz4YeF776aUQNM+roVICTVQHFs64ekyADQxY (ED25519)<br />
3072 SHA256:GsmsdVkfRA8YznxI6EZJW+pf9IntSUIpNfeeGhpIs8w (RSA)<br />
1024 SHA256:foWYUgDuqfFIKnD2sLgeF1m2l9/ykSLwwlMyLWgesCA (DSA)</code>
</div>
</div> </div>
</body> </body>

View File

@ -6,67 +6,90 @@ body {
max-width: 75%; max-width: 75%;
font-size: 1.0em; font-size: 1.0em;
} }
.date { .date {
font-weight: bold; font-weight: bold;
} }
#logo { #logo {
text-align: center; text-align: center;
font-family: monospace; font-family: monospace;
font-size: 1em; font-size: 1em;
} }
#navigation { #navigation {
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;
} }
#navigation table { #navigation table {
border: 0px; border: 0px;
width: 100%; width: 100%;
} }
#navigation td { #navigation td {
text-align: center; text-align: center;
vertical-align: center; vertical-align: center;
height: 1.5em; height: 1.5em;
background-color: #0B3861; background-color: #0B3861;
} }
#navigation td:hover { #navigation td:hover {
background-color: #045fb4; background-color: #045fb4;
} }
#navigation td a { #navigation td a {
display: block; display: block;
width: 100%; width: 100%;
text-decoration: none; text-decoration: none;
min-width: 3.5rem; min-width: 3.5rem;
} }
#navigation td a:hover { #navigation td a:hover {
text-decoration: none; text-decoration: none;
color: #ffffff; color: #ffffff;
} }
#front-content { #front-content {
max-width: 69%; max-width: 69%;
float: left; float: left;
} }
#content { #content {
margin: 0 auto; margin: 0 auto;
} }
#news { #news {
float: right; float: right;
max-width: 29%; max-width: 29%;
} }
#sshfp {
float: left;
margin: 0 auto;
min-width: 100%;
text-align: center;
padding-bottom: 3rem;
}
#code { #code {
font-family: monospace; font-family: monospace;
font-size: 1.0em; font-size: 1.0em;
max-width: 75%; max-width: 75%;
margin: 0 auto; margin: 0 auto;
} }
.code { .code {
font-family: monospace; font-family: monospace;
font-size: 1.0em; font-size: 1.0em;
max-width: 50%; max-width: 50%;
margin: 0 auto; margin: 0 auto;
} }
.faq { .faq {
width: 75%; width: 75%;
} }
.faq .q { .faq .q {
margin-top: 3rem; margin-top: 3rem;
font-weight: bold; font-weight: bold;
@ -74,14 +97,17 @@ body {
text-indent: 0rem; text-indent: 0rem;
font-size: 1.2em; font-size: 1.2em;
} }
.faq p { .faq p {
text-indent: 2rem; text-indent: 2rem;
} }
.faq h1 { .faq h1 {
font-size: 1.75em; font-size: 1.75em;
text-align: center; text-align: center;
margin-bottom: -1.5rem; margin-bottom: -1.5rem;
} }
a:link { a:link {
text-decoration: underline; text-decoration: underline;
color:#ffffff; color:#ffffff;
@ -100,6 +126,7 @@ a:hover {
p { p {
text-indent: 15px; text-indent: 15px;
} }
code { code {
text-indent: 2rem; text-indent: 2rem;
font-family: monospace; font-family: monospace;
@ -107,26 +134,33 @@ code {
padding-left: 0.3rem; padding-left: 0.3rem;
padding-right: 0.3rem; padding-right: 0.3rem;
} }
em { em {
font-weight: bold; font-weight: bold;
} }
h1 { h1 {
font-size: 1.75em; font-size: 1.75em;
text-align: center; text-align: center;
} }
h2 { h2 {
font-size: 1.4em; font-size: 1.4em;
} }
h3 { h3 {
font-size: 1.2em; font-size: 1.2em;
} }
h4 { h4 {
font-size: 1.1em; font-size: 1.1em;
margin-top: 0.2rem; margin-top: 0.2rem;
} }
.userlist { .userlist {
margin: 0 auto; margin: 0 auto;
} }
.userlist ul { .userlist ul {
list-style-position: inside; list-style-position: inside;
display: flex; display: flex;