From c9bfff7cdbc0301c7fb8e98b685c587cbe883856 Mon Sep 17 00:00:00 2001 From: Aditya Vasantharao Date: Fri, 5 Mar 2021 18:09:52 -0500 Subject: [PATCH] Fix bootstrap formatting --- public/index.html | 1 - src/components/Home.js | 6 ++--- src/components/Sponsors.js | 34 +++++++++++++---------------- src/components/assets/Home.scss | 8 +++++-- src/components/assets/Sponsors.scss | 13 +++++++++++ 5 files changed, 37 insertions(+), 25 deletions(-) diff --git a/public/index.html b/public/index.html index 309ffc7..421fb63 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,6 @@ - diff --git a/src/components/Home.js b/src/components/Home.js index 8aea732..63d910c 100644 --- a/src/components/Home.js +++ b/src/components/Home.js @@ -8,12 +8,12 @@ export default function Home(props) {
-

Potentia

-

Robotics

+

 Potentia 

+

 Robotics 

- The first high school team to design and build a full-size bipedal humanoid robot. +  The first high school team to design and 

 build a full-size bipedal humanoid robot. 

-
-

-

-

The Humanoid Robotics Club could not have happened without the support of these amazing sponsors!

-

-

- - - -

Gold

-

Sponsors

+
+

Our amazing sponsors help make Potentia Robotics' projects possible!

Contact us to learn more about sponsorship.

+ + + +

Gold

+

Donation amount: $1000+

Perks: Silver + logo on Olympian

- -

Silver

-

Sponsors

+ +

Silver

+

Donation amount: $500-$999

Perks: Bronze + logo on all Potentia merchandise

- -

Bronze

-

Sponsors

+ +

Bronze

+

Donation amount: $100-$499

Perks: logo on website + recognition on social media

- +
diff --git a/src/components/assets/Home.scss b/src/components/assets/Home.scss index 513dab6..c982aa0 100644 --- a/src/components/assets/Home.scss +++ b/src/components/assets/Home.scss @@ -51,7 +51,7 @@ $desktop-small: 1250px; font-family: "Poppins", sans-serif; font-size: 4vw; margin-left: 0.4em; - padding-top: 0.2em; + padding-top: 0.3em; #potentia { padding-left: 0.4em; @@ -62,7 +62,7 @@ $desktop-small: 1250px; #robotics { position: relative; top: -0.3em; - padding-left: 1em; + padding-left: 1.35em; z-index: 999 !important; } } @@ -89,6 +89,10 @@ $desktop-small: 1250px; } } +.highlight-gray { + background-color: rgb(235, 235, 235); +} + .landing-subheader { font-family: "Poppins", sans-serif; font-size: 2vw; diff --git a/src/components/assets/Sponsors.scss b/src/components/assets/Sponsors.scss index 92f3c02..19600b2 100644 --- a/src/components/assets/Sponsors.scss +++ b/src/components/assets/Sponsors.scss @@ -1,4 +1,17 @@ .glow { text-align: center; + font-size: 3em; //background: linear-gradient(to right, #ee6c4d, #3d5a80, #293241); } + +.intro-wrapper { + margin-top: 3em; +} + +.sponsor-tier-list { + margin-top: 2em; +} + +.tier-detail { + margin-bottom: 2em; +} \ No newline at end of file