From cc2b84def13370c0a099cd6532a8d8303e9131a7 Mon Sep 17 00:00:00 2001 From: SJ Miller Date: Fri, 14 Jan 2022 20:00:10 -0500 Subject: [PATCH 1/3] sponsorship mini section draft --- index.html | 12 ++++++++++++ sass/index.scss | 30 ++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/index.html b/index.html index 13c1d00a..41d1903a 100644 --- a/index.html +++ b/index.html @@ -45,6 +45,7 @@
@@ -192,6 +193,17 @@

Frequently Asked Questions

+ +
+

Sponsors

+

Sponsors help make our event possible with their support, event guidance for hackers, and workshop oppertunities.

+

Interested in sponsoring our event? Check out our prospectus and contact us today!

+ +
+
diff --git a/sass/index.scss b/sass/index.scss index 2261780a..80818769 100644 --- a/sass/index.scss +++ b/sass/index.scss @@ -435,6 +435,22 @@ video::-webkit-media-controls { } } +// Sponsors +#sponsors { + #sponsor-btns { + margin-top: 1rem; + display: flex; + + #prospectus { + @include button-secondary(); + margin-right: 2rem; + } + + #email { + @include button-primary(); + } + } +} // Contact #contact { @@ -742,6 +758,20 @@ footer { } } + + // Sponsors + #sponsors { + #sponsor-btns { + flex-flow: column; + width: max-content; + margin: auto; + + #prospectus { + margin: 0rem 0rem 1rem; + } + } + } + // Contact #contact { flex-direction: column; From dd9afd176a5453654fda2223891870cce2106c1d Mon Sep 17 00:00:00 2001 From: SJ Miller Date: Tue, 18 Jan 2022 10:07:01 -0500 Subject: [PATCH 2/3] design fixes --- index.html | 2 +- sass/index.scss | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 41d1903a..1222f1c7 100644 --- a/index.html +++ b/index.html @@ -196,7 +196,7 @@

Frequently Asked Questions

Sponsors

-

Sponsors help make our event possible with their support, event guidance for hackers, and workshop oppertunities.

+

Sponsors help make our event possible with their support, event guidance for hackers, and workshop opportunities.

Interested in sponsoring our event? Check out our prospectus and contact us today!