From edb8f5ecd17037f1b8936129e1a4fe4edd54cbe5 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 20 Feb 2022 12:02:35 +0900 Subject: [PATCH 1/3] Inline all Enterprise Sponsor logos on About page --- .../app/components/about/about.component.html | 103 +++++++++++++++++- .../src/resources/profile/blockstream.svg | 43 -------- frontend/src/resources/profile/exodus.svg | 16 --- frontend/src/resources/profile/foundry.svg | 9 -- frontend/src/resources/profile/gemini.svg | 6 - frontend/src/resources/profile/spiral.svg | 10 -- frontend/src/resources/profile/unchained.svg | 24 ---- 7 files changed, 97 insertions(+), 114 deletions(-) delete mode 100644 frontend/src/resources/profile/blockstream.svg delete mode 100644 frontend/src/resources/profile/exodus.svg delete mode 100644 frontend/src/resources/profile/foundry.svg delete mode 100644 frontend/src/resources/profile/gemini.svg delete mode 100644 frontend/src/resources/profile/spiral.svg delete mode 100644 frontend/src/resources/profile/unchained.svg diff --git a/frontend/src/app/components/about/about.component.html b/frontend/src/app/components/about/about.component.html index b9050d41e..b6546f240 100644 --- a/frontend/src/app/components/about/about.component.html +++ b/frontend/src/app/components/about/about.component.html @@ -35,27 +35,118 @@

Enterprise Sponsors 🚀

- + + + + + + + + + + Spiral - + + + + + + Gemini - + + + + + + + + + + + + + + Exodus - + + + + + + + + Foundry - + + + + + + + + + + + Unchained - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Blockstream
diff --git a/frontend/src/resources/profile/blockstream.svg b/frontend/src/resources/profile/blockstream.svg deleted file mode 100644 index 6dc32eab9..000000000 --- a/frontend/src/resources/profile/blockstream.svg +++ /dev/null @@ -1,43 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/frontend/src/resources/profile/exodus.svg b/frontend/src/resources/profile/exodus.svg deleted file mode 100644 index 082cba7a5..000000000 --- a/frontend/src/resources/profile/exodus.svg +++ /dev/null @@ -1,16 +0,0 @@ - - - Exodus_logo - - - - - - - - diff --git a/frontend/src/resources/profile/foundry.svg b/frontend/src/resources/profile/foundry.svg deleted file mode 100644 index 3647e994a..000000000 --- a/frontend/src/resources/profile/foundry.svg +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/frontend/src/resources/profile/gemini.svg b/frontend/src/resources/profile/gemini.svg deleted file mode 100644 index 6aeecf1b9..000000000 --- a/frontend/src/resources/profile/gemini.svg +++ /dev/null @@ -1,6 +0,0 @@ - - - - - - diff --git a/frontend/src/resources/profile/spiral.svg b/frontend/src/resources/profile/spiral.svg deleted file mode 100644 index c21f5d70c..000000000 --- a/frontend/src/resources/profile/spiral.svg +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - diff --git a/frontend/src/resources/profile/unchained.svg b/frontend/src/resources/profile/unchained.svg deleted file mode 100644 index 2ab4bc9da..000000000 --- a/frontend/src/resources/profile/unchained.svg +++ /dev/null @@ -1,24 +0,0 @@ - - - - - - - - - - - - From b70df576d407eb00e10c2f76adbaeee51dbcb9d5 Mon Sep 17 00:00:00 2001 From: softsimon Date: Sun, 20 Feb 2022 13:33:46 +0400 Subject: [PATCH 2/3] Fixing enterprise sponsors margin --- frontend/src/app/components/about/about.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 4a14307cb..5362484bc 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -123,7 +123,7 @@ display: block; transition: 150ms all; } - img { + img, svg { margin: 40px 29px 10px; } } From 3b7d36e9e96fc2800ce477defe3634ac062411f2 Mon Sep 17 00:00:00 2001 From: wiz Date: Sun, 20 Feb 2022 20:11:31 +0900 Subject: [PATCH 3/3] Fix mouseover CSS for inline SVG on About page --- .../app/components/about/about.component.scss | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/frontend/src/app/components/about/about.component.scss b/frontend/src/app/components/about/about.component.scss index 5362484bc..8b9466732 100644 --- a/frontend/src/app/components/about/about.component.scss +++ b/frontend/src/app/components/about/about.component.scss @@ -9,7 +9,7 @@ border-radius: 50%; margin: 25px; line-height: 32px; - } + } .intro { margin: 25px auto 30px; @@ -41,7 +41,7 @@ } .alliances, - .enterprise-sponsor, + .enterprise-sponsor, .community-integrations-sponsor, .maintainers { margin-top: 68px; @@ -58,7 +58,7 @@ .wrapper { margin: 20px auto; } - .btn-primary { + .btn-primary { max-width: 250px; margin: auto; height: 45px; @@ -68,7 +68,7 @@ .alliances { margin-bottom: 100px; - a { + a { &:nth-child(3) { position: relative; top: 10px; @@ -88,17 +88,17 @@ margin: 50px 30px 0px; } } - .liquid { + .liquid { top: 7px; position: relative; } - .copa { + .copa { height: auto; top: 23px; position: relative; width: 300px; } - .bisq { + .bisq { top: 3px; position: relative; } @@ -115,11 +115,11 @@ display: inline-block; &:hover { text-decoration: none; - img { + img, svg { transform: scale(1.1); } } - img, span{ + img, svg, span { display: block; transition: 150ms all; }