From bf27216a290c125f565d08700bb6693387fac9bf Mon Sep 17 00:00:00 2001 From: onefang Date: Sun, 4 Aug 2019 10:30:42 +1000 Subject: Add a basic generic web server, and a login page, plus stubs for the other basic pages. And update everyone to suit. --- example/web/SledjHamr.png | Bin 0 -> 2025959 bytes example/web/about.html | 9 +++++++++ example/web/help.html | 9 +++++++++ example/web/loginpage.html | 24 ++++++++++++++++++++++++ example/web/password_help.html | 9 +++++++++ example/web/register.html | 11 +++++++++++ 6 files changed, 62 insertions(+) create mode 100644 example/web/SledjHamr.png create mode 100644 example/web/about.html create mode 100644 example/web/help.html create mode 100644 example/web/loginpage.html create mode 100644 example/web/password_help.html create mode 100644 example/web/register.html (limited to 'example/web') diff --git a/example/web/SledjHamr.png b/example/web/SledjHamr.png new file mode 100644 index 0000000..1660a90 Binary files /dev/null and b/example/web/SledjHamr.png differ diff --git a/example/web/about.html b/example/web/about.html new file mode 100644 index 0000000..e45f00a --- /dev/null +++ b/example/web/about.html @@ -0,0 +1,9 @@ + +
+ + diff --git a/example/web/help.html b/example/web/help.html new file mode 100644 index 0000000..64194ca --- /dev/null +++ b/example/web/help.html @@ -0,0 +1,9 @@ + +
+ + diff --git a/example/web/loginpage.html b/example/web/loginpage.html new file mode 100644 index 0000000..aa58e6b --- /dev/null +++ b/example/web/loginpage.html @@ -0,0 +1,24 @@ + +
+
+
+
+
There may be some new members. Welcome new members.
++
There are likely some members of this grid.
++
There maybe some people online now.
++
There maybe some visitors from the hypergrid.
++
There is probably at least one region, maybe more.
++
Some people might have been on in the last month.
++ + diff --git a/example/web/password_help.html b/example/web/password_help.html new file mode 100644 index 0000000..129fb7d --- /dev/null +++ b/example/web/password_help.html @@ -0,0 +1,9 @@ + +
+ + diff --git a/example/web/register.html b/example/web/register.html new file mode 100644 index 0000000..a316f41 --- /dev/null +++ b/example/web/register.html @@ -0,0 +1,11 @@ + +
+
If you want to register an acocunt on this grid, ask the person that runs it to do that for you.
++ + -- cgit v1.1 From 5fae30eb8863f3f39e6853584fd49197c52e8835 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 5 Aug 2019 01:41:34 +1000 Subject: More basic web server. --- example/web/loginpage.html | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) (limited to 'example/web') diff --git a/example/web/loginpage.html b/example/web/loginpage.html index aa58e6b..9246263 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html @@ -1,24 +1,21 @@ -
-
-
There may be some new members. Welcome new members.
+There are likely some () members of this grid.
-
There are likely some members of this grid.
+There are maybe some () people in world now (including hypergridders).
-
There maybe some people online now.
+There are maybe some () locals hypergridding now.
-
There maybe some visitors from the hypergrid.
--
There is probably at least one region, maybe more.
--
Some people might have been on in the last month.
+There is probably at least one () region, maybe more.
+
This grid is running
-- cgit v1.1 From c8ac2ef7a89d0bbaf8c34a6f11378cf9bc6ce206 Mon Sep 17 00:00:00 2001 From: onefang Date: Mon, 5 Aug 2019 16:25:04 +1000 Subject: Splash page CSS from Taylor. --- example/web/loginpage.html | 76 +++++++++++++++++++++++++++++++++++++--------- 1 file changed, 61 insertions(+), 15 deletions(-) (limited to 'example/web') diff --git a/example/web/loginpage.html b/example/web/loginpage.html index 9246263..abce719 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html @@ -1,21 +1,67 @@-
-
-
-
There are likely some () members of this grid.
--
There are maybe some () people in world now (including hypergridders).
--
There are maybe some () locals hypergridding now.
--
There is probably at least one () region, maybe more.
--
This grid is running
+ ++
+
+
There are likely some () members of this grid.
++
There are maybe some () people in world now (including hypergridders).
++
There are maybe some () locals hypergridding now.
++
There is probably at least one () region, maybe more.
++
-
There are likely some () members of this grid.
+Perhaps describe here.
++
may or maynot be in good shape now.
+There are likely some () members of this grid.
There are maybe some () people in world now (including hypergridders).
-
There are maybe some () locals hypergridding now.
-
There is probably at least one () region, maybe more.
-
Maybe add some news or events here, or something.
+CSS by Taylor Temper, photo by onefang rejected.
-
may or maynot be in good shape now.
-There are likely some () members of this grid.
-There are maybe some () people in world now (including hypergridders).
-There are maybe some () locals hypergridding now.
-There is probably at least one () region, maybe more.
+There are members of this grid.
+There are locals and hypergrid visitors in world.
+There are locals out on the hypergrid.
+There have been people on this grid in the last month.
+There are regions, though some might not be online right now.
Maybe add some news or events here, or something.
-- cgit v1.1 From 0e5ea0d68c7470cc48b97bdc48287348da0a2fa1 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 6 Aug 2019 01:09:00 +1000 Subject: Typo-- --- example/web/register.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/web') diff --git a/example/web/register.html b/example/web/register.html index a316f41..8008881 100644 --- a/example/web/register.html +++ b/example/web/register.html @@ -5,7 +5,7 @@ Include account registration help for your grid here.-
If you want to register an acocunt on this grid, ask the person that runs it to do that for you.
+If you want to register an account on this grid, ask the person that runs it to do that for you.
-- cgit v1.1 From a29493e18e0224242a31434f88e7e884e8f251e0 Mon Sep 17 00:00:00 2001 From: onefang Date: Tue, 6 Aug 2019 01:21:31 +1000 Subject: Be more inclusive in the monthly online count. --- example/web/loginpage.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example/web') diff --git a/example/web/loginpage.html b/example/web/loginpage.html index 614c73d..a369e3c 100644 --- a/example/web/loginpage.html +++ b/example/web/loginpage.html @@ -73,7 +73,7 @@ a:active {color: blue;}
There are members of this grid.
There are locals and hypergrid visitors in world.
There are locals out on the hypergrid.
-There have been people on this grid in the last month.
+There have been locals and visitors on this grid in the last month.
There are regions, though some might not be online right now.
If you want to register an account on this grid, ask the person that runs it to do that for you.
+
If you want to register an account on this grid, click here (when it's finished).
+