new look
This commit is contained in:
parent
cff295d6df
commit
fe65f4ecd4
45
index.html
45
index.html
|
@ -4,21 +4,21 @@
|
||||||
<meta name=Description content="Skiqqy Cochranes Home Page">
|
<meta name=Description content="Skiqqy Cochranes Home Page">
|
||||||
<style>
|
<style>
|
||||||
body{
|
body{
|
||||||
text-align:center;
|
overflow-y:scroll;font:16px monospace,monospace
|
||||||
overflow-y:scroll;
|
|
||||||
font:calc(0.75em + 1vmin) monospace
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pre pre{
|
img, .c{
|
||||||
text-align:left;
|
display:table-cell;max-width:999px;max-width:80ch
|
||||||
display:inline-block
|
|
||||||
}
|
}
|
||||||
|
|
||||||
img{
|
pre{
|
||||||
max-width:57ch;
|
margin:0;overflow-x:hidden
|
||||||
display:block;
|
}
|
||||||
height:auto;
|
|
||||||
width:100%
|
@media(max-width:999px){
|
||||||
|
.c{
|
||||||
|
display:block;font-size:1.94vw
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(prefers-color-scheme:dark){
|
@media(prefers-color-scheme:dark){
|
||||||
|
@ -36,15 +36,21 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-size: 30px;
|
font-size: 30px;
|
||||||
}
|
}
|
||||||
</style><pre>
|
</style>
|
||||||
<div class="header"><h1>Skiqqy</h1>~ Pronounced skippy</div>
|
<div class="header"><h1>Skiqqy</h1>~ Pronounced skippy</div>
|
||||||
<a href=./setup.html>My Setup</a> <a href=https://blog.skiqqy.xyz>Blog</a> <a href=./projects.html>Projects</a> <a href=https://github.com/skiqqy>My Github</a> <a href=https://wiki.skiqqy.xyz/>Wiki</a>
|
</style><div style="display:table;margin:16px auto"><div class=c><pre style="top:0;position:sticky;user-select:none;padding-right:64px">
|
||||||
|
|
||||||
<a href=https://git.skiqqy.xyz/>My Git Server</a> <a href=https://irc.skiqqy.xyz/>IRC Webclient (Channel: #club45)</a>
|
<a href=/ style="text-decoration:none;color:white">Skiqqy</a>
|
||||||
|
|
||||||
|
<a href=./setup.html>My Setup</a>
|
||||||
|
<a href=https://blog.skiqqy.xyz>Blog</a>
|
||||||
|
<a href=./projects.html>Projects</a>
|
||||||
|
<a href=https://github.com/skiqqy>My Github</a>
|
||||||
|
<a href=https://wiki.skiqqy.xyz/>Wiki</a>
|
||||||
|
<a href=https://git.skiqqy.xyz/>My Git Server</a>
|
||||||
|
<a href=https://irc.skiqqy.xyz/>IRC Webclient</a>
|
||||||
<a href=https://discord.gg/hgqgkuS>C45 Discord</a>
|
<a href=https://discord.gg/hgqgkuS>C45 Discord</a>
|
||||||
|
</pre></div><div class=c><pre>
|
||||||
<pre>
|
|
||||||
+-------------------------------------------------------+
|
+-------------------------------------------------------+
|
||||||
| |
|
| |
|
||||||
| About Me |
|
| About Me |
|
||||||
|
@ -128,8 +134,5 @@
|
||||||
| |
|
| |
|
||||||
+-------------------------------------------------------+
|
+-------------------------------------------------------+
|
||||||
|
|
||||||
<div style='height:200px'>
|
<a href="https://k1ss.org/">Inspired by</a>
|
||||||
|
</pre></div></div>
|
||||||
<a href="https://github.com/kisslinux/website" target=blank_>Inspiration for this website</a>
|
|
||||||
|
|
||||||
</pre></pre>
|
|
||||||
|
|
Loading…
Reference in New Issue