This commit is contained in:
Dominik V. Salonen 2018-03-15 08:44:45 +01:00
parent 65684102fe
commit 2cf5bd087f
2 changed files with 21 additions and 2 deletions

View File

@ -1,5 +1,10 @@
<a href="https://masto.quad.moe/" class="mastodon"><img src="/assets/masto-full.svg"></img></a>
<div class="icon-container">
<a href="https://twitter.com/Kuwaddo"><i class="fab fa-twitter"></i><br />Twitter</a>
<a href="mailto:contact@quad.moe"><i class="fas fa-envelope"></i><br />E-Mail</a>
<a href="https://twitter.com/Kuwaddo"><i class="fab fa-twitter"></i><br />Twitter</a>
<a href="mailto:contact@quad.moe"><i class="fas fa-envelope"></i><br />E-Mail</a>
</div>
<div class="notice-container">
<p>Also available via XMPP.</p>
<p>Server is <span class="highlight">conversations.im</span> and username is <span class="highlight">quad</span>.</p>
<p>Gotta type it out like that, otherwise I get bombarded by spambots.</p>
</div>

View File

@ -268,3 +268,17 @@ a.mastodon {
#page h1:first-child {
margin-top: 0;
}
.notice-container {
color: #AAA;
text-align: center;
}
#page .notice-container p {
font-size: 8pt;
margin: 0;
}
.highlight {
color: #FF5555;
}