prettified html

This commit is contained in:
Ben Harris 2017-12-20 17:09:36 -05:00
parent 07ec4deaf3
commit cc340ad1cf
1 changed files with 37 additions and 26 deletions

View File

@ -1,5 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@ -17,7 +18,7 @@
<link rel="apple-touch-icon" sizes="144x144" href="/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="192x192" href="/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
@ -33,8 +34,8 @@
<body>
<div class="container">
<h1>~~~tilde.team~~~</h1>
<pre style="background-color:#333;">
<h1>~~~tilde.team~~~</h1>
<pre style="background-color:#333;">
__ _ __ __ __
/ /_(_) /___/ /__ / /____ ____ _____ ___
/ __/ / / __ / _ \ / __/ _ \/ __ `/ __ `__ \
@ -42,46 +43,56 @@
\__/_/_/\__,_/\___(_)__/\___/\__,_/_/ /_/ /_/
</pre>
<br>
<p>tilde.team is one tiny standard unix computer in the cloud that anyone can use and learn to use in the shared pursuit of cool sites and unix tools.</p>
<br>
<p>tilde.team is one tiny standard unix computer in the cloud that anyone can use and learn to use in the shared pursuit
of cool sites and unix tools.</p>
<p>i created this site after hearing about paul ford's <a href="http://tilde.club">tilde.club</a>. when i was unable to join due to the waitlist, i decided to create my own. see <a href="/~ben">my tilde page</a> or my <a href="https://benharr.is">personal site</a> for more info about me.</p>
<p>i created this site after hearing about paul ford's
<a href="http://tilde.club">tilde.club</a>. when i was unable to join due to the waitlist, i decided to create my own. see
<a href="/~ben">my tilde page</a> or my
<a href="https://benharr.is">personal site</a> for more info about me.</p>
<br>
<a href="/signup" class="btn btn-primary btn-lg"><i class="fa fa-user-plus"></i> signup</a>
<br>
<a href="/signup" class="btn btn-primary btn-lg">
<i class="fa fa-user-plus"></i> signup</a>
<a href="/faq" class="btn btn-warning btn-lg"><i class="fa fa-info"></i> faq</a>
<a href="/faq" class="btn btn-warning btn-lg">
<i class="fa fa-info"></i> faq</a>
<br>
<br>
<hr>
<br>
<br>
<hr>
<h1>other tilde things</h1>
<h1>other tilde things</h1>
<a class="btn btn-info" href="/discord/"><i class="fa fa-comments"></i> tilde~discord</a>
<a class="btn btn-info" href="https://github.com/tilde-team"><i class="fa fa-github"></i> tilde~githuborg</a>
<a class="btn btn-info" href="https://gitlab.com/tilde.team"><i class="fa fa-gitlab"></i> tilde~gitlab</a>
<a class="btn btn-info" href="https://bhh.sh"><i class="fa fa-link"></i> url shortener</a>
<br>
<hr>
<a class="btn btn-info" href="/discord/">
<i class="fa fa-comments"></i> tilde~discord</a>
<a class="btn btn-info" href="https://github.com/tilde-team">
<i class="fa fa-github"></i> tilde~githuborg</a>
<a class="btn btn-info" href="https://bhh.sh">
<i class="fa fa-link"></i> url shortener</a>
<h1>users:</h1>
<br>
<hr>
<h1>users:</h1>
<?php foreach (array_diff(scandir("/home"), ['..', '.']) as $user) {
if (!is_dir("/home/$user/public_html")) continue;
?>
<div class="list-group">
<a href="/~<?=$user?>/" class="list-group-item">
<h4 class="list-group-item-heading">~<?=$user?></h4>
<h4 class="list-group-item-heading">~
<?=$user?>
</h4>
</a>
</div>
<?php } ?>
<hr>
<hr>
</div>
<br>
<br>
<br>
<br>
</body>
</html>