From 4fdd89288ace9c773de511336c98ba7a8be8d27f Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sat, 14 Aug 2021 11:41:15 -0500 Subject: [PATCH 01/26] Added info.html file (from the trello) --- info.html | 182 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 182 insertions(+) create mode 100644 info.html diff --git a/info.html b/info.html new file mode 100644 index 0000000..347851a --- /dev/null +++ b/info.html @@ -0,0 +1,182 @@ + + + + + No Sidebar - Landed by HTML5 UP + + + + + + + +
+ + + + + +
+
+
+

Information 

+

Here's some details of our server.

+
+ + +
+ +
+
+

Specs 

+ +
+
+
+ +

CPU 

+

AMD Ryzen 9 3900 With 4 Dedicated CPU cores 8 Threads 4.6 GHz max boost, 2648 Single Thread Rating

+
+
+ +

RAM 

+

16 GB DDR4 2666 MHz

+
+
+ +

Connection

+

1 GBit/s

+
+
+ +

Storage 

+

240GB NVMe SSD

+
+
+ +

DDoS Mitigation 

+

Advanced Path.net DDoS mitigation 

+
+
+ +

Host 

+

The host we use is Bloom and our server is located in Germany  

+
+
+
+
+ + +
+
+
+

Datapacks

+ + +
+ + +
+
+
+
+
1
+
+
+
+ +
+
+
+
+
+
2
+
+
+
+ +
+
+
+
+
+
3
+
+
+
+ +
+
+
+
+
+ + + + + + +
+ +
+
+ + + + +
+ + + + + + + + + + + + + \ No newline at end of file From 1007ca3142da9a0ebf98719236c27bae3a3e223f Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sat, 14 Aug 2021 11:50:52 -0500 Subject: [PATCH 02/26] Added proper nav bar and footer script, and also removed broken cards --- info.html | 102 ++++++++++-------------------------------------------- 1 file changed, 19 insertions(+), 83 deletions(-) diff --git a/info.html b/info.html index 347851a..bbdf568 100644 --- a/info.html +++ b/info.html @@ -17,33 +17,7 @@
- +
@@ -106,41 +80,7 @@

Datapacks

-
-
-
-
-
1
-
-
-
- -
-
-
-
-
-
2
-
-
-
- -
-
-
-
-
-
3
-
-
-
- -
-
-
-
-
- + @@ -152,31 +92,27 @@

Datapacks

- +
- - - - - - - - + + + + + + + + + + \ No newline at end of file From e23a7b118ca8e64cfdb4fd9776b49a0c55a9d61c Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sat, 14 Aug 2021 14:51:13 -0500 Subject: [PATCH 03/26] I added flipping cards, and css for flipping cards --- assets/css/main.css | 94 +++++++++++++++++++++++++++++++++++++++++++++ info.html | 63 ++++++++++++++++++++++++++++-- 2 files changed, 154 insertions(+), 3 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 24adb6b..b5afbef 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3278,4 +3278,98 @@ body.is-touch #banner { margin: 0; padding: 0; } +} + + +/* style for flipping card starts here */ + +.flipping-cards{ + margin-top: -3rem; + padding: 2rem 0; + background-image: linear-gradient(to left bottom, #e44c65, #d6a334); + font-family: 'Rubik', sans-serif; +} + +.flipping-card-wrapper{ + padding: 2rem; + margin: 2rem; + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-content: center; +} + +.flipping-card-item-wrapper{ + perspective: 150rem; + position: relative; + width: 340px; + height: 400px; + margin: 1rem; +} + +.flipping-card-item-side{ + position: absolute; + top: 0; + left: 0; + backface-visibility: hidden; + margin: 1.5rem; + width: 100%; + height: 100%; + background-position: center; + background-color: #ffffff; + box-shadow: 0 .5rem .5rem rgba(0, 0, 0, 0.18); + transition: all 1s; +} + + +.flipping-card-item-side-back{ + color: #000; + transform: rotateY(180deg); +} + + +.flipping-card-item-wrapper:hover .flipping-card-item-side-front{ + transform: rotateY(-180deg); +} + +.flipping-card-item-wrapper:hover .flipping-card-item-side-back{ + transform: rotateY(0); +} + +.flipping-card-item-img{ + width: 100%; + height: 100%; + background-size: cover; + background-blend-mode: color; +} + +.flipping-card-back-wrapper{ + font-weight: 200; + position: relative; + top: 25%; + left: 0; + margin: 2rem; + text-align: center; +} + +.flipping-card-back-wrapper__btn { + margin-top: 2rem; + padding: .7rem; + text-align: center; + color: #ffffff; + border: 0; + background-image: linear-gradient(to right bottom, #e44c65, #e92949); + transition: all .5s; +} + +.flipping-card-back-wrapper__btn:hover { + background-image: none; + color: #ffa41b; + border: 1px solid #ffa41b; +} + +.copyright{ + font-size: 11px; + color: #ffffff; + text-align: center; } \ No newline at end of file diff --git a/info.html b/info.html index bbdf568..4b7adc9 100644 --- a/info.html +++ b/info.html @@ -78,9 +78,66 @@

Datapacks

- - - + + + +
+
+ +
+
+
+

Hello I am learning how to create flipping cards using HTML & CSS, will you mind joining me?

+ +
+
+
+ +
+
+ +
+
+
+

Hello I am learning how to create flipping cards using HTML & CSS, will you mind joining me?

+ +
+
+
+
+
+
+ +
+
+
+

Hello I am learning how to create flipping cards using HTML & CSS, will you mind joining me?

+ +
+ +
+
+
+
+ +
+
+
+

Hello I am learning how to create flipping cards using HTML & CSS, will you mind joining me?

+ +
+ +
+
+
+ + + + +
+
+
+ From 0d3054ede07e5e987e49d25bed891f8c6ebec83f Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sat, 14 Aug 2021 15:09:49 -0500 Subject: [PATCH 04/26] Properly put cards in a row --- info.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/info.html b/info.html index 4b7adc9..620e558 100644 --- a/info.html +++ b/info.html @@ -79,7 +79,7 @@

Datapacks

- +
@@ -104,7 +104,7 @@

Datapacks

-
+
@@ -129,7 +129,7 @@

Datapacks

