re-order contact list

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2022-10-23 18:11:23 -04:00
parent 966596923c
commit f1825c3b6d
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
2 changed files with 3 additions and 7 deletions

View File

@ -13,13 +13,12 @@
<p>This list is in the order of most preferred to least preferred.</p>
<ul>
<li><a rel="me" href=mailto:cobra@vern.cc>E-mail</a> (<a href=/media/0x083FF6F9.asc>PGP public key</a>)</li>
<li><a rel="me" href=xmpp:cobra@vern.cc>XMPP/Jabber</a></li>
<li><a rel="me" href=matrix:@cobra:vern.cc>Matrix (vern.cc)</a></li>
<li><a rel="me" href=xmpp:cobra@vern.cc>XMPP/Jabber</a></li>
<li><a rel="me" href=//fedi.vern.cc/@cobra>Mastodon</a></li>
<li>I am active on IRC on libera.chat in #librespeech and #nontel as <code>cobra</code>, and on tilde.chat in #vern, also as <code>cobra</code></li>
<li><a rel="me" href=//lm.vern.cc/u/cobra>Lemmy</a></li>
<li><a rel="me" href=matrix:@cobra:inetd.xyz>Matrix (inetd.xyz)</a></li>
<li><a rel="me" href=//git.vern.cc/cobra>Gitea</a></li>
<li><a rel="me" href=matrix:@cobra:inetd.xyz>Matrix (inetd.xyz)</a></li>
</ul>
<!--#include file="/footer" -->
</body>

View File

@ -18,9 +18,7 @@ header {
font-size:1.1em;
align-items:center;
overflow:hidden;
background-color:#0000007f;
backdrop-filter:blur(3px);
position:sticky;
background-color:#000000;
top:0px;
width:100%;
}
@ -28,7 +26,6 @@ header {
header + hr {
overflow:hidden;
background-color:#000000;
position:sticky;
top:70px;
width:100%;
}