From 24160b58cf43bddc06d71f1c20ac748d0342fe28 Mon Sep 17 00:00:00 2001
From: Camilla <36456454+tuxiem@users.noreply.github.com>
Date: Thu, 13 Jun 2024 20:49:35 +0200
Subject: [PATCH] Staging (#151)
* fix scaling add floppy (#149)
* Fix/plat sponsor scaling (#150)
* fix scaling add floppy
* Add floppy img
---
src/components/pages/home/hero/hero.jsx | 14 +-
.../home/hero/images/kcd-floppy-2024.svg | 4206 +++++++++++++++++
.../pages/home/sponsors/sponsors.jsx | 10 +-
3 files changed, 4216 insertions(+), 14 deletions(-)
create mode 100644 src/components/pages/home/hero/images/kcd-floppy-2024.svg
diff --git a/src/components/pages/home/hero/hero.jsx b/src/components/pages/home/hero/hero.jsx
index f89d203..82d475f 100644
--- a/src/components/pages/home/hero/hero.jsx
+++ b/src/components/pages/home/hero/hero.jsx
@@ -2,7 +2,7 @@ import React from 'react';
import Button from 'components/shared/button';
-import illustration from './images/kcd2024.png';
+import illustration from './images/kcd-floppy-2024.svg';
const TITLE = 'KCD Denmark';
const TITLEKCD = 'KCD';
@@ -65,20 +65,16 @@ const Hero = () => (
}
+
\ No newline at end of file
diff --git a/src/components/pages/home/sponsors/sponsors.jsx b/src/components/pages/home/sponsors/sponsors.jsx
index 28cb00f..882aa11 100644
--- a/src/components/pages/home/sponsors/sponsors.jsx
+++ b/src/components/pages/home/sponsors/sponsors.jsx
@@ -42,12 +42,12 @@ const ITEMS = [
{
title: 'Platinum Sponsors',
logos: [
- { icon: ContainByNetic, url: 'https://contain.dk/', scale: '70%' },
+ { icon: ContainByNetic, url: 'https://contain.dk/', scale: '75%' },
{ icon: TeamBlue, url: 'https://team.blue/', scale: '100%' },
],
cardClassname:
'min-w-[488px] max-w-[330px] min-h-[152px] sm:min-w-[350px] sm:min-h-[130px] xs:min-w-fit xs:max-w-full',
- iconClassname: 'max-w-[330px] sm:min-w-[100%] scale-[1.5]',
+ iconClassname: 'max-w-[330px] sm:min-w-[100%] scale-[1.6] sm:scale-[1]',
},
{
title: 'Gold Sponsors',
@@ -59,7 +59,7 @@ const ITEMS = [
],
cardClassname:
'min-w-[384px] min-h-[122px] sm:min-w-[320px] sm:min-h-[115px] xs:min-w-fit xs:max-w-full',
- iconClassname: 'max-w-[330px] sm:min-w-[100%]',
+ iconClassname: 'max-w-[330px] sm:min-w-[70%]',
},
{
title: 'Bronze Sponsors',
@@ -69,7 +69,7 @@ const ITEMS = [
],
cardClassname:
'min-w-[384px] min-h-[122px] sm:min-w-[320px] sm:min-h-[115px] xs:min-w-fit xs:max-w-full',
- iconClassname: 'max-w-[330px] sm:min-w-[100%]',
+ iconClassname: 'max-w-[330px] sm:min-w-[70%]',
},
{
title: 'Community Sponsors',
@@ -83,7 +83,7 @@ const ITEMS = [
],
cardClassname:
'min-w-[384px] min-h-[122px] sm:min-w-[320px] sm:min-h-[115px] xs:min-w-fit xs:max-w-full',
- iconClassname: 'max-w-[330px] sm:min-w-[100%] scale-[0.8]',
+ iconClassname: 'max-w-[330px] sm:min-w-[70%] scale-[0.7]',
},
{
title: 'Media & Partners',