-
+ From 6808f6ec62b39ee0e6e91234a044a017343691f2 Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sat, 14 Aug 2021 16:32:41 -0500 Subject: [PATCH 05/26] Changed some CSS (dealing with the cards color) --- assets/css/main.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index b5afbef..2f93cc4 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3316,7 +3316,8 @@ body.is-touch #banner { width: 100%; height: 100%; background-position: center; - background-color: #ffffff; + color: #ffffff; + background-color: #121218cc; box-shadow: 0 .5rem .5rem rgba(0, 0, 0, 0.18); transition: all 1s; } From e022348f661defd9a30ff0e69819e21fb5e4ef21 Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sun, 15 Aug 2021 08:15:59 -0500 Subject: [PATCH 06/26] Added "Ip Address Section" With static cards, and also CSS for the cards --- assets/css/main.css | 18 +++++++++++++++++- info.html | 31 ++++++++++++++++++++++++++++++- 2 files changed, 47 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 2f93cc4..b91dce9 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3373,4 +3373,20 @@ body.is-touch #banner { font-size: 11px; color: #ffffff; text-align: center; -} \ No newline at end of file +} + +.card { + /* Add shadows to create the "card" effect */ + box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); + transition: 0.3s; + } + + /* On mouse-over, add a deeper shadow */ + .card:hover { + box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); + } + + /* Add some padding inside the card container */ + .cardcontainer { + padding: 2px 16px; + } \ No newline at end of file diff --git a/info.html b/info.html index 620e558..c4d636f 100644 --- a/info.html +++ b/info.html @@ -31,7 +31,36 @@

Information 

-
+
+

IP Addresses 

+
+
+
+ Avatar +
+

Survival Server

+

ooof idk

+
+
+ +
+ Avatar +
+

Creative Server

+

Off Idk

+
+
+
+ Avatar +
+

HermitCraft Server

+

Off Idk

+
+
+
+ + +

Specs 

From 733ff3f0aa9a8d0fa8f1eada8aed49d4ec70638d Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sun, 15 Aug 2021 08:20:59 -0500 Subject: [PATCH 07/26] Added a Javascript script that shows how many people are online in each of the servers --- info.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/info.html b/info.html index c4d636f..94e0049 100644 --- a/info.html +++ b/info.html @@ -51,7 +51,7 @@

Creative Server

- Avatar + Avatar

HermitCraft Server

Off Idk

@@ -198,7 +198,7 @@

Datapacks

- + \ No newline at end of file From cf588dc227e2c08417c548239611b56f39f11ed4 Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sun, 15 Aug 2021 08:29:32 -0500 Subject: [PATCH 08/26] Changed "IP" to "server" --- info.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/info.html b/info.html index 94e0049..ee0a0ca 100644 --- a/info.html +++ b/info.html @@ -32,7 +32,7 @@

Information 

-

IP Addresses 

+

Server Addresses 

@@ -40,6 +40,7 @@

IP Addresses 

Survival Server

ooof idk

+ 3/150
From be4d13e3fb22258c16d5e8d55882053ea0430a90 Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sun, 15 Aug 2021 09:58:17 -0500 Subject: [PATCH 09/26] Populated the cards with information --- info.html | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/info.html b/info.html index ee0a0ca..bf4ff82 100644 --- a/info.html +++ b/info.html @@ -39,8 +39,9 @@

Server Addresses 

Avatar

Survival Server

-

ooof idk

- 3/150 + 24/40 +

This is the main survival server for ComparatorCraftSMP, with all the modifications we listed below. You need to apply to get into this server

+ Apply Here
@@ -48,14 +49,15 @@

Survival Server

Avatar

Creative Server

-

Off Idk

+

This is our creative server where people can collaboratively design builds. Each person gets one plot, that is basically their own world, for more information do ?creative in the discord server.

- Avatar + Avatar

HermitCraft Server

-

Off Idk

+ 24/40 +

This is a server that has the hermitcraft season 6 and season 7 maps. We will keep adding new hermitcraft maps when each season ends. You can explore what the hermits have built without downloading anything! You do need to be whitelisted to the survival server to gain access to this one.

@@ -94,7 +96,7 @@

DDoS Mitigation 

Host 

-

The host we use is Bloom and our server is located in Germany  

+

The host we use is Bloom and our server is located in Dallas Texas  

From 5024258a4559b5dfce92552c7e2c8e1bd01297ad Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sun, 15 Aug 2021 17:55:17 -0500 Subject: [PATCH 10/26] Created a text copy, javascript file --- assets/js/textcopy.js | 8 ++++++++ info.html | 3 ++- 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 assets/js/textcopy.js diff --git a/assets/js/textcopy.js b/assets/js/textcopy.js new file mode 100644 index 0000000..3c81ac0 --- /dev/null +++ b/assets/js/textcopy.js @@ -0,0 +1,8 @@ +function copyToClipboard(element) { + var $temp = $(""); + $("body").append($temp); + $temp.val($(element).text()).select(); + document.execCommand("copy"); + $temp.remove(); + } + \ No newline at end of file diff --git a/info.html b/info.html index bf4ff82..f17434f 100644 --- a/info.html +++ b/info.html @@ -49,6 +49,7 @@

Survival Server

Avatar

Creative Server

+ 24/40

This is our creative server where people can collaboratively design builds. Each person gets one plot, that is basically their own world, for more information do ?creative in the discord server.

@@ -56,7 +57,7 @@

Creative Server

Avatar

HermitCraft Server

- 24/40 + 24/40

This is a server that has the hermitcraft season 6 and season 7 maps. We will keep adding new hermitcraft maps when each season ends. You can explore what the hermits have built without downloading anything! You do need to be whitelisted to the survival server to gain access to this one.

From 8b9d8a19d2277138e00b71c694eb281fcb56eafc Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sun, 15 Aug 2021 18:28:53 -0500 Subject: [PATCH 11/26] Added copy button, and ip address for our main server --- info.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/info.html b/info.html index f17434f..1ef81dd 100644 --- a/info.html +++ b/info.html @@ -42,6 +42,9 @@

Survival Server

24/40

This is the main survival server for ComparatorCraftSMP, with all the modifications we listed below. You need to apply to get into this server

Apply Here +
+

play.comparatorcraftsmp.net

+
@@ -59,6 +62,8 @@

Creative Server

HermitCraft Server

24/40

This is a server that has the hermitcraft season 6 and season 7 maps. We will keep adding new hermitcraft maps when each season ends. You can explore what the hermits have built without downloading anything! You do need to be whitelisted to the survival server to gain access to this one.

