added a page for cobble

This commit is contained in:
hayden 2019-07-18 18:46:52 -05:00
parent 4ac0011895
commit 862a1e16de
5 changed files with 57 additions and 15 deletions

View File

@ -6,10 +6,11 @@ body {
table.box {
border: 1;
background-color: #42604a;
max-width: 500px;
max-width: 600px;
}
td.box {
padding: 10px;
background-color: #6a9f7c;
}

BIN
cobble/cobble.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB

27
cobble/index.html Normal file
View File

@ -0,0 +1,27 @@
<html>
<head>
<title>cobble</title>
<link rel="stylesheet" type="text/css" href="style.css">
</head>
<body background="cobble.png">
<table class="box" align="center">
<tr>
<td class="box">
<div class="ascii-art"><b>
__ __ __
_________ / /_ / /_ / /__
/ ___/ __ \/ __ \/ __ \/ / _ \
/ /__/ /_/ / /_/ / /_/ / / __/
\___/\____/_.___/_.___/_/\___/
</b></div>
<br>
<b>about</b>
<br><br>
cobble is a lightweight, tiny minecraft server written in c. the main goals of the project are simplicity, and preformance.
<br><br>
source can be found <a href="https://github.com/TheStilbruch/cobble">here</a>
</td>
</tr>
</table>
</body>
</html>

19
cobble/style.css Normal file
View File

@ -0,0 +1,19 @@
body {
color: #161e1e;
font-family: monospace;
}
table.box {
border: 1;
background-color: #191919;
max-width: 600px;
}
td.box {
padding: 10px;
background-color: #b3b3b3;
}
.ascii-art {
white-space: pre;
}

View File

@ -20,6 +20,15 @@
computer science student from the american midwest<br>
i like all things linux and security related<br>
<br>
<b>projects</b>
<br>
<ul>
<li><a href="cobble/">cobble</a> - a tiny minecraft server implimentation written in c</li>
<li><a href="https://github.com/TheStilbruch/tildechan">tildechan</a> - a minimalist image board written for php/mysql</li>
<li><a href="https://github.com/TheStilbruch/dots">dots</a> - my dotfiles</li>
<li><a href="https://github.com/TheStilbruch/site">site</a> - source for this site</li>
<li><a href="https://github.com/TheStilbruch/spigkt">spigkt</a> - spigot plugin library written in kotlin</li>
</ul>
<b>pages</b>
<br><br>
i like making little weird pages for fun<br>
@ -27,22 +36,8 @@
<ul>
<li><a href="backrooms/index.html">t h e b a c k r o o m s</a> - noclip out of reality</li>
<li><a href="le/index.html">~ lazy evenings ~</a> - just a page that gives of chill vibes</li>
<li><a href="modern/">modern homepage</a> - What would this page look like with a more modern design?</li>
</ul>
<br>
<b>projects</b>
<br>
i don't really have anything interesting to show here<br>
maybe later<br>
<br>
<b>repos</b>
<br>
here are a few of my git repos<br>
<ul>
<li><a href="https://github.com/TheStilbruch/dots">dots</a> - my dotfiles</li>
<li><a href="https://github.com/TheStilbruch/site">site</a> - source for this site</li>
<li><a href="https://github.com/TheStilbruch/spigkt">spigkt</a> - spigot plugin library written in kotlin</li>
</ul>
</td>
</tr>
</table>