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> <h1>Yhteistyössä</h1>
<div className={styles.collabContainer}> <div className={styles.collabContainer}>
<span>Runoviikko Ry</span>
<div className={styles.collabLogoRow}> <div className={styles.collabLogoRow}>
<img <img
className={styles.collabLogo} className={styles.collabLogo}
src='/collaborators/kirjan_talo.png' src='../../public/collaborators/skr.png'
alt='kirjan talo logo' alt='Suomen Kulttuurirahaston logo'
/> />
</div> </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> </div>
</> </>
); );

View File

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

View File

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