From be3c4c3ba1f0c52766fce5501a1c843f6bcb37c1 Mon Sep 17 00:00:00 2001 From: Emil Miler Date: Tue, 14 Feb 2023 17:51:51 +0100 Subject: [PATCH] Section with partners --- index.html | 8 ++++++-- sass/style.scss | 20 ++++++++++++++++++++ static/placeholder-logo.svg | 1 + 3 files changed, 27 insertions(+), 2 deletions(-) create mode 100644 static/placeholder-logo.svg diff --git a/index.html b/index.html index deb780f..cafe03f 100644 --- a/index.html +++ b/index.html @@ -65,8 +65,12 @@ -
- partners +
+ Placeholder + Placeholder + Placeholder + Placeholder + Placeholder

FAQ

diff --git a/sass/style.scss b/sass/style.scss index dac033d..3ca2f23 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -4,6 +4,9 @@ $col-white: #fff; $col-bg: #0b1b2e; $col-accent: #845368; + +/* Global */ + *, *:before, *:after { @@ -29,6 +32,12 @@ img { font-weight: bold; } +section { + padding-top: 3rem; +} + +/* Specific */ + footer { $logo-radius: 4.5em; position: relative; @@ -55,3 +64,14 @@ footer { background-color: $col-bg; } } + +section.partners { + display: flex; + justify-content: center; + flex-wrap: wrap; + + img { + width: clamp(20rem, 80vw, 0); + padding: 1.5em; + } +} diff --git a/static/placeholder-logo.svg b/static/placeholder-logo.svg new file mode 100644 index 0000000..e953d56 --- /dev/null +++ b/static/placeholder-logo.svg @@ -0,0 +1 @@ + \ No newline at end of file