From 0ac3aee56423c975cd7ffe81ca5cfff3bafe9026 Mon Sep 17 00:00:00 2001 From: Gitea Date: Wed, 19 Aug 2020 04:52:47 -0400 Subject: [PATCH] Latest changes. - Saving current changes. Testing ideas etc. --- README.md | 2 +- about/index.php | 78 +++++++++++++++++++--- admin/auth.php | 14 +++- admin/index.php | 83 +++++++++++++++--------- admin/login.php | 58 +++++++++++++++-- admin/users.php | 59 ----------------- assets/includes/footer.php | 7 ++ {includes => assets/includes}/head.php | 3 + {includes => assets/includes}/header.php | 1 - build.sh | 2 - contact/index.php | 27 -------- includes/footer.php | 18 ----- index.php | 83 +++++++++++++++++------- policy/index.php | 66 ++++++++++++++++++- sirius/index.php | 66 ++++++++++++++++++- 15 files changed, 383 insertions(+), 184 deletions(-) delete mode 100755 admin/users.php create mode 100755 assets/includes/footer.php rename {includes => assets/includes}/head.php (92%) rename {includes => assets/includes}/header.php (92%) delete mode 100755 build.sh delete mode 100755 contact/index.php delete mode 100755 includes/footer.php diff --git a/README.md b/README.md index 03f80e7..a5f1f89 100755 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# quartznet +# quartznet.info We are a small team developing software and games. diff --git a/about/index.php b/about/index.php index d4eb91a..63509e4 100755 --- a/about/index.php +++ b/about/index.php @@ -3,25 +3,87 @@ Quartznet | About - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - +
+
+ +
+ +
+
+

Quartznet

+

Software, Games, Science, Space!

+
+
+

Frequently Asked Questions

-

Who are we?

+

Who we are

A small team developing games and software.

+

Why the name Quartznet

-

Naming things is hard. Over time we came up with the name quartz. Then when we made a server for ourselves we named it quartznet and decided that would be a better name.

-

Not only that but it has the letter q and the letter z in it but is also simple to remember, pronounce and write. So it is clearly a great name for us! :) -

Contact

+

Naming things is hard. We ended up with the name quartz and added net to it to make quartznet. Also it includes the letters q and z so it is cleary a great name! + +

Contact

+

We can be reached at contact@quartznet.com. If you are requesting a key for reviewing, steaming, or youtube, as well as all other legitimate purposes, please be sure to include a link to your channel or website.

+

Feel free to contact us via email if you want to get in touch.

- + \ No newline at end of file diff --git a/admin/auth.php b/admin/auth.php index 01b05e1..8cf86e9 100755 --- a/admin/auth.php +++ b/admin/auth.php @@ -1,4 +1,16 @@ - + + Quartznet | Admin - + + + + + + + + + + + + + + + + + + + + + + +
- + +
-

Quartznet

-

Software, Games, Science, Space!

+

Quartznet

+

Software, Games, Science, Space!

+
@@ -88,6 +102,11 @@ - + \ No newline at end of file diff --git a/admin/login.php b/admin/login.php index 97acd4c..fc8a47a 100755 --- a/admin/login.php +++ b/admin/login.php @@ -8,12 +8,57 @@ Quartznet | Login - + + + + + + + + + + + + + + + + + + + + + + + - - +
+
+ +
+ +
+
+

Quartznet

+

Software, Games, Science, Space!

+
+
+
+
- + \ No newline at end of file diff --git a/admin/users.php b/admin/users.php deleted file mode 100755 index 6ae0ec0..0000000 --- a/admin/users.php +++ /dev/null @@ -1,59 +0,0 @@ - - - - -Quartznet | Users - - - - -
-
- - - - - - - - - - - - - - - - - - - - - -
IdNamePassword
- - -
-
- - -
-
- -
-
- - - \ No newline at end of file diff --git a/assets/includes/footer.php b/assets/includes/footer.php new file mode 100755 index 0000000..b65bc59 --- /dev/null +++ b/assets/includes/footer.php @@ -0,0 +1,7 @@ + + \ No newline at end of file diff --git a/includes/head.php b/assets/includes/head.php similarity index 92% rename from includes/head.php rename to assets/includes/head.php index 80caf6f..260d9a7 100755 --- a/includes/head.php +++ b/assets/includes/head.php @@ -19,6 +19,9 @@ + + + - - - \ No newline at end of file diff --git a/index.php b/index.php index 497ab79..bb8c3df 100755 --- a/index.php +++ b/index.php @@ -1,7 +1,7 @@ - Quartznet | Sirius + Quartznet @@ -24,6 +24,9 @@ + + + + + + + - +
+
+ +
+ +
+
+

Quartznet

+

Software, Games, Science, Space!

+
+
+
@@ -47,6 +102,11 @@
- + \ No newline at end of file diff --git a/sirius/index.php b/sirius/index.php index 1b652f8..fad24f2 100755 --- a/sirius/index.php +++ b/sirius/index.php @@ -3,11 +3,66 @@ Quartznet | Sirius - + + + + + + + + + + + + + + + + + + + + + + + + + + + - +
+
+ +
+ +
+
+

Quartznet

+

Software, Games, Science, Space!

+
+
+
@@ -17,6 +72,11 @@
- + \ No newline at end of file