skiqqy.xyz/raw/template.html

80 lines
1.6 KiB
HTML

<!doctype html>
<html lang=en>
<title>Skiqqy's Home Page</title><meta charset=utf-8>
<meta name=Description content="Skiqqy Cochranes Home Page">
<style>
body{
overflow-y:scroll;
font:16px monospace,monospace;
background-color: #000;
color: #fff;
}
a{
color:#DC143C
}
img{
max-width:57ch;
display:block;
height:auto;
width:100%
}
.c{
display:table-cell;max-width:999px;max-width:80ch
}
pre{
margin:0;overflow-x:hidden
}
@media(max-width:999px){
.c{
display:block;font-size:1.94vw
}
}
.header {
padding: 60px;
text-align: center;
font-size: 30px;
}
.subheader {
padding: 60px;
text-align: center;
font-size: 20px;
}
.dev {
color: orange
}
</style>
<div class="header">%%HEADER%%</div>
</style><div style="display:table;margin:16px auto"><div class=c><pre style="top:0;position:sticky;user-select:none;padding-right:64px">
Portals:
<a href=/>Home</a>
<a href=https://dev.skiqqy.xyz>Developer Instance</a>
Personal:
<a href=/site/hobbies.html>Hobbies</a>
<a href=https://github.com/skiqqy>Github</a>
<a href=https://hub.docker.com/u/skiqqy>Docker</a>
<a href=/site/setup.html>My Setup</a>
<a href=/site/projects.html>Projects</a>
Hosted Services:
<a href=https://git.skiqqy.xyz/>Git Server</a>
<a href=https://social.skiqqy.xyz/>Pleroma Instance</a>
<a href=https://blog.skiqqy.xyz>Blog</a>
<a href=https://wiki.skiqqy.xyz/>Wiki</a>
<a href=https://files.skiqqy.xyz/>Files</a>
<a href=https://proj.skiqqy.xyz/>Projects Home</a>
<a href=https://irc.skiqqy.xyz/>IRC Webclient</a>
</pre></div><div class=c><pre>
%%BODY%%
<a href="https://github.com/skiqqy/skiqqy.github.io/">Page Source</a>
</pre></div></div>