Improve index

This commit is contained in:
Salt 2020-12-20 08:35:33 -06:00
parent 9a8d2b24b5
commit 7cf715b7d1
2 changed files with 22 additions and 5 deletions

View File

@ -8,12 +8,18 @@
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
<div class="content">
<h1>desu.ltd?</h1>
<p>desu.ltd. The domain of me, some random guy on the internet named Salt.</p>
<p>desu.ltd. The domain of me, a guy on the internet named Salt. Here and under various subdomains, I host things.</p>
<h1>Where are the goods?</h1>
<ul>
<li><a href="https://git.desu.ltd">git.desu.ltd</a> - My personal code forge</li>
<li><a href="https://nc.desu.ltd">nc.desu.ltd</a> - Nextcloud, for storing files and other things</li>
<li><a href="https://git.desu.ltd">Gitea</a> - My personal code forge</li>
<li><a href="https://nc.desu.ltd">Nextcloud</a> - For storing files and other things</li>
<li><a href="https://cowfee.moe">Pleroma</a> - A place to shitpost to strangers</li>
<li><a href="https://9iron.club/matrix">Matrix</a> - My shitty IRC non-replacement with ass voice chat</li>
</ul>
<h1>Your site is hard to navigate/looks like shit</h1>
<p>Yeah well fuck you, you look like shit too. You just don't appreciate the sleek, sexy appeal of a monospace aesthetic. You could view this site on a typewriter and it'd still look killer.</p>
<h1>Alright cool, but these headers suck</h1>
<p>I'll give you that.</p>
</div>
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
</body>

View File

@ -67,6 +67,10 @@ h2:before {
p {
margin: 0 0 1em 0;
}
nav:before,nav:after {
content: "--";
opacity: 0.25;
}
nav ul {
display: inline-block;
list-style-type: none;
@ -79,13 +83,17 @@ nav ul li{
padding: 0;
}
nav ul li:before {
content: ":: ";
content: "[";
opacity: 0.25;
}
nav ul li:after {
content: "]";
opacity: 0.25;
}
.content ul {
list-style-type: none;
margin: 0;
padding: 0;
padding: 0 0 1em 0;
}
.content ul li:before {
content: "* ";
@ -96,6 +104,9 @@ nav ul li:before {
.header {
margin: 0 0 1em 0;
}
.header pre {
opacity: 0.25;
}
.header h1 {
margin: 0 0 1em 0;
}