+ + @@ -202,6 +207,7 @@

Datapacks

+ From 8561961c6b7184caf7e35223bdedcadf0cf80d4a Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sun, 15 Aug 2021 19:45:58 -0500 Subject: [PATCH 12/26] added CSS for the button to look better I made the button transparent, and white --- assets/css/main.css | 32 +++++++++++++++++++++++++++++++- info.html | 8 +++++--- 2 files changed, 36 insertions(+), 4 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index b91dce9..1b9e186 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3329,6 +3329,10 @@ body.is-touch #banner { } +.flipping-card-item-wrapper:hover .flipping-card-item-side-front{ + transform: rotateY(-180deg); +} + .flipping-card-item-wrapper:hover .flipping-card-item-side-front{ transform: rotateY(-180deg); } @@ -3375,6 +3379,7 @@ body.is-touch #banner { text-align: center; } +/* This is for normal cards that don't flip*/ .card { /* Add shadows to create the "card" effect */ box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); @@ -3389,4 +3394,29 @@ body.is-touch #banner { /* Add some padding inside the card container */ .cardcontainer { padding: 2px 16px; - } \ No newline at end of file + } + + .btn { + display: inline-block; + font-weight: 400; + color: #ebebeb; + text-align: center; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: transparent; + border: 1px solid transparent; + padding: .375rem .75rem; + font-size: 1rem; + line-height: 1.5; + border-radius: .25rem; + transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; +} + + .cardfooter{ + padding: .75rem 1.25rem; + background-color: rgba(0,0,0,.03); + border-top: 1px solid rgba(0,0,0,.125); +} \ No newline at end of file diff --git a/info.html b/info.html index 1ef81dd..1bdfff3 100644 --- a/info.html +++ b/info.html @@ -42,9 +42,11 @@

Survival Server

24/40

This is the main survival server for ComparatorCraftSMP, with all the modifications we listed below. You need to apply to get into this server

Apply Here -
-

play.comparatorcraftsmp.net

-
+
+
+
+

play.comparatorcraftsmp.net

+
From 230405a86c5321c0d5e199d401f40c60896b0aea Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sun, 15 Aug 2021 20:01:10 -0500 Subject: [PATCH 13/26] Added a card footer and css for a card footer --- assets/css/main.css | 22 ++++++++++++++++++++++ info.html | 14 ++++++++++++-- 2 files changed, 34 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 1b9e186..3c1c2bb 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3390,6 +3390,28 @@ body.is-touch #banner { .card:hover { box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); } + + .card-footer { + padding: .75rem 1.25rem; + padding-top: 0.75rem; + padding-right: 1.25rem; + padding-bottom: 0.75rem; + padding-left: 1.25rem; + background-color: rgba(0,0,0,.03); + border-top: 1px solid rgba(0,0,0,.125); + border-top-color: rgba(0, 0, 0, 0.125); + border-top-style: solid; + border-top-width: 1px; +} + +.card-footer:last-child { + border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); + border-top-left-radius: 0px; + border-top-right-radius: 0px; + border-bottom-right-radius: calc(-1px + 0.25rem); + border-bottom-left-radius: calc(-1px + 0.25rem); +} + /* Add some padding inside the card container */ .cardcontainer { diff --git a/info.html b/info.html index 1bdfff3..ec89ae3 100644 --- a/info.html +++ b/info.html @@ -44,7 +44,7 @@

Survival Server

Apply Here

-
+
@@ -56,6 +56,11 @@

Survival Server

Creative Server

24/40

This is our creative server where people can collaboratively design builds. Each person gets one plot, that is basically their own world, for more information do ?creative in the discord server.

+
+
+
@@ -64,7 +69,12 @@

Creative Server

HermitCraft Server

24/40

This is a server that has the hermitcraft season 6 and season 7 maps. We will keep adding new hermitcraft maps when each season ends. You can explore what the hermits have built without downloading anything! You do need to be whitelisted to the survival server to gain access to this one.

- +
+
+
From 47d2b71216f97c6c9ca4744415506f1be651f2b1 Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sun, 15 Aug 2021 20:06:08 -0500 Subject: [PATCH 14/26] Changed image for creative server card --- info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.html b/info.html index ec89ae3..0fa46c7 100644 --- a/info.html +++ b/info.html @@ -51,7 +51,7 @@

Survival Server

- Avatar + Avatar

Creative Server

24/40 From 6c7bf09ea9815749c59cf5db01c5bef5452233c7 Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Mon, 16 Aug 2021 19:40:30 -0500 Subject: [PATCH 15/26] Polished the static cards showing server ips --- assets/css/main.css | 10 +++++++++- info.html | 7 ++++--- 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 3c1c2bb..896ed33 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3441,4 +3441,12 @@ body.is-touch #banner { padding: .75rem 1.25rem; background-color: rgba(0,0,0,.03); border-top: 1px solid rgba(0,0,0,.125); -} \ No newline at end of file +} +/* CSS for putting text on an image*/ +/* Centered text */ +.centered { + position: absolute; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + } \ No newline at end of file diff --git a/info.html b/info.html index 0fa46c7..ec7b4f4 100644 --- a/info.html +++ b/info.html @@ -55,7 +55,7 @@

Survival Server

Creative Server

24/40 -

This is our creative server where people can collaboratively design builds. Each person gets one plot, that is basically their own world, for more information do ?creative in the discord server.

+

This is our creative server where people can collaboratively design builds. Each person gets one plot, that is basically their own world, for more information do ?creative in the discord server. You need to be whitelisted to the survival server to get into this one.



- +

Specs 

@@ -133,7 +133,7 @@

Datapacks

- +
@@ -146,6 +146,7 @@

Datapacks

+
From ce14ac8a78b8e2898c4f99aa6360da932a4d7be0 Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Mon, 16 Aug 2021 20:00:55 -0500 Subject: [PATCH 16/26] =?UTF-8?q?Sorry=20laguna,=20idk=20what=20I=20did=20?= =?UTF-8?q?here=20just=20random=20html=20and=20css=20fuckery=20=E2=99=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- info.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/info.html b/info.html index ec7b4f4..372a7f0 100644 --- a/info.html +++ b/info.html @@ -124,7 +124,7 @@

Host 

-

Datapacks

+

Core Plugins

@@ -133,7 +133,8 @@

Datapacks

- + +

Penail fracture

