From 261045e20506a1e2dd4ef7142887c7a79b4d0db8 Mon Sep 17 00:00:00 2001 From: Inna Atanasova Date: Wed, 28 Feb 2024 15:47:48 -0500 Subject: [PATCH] add sponsors section --- css/common.css | 32 ++++++++++++++++++++++++++++++++ images/asb_logo.svg | 1 + images/cbs_logo.svg | 1 + index.html | 14 ++++++++++++++ 4 files changed, 48 insertions(+) create mode 100644 images/asb_logo.svg create mode 100644 images/cbs_logo.svg diff --git a/css/common.css b/css/common.css index d339289..ae6b1e0 100644 --- a/css/common.css +++ b/css/common.css @@ -550,6 +550,34 @@ main, header { width: clamp(4rem, 20% , 20rem); } +.cc-sponsors { + gap: 2rem; + display: flex; + margin-block: 2rem 8rem; + align-items: center; + flex-direction: column; +} + +.cc-logo-container { + gap: 4rem; + width: 100%; + display: flex; + flex-wrap: wrap; + align-items: center; + justify-content: center; +} + +.cc-logo-container a { + width: 30%; + height: 100%; + justify-content: center; +} + +.cc-logo-container img { + width: 100%; + height: 100%; +} + @media only screen and (min-width: 768px) { .cc-header img { width: 60%; @@ -591,6 +619,10 @@ main, header { .cc-location img { width: clamp(4rem, 30% , 20rem); } + + .cc-logo-container a { + width: 45%; + } } footer { diff --git a/images/asb_logo.svg b/images/asb_logo.svg new file mode 100644 index 0000000..ee494a6 --- /dev/null +++ b/images/asb_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/images/cbs_logo.svg b/images/cbs_logo.svg new file mode 100644 index 0000000..afebf84 --- /dev/null +++ b/images/cbs_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/index.html b/index.html index 58689ff..5a7a8ea 100644 --- a/index.html +++ b/index.html @@ -118,6 +118,20 @@

Location

+ +
+

Our sponsors

+
+ + Asbrucon home + + + + CBS home + +
+