skiqqy.xyz/index.html

130 lines
5.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{
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=/><b>HOME</b></a> <a href=./setup.html>My Setup</a> <a href=./blogs.html>Blog</a> <a href=http://yggpi.co.za/install.sh>Install dotfiles</a> <a href=./projects.html>Projects</a> <a href=https://github.com/skiqqy>My Github</a>
<a href=http://git.skiqqy.xyz/explore>My Git Server</a> <a href=http://irc.skiqqy.xyz/>IRC Webclient (Channel: #club45)</a>
<a href=https://discord.gg/hgqgkuS>C45 Discord</a>
<pre>
+-------------------------------------------------------+
| |
| About Me |
| |
| * My name is Stephen Cochrane, but my friends call |
| me Skippy |
| |
| * curriculum vitae: |
| There are 3 methods, shown below, |
| 1. <code>$ man <(curl -s http://skiqqy.xyz/skiqqy.1)</code> |
| 2. <code>$ curl http://skiqqy.xyz/gencv | bash</code> |
| 3. Or you can download it <a href=./CurriculumVitae.pdf>here</a>. |
| |
| * 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. |
| |
| * Just read the man-pages bro. |
| |
| * Come water my flowers in animal crossing pls. |
| |
+-------------------------------------------------------+
+-------------------------------------------------------+
| |
| Friends |
| |
| * Please go take a look at my friend Tristan, aka |
| "The king of subnets"/"alloca go brrr", his |
| website can be found over <a href=https://deavmi.github.io target=blank_>here</a> |
| |
+-------------------------------------------------------+
+-------------------------------------------------------+
| |
| What I consider Bloat |
| |
| * Any program that is not "minimal", in the sense |
| that it does not conform to the unix philosophy |
| of doing one thing, and doing that one thing well. |
| |
| * If the program is not free as in <a href=https://www.gnu.org/philosophy/free-sw.html target=blank_>free</a>, then I |
| assume the program is bloated and may be malware. |
| |
| * Politics. |
| |
| * Google. |
| |
| * Facebook. |
| |
+-------------------------------------------------------+
+-------------------------------------------------------+
| |
| Contact Details |
| |
| * Twitter: @posix_patrol |
| |
| * Instagram: @skippy_stephen |
| |
| * Email: ohmyskippy@disroot.org |
| |
| * xmpp: ohmyskippy@disroot.org |
| |
| * Discord: Skiqqy#1159 |
| |
+-------------------------------------------------------+
+-------------------------------------------------------+
| |
| Other |
| |
| * IRC: irc.yggpi.co.za:6667 |
| |
| * Mumble Channel: irc.yggpi.co.za:9980 |
| |
+-------------------------------------------------------+
<div style='height:200px'>
<a href="https://github.com/kisslinux/website" target=blank_>Inspiration for this website</a>
</pre></pre>