BIN
public/collaborators/skr.png
Normal file
BIN
public/collaborators/skr.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 128 KiB |
@@ -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>
|
||||||
</>
|
</>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -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>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.collabLogo {
|
.collabLogo {
|
||||||
max-width: 108px;
|
max-width: 200px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.collabLogoRow {
|
.collabLogoRow {
|
||||||
|
|||||||
Reference in New Issue
Block a user