mirror of https://github.com/tildeclub/site.git
minor layout changes
This commit is contained in:
parent
c1b8ef873c
commit
e380614a2c
|
@ -1,9 +1,6 @@
|
|||
|
||||
</div>
|
||||
<br>
|
||||
<!-- Tildeverse Banner code begin -->
|
||||
<div style="text-align: center;"><object data="https://banner.tildeverse.org/work.php?ID=deepend" type="text/html" width="500" height="80" style="overflow:hidden; width: 500px; height: 80px"></object></div>
|
||||
<!-- Tildeverse Banner code end -->
|
||||
</body>
|
||||
</html>
|
||||
|
||||
|
|
53
index.php
53
index.php
|
@ -41,23 +41,31 @@
|
|||
<li>most of the info from previous wiki iterations are now consolidated on our new <a href="/wiki/">wiki</a></li>
|
||||
<li>we have a new donation page set up on <a href="https://liberapay.com/tilde.club">liberapay</a></li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col">
|
||||
<p>
|
||||
tilde.club is not a social network it is one tiny totally
|
||||
standard unix computer that people respectfully use together
|
||||
in their shared quest to build awesome web pages
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you would like a list of <a href="http://tilde.club/tilde.24h.php">
|
||||
RECENTLY CHANGED PAGES</a> you can see that too
|
||||
</p>
|
||||
|
||||
<hr>
|
||||
|
||||
<h2>tilde.club gold star supporters</h2>
|
||||
|
||||
<p>Tilde.Club is supported by a global community of good people. We
|
||||
don't rank people by the amount they give, only by the fact that they
|
||||
gave. Here's who has donated! When you're on the server, THANK
|
||||
THEM.</p>
|
||||
|
||||
<p>Tilde.Club is supported by a global community of
|
||||
good people. We don't rank people by the amount
|
||||
they give, only by the fact that they gave.
|
||||
Here's who has donated! When you're on the
|
||||
server, THANK THEM.</p>
|
||||
<ul>
|
||||
<li>4/21/2020 | <a href="/~cano">~cano</a></li>
|
||||
<li>11/9/2019 | <a href="/~sneak">~sneak</a></li>
|
||||
<li>10/5/2014 | <a href="/~beau">~beau</a></li>
|
||||
<li>10/5/2014 | <a href="/~skk">~skk</a></li>
|
||||
<li>10/5/2014 | <a href="/~joeld">~joeld</a></li>
|
||||
<li>10/5/2014 | <a href="/~john">~john</a></li>
|
||||
<li>10/5/2014 | <a href="/~brendn">~brendn</a></li>
|
||||
<li>11/9/2019 | <a href="/~sneak">~sneak</a></li> <li>10/5/2014 | <a href="/~beau">~beau</a></li> <li>10/5/2014 | <a href="/~skk">~skk</a></li> <li>10/5/2014 | <a href="/~joeld">~joeld</a></li> <li>10/5/2014 | <a href="/~john">~john</a></li> <li>10/5/2014 | <a href="/~brendn">~brendn</a></li>
|
||||
<li>10/5/2014 | <a href="/~droob">~droob</a></li>
|
||||
<li>10/5/2014 | <a href="/~delfuego">~delfuego</a></li>
|
||||
<li>10/5/2014 | <a href="/~jonathan">~jonathan</a></li>
|
||||
|
@ -76,25 +84,18 @@
|
|||
<li>10/3/2014 | <a href="/~englishm">~englishm</a></li>
|
||||
<li>10/3/2014 | <a href="/~danbri">~danbri</a></li>
|
||||
</ul>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
||||
<div class="col">
|
||||
<p>
|
||||
tilde.club is not a social network it is one tiny totally
|
||||
standard unix computer that people respectfully use together
|
||||
in their shared quest to build awesome web pages
|
||||
</p>
|
||||
|
||||
<p>
|
||||
If you would like a list of <a href="http://tilde.club/tilde.24h.php">
|
||||
RECENTLY CHANGED PAGES</a> you can see that too
|
||||
</p>
|
||||
|
||||
<h3>here are the home pages of our users</h3>
|
||||
<p>this list does not include people who haven't changed their page yet</p>
|
||||
<p>if you're not seeing yourself listed here, change your page from the default.</p>
|
||||
<p><a href="/users/">list all users</a></p>
|
||||
|
||||
<ol>
|
||||
<?php foreach (glob("/home/*") as $user) {
|
||||
$index = "$user/public_html/index.html";
|
||||
|
@ -110,8 +111,10 @@
|
|||
<li><a href="/~<?=$user?>/">~<?=$user?></a></li>
|
||||
<?php } ?>
|
||||
</ol>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
<p>big kudos and thanks to the people who built the original tilde.club!</p>
|
||||
|
|
Loading…
Reference in New Issue