Added new home page
This commit is contained in:
parent
819c13bee5
commit
77ea70ca94
|
@ -0,0 +1,75 @@
|
|||
<!doctype html>
|
||||
<html lang=en>
|
||||
<link href='data:image/gif;base64,R0lGODlhEAAQAPH/AAAAAP8AAP8AN////yH5BAUAAAQALAAAAAAQABAAAAM2SLrc/jA+QBUFM2iqA2bAMHSktwCCWJIYEIyvKLOuJt+wV69ry5cfwu7WCVp2RSPoUpE4n4sEADs=' rel=icon>
|
||||
<title>Skippy's Home Page</title><meta charset=utf-8>
|
||||
<meta name=Description content="An independent Linux® distribution with a focus on simplicity and the concept of less is more.">
|
||||
<style>
|
||||
body{
|
||||
text-align:center;
|
||||
overflow-y:scroll;
|
||||
font:calc(0.75em + 1vmin) monospace
|
||||
}
|
||||
|
||||
pre pre{
|
||||
text-align:left;
|
||||
display:inline-block
|
||||
}
|
||||
|
||||
img{
|
||||
max-width:57ch;
|
||||
display:block;
|
||||
height:auto;
|
||||
width:100%
|
||||
}
|
||||
|
||||
@media(prefers-color-scheme:dark){
|
||||
body{
|
||||
background:#000;color:#fff
|
||||
}
|
||||
|
||||
a{
|
||||
color:#6CF
|
||||
}
|
||||
}
|
||||
</style><pre>
|
||||
|
||||
<a href=http://yggpi.co.za><b>HOME</b></a><span style='color:#e60000'> 🅱️</span> <a href=http://blog.yggpi.co.za:8880/>Blog</a> <a href=http://yggpi.co.za/install.sh>Install dotfiles</a> <a href=http://proj.yggpi.co.za:8882/projects>Projects</a> <a href=https://github.com/skippy404>My Github</a>
|
||||
|
||||
<a href=http://git.yggpi.co.za:8883/explore>My Git Server</a> <a href=http://irc.yggpi.co.za:8881/>IRC Webchat (Channel: #club45)</a>
|
||||
|
||||
<a href=https://discord.gg/hgqgkuS>C45 Discord</a>
|
||||
|
||||
<pre>
|
||||
+-------------------------------------------------------+
|
||||
| |
|
||||
| About Me |
|
||||
| |
|
||||
| * I am currently studying at Stellenbosh University |
|
||||
| a BSc in Computer Science, I am in my third year |
|
||||
| of studies. |
|
||||
| |
|
||||
| * I love low level coding, I enjoy writing assembly |
|
||||
| and C code. |
|
||||
| |
|
||||
| * Vim or gtfo. |
|
||||
| |
|
||||
| * Come water my flowers in animal crossing pls. |
|
||||
| |
|
||||
+-------------------------------------------------------+
|
||||
|
||||
+-------------------------------------------------------+
|
||||
| |
|
||||
| Contact Details |
|
||||
| |
|
||||
| * Twitter: @king_of_vim |
|
||||
| |
|
||||
| * Instagram: @skippy_stephen |
|
||||
| |
|
||||
+-------------------------------------------------------+
|
||||
|
||||
<div style='height:200px'>
|
||||
|
||||
<a href="https://github.com/kisslinux/website">View page source</a>
|
||||
|
||||
|
||||
</pre></pre>
|
Loading…
Reference in New Issue