diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file diff --git a/assets/images/GOATED.png b/assets/images/GOATED.png new file mode 100644 index 0000000..fe96e22 Binary files /dev/null and b/assets/images/GOATED.png differ diff --git a/assets/images/svg-logo.svg b/assets/images/svg-logo.svg new file mode 100644 index 0000000..6d870dc --- /dev/null +++ b/assets/images/svg-logo.svg @@ -0,0 +1,207 @@ + + + diff --git a/assets/mobirise/css/mbr-additional.css b/assets/mobirise/css/mbr-additional.css index eab6c2d..8efc81e 100644 --- a/assets/mobirise/css/mbr-additional.css +++ b/assets/mobirise/css/mbr-additional.css @@ -558,9 +558,7 @@ a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-cap box-shadow: none; } a, -a:hover { - color: #171717; -} + .mbr-plan-header.bg-primary .mbr-plan-subtitle, .mbr-plan-header.bg-primary .mbr-plan-price-desc { color: #91a0bf; diff --git a/assets/theme/css/style.css b/assets/theme/css/style.css index b1138c1..dfe52ae 100644 --- a/assets/theme/css/style.css +++ b/assets/theme/css/style.css @@ -780,6 +780,67 @@ body { width: 14px; } +.image-container { + position: relative; + z-index: 10; +} + +.image-container::after { + content: ''; + position: absolute; + z-index: -1; + bottom: -24px; + left: 24px; + width: 100%; + height: 100%; + background: linear-gradient(rgb(235, 59, 59), rgb(239 68 68)); +} + +.image-container img { + z-index: -1; +} + +.image-container-alt { + position: relative; + z-index: 10; +} + +.image-container-alt::after { + content: ''; + position: absolute; + z-index: -1; + bottom: -24px; + left: -24px; + width: 100%; + height: 100%; + background: linear-gradient(rgb(235, 59, 59), rgb(239 68 68)); +} + +.image-container-alt img { + z-index: -1; +} + +.game-font { + font-family: 'Jersey 10', sans-serif; + font-weight: 400; + font-style: normal; +} + +@keyframes cycle-pulse { + 0% { + filter: invert(42%) sepia(77%) saturate(2318%) hue-rotate(334deg) brightness(96%) contrast(95%); + } + + 50% { + filter: invert(0%) sepia(1%) saturate(10%) hue-rotate(306deg) brightness(98%) contrast(101%); + } + + 100% { + filter: invert(42%) sepia(77%) saturate(2318%) hue-rotate(334deg) brightness(96%) contrast(95%); + } +} + + .form-control { background-color: #ffffff; background-clip: border-box; diff --git a/fonts/NES/NESCyrillic.ttf b/fonts/NES/NESCyrillic.ttf new file mode 100644 index 0000000..ea94cb1 Binary files /dev/null and b/fonts/NES/NESCyrillic.ttf differ diff --git a/fonts/NES/style.css b/fonts/NES/style.css new file mode 100644 index 0000000..abb851e --- /dev/null +++ b/fonts/NES/style.css @@ -0,0 +1,4 @@ +@font-face { + font-family: 'NES'; + src: url('../NES/NESCyrillic.ttf') format('truetype'); +} diff --git a/index.html b/index.html index b6c5cf7..04a3c73 100644 --- a/index.html +++ b/index.html @@ -83,15 +83,49 @@ href="https://cdn.jsdelivr.net/npm/tailwindcss@2.2.16/dist/tailwind.min.css" rel="stylesheet" /> + + + +
-