diff --git a/website/assets/style.css b/website/assets/style.css index 82fe9b0..29cca2d 100644 --- a/website/assets/style.css +++ b/website/assets/style.css @@ -244,3 +244,38 @@ hr { max-width: 600px; margin: 50px auto; } + +.plan-table { + max-width: 600px; + width: 100%; + margin: 20px auto 40px; + table-layout: fixed; + border-collapse: collapse; + +} + +.plan-icon { + font-size: 30px; +} + +.plan-name { + font-weight: 700; +} + +td { + padding: 10px; + border-bottom: 1px solid #ddd; + text-align: center; +} + +tr:nth-child(even) { + background-color: hsl(0, 0%, 98%); +} + +/*tr:nth-child(odd) {*/ +/* background-color: #ffffff;*/ +/*}*/ + +tr:hover { + background-color: hsl(0, 0%, 96%); +} diff --git a/website/blocks/main.md b/website/blocks/main.md index bb4d7e6..25ff38e 100644 --- a/website/blocks/main.md +++ b/website/blocks/main.md @@ -8,7 +8,7 @@ It's truly **open-source**: everything, including the full production setup, is ## How can I use it? - + ## How can I donate or support this project? diff --git a/website/blocks/map_howto.html b/website/blocks/map_howto.html index a900581..5c10aa7 100644 --- a/website/blocks/map_howto.html +++ b/website/blocks/map_howto.html @@ -123,3 +123,5 @@ + +
\ No newline at end of file diff --git a/website/blocks/support_plans.html b/website/blocks/support_plans.html index e69de29..770f042 100644 --- a/website/blocks/support_plans.html +++ b/website/blocks/support_plans.html @@ -0,0 +1,42 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
🗡️Steel Plan$10 / month
🥘Copper Plan$20 / month
🛎️Bronze Plan$40 / month
🍴Silver Plan$75 / month
🏆Gold Plan$150 / month
💿Platinum Plan$250 / month
💍Sapphire Plan$500 / month
💎Diamond Plan$1000 / month
diff --git a/website/template.html b/website/template.html index 9773c53..e66f11a 100644 --- a/website/template.html +++ b/website/template.html @@ -44,7 +44,7 @@ - +