diff --git a/index.php b/index.php index 954069a..7f1d360 100644 --- a/index.php +++ b/index.php @@ -6,43 +6,10 @@

- - - - - - -
-

- 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 -

+
+
-

- If you would like a list of - RECENTLY CHANGED PAGES you can see that too -

- -

here are the home pages of our users

-

this list does not include people who haven't changed their page yet

-

if you're not seeing yourself listed here, change your page from the default.

-

list all users

- -
    - -
  1. ~
  2. - -
-
+

UPDATE: March 2020:

Things at tilde.club are going well, Thank you to all our new and existing users. @@ -110,9 +77,43 @@

  • 10/3/2014 | ~englishm
  • 10/3/2014 | ~danbri
  • -
    + + +
    +

    + 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 +

    + +

    + If you would like a list of + RECENTLY CHANGED PAGES you can see that too +

    + +

    here are the home pages of our users

    +

    this list does not include people who haven't changed their page yet

    +

    if you're not seeing yourself listed here, change your page from the default.

    +

    list all users

    + +
      + +
    1. ~
    2. + +
    +
    + +

    big kudos and thanks to the people who built the original tilde.club!

    diff --git a/style.css b/style.css index 22ca642..7e6d4cc 100644 --- a/style.css +++ b/style.css @@ -1,9 +1,14 @@ /* {font-size:13pt;font-weight:normal;} */ -table { +@media (min-width: 30em) { + .row { display: flex; flex-wrap: nowrap; flex-direction: row-reverse; } + .col { flex-grow: 1; } +} + +.grid { border-collapse: collapse; } -td { +.col { border: 6px double #fb5; padding: 1em; }