From 5d6d191a4a4ac6c09a54452e71fe5e375d369a2b Mon Sep 17 00:00:00 2001 From: oko Date: Thu, 12 May 2022 11:06:07 -0700 Subject: [PATCH] Refactor all --- LICENSE | 11 ++++++++++ README | 5 +++++ common.css | 52 +++++++++++++++++++++++++++++++++++++++++++++++ index.htm | 53 +++++++++++++++++++++++------------------------- registration.htm | 21 +++++++++++++++++++ 5 files changed, 114 insertions(+), 28 deletions(-) create mode 100644 LICENSE create mode 100644 README create mode 100644 common.css create mode 100644 registration.htm diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..648acc9 --- /dev/null +++ b/LICENSE @@ -0,0 +1,11 @@ +All Rights Reserved + +Copyright (c) 2022 oko + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. \ No newline at end of file diff --git a/README b/README new file mode 100644 index 0000000..8581a47 --- /dev/null +++ b/README @@ -0,0 +1,5 @@ +THIRTY EIGHT +============================== +This is the content for https://38.fail. + +All Rights Reserved. \ No newline at end of file diff --git a/common.css b/common.css new file mode 100644 index 0000000..b0af782 --- /dev/null +++ b/common.css @@ -0,0 +1,52 @@ +:root { + --veriperi: #6667ab; + --sacramento: #080a0c; + --color-tertiary: #00a8ff; +} + +html { + background-color: var(--sacramento); + color: var(--veriperi); + font-family: monospace; + font-size: 16px; +} +body { + margin: auto; + text-align: center; +} + +a { + text-decoration: none; + color: var(--veriperi); +} +/* Input */ +.box { + margin-left: auto; + margin-right: auto; + width: 200px; + outline: 1px solid var(--veriperi); +} + +form { + padding: 10px; + clear: both; + float: center; +} +input { + font-family: monospace; + font-size: 16px; +} +input[type=email], input[type=password] { + background-color: var(--sacramento); + color: white; + text-align: center; + border-style: none; +} +input[type=email]:focus, input[type=password]:focus { + border-color: var(--veriperi); + outline-style: none; +} +input[type=submit] { + background-color: var(--veriperi); + color: white; +} \ No newline at end of file diff --git a/index.htm b/index.htm index 160369f..a6579d5 100644 --- a/index.htm +++ b/index.htm @@ -1,40 +1,37 @@ - + + - Thirty Eight + +
 THIRTY EIGHT
 ============
 
-DISCORD
-
------------------------------------------------------------
-
-THIRTY EIGHT is a simple game of numbers.
-The goal is to get the highest score.
-The game is played with a deck of cards.
-The cards are shuffled and dealt to the players.
-The player with the highest score wins.
-
------------------------------------------------------------
-
-Nont sin uspin ve,
-gift ve de velum,
-sin roupoge yuce fakkercaya.
-Ve sin ideom de nitch fortem,
-wit nop cevis,
-ost nop ulvetem.
-Nop ulve ost
-nop tinnerulve,
-wit nop kors untnitchwist.
-Ve absol yu,
-libertine yu,
-sin roupoge yuce enohat.
-
------------------------------------------------------------
+We are the Thirty Eight
+theres no other team like us
+the first 37 groups dissolved
         
+
+
+ + +
+
+ +
+
+ + » Register « + +
\ No newline at end of file diff --git a/registration.htm b/registration.htm new file mode 100644 index 0000000..d580ff8 --- /dev/null +++ b/registration.htm @@ -0,0 +1,21 @@ + + + + + Thirty Eight + + + + +
+
+ +
+
+ +
+ + \ No newline at end of file