Added SKR collab

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
2026-04-29 22:44:11 +03:00
parent 61f478cd51
commit 5a1773428b
4 changed files with 6 additions and 12 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 128 KiB

View File

@@ -6,20 +6,13 @@ const Collaboration = () => {
<>
<h1>Yhteistyössä</h1>
<div className={styles.collabContainer}>
<span>Runoviikko Ry</span>
<div className={styles.collabLogoRow}>
<img
className={styles.collabLogo}
src='/collaborators/kirjan_talo.png'
alt='kirjan talo logo'
src='../../public/collaborators/skr.png'
alt='Suomen Kulttuurirahaston logo'
/>
</div>
<span>Velkuan saaristolaisyhdistys ry</span>
<span>Cafe Laituri</span>
<span>Saaristohotelli Vaihela</span>
<span>Aviador Kustannus</span>
<span>Enostone Kustannus</span>
<span>Keski-Suomen kirjailijat</span>
</div>
</>
);

View File

@@ -2,17 +2,18 @@ import Performers from './Performers';
import Program from './Program';
import styles from '../../styles/Index.module.scss';
import Lead from '../components/Lead';
import Collaboration from '../components/Collaboration';
const Index = () => {
return (
<div className={styles.indexContainer}>
<h1>Runosaari</h1>
<Lead />
<Program />
<Performers />
<Collaboration />
<Program />
{/* <Workshops /> */}
{/* <Info /> */}
{/* <Collaboration /> */}
{/* <Archive /> */}
</div>
);

View File

@@ -12,7 +12,7 @@
}
.collabLogo {
max-width: 108px;
max-width: 200px;
}
.collabLogoRow {