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>
|
||||
<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>
|
||||
</>
|
||||
);
|
||||
|
||||
@@ -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>
|
||||
);
|
||||
|
||||
@@ -12,7 +12,7 @@
|
||||
}
|
||||
|
||||
.collabLogo {
|
||||
max-width: 108px;
|
||||
max-width: 200px;
|
||||
}
|
||||
|
||||
.collabLogoRow {
|
||||
|
||||
Reference in New Issue
Block a user