From 5b11a31799c0b231716c211c040b26a2da3d1751 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 16 Nov 2018 10:57:00 -0500 Subject: [PATCH] fix json error, and clean up formatting in the php --- footer.php | 2 +- header.php | 10 ++-- index.php | 22 ++++---- members.json | 148 +++++++++++++++++++++++++-------------------------- members.php | 30 +++++------ 5 files changed, 106 insertions(+), 106 deletions(-) diff --git a/footer.php b/footer.php index eda8635..d5f6fbc 100644 --- a/footer.php +++ b/footer.php @@ -1,3 +1,3 @@ - + diff --git a/header.php b/header.php index 9cb6099..0fa78f7 100644 --- a/header.php +++ b/header.php @@ -1,10 +1,10 @@ - - tildeverse - - + + tildeverse + + -
+
diff --git a/index.php b/index.php index 2311df3..07a5962 100644 --- a/index.php +++ b/index.php @@ -1,13 +1,13 @@ -

tildeverse.org

-

We're working on providing services to the tildeverse, a community of GNU+Linux boxes that aim to share the fun and love!

-

Our Services

-
- -
-

name?>

-

description?>website != ""): ?> - website?>

-
- -
+

tildeverse.org

+

We're working on providing services to the tildeverse, a community of GNU+Linux boxes that aim to share the fun and love!

+

Our Services

+
+ +
+

name?>

+

description?>website != ""): ?> - website?>

+
+ +
diff --git a/members.json b/members.json index 2b834db..624a406 100644 --- a/members.json +++ b/members.json @@ -1,76 +1,76 @@ { - "members": [ - { - "name": "thunix", - "sysadmins": [ - [ - "hexhaxtron", - "http://www.thunix.org/" - ] - [ - "mcveri / xkern", - "https://www.thunix.org/~xkern" - ] - [ - "krystianbajno", - "https://www.thunix.org/~krystianbajno" - ] - [ - "Bercik", - "https://www.thunix.org/~bercik" - ] - [ - "amcclure", - "https://www.thunix.org/~amcclure" - ] - [ - "Naglfar", - "https://www.thunix.org/~naglfar" - ] - ], - "link": "https://www.thunix.org", - "description": "thunix offers Secure Shell (SSH) accounts, Web Hosting, Email Accounts, and many other things to people free of charge. " - }, - { - "name": "tilde.team", - "sysadmins": [ - [ - "ben", - "https://ben.tilde.team/" - ], - [ - "khuxkm", - "https://khuxkm.tilde.team/" - ], - [ - "cmccabe", - "https://cmccabe.tilde.team/" - ] - ], - "link": "https://tilde.team", - "description": "non-commercial space for teaching, learning, and enjoying the social medium of unix" - }, - { - "name": "tilde.town", - "sysadmins": [ - [ - "vilmibm", - "https://tilde.town/~vilmibm/" - ] - ], - "link": "https://tilde.town", - "description": "intentional digital community for making art, socializing, and learning" - }, - { - "name": "yourtilde.com", - "sysadmins": [ - [ - "deepend", - "https://yourtilde.com/~deepend/" - ] - ], - "link": "https://yourtilde.com", - "description": "basically a social network inside SSH: there is chat, email, forums, games, and lots more." - } - ] + "members": [ + { + "description": "thunix offers Shell (SSH) accounts, Web Hosting, Email Accounts, and many other things to people free of charge. ", + "link": "https://www.thunix.org", + "name": "thunix", + "sysadmins": [ + [ + "hexhaxtron", + "http://www.thunix.org/" + ], + [ + "mcveri / xkern", + "https://www.thunix.org/~xkern" + ], + [ + "krystianbajno", + "https://www.thunix.org/~krystianbajno" + ], + [ + "Bercik", + "https://www.thunix.org/~bercik" + ], + [ + "amcclure", + "https://www.thunix.org/~amcclure" + ], + [ + "Naglfar", + "https://www.thunix.org/~naglfar" + ] + ] + }, + { + "description": "non-commercial space for teaching, learning, and enjoying the social medium of unix", + "link": "https://tilde.team", + "name": "tilde.team", + "sysadmins": [ + [ + "ben", + "https://ben.tilde.team/" + ], + [ + "khuxkm", + "https://khuxkm.tilde.team/" + ], + [ + "cmccabe", + "https://cmccabe.tilde.team/" + ] + ] + }, + { + "description": "intentional digital community for making art, socializing, and learning", + "link": "https://tilde.town", + "name": "tilde.town", + "sysadmins": [ + [ + "vilmibm", + "https://tilde.town/~vilmibm/" + ] + ] + }, + { + "description": "basically a social network inside SSH: there is chat, email, forums, games, and lots more.", + "link": "https://yourtilde.com", + "name": "yourtilde.com", + "sysadmins": [ + [ + "deepend", + "https://yourtilde.com/~deepend/" + ] + ] + } + ] } diff --git a/members.php b/members.php index 5d1ebb0..c1ae834 100644 --- a/members.php +++ b/members.php @@ -1,17 +1,17 @@ -

tildeverse members

-
-members ?? [] as $member): ?> -
-

name?>

-

description?>

-

Sysadmins

-
    -sysadmins as $admin): ?> -
  • - -
-
- -
+

tildeverse members

+
+ members ?? [] as $member): ?> +
+

name?>

+

description?>

+

Sysadmins

+
    + sysadmins as $admin): ?> +
  • + +
+
+ +