From e30a3410a3b7cdaf481c9b058dfee3ed8b75ce20 Mon Sep 17 00:00:00 2001 From: Thomas Smith <49042513+tsmitty11@users.noreply.github.com> Date: Tue, 13 Sep 2022 20:50:52 -0400 Subject: [PATCH] Styling progress --- src/layouts/index.html | 6 ++++++ src/layouts/partials/footer.html | 6 +++--- src/static/Images/binance-logo-white.svg | 16 ++++++++++++++++ src/static/Images/galaxy-eco.svg | 7 +++++++ src/static/css/style.css | 22 ++++++++++++++++++++++ 5 files changed, 54 insertions(+), 3 deletions(-) create mode 100644 src/static/Images/binance-logo-white.svg create mode 100644 src/static/Images/galaxy-eco.svg diff --git a/src/layouts/index.html b/src/layouts/index.html index a982e92..ab926b0 100644 --- a/src/layouts/index.html +++ b/src/layouts/index.html @@ -198,6 +198,12 @@ +
+
+ Binance Logo + Galaxy Eco Logo +
+
diff --git a/src/layouts/partials/footer.html b/src/layouts/partials/footer.html index ba4fb30..8d31465 100644 --- a/src/layouts/partials/footer.html +++ b/src/layouts/partials/footer.html @@ -21,12 +21,12 @@
+

Subscribe to our email list


- - - + +

diff --git a/src/static/Images/binance-logo-white.svg b/src/static/Images/binance-logo-white.svg new file mode 100644 index 0000000..6d5e8b0 --- /dev/null +++ b/src/static/Images/binance-logo-white.svg @@ -0,0 +1,16 @@ + + + + + + + + + + + + + + + + diff --git a/src/static/Images/galaxy-eco.svg b/src/static/Images/galaxy-eco.svg new file mode 100644 index 0000000..2e23bfe --- /dev/null +++ b/src/static/Images/galaxy-eco.svg @@ -0,0 +1,7 @@ + + + + + + + diff --git a/src/static/css/style.css b/src/static/css/style.css index 16efe03..e3bfc3a 100644 --- a/src/static/css/style.css +++ b/src/static/css/style.css @@ -335,3 +335,25 @@ hr{ .footer-content{ padding-right: 100px; } + +.email-btn{ + width: 16%; + border-left: 2px solid #949494; + border-right: none !important; + border-radius: 0px; + font-family: "pp-neue-machina", sans-serif; + text-transform: uppercase; + font-size: 38px; +} + +.email-btn:hover{ + background-color: #00ffd0; + color: #1a1a1a; + box-shadow: inset 0px 0px 0px 7px #1a1a1a !important; +} + +.radio-btn-label{ + font-family: "pp-neue-machina", sans-serif; + text-transform: uppercase; + font-size: 38px; +}