New home page
This commit is contained in:
parent
be1facf432
commit
078e808a18
18
index.html
18
index.html
|
@ -30,9 +30,15 @@
|
|||
color:#6CF
|
||||
}
|
||||
}
|
||||
</style><pre>
|
||||
|
||||
<a href=/><b>HOME</b></a> <a href=./setup.html>My Setup</a> <a href=https://blog.skiqqy.xyz>Blog</a> <a href=https://skiqqy.xyz/install.sh>Install dotfiles</a> <a href=./projects.html>Projects</a> <a href=https://github.com/skiqqy>My Github</a> <a href=https://wiki.skiqqy.xyz/>Wiki</a>
|
||||
.header {
|
||||
padding: 60px;
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
}
|
||||
</style><pre>
|
||||
<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=https://skiqqy.xyz/install.sh>Install dotfiles</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 (Channel: #club45)</a>
|
||||
|
||||
|
@ -44,7 +50,7 @@
|
|||
| About Me |
|
||||
| |
|
||||
| * My name is Stephen Cochrane, but my friends call |
|
||||
| me Skippy |
|
||||
| me Skippy (Written skiqqy). |
|
||||
| |
|
||||
| * curriculum vitae: |
|
||||
| There are 3 methods, shown below, |
|
||||
|
@ -56,8 +62,8 @@
|
|||
| 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. |
|
||||
| * I love low level coding, my language of choice |
|
||||
| is C. |
|
||||
| |
|
||||
| * Vim or gtfo. |
|
||||
| |
|
||||
|
@ -118,7 +124,7 @@
|
|||
| |
|
||||
| * IRC: irc.skiqqy.xyz:6667 |
|
||||
| |
|
||||
| * Mumble Channel: irc.yggpi.co.za:9980 |
|
||||
| * Mumble Channel: irc.skiqqy.xyz:9980 |
|
||||
| |
|
||||
+-------------------------------------------------------+
|
||||
|
||||
|
|
Loading…
Reference in New Issue