Skip to content

Commit

Permalink
Add 2024 to history page
Browse files Browse the repository at this point in the history
  • Loading branch information
hanshenrik committed Nov 24, 2024
1 parent 5dbd8c2 commit 6aa8384
Showing 1 changed file with 36 additions and 4 deletions.
40 changes: 36 additions & 4 deletions src/pages/historikk.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,28 @@ import Layout from "../layouts/Layout.astro";
<h1 class="text-5xl md:text-7xl">Historikk</h1>
<p>Tidligere artister på mandaljazz.</p>
<div class="space-y-24">
<HistoryEntry
year="2024"
spotifyUrl="https://open.spotify.com/playlist/0Yu3man6TSrYAHi7VntNjT?si=d695cdc021a749e3"
image={"/src/images/poster/2024-alt.png"}
>
<li>Bixiga 70</li>
<li>Vs DooM</li>
<li>Superspreder</li>
<li>Ævestaden</li>
<li>Cosmic Swing Orchestra</li>
<li>Andreas Røysum Ensemble</li>
<li>M. Rexen</li>
<li>I Like to Sleep</li>
<li>Harald Lassen</li>
</HistoryEntry>

<RainbowDivider />

<HistoryEntry
year="2023"
spotifyUrl="https://open.spotify.com/playlist/63wOAJl5BH7l1TJ99aUSFd?si=e9b38daf65884e70"
image={"/src/images/poster/2023.png"}
flickr={{
href: "https://www.flickr.com/photos/201530280@N05/albums/72177720320878569",
src: "https://live.staticflickr.com/65535/54041657941_c6214f2464_b.jpg",
}}
>
<li>Kemaca Kinetic + Mathias Eick</li>
<li>D'Sound</li>
Expand All @@ -36,7 +50,9 @@ import Layout from "../layouts/Layout.astro";
<li>Paal Nilssen-Love Circus</li>
<li>Alogte Oho & His Sounds of Joy</li>
</HistoryEntry>

<RainbowDivider />

<HistoryEntry
year="2022"
spotifyUrl="https://open.spotify.com/playlist/7bRe3n4p7ki3482DA7paLg?si=13350e503bdd4eeb"
Expand All @@ -63,7 +79,9 @@ import Layout from "../layouts/Layout.astro";
ungdomsjazzorkester)
</li>
</HistoryEntry>

<RainbowDivider />

<HistoryEntry
year="2021"
spotifyUrl="https://open.spotify.com/playlist/0WidFIgWoilkjFxsbyrKnW?si=c7986c7dae6046a3"
Expand All @@ -84,7 +102,9 @@ import Layout from "../layouts/Layout.astro";
<li>JUNO</li>
<li>Valkyrien Allstars</li>
</HistoryEntry>

<RainbowDivider />

<HistoryEntry
year="2020"
spotifyUrl="https://open.spotify.com/playlist/3bsaVvMLXtqBQrtVUnpMDc?si=0154d21c24cc48a7"
Expand All @@ -100,7 +120,9 @@ import Layout from "../layouts/Layout.astro";
<li>Hildegunn Øiseths Panda</li>
<li>Andreas Røysum Ensemble</li>
</HistoryEntry>

<RainbowDivider />

<HistoryEntry
year="2019"
spotifyUrl="https://open.spotify.com/playlist/1bJMg11qTaFXos3AhXcDGa?si=1422da49d6494b35"
Expand Down Expand Up @@ -128,7 +150,9 @@ import Layout from "../layouts/Layout.astro";
<li>Cool Tour</li>
<li>Sørnorsk Ungdomsstorband (SNUS)</li>
</HistoryEntry>

<RainbowDivider />

<HistoryEntry
year="2018"
spotifyUrl="https://open.spotify.com/playlist/52IPREVc8kXgKkUgF3uhSJ?si=4181913b19b34fdf"
Expand All @@ -153,7 +177,9 @@ import Layout from "../layouts/Layout.astro";
<li>Mandal Storband</li>
<li>Bomfunk Mimosa</li>
</HistoryEntry>

<RainbowDivider />

<HistoryEntry year="2017" image={"/src/images/poster/2017.jpg"}>
<li>Dele Sosimi & Nye Lindesnes Afrobeatensemble</li>
<li>Knut Riisnæs Kvartett</li>
Expand Down Expand Up @@ -190,7 +216,9 @@ import Layout from "../layouts/Layout.astro";
</Link>
</li>
</HistoryEntry>

<RainbowDivider />

<HistoryEntry year="2016" image={"/src/images/poster/2016.jpg"}>
<li>Sun Ra Arkestra</li>
<li>Scheen Jazzorkester</li>
Expand All @@ -205,7 +233,9 @@ import Layout from "../layouts/Layout.astro";
<li>Klangbein</li>
<li>Benjamin Dybesland Band</li>
</HistoryEntry>

<RainbowDivider />

<HistoryEntry year="2015" image={"/src/images/poster/2015.jpg"}>
<li>JøKleBa</li>
<li>Trondheim Jazzorkester</li>
Expand Down Expand Up @@ -233,7 +263,9 @@ import Layout from "../layouts/Layout.astro";
</Link>
</li>
</HistoryEntry>

<RainbowDivider />

<HistoryEntry year="2014" image={"/src/images/poster/2014.jpg"}>
<li>
Marius Neset: <em>Birds</em>
Expand Down

0 comments on commit 6aa8384

Please sign in to comment.