From 74515cff391e41fb7fa2dfa035987c0004b2ce59 Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Wed, 18 Aug 2021 19:32:07 -0500 Subject: [PATCH 17/26] Added more CSS for flip cards, --- assets/css/main.css | 27 +++++++++++++++++--- info.html | 61 ++++++++++++++++++++++++++++++++++----------- 2 files changed, 71 insertions(+), 17 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 896ed33..8cc85f9 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3324,7 +3324,7 @@ body.is-touch #banner { .flipping-card-item-side-back{ - color: #000; + color: rgb(255, 255, 255); transform: rotateY(180deg); } @@ -3373,6 +3373,26 @@ body.is-touch #banner { border: 1px solid #ffa41b; } +.flip-card-text-header { + position: absolute; + top: 40%; + left: 50%; + transform: translate(-50%, -50%); + } + .flip-card-text-paragraph2 { + position: absolute; + top: 65%; + left: 50%; + transform: translate(-50%, -50%); + } + .flip-card-text-paragraph { + position: absolute; + top: 60%; + left: 50%; + transform: translate(-50%, -50%); + } + + .copyright{ font-size: 11px; color: #ffffff; @@ -3446,7 +3466,8 @@ body.is-touch #banner { /* Centered text */ .centered { position: absolute; - top: 50%; + top: 40%; left: 50%; transform: translate(-50%, -50%); - } \ No newline at end of file + } + \ No newline at end of file diff --git a/info.html b/info.html index 372a7f0..69c25b2 100644 --- a/info.html +++ b/info.html @@ -133,53 +133,86 @@

Core Plugins

- -

Penail fracture

+ +

CoreProtect

+

a fast and reliable block logging plugin

-

Hello I am learning how to create flipping cards using HTML & CSS, will you mind joining me?

- +

This is a good plugin for logging any action a player does to the server, we can rollback any action too. This is why we don’t use claim plugins because we have this more “vanilla friendly” option for handling theft and greif.

+
- - + +

Dynmap

+

a fast and reliable block logging plugin

-

Hello I am learning how to create flipping cards using HTML & CSS, will you mind joining me?

- +

This is a map that you can open in your browser to view the server, you can see builds and players locations in game.

+
- + +

Discord SRV

+

A powerful, configurable, open-source Discord to Minecraft bridging plugin.

-

Hello I am learning how to create flipping cards using HTML & CSS, will you mind joining me?

- +

This allows players to see chat in the minecraft server from discord and to even chat to people in the minecraft server from discord. We also have a separate plugin that uses this plugins api and allows people to see stats from the minecraft server on discord. +

+
- + +

Wandering Trades

+

WanderingTrades is a plugin that allows us to have custom heads in traders.

-

Hello I am learning how to create flipping cards using HTML & CSS, will you mind joining me?

- +

This allows us to put custom trades for the wandering traders. Wandering traders on our server sell 4 player heads from any player that has logged on our SMP. And then they sell 12 random microblocks.

+
+
+
+
+ +

Plan

+

Plan is a plugin that records lots of in depth statistics about the server

+
+
+
+

This allows us to display really cool stats to the community, and help admins keep track of activity too.

+ +
+
+
+
+
+ +

Plasmo Voice

+

Proximity chat plugin, adds proximity voice chat to the server.​

+
+
+
+

This is a server side plugin and a client side mod you can get that adds proximity chat functionality. Meaning the closer you are to someone the louder they are to you.

+ +
+
From 00e446bd4dbac0f4d9788507b8f9a046c1acf8bd Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Wed, 18 Aug 2021 19:37:07 -0500 Subject: [PATCH 18/26] Finished "Core Plugins" Section of the info page Sorry but I forgot to push my other changes as commits :/ but yeah I finished the core plugins section --- info.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.html b/info.html index 69c25b2..4488a30 100644 --- a/info.html +++ b/info.html @@ -215,7 +215,7 @@

Plasmo Voice

- +
From 42930fcf9dbbfb4c9302c171394034b77cf6d8a8 Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Thu, 19 Aug 2021 20:04:37 -0500 Subject: [PATCH 19/26] Added a table and section for tweaks --- info.html | 56 +++++++++++++++++++++++++++++++++++++++++++++++++------ 1 file changed, 50 insertions(+), 6 deletions(-) diff --git a/info.html b/info.html index 4488a30..d70eb11 100644 --- a/info.html +++ b/info.html @@ -109,7 +109,7 @@

Storage 

DDoS Mitigation 

-

Advanced Path.net DDoS mitigation 

+

Cloudflare Magic transit DDoS Protection 

@@ -123,11 +123,11 @@

Host 

-
-

Core Plugins

- - -
+
+

Core Plugins

+ + +
@@ -216,7 +216,51 @@

Plasmo Voice


+
+

Minecraft Tweaks

+

These are all our tweaks, and changes we have on the server.
These are just small quality of life things that make the game a bit more fun.

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TweakDescription
Item 1Ante turpis integer aliquet porttitor.
Item 2Vis ac commodo adipiscing arcu aliquet.
Item 3 Morbi faucibus arcu accumsan lorem.
Item 4Vitae integer tempus condimentum.
Item 5Ante turpis integer aliquet porttitor.
+
From 347ca967cfa8cb0eeaa10613ab9b108ebc2d35d6 Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sat, 21 Aug 2021 09:32:06 -0500 Subject: [PATCH 20/26] Added more to the tweaks table --- info.html | 48 ++++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 40 insertions(+), 8 deletions(-) diff --git a/info.html b/info.html index d70eb11..1babd67 100644 --- a/info.html +++ b/info.html @@ -231,23 +231,44 @@

Minecraft Tweaks

- Item 1 - Ante turpis integer aliquet porttitor. + Anti Enderman and Ghast Greifing + Ghasts and enderman can't grief at all. So ghast fireballs don't break anything and enderman can't pickup blocks + + + + Armor Status + Adds a unique book that allows you to alter the properties of armor stands in survival. The same one in hermitcraft.To get the book do /trigger as_help. + + + + Coordinates hud + + This shows a little coordinates HUD above your hotbar. In order to get this do /thud in game. + + + + Double shulker shells + Shulkers drop 2 shells when they're killed no matter what + - Item 2 - Vis ac commodo adipiscing arcu aliquet. + Dragon drops elytra + + The enderdragon drops a dragon egg and an elytra everytime it is killed + - Item 3 - Morbi faucibus arcu accumsan lorem. + Durability ping + + This alerts the player when their tool durability is low. + - Item 4 - Vitae integer tempus condimentum. + Item 5 + Ante turpis integer aliquet porttitor. @@ -255,6 +276,17 @@

