general touching up
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
leah 2021-11-16 17:19:18 +00:00
parent d78b9318d9
commit 37b8cc1edf
4 changed files with 6 additions and 11 deletions

View File

@ -146,7 +146,7 @@ a {
a:focus {
color: #EBE5CD;
}
transition: 0.15s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: 0.05s cubic-bezier(0.075, 0.82, 0.165, 1);
}
a:hover {
color: #aca794;

View File

@ -30,6 +30,7 @@
changed it!</p>
<div id="userpages" class="userpages-list">
<ul>
<!-- stolen from the tilde.team website -->
<?php
$usercount = 0;
$users = glob("/home/*/public_html", GLOB_ONLYDIR);

View File

@ -3,7 +3,7 @@
<head>
<meta charset='utf-8'>
<meta http-equiv='X-UA-Compatible' content='IE=edge'>
<title>South London</title>
<title>{% if page.title %}{{ page.title }} · {% endif %}South London</title>
<meta name='viewport' content='width=device-width, initial-scale=1'>
<link rel='stylesheet' type='text/css' media='screen' href='/main.css'>
<link href='https://unpkg.com/boxicons@2.0.9/css/boxicons.min.css' rel='stylesheet'>

View File

@ -18,13 +18,7 @@
<p>we also host a fair few services, with more coming every now and again.</p>
<ul class="bx-ul">
<li><i class='bx bxs-right-arrow-alt'></i>
<a href="https://craft.southlondon.cc">Minecraft Server</a>
</li>
<li><i class='bx bxs-right-arrow-alt'></i>
<a href="https://deck.southlondon.cc">Spacedeck Instance (the invite code is "gaming")</a>
</li>
<li><i class='bx bxs-right-arrow-alt'></i>
<a href="https://talk.southlondon.cc">Terrible Forum</a>
<a href="https://deck.southlondon.cc">a matrix server</a>
</li>
</ul>
</div>
@ -36,12 +30,12 @@
index.html file</p>
<p>if you don't see your name here, make sure you've
changed it!</p>
<div
<div
hx-get="/users.php"
hx-trigger="load"
hx-select="#userpages"
hx-swap="outerHTML"
/>
/> <!-- do we really need htmx for this -->
<noscript>looks like you're blocking javascript,
<a href="/users.php">click here</a>
to see all the userpages.</noscript>