added patreon, github, twitter links to top-right of page
This commit is contained in:
parent
8fd5c5768d
commit
f4593e1a84
|
@ -5,6 +5,31 @@ body {
|
||||||
}
|
}
|
||||||
/* Background pattern from Toptal Subtle Patterns */
|
/* Background pattern from Toptal Subtle Patterns */
|
||||||
|
|
||||||
|
#link_div {
|
||||||
|
font-family: 'Alegreya', serif;
|
||||||
|
position: absolute;
|
||||||
|
top: 0px;
|
||||||
|
right: 10px;
|
||||||
|
}
|
||||||
|
|
||||||
|
#link_div > a:link {
|
||||||
|
color: lightblue;
|
||||||
|
background-color: transparent;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
#link_div > a:visited {
|
||||||
|
color: lightblue;
|
||||||
|
background-color: transparent;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
|
#link_div > a:hover {
|
||||||
|
color: white;
|
||||||
|
background-color: transparent;
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
|
||||||
.container {
|
.container {
|
||||||
font-family: 'Alegreya', serif;
|
font-family: 'Alegreya', serif;
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|
|
@ -10,6 +10,11 @@
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
<div id="header">
|
<div id="header">
|
||||||
|
<div id="link_div">
|
||||||
|
<a href="https://www.patreon.com/sixteen" class="link">Patreon</a><br />
|
||||||
|
<a href="https://github.com/Sakimori/matteo-the-prestige" class="link">Github</a><br />
|
||||||
|
<a href="https://twitter.com/SIBR_XVI" class="link">Twitter</a><br />
|
||||||
|
</div>
|
||||||
<h2 class="page_header" style="font-size: 50px;">THE SIMMADOME</h2>
|
<h2 class="page_header" style="font-size: 50px;">THE SIMMADOME</h2>
|
||||||
<h2 class="page_header">Join SIBR on <a href="https://discord.gg/UhAajY2NCW" class="link"><img src="static/discord.png" height="30"></a> to start your own games!</h2>
|
<h2 class="page_header">Join SIBR on <a href="https://discord.gg/UhAajY2NCW" class="link"><img src="static/discord.png" height="30"></a> to start your own games!</h2>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user