Minecraft Tweaks

Ante turpis integer aliquet porttitor. + + Item 5 + Ante turpis integer aliquet porttitor. + + + + Item 5 + Ante turpis integer aliquet porttitor. + + + From 5259cde429e333a7eae01a7f9ddd0a960a782745 Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Sat, 21 Aug 2021 14:29:23 -0500 Subject: [PATCH 21/26] Finished "In game Tweaks" table --- info.html | 59 ++++++++++++++++++++++++++++++++++++++++++++++--------- 1 file changed, 50 insertions(+), 9 deletions(-) diff --git a/info.html b/info.html index 1babd67..da12f43 100644 --- a/info.html +++ b/info.html @@ -267,26 +267,67 @@

Minecraft Tweaks

- Item 5 - Ante turpis integer aliquet porttitor. + Fast leaf decay + + Leaves decay faster. - Item 5 - Ante turpis integer aliquet porttitor. + More mob heads + + Each mob has a chance of dropping a head when killed. Click here to view the drop rate + - Item 5 - Ante turpis integer aliquet porttitor. + Multiplayer sleep + + Only one player has to sleep for us to skip the night + - Item 5 - Ante turpis integer aliquet porttitor. + Nether portal coords + + Shows the coords of where a nether portal will be in the opposite dimension with /pcoords. - + + Per Player Mob Spawns + + Determines whether the mob limit (in bukkit.yml) is counted per-player or for the entire server. Enabling this setting results in roughly the same number of mobs, but with a more even distribution that prevents one player from using the entire mob cap and provides a more single-player like experience. + + + + + Player head drops + + A player will drop their head when killed by another player. The item displays who the killer is. + + + + + Silence mobs + + Adds the ability to silence mobs using a name tag. 'Silence me'; 'silence me'; 'silence_me' are all acceptable names. + + + + + Unlock all recipes + + Automatically unlock all recipes as soon as you start playing. + + + + + Villager workstation highlights + + Allows you to find the workstation of any villager. Just face the villager and do /findworkstation and hearts should appear above the workstation the villager has claimed. + + + + From e03b9ef64c36edd11c0b27f0bd215d0b6e8890f2 Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Tue, 24 Aug 2021 17:27:08 -0500 Subject: [PATCH 22/26] removed "px" from "border-top-right-radius" and "border-top-left-radius" --- assets/css/main.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/main.css b/assets/css/main.css index 8cc85f9..5d7a3be 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3426,8 +3426,8 @@ body.is-touch #banner { .card-footer:last-child { border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); - border-top-left-radius: 0px; - border-top-right-radius: 0px; + border-top-left-radius: 0; + border-top-right-radius: 0; border-bottom-right-radius: calc(-1px + 0.25rem); border-bottom-left-radius: calc(-1px + 0.25rem); } From 056318085f0160c65622463607b56d3c0e976bd7 Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Thu, 26 Aug 2021 19:57:51 -0500 Subject: [PATCH 23/26] Fixed buttons, and ip addresses --- info.html | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/info.html b/info.html index da12f43..0dd7209 100644 --- a/info.html +++ b/info.html @@ -45,7 +45,9 @@

Survival Server



@@ -59,7 +61,9 @@

Creative Server



@@ -72,8 +76,9 @@

HermitCraft Server



From cc511cb0b4276af002082086fddd7a32708af38f Mon Sep 17 00:00:00 2001 From: Ronald Jimmy Headrick III <6085143+LagunaElectric@users.noreply.github.com> Date: Fri, 27 Aug 2021 18:13:23 -0400 Subject: [PATCH 24/26] Formatting cleanup before Code Review --- info.html | 813 ++++++++++++++++++++++++++++++------------------------ 1 file changed, 453 insertions(+), 360 deletions(-) diff --git a/info.html b/info.html index 0dd7209..96d2779 100644 --- a/info.html +++ b/info.html @@ -1,383 +1,476 @@ - - No Sidebar - Landed by HTML5 UP - - - - - - - -
- - + + Info | ComparatorCraftSMP + + + + + + - -
-
+ +
+ + + +
+
+
+

Information

+

Here's some details of our server.

+
+ +
+ +
-

Information 

-

Here's some details of our server.

+

Server Addresses

- - -
- -
-
-

Server Addresses 

-
-
-
- Avatar -
-

Survival Server

- 24/40 -

This is the main survival server for ComparatorCraftSMP, with all the modifications we listed below. You need to apply to get into this server

- Apply Here -
+
+
+ Avatar +
+

Survival Server

+ 24/40 +

+ This is the main survival server for ComparatorCraftSMP, with all the + modifications we listed below. You need to apply to get into this server +

+ Apply Here +

- -
- -
- Avatar -
-

Creative Server

- 24/40 -

This is our creative server where people can collaboratively design builds. Each person gets one plot, that is basically their own world, for more information do ?creative in the discord server. You need to be whitelisted to the survival server to get into this one.

-
+
+
+
+
+ Avatar +
+

Creative Server

+ 24/40 +

+ This is our creative server where people can collaboratively design builds. Each + person gets one plot, that is basically their own world, for more information do + ?creative in the discord server. You need to be whitelisted to the survival + server to get into this one. +

+

- -
-
- Avatar -
-

HermitCraft Server

- 24/40 -

This is a server that has the hermitcraft season 6 and season 7 maps. We will keep adding new hermitcraft maps when each season ends. You can explore what the hermits have built without downloading anything! You do need to be whitelisted to the survival server to gain access to this one.

-
+
+
+
+
+ Avatar +
+

HermitCraft Server

+ + 24/40 + +

+ This is a server that has the hermitcraft season 6 and season 7 maps. We will + keep adding new hermitcraft maps when each season ends. You can explore what the + hermits have built without downloading anything! You do need to be whitelisted + to the survival server to gain access to this one. +

+

- -
-
-
- -
-

Specs 

- +
+
+
+
+
+
+

Specs

-
-
- -

CPU 

-

AMD Ryzen 9 3900 With 4 Dedicated CPU cores 8 Threads 4.6 GHz max boost, 2648 Single Thread Rating

-
-
- -

RAM 

-

16 GB DDR4 2666 MHz

-
-
- -

Connection

-

1 GBit/s

-
-
- -

Storage 

-

240GB NVMe SSD

-
-
- -

DDoS Mitigation 

-

Cloudflare Magic transit DDoS Protection 

-
-
- -

Host 

-

The host we use is Bloom and our server is located in Dallas Texas  

-
+
+
+ +

CPU

+

+ AMD Ryzen 9 3900 With 4 Dedicated CPU cores 8 Threads 4.6 GHz max boost, 2648 Single + Thread Rating +

+
+
+ +

RAM

+

16 GB DDR4 2666 MHz

+
+
+ +

Connection

+

1 GBit/s

+
+
+ +

Storage

+

240GB NVMe SSD

+
+
+ +

DDoS Mitigation

+

+ + Cloudflare Magic transit DDoS Protection + +

+
+
+ +

Host

+

+ The host we use is Bloom and our server is located + in Dallas Texas +

+
+
+
+
+
+
+
+

Core Plugins

+
+
+
+
+ +

CoreProtect

+

a fast and reliable block logging plugin

+
+
+
+

+ This is a good plugin for logging any action a player does to the server, we can + rollback any action too. This is why we don’t use claim plugins because we have + this more “vanilla friendly” option for handling theft and greif. +

+
-
- - -
-
-
-

Core Plugins

- - -
- -
- -
-
- -

CoreProtect

-

a fast and reliable block logging plugin

-
-
-
-

This is a good plugin for logging any action a player does to the server, we can rollback any action too. This is why we don’t use claim plugins because we have this more “vanilla friendly” option for handling theft and greif.

- -
-
-
- -
-
- -

Dynmap

-

a fast and reliable block logging plugin

-
-
-
-

This is a map that you can open in your browser to view the server, you can see builds and players locations in game.

- -
-
-
- -
-
- -

Discord SRV

-

A powerful, configurable, open-source Discord to Minecraft bridging plugin.

-
-
-
-

This allows players to see chat in the minecraft server from discord and to even chat to people in the minecraft server from discord. We also have a separate plugin that uses this plugins api and allows people to see stats from the minecraft server on discord. -

- -
- -
-
-
-
- -

Wandering Trades

-

WanderingTrades is a plugin that allows us to have custom heads in traders.

-
-
-
-

This allows us to put custom trades for the wandering traders. Wandering traders on our server sell 4 player heads from any player that has logged on our SMP. And then they sell 12 random microblocks.

- -
- -
-
-
-
- -

Plan

-

Plan is a plugin that records lots of in depth statistics about the server

-
-
-
-

This allows us to display really cool stats to the community, and help admins keep track of activity too.

- -
-
-
-
-
- -

Plasmo Voice

-

Proximity chat plugin, adds proximity voice chat to the server.​

-
-
-
-

This is a server side plugin and a client side mod you can get that adds proximity chat functionality. Meaning the closer you are to someone the louder they are to you.

- -
-
-
-
-
-
-

Minecraft Tweaks

-

These are all our tweaks, and changes we have on the server.
These are just small quality of life things that make the game a bit more fun.

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
TweakDescription
Anti Enderman and Ghast GreifingGhasts and enderman can't grief at all. So ghast fireballs don't break anything and enderman can't pickup blocks
Armor StatusAdds a unique book that allows you to alter the properties of armor stands in survival. The same one in hermitcraft.To get the book do /trigger as_help.
Coordinates hud - This shows a little coordinates HUD above your hotbar. In order to get this do /thud in game.
Double shulker shellsShulkers drop 2 shells when they're killed no matter what -
Dragon drops elytra - The enderdragon drops a dragon egg and an elytra everytime it is killed -
Durability ping - This alerts the player when their tool durability is low. -
Fast leaf decay - Leaves decay faster.
More mob heads - Each mob has a chance of dropping a head when killed. Click here to view the drop rate -
Multiplayer sleep - Only one player has to sleep for us to skip the night -
Nether portal coords - Shows the coords of where a nether portal will be in the opposite dimension with /pcoords.
Per Player Mob Spawns - Determines whether the mob limit (in bukkit.yml) is counted per-player or for the entire server. Enabling this setting results in roughly the same number of mobs, but with a more even distribution that prevents one player from using the entire mob cap and provides a more single-player like experience. -
Player head drops - A player will drop their head when killed by another player. The item displays who the killer is. -
Silence mobs - Adds the ability to silence mobs using a name tag. 'Silence me'; 'silence me'; 'silence_me' are all acceptable names. -
Unlock all recipes - Automatically unlock all recipes as soon as you start playing. -
Villager workstation highlights - Allows you to find the workstation of any villager. Just face the villager and do /findworkstation and hearts should appear above the workstation the villager has claimed. -
- - - -
-
-
- - - - - - -
+
+
+ +

Dynmap

+

a fast and reliable block logging plugin

+
+
+
+

+ This is a map that you can open in your browser to view the server, you can see + builds and players locations in game. +

+ + + +
+
+
+
+
+ +

Discord SRV

+

+ A powerful, configurable, open-source Discord to + Minecraft bridging plugin. +

+
+
+
+

+ This allows players to see chat in the minecraft server from discord and to even + chat to people in the minecraft server from discord. We also have a separate + plugin that uses this plugins api and allows people to see stats from the + minecraft server on discord. +

+
+
+
+
+
+ +

Wandering Trades

+

+ WanderingTrades is a plugin that allows us to have + custom heads in traders. +

+
+
+
+

+ This allows us to put custom trades for the wandering traders. Wandering traders + on our server sell 4 player heads from any player that has logged on our SMP. + And then they sell 12 random microblocks. +

+
+
+
+
+
+ +

Plan

+

+ Plan is a plugin that records lots of in depth + statistics about the server. +

+
+
+
+

+ This allows us to display really cool stats to the community, and help admins + keep track of activity too. +

+ + + +
+
+
+
+
+ +

Plasmo Voice

+

+ Proximity chat plugin, adds proximity voice chat to the server.​ +

+
+
+
+

+ This is a server side plugin and a client side mod you can get that adds + proximity chat functionality. Meaning the closer you are to someone the louder + they are to you. +

+ + + +
+
+
-
- - -
- +
+
+

Minecraft Tweaks

+

+ These are all our tweaks, and changes we have on the server. +
+ These are just small quality of life things that make the game a bit more fun. +

+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TweakDescription
+ Anti Enderman and Ghast Greifing + + Ghasts and enderman can't grief at all. So ghast fireballs don't break anything and + enderman can't pickup blocks +
+ Armor Status + + Adds a unique book that allows you to alter the properties of armor stands in + survival. + The same one in + hermitcraft. + To get the book do /trigger as_help. +
+ Coordinates hud + + This shows a little coordinates HUD above your hotbar. In order to get this do + /thud in game. +
+ Double shulker shells + + Shulkers drop 2 shells when they're killed no matter what +
+ Dragon drops elytra + + The enderdragon drops a dragon egg and an elytra everytime it is killed +
+ Durability ping + + This alerts the player when their tool durability is low. +
+ Fast leaf decay + + Leaves decay faster. +
+ More mob heads + + Each mob has a chance of dropping a head when killed. + + Click here to view the drop rate + +
+ Multiplayer sleep + + Only one player has to sleep for us to skip the night +
+ Nether portal coords + + Shows the coords of where a nether portal will be in the opposite dimension with + /pcoords. +
+ Per Player Mob Spawns + + Determines whether the mob limit (in bukkit.yml) is counted per-player or for the + entire server. Enabling this setting results in roughly the same number of mobs, but + with a more even distribution that prevents one player from using the entire mob cap + and provides a more single-player like experience. +
+ Player head drops + + A player will drop their head when killed by another player. The item displays who + the killer is. +
+ Silence mobs + + Adds the ability to silence mobs using a name tag. 'Silence me'; 'silence me'; + 'silence_me' are all acceptable names. +
+ Unlock all recipes + + Automatically unlock all recipes as soon as you start playing. +
+ Villager workstation highlights + + Allows you to find the workstation of any villager. Just face the villager and do + /findworkstation and hearts should appear above the workstation the villager has + claimed. +
+ +
+ +
+
+ + + + + + + + + + + + - - - - - - - - - - - - + - \ No newline at end of file From 577f09a6815d38423b6ed1e5a8d27452ecf18d7f Mon Sep 17 00:00:00 2001 From: Ronald Jimmy Headrick III <6085143+LagunaElectric@users.noreply.github.com> Date: Fri, 27 Aug 2021 18:40:13 -0400 Subject: [PATCH 25/26] More formatting cleanup and some css cleanup. Rearrange JS --- assets/css/main.css | 264 +++++++++++++++++++++--------------------- assets/js/textcopy.js | 8 -- assets/js/util.js | 8 ++ index.html | 3 +- info.html | 28 +++-- 5 files changed, 158 insertions(+), 153 deletions(-) delete mode 100644 assets/js/textcopy.js diff --git a/assets/css/main.css b/assets/css/main.css index 5d7a3be..1695d54 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -3280,97 +3280,94 @@ body.is-touch #banner { } } - /* style for flipping card starts here */ +.flipping-cards { + margin-top: -3rem; + padding: 2rem 0; + background-image: linear-gradient(to left bottom, #e44c65, #d6a334); + font-family: 'Rubik', sans-serif; +} -.flipping-cards{ - margin-top: -3rem; - padding: 2rem 0; - background-image: linear-gradient(to left bottom, #e44c65, #d6a334); - font-family: 'Rubik', sans-serif; -} - -.flipping-card-wrapper{ - padding: 2rem; - margin: 2rem; - display: flex; - flex-direction: row; - flex-wrap: wrap; - align-content: center; -} - -.flipping-card-item-wrapper{ - perspective: 150rem; - position: relative; - width: 340px; - height: 400px; - margin: 1rem; -} - -.flipping-card-item-side{ - position: absolute; - top: 0; - left: 0; - backface-visibility: hidden; - margin: 1.5rem; - width: 100%; - height: 100%; - background-position: center; - color: #ffffff; - background-color: #121218cc; - box-shadow: 0 .5rem .5rem rgba(0, 0, 0, 0.18); - transition: all 1s; +.flipping-card-wrapper { + padding: 2rem; + margin: 2rem; + display: flex; + flex-direction: row; + flex-wrap: wrap; + align-content: center; } +.flipping-card-item-wrapper { + perspective: 150rem; + position: relative; + width: 340px; + height: 400px; + margin: 1rem; +} -.flipping-card-item-side-back{ - color: rgb(255, 255, 255); - transform: rotateY(180deg); +.flipping-card-item-side { + position: absolute; + top: 0; + left: 0; + -webkit-backface-visibility: hidden; + backface-visibility: hidden; + margin: 1.5rem; + width: 100%; + height: 100%; + background-position: center; + color: #ffffff; + background-color: #121218cc; + box-shadow: 0 .5rem .5rem rgba(0, 0, 0, 0.18); + transition: all 1s; } +.flipping-card-item-side-back { + color: rgb(255, 255, 255); + transform: rotateY(180deg); +} -.flipping-card-item-wrapper:hover .flipping-card-item-side-front{ - transform: rotateY(-180deg); +.flipping-card-item-wrapper:hover .flipping-card-item-side-front { + transform: rotateY(-180deg); } -.flipping-card-item-wrapper:hover .flipping-card-item-side-front{ - transform: rotateY(-180deg); +.flipping-card-item-wrapper:hover .flipping-card-item-side-front { + transform: rotateY(-180deg); } -.flipping-card-item-wrapper:hover .flipping-card-item-side-back{ - transform: rotateY(0); +.flipping-card-item-wrapper:hover .flipping-card-item-side-back { + transform: rotateY(0); } -.flipping-card-item-img{ - width: 100%; - height: 100%; - background-size: cover; - background-blend-mode: color; +.flipping-card-item-img { + width: 100%; + height: 100%; + background-size: cover; + background-blend-mode: color; } -.flipping-card-back-wrapper{ - font-weight: 200; - position: relative; - top: 25%; - left: 0; - margin: 2rem; - text-align: center; +.flipping-card-back-wrapper { + font-weight: 200; + position: relative; + top: 25%; + left: 0; + margin: 2rem; + text-align: center; } .flipping-card-back-wrapper__btn { - margin-top: 2rem; - padding: .7rem; - text-align: center; - color: #ffffff; - border: 0; - background-image: linear-gradient(to right bottom, #e44c65, #e92949); - transition: all .5s; + margin-top: 2rem; + padding: .7rem; + text-align: center; + color: #ffffff; + border: 0; + background-image: linear-gradient(to right bottom, #e44c65, #e92949); + transition: all .5s; } .flipping-card-back-wrapper__btn:hover { - background-image: none; - color: #ffa41b; - border: 1px solid #ffa41b; + background-image: none; + color: #ffa41b; + border: 1px solid #ffa41b; } .flip-card-text-header { @@ -3378,96 +3375,97 @@ body.is-touch #banner { top: 40%; left: 50%; transform: translate(-50%, -50%); - } - .flip-card-text-paragraph2 { +} + +.flip-card-text-paragraph2 { position: absolute; top: 65%; left: 50%; transform: translate(-50%, -50%); - } - .flip-card-text-paragraph { +} + +.flip-card-text-paragraph { position: absolute; top: 60%; left: 50%; transform: translate(-50%, -50%); - } - +} -.copyright{ - font-size: 11px; - color: #ffffff; - text-align: center; +.copyright { + font-size: 11px; + color: #ffffff; + text-align: center; } /* This is for normal cards that don't flip*/ .card { /* Add shadows to create the "card" effect */ - box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2); + box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); transition: 0.3s; - } - - /* On mouse-over, add a deeper shadow */ - .card:hover { - box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2); - } - - .card-footer { - padding: .75rem 1.25rem; - padding-top: 0.75rem; - padding-right: 1.25rem; - padding-bottom: 0.75rem; - padding-left: 1.25rem; - background-color: rgba(0,0,0,.03); - border-top: 1px solid rgba(0,0,0,.125); - border-top-color: rgba(0, 0, 0, 0.125); - border-top-style: solid; - border-top-width: 1px; +} + +/* On mouse-over, add a deeper shadow */ +.card:hover { + box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2); +} + +.card-footer { + padding: .75rem 1.25rem; + padding-top: 0.75rem; + padding-right: 1.25rem; + padding-bottom: 0.75rem; + padding-left: 1.25rem; + background-color: rgba(0, 0, 0, .3); + border-top: 1px solid rgba(0, 0, 0, .125); + border-top-color: rgba(0, 0, 0, 0.125); + border-top-style: solid; + border-top-width: 1px; } .card-footer:last-child { - border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); - border-top-left-radius: 0; - border-top-right-radius: 0; - border-bottom-right-radius: calc(-1px + 0.25rem); - border-bottom-left-radius: calc(-1px + 0.25rem); + border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px); + border-top-left-radius: 0; + border-top-right-radius: 0; + border-bottom-right-radius: calc(-1px + 0.25rem); + border-bottom-left-radius: calc(-1px + 0.25rem); } - - /* Add some padding inside the card container */ - .cardcontainer { +/* Add some padding inside the card container */ +.cardcontainer { padding: 2px 16px; - } - - .btn { - display: inline-block; - font-weight: 400; - color: #ebebeb; - text-align: center; - vertical-align: middle; - -webkit-user-select: none; - -moz-user-select: none; - -ms-user-select: none; - user-select: none; - background-color: transparent; - border: 1px solid transparent; - padding: .375rem .75rem; - font-size: 1rem; - line-height: 1.5; - border-radius: .25rem; - transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out; -} - - .cardfooter{ - padding: .75rem 1.25rem; - background-color: rgba(0,0,0,.03); - border-top: 1px solid rgba(0,0,0,.125); } + +.btn { + display: inline-block; + font-weight: 400; + color: #ebebeb; + text-align: center; + vertical-align: middle; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + background-color: transparent; + border: 1px solid transparent; + padding: .375rem .75rem; + font-size: 1rem; + line-height: 1.5; + border-radius: .25rem; + transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out; +} + +.cardfooter { + padding: .75rem 1.25rem; + background-color: rgba(0, 0, 0, .03); + border-top: 1px solid rgba(0, 0, 0, .125); +} + /* CSS for putting text on an image*/ + /* Centered text */ .centered { position: absolute; top: 40%; left: 50%; transform: translate(-50%, -50%); - } - \ No newline at end of file +} \ No newline at end of file diff --git a/assets/js/textcopy.js b/assets/js/textcopy.js deleted file mode 100644 index 3c81ac0..0000000 --- a/assets/js/textcopy.js +++ /dev/null @@ -1,8 +0,0 @@ -function copyToClipboard(element) { - var $temp = $(""); - $("body").append($temp); - $temp.val($(element).text()).select(); - document.execCommand("copy"); - $temp.remove(); - } - \ No newline at end of file diff --git a/assets/js/util.js b/assets/js/util.js index 9781c88..0b4775a 100644 --- a/assets/js/util.js +++ b/assets/js/util.js @@ -578,4 +578,12 @@ function toggleSidePanel() { $('body').toggleClass('navPanel-show'); +} + +function copyToClipboard(element) { + var $temp = $(""); + $("body").append($temp); + $temp.val($(element).text()).select(); + document.execCommand("copy"); + $temp.remove(); } \ No newline at end of file diff --git a/index.html b/index.html index 5e7792a..e7c3bd3 100644 --- a/index.html +++ b/index.html @@ -116,7 +116,6 @@

Hermitcraft-like Shopping District

ComparatorCraftSMP features

-
@@ -126,7 +125,7 @@

Dynmap

We have dynmap which is a google maps style website which shows a map of the server, and you can see peoples builds. - Check it out here + Check it out here

diff --git a/info.html b/info.html index 96d2779..d6888d9 100644 --- a/info.html +++ b/info.html @@ -54,9 +54,12 @@

Survival Server


@@ -78,9 +81,12 @@

Creative Server


@@ -104,9 +110,12 @@

HermitCraft Server


@@ -468,7 +477,6 @@

Minecraft Tweaks

- From 88cdf30391bbf385ec8d47ad9e0f181545e28c84 Mon Sep 17 00:00:00 2001 From: BossDaily <84105974+ComparatorCraftSMP@users.noreply.github.com> Date: Fri, 27 Aug 2021 17:52:58 -0500 Subject: [PATCH 26/26] =?UTF-8?q?Removed=20the=20server=20cards,=20and=20t?= =?UTF-8?q?he=20big=20image=20=E2=98=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- info.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/info.html b/info.html index d6888d9..c0ef3aa 100644 --- a/info.html +++ b/info.html @@ -30,14 +30,12 @@

Information

- +

Server Addresses

-
+

Specs