Compare commits
7 Commits
38cb38f53f
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| e52b3374e5 | |||
| d35974aadb | |||
| 8cdf3e04ce | |||
| 8f8d593ff0 | |||
| 6f46083a90 | |||
| 1f8b9bedc0 | |||
| 62a87a1169 |
5
.gitignore
vendored
@@ -32,7 +32,4 @@ yarn-error.log*
|
|||||||
.vercel
|
.vercel
|
||||||
|
|
||||||
# typescript
|
# typescript
|
||||||
*.tsbuildinfo
|
*.tsbuildinfo
|
||||||
|
|
||||||
# build folder
|
|
||||||
/dist
|
|
||||||
6
declarations.d.ts
vendored
@@ -2,3 +2,9 @@ declare module "*.module.scss" {
|
|||||||
const classes: { [key: string]: string };
|
const classes: { [key: string]: string };
|
||||||
export default classes;
|
export default classes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
declare module "react-transition-group/CSSTransition" {
|
||||||
|
import { ComponentType } from "react";
|
||||||
|
const CSSTransition: ComponentType<any>;
|
||||||
|
export default CSSTransition;
|
||||||
|
}
|
||||||
|
|||||||
1
dist/assets/index-BHL1kCFY.css
vendored
Normal file
67
dist/assets/index-Dj6kuw_y.js
vendored
Normal file
BIN
dist/collaborators/aviador.png
vendored
Normal file
|
After Width: | Height: | Size: 23 KiB |
BIN
dist/collaborators/naantali.png
vendored
Normal file
|
After Width: | Height: | Size: 30 KiB |
BIN
dist/collaborators/prosinervo.jpg
vendored
Normal file
|
After Width: | Height: | Size: 70 KiB |
BIN
dist/collaborators/siltala.png
vendored
Normal file
|
After Width: | Height: | Size: 178 KiB |
BIN
dist/collaborators/skr.png
vendored
Normal file
|
After Width: | Height: | Size: 128 KiB |
BIN
dist/collaborators/teos.jpg
vendored
Normal file
|
After Width: | Height: | Size: 91 KiB |
BIN
dist/collaborators/vaihela.png
vendored
Normal file
|
After Width: | Height: | Size: 12 KiB |
BIN
dist/favicon.ico
vendored
Normal file
|
After Width: | Height: | Size: 15 KiB |
26
dist/index.html
vendored
Normal file
@@ -0,0 +1,26 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="fi">
|
||||||
|
<head>
|
||||||
|
<meta charset="UTF-8" />
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||||
|
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
|
||||||
|
<title>Runosaari</title>
|
||||||
|
<link
|
||||||
|
href="https://fonts.googleapis.com/css?family=Crimson+Text&display=optional"
|
||||||
|
rel="stylesheet"
|
||||||
|
/>
|
||||||
|
<meta property="og:title" content="Runosaari" />
|
||||||
|
<meta property="og:type" content="website" />
|
||||||
|
<meta property="og:url" content="https://www.runosaari.fi/" />
|
||||||
|
<meta property="og:image:url" content="https://www.runosaari.fi/runosaari-logo.jpg" />
|
||||||
|
<meta property="og:image:type" content="image/jpg" />
|
||||||
|
<meta property="og:image:width" content="1516" />
|
||||||
|
<meta property="og:image:height" content="582" />
|
||||||
|
<meta property="og:description" content="Runofestivaali saariston sylissä 12. - 13.6.2026" />
|
||||||
|
<script type="module" crossorigin src="/assets/index-Dj6kuw_y.js"></script>
|
||||||
|
<link rel="stylesheet" crossorigin href="/assets/index-BHL1kCFY.css">
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
<div id="root"></div>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
BIN
dist/performers/2021/a_w_yrjana.jpg
vendored
Normal file
|
After Width: | Height: | Size: 153 KiB |
BIN
dist/performers/2021/antti_salminen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 154 KiB |
BIN
dist/performers/2021/irja_nb.jpg
vendored
Normal file
|
After Width: | Height: | Size: 13 KiB |
BIN
dist/performers/2021/jaana_kouri.jpg
vendored
Normal file
|
After Width: | Height: | Size: 21 KiB |
BIN
dist/performers/2021/juha_kulmala.jpg
vendored
Normal file
|
After Width: | Height: | Size: 147 KiB |
BIN
dist/performers/2021/juudakset.jpg
vendored
Normal file
|
After Width: | Height: | Size: 41 KiB |
BIN
dist/performers/2021/jysky.jpg
vendored
Normal file
|
After Width: | Height: | Size: 67 KiB |
BIN
dist/performers/2021/katariina_vuorinen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 226 KiB |
BIN
dist/performers/2021/maija_matias.jpg
vendored
Normal file
|
After Width: | Height: | Size: 84 KiB |
BIN
dist/performers/2021/olli_heikkonen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 138 KiB |
BIN
dist/performers/2021/raisa_marjamaki.jpg
vendored
Normal file
|
After Width: | Height: | Size: 137 KiB |
BIN
dist/performers/2021/rauhatati.jpg
vendored
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
dist/performers/2021/rosanna_fellman.jpg
vendored
Normal file
|
After Width: | Height: | Size: 191 KiB |
BIN
dist/performers/2021/sarjakuvia_kuplista.jpg
vendored
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
dist/performers/2021/tomi_kontio.jpg
vendored
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
dist/performers/2022/ainot_ja_lauri.jpg
vendored
Normal file
|
After Width: | Height: | Size: 122 KiB |
BIN
dist/performers/2022/aki_salmela.jpg
vendored
Normal file
|
After Width: | Height: | Size: 186 KiB |
BIN
dist/performers/2022/anja_eramaja.jpg
vendored
Normal file
|
After Width: | Height: | Size: 148 KiB |
BIN
dist/performers/2022/ayras.jpg
vendored
Normal file
|
After Width: | Height: | Size: 63 KiB |
BIN
dist/performers/2022/ella_pyhalto.jpg
vendored
Normal file
|
After Width: | Height: | Size: 172 KiB |
BIN
dist/performers/2022/francis_north.jpg
vendored
Normal file
|
After Width: | Height: | Size: 122 KiB |
BIN
dist/performers/2022/heidi_ja_karl.jpg
vendored
Normal file
|
After Width: | Height: | Size: 449 KiB |
BIN
dist/performers/2022/juha_kulmala_diodi.jpg
vendored
Normal file
|
After Width: | Height: | Size: 377 KiB |
BIN
dist/performers/2022/kari_aronpuro.jpg
vendored
Normal file
|
After Width: | Height: | Size: 107 KiB |
BIN
dist/performers/2022/katariina_vuorinen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 109 KiB |
BIN
dist/performers/2022/kati_urho.jpg
vendored
Normal file
|
After Width: | Height: | Size: 78 KiB |
BIN
dist/performers/2022/laura_laakso.jpg
vendored
Normal file
|
After Width: | Height: | Size: 207 KiB |
BIN
dist/performers/2022/laura_rantanen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 92 KiB |
BIN
dist/performers/2022/markku_paaskynen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 20 KiB |
BIN
dist/performers/2022/mikko_innanen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
dist/performers/2022/outi_illuusia.jpg
vendored
Normal file
|
After Width: | Height: | Size: 120 KiB |
BIN
dist/performers/2022/saila_susiluoto.jpg
vendored
Normal file
|
After Width: | Height: | Size: 205 KiB |
BIN
dist/performers/2022/sanna_karlstrom.jpg
vendored
Normal file
|
After Width: | Height: | Size: 144 KiB |
BIN
dist/performers/2022/signe.jpg
vendored
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
dist/performers/2022/susinukke_kosola.jpg
vendored
Normal file
|
After Width: | Height: | Size: 122 KiB |
BIN
dist/performers/2022/tytti_metsa.jpg
vendored
Normal file
|
After Width: | Height: | Size: 226 KiB |
BIN
dist/performers/2023/blues_ones.jpg
vendored
Normal file
|
After Width: | Height: | Size: 200 KiB |
BIN
dist/performers/2023/default.jpg
vendored
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
dist/performers/2023/esa_hirvonen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 102 KiB |
BIN
dist/performers/2023/ilmi_lupiini.jpg
vendored
Normal file
|
After Width: | Height: | Size: 116 KiB |
BIN
dist/performers/2023/juha_kulmala.jpg
vendored
Normal file
|
After Width: | Height: | Size: 240 KiB |
BIN
dist/performers/2023/juhani_aaltonen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 117 KiB |
BIN
dist/performers/2023/katariina_vuorinen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 44 KiB |
BIN
dist/performers/2023/katja_meriluoto.jpg
vendored
Normal file
|
After Width: | Height: | Size: 122 KiB |
BIN
dist/performers/2023/kinnunen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 115 KiB |
BIN
dist/performers/2023/marianne_kurtto.jpg
vendored
Normal file
|
After Width: | Height: | Size: 108 KiB |
BIN
dist/performers/2023/masi.jpg
vendored
Normal file
|
After Width: | Height: | Size: 184 KiB |
BIN
dist/performers/2023/otso_helasvuo.jpg
vendored
Normal file
|
After Width: | Height: | Size: 178 KiB |
BIN
dist/performers/2023/rauhatati.jpg
vendored
Normal file
|
After Width: | Height: | Size: 83 KiB |
BIN
dist/performers/2023/rosanna.jpg
vendored
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
dist/performers/2023/salonen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 125 KiB |
BIN
dist/performers/2023/sanchez.jpg
vendored
Normal file
|
After Width: | Height: | Size: 102 KiB |
BIN
dist/performers/2023/signe.jpg
vendored
Normal file
|
After Width: | Height: | Size: 86 KiB |
BIN
dist/performers/2023/sirpa_kyyronen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 122 KiB |
BIN
dist/performers/2023/suvi_valli.jpg
vendored
Normal file
|
After Width: | Height: | Size: 85 KiB |
BIN
dist/performers/2023/tomi_kontio.jpg
vendored
Normal file
|
After Width: | Height: | Size: 136 KiB |
BIN
dist/performers/2023/trio_h_v_y.jpg
vendored
Normal file
|
After Width: | Height: | Size: 422 KiB |
BIN
dist/performers/2023/veera_sylvius.jpg
vendored
Normal file
|
After Width: | Height: | Size: 133 KiB |
BIN
dist/performers/2024/ayras.jpg
vendored
Normal file
|
After Width: | Height: | Size: 249 KiB |
BIN
dist/performers/2024/emmi_ketonen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 76 KiB |
BIN
dist/performers/2024/hanna_storm.jpg
vendored
Normal file
|
After Width: | Height: | Size: 214 KiB |
BIN
dist/performers/2024/juha_kulmala.jpg
vendored
Normal file
|
After Width: | Height: | Size: 291 KiB |
BIN
dist/performers/2024/juha_rautio.jpg
vendored
Normal file
|
After Width: | Height: | Size: 239 KiB |
BIN
dist/performers/2024/katariina_vuorinen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 198 KiB |
BIN
dist/performers/2024/risto_oikarinen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 191 KiB |
BIN
dist/performers/2024/terhi_forssen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 248 KiB |
BIN
dist/performers/2025/henriikka.jpg
vendored
Normal file
|
After Width: | Height: | Size: 126 KiB |
BIN
dist/performers/2025/jaakko-henriikka.jpg
vendored
Normal file
|
After Width: | Height: | Size: 185 KiB |
BIN
dist/performers/2025/jaakko.jpg
vendored
Normal file
|
After Width: | Height: | Size: 78 KiB |
BIN
dist/performers/2025/jarventausta.jpg
vendored
Normal file
|
After Width: | Height: | Size: 132 KiB |
BIN
dist/performers/2025/katariina.jpg
vendored
Normal file
|
After Width: | Height: | Size: 213 KiB |
BIN
dist/performers/2025/kulmala.jpg
vendored
Normal file
|
After Width: | Height: | Size: 144 KiB |
BIN
dist/performers/2025/lehikoinen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 123 KiB |
BIN
dist/performers/2025/mickwitz.jpg
vendored
Normal file
|
After Width: | Height: | Size: 9.6 KiB |
BIN
dist/performers/2025/milagros.jpg
vendored
Normal file
|
After Width: | Height: | Size: 98 KiB |
BIN
dist/performers/2025/paivinen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 119 KiB |
BIN
dist/performers/2025/panu.jpg
vendored
Normal file
|
After Width: | Height: | Size: 94 KiB |
BIN
dist/performers/2025/pegasos.jpg
vendored
Normal file
|
After Width: | Height: | Size: 152 KiB |
BIN
dist/performers/2025/puukka.jpg
vendored
Normal file
|
After Width: | Height: | Size: 101 KiB |
BIN
dist/performers/2025/royhka-pyysalo.jpg
vendored
Normal file
|
After Width: | Height: | Size: 143 KiB |
BIN
dist/performers/2025/uhrijuhla.jpg
vendored
Normal file
|
After Width: | Height: | Size: 165 KiB |
BIN
dist/performers/2026/djangomania.jpg
vendored
Normal file
|
After Width: | Height: | Size: 234 KiB |
BIN
dist/performers/2026/haiva.jpg
vendored
Normal file
|
After Width: | Height: | Size: 75 KiB |
BIN
dist/performers/2026/helena-sinervo.jpg
vendored
Normal file
|
After Width: | Height: | Size: 122 KiB |
BIN
dist/performers/2026/jouni-inkala.jpg
vendored
Normal file
|
After Width: | Height: | Size: 168 KiB |
BIN
dist/performers/2026/juurakko.jpg
vendored
Normal file
|
After Width: | Height: | Size: 91 KiB |
BIN
dist/performers/2026/katariina-vuorinen.jpg
vendored
Normal file
|
After Width: | Height: | Size: 253 KiB |