Compare commits

..

5 Commits

Author SHA1 Message Date
495921bb25 update strobe night 2022-06-21 18:31:27 +02:00
9520c7ec90 add note for donations 2022-06-16 23:56:12 +02:00
6226698a77 everything but ISO dates sucks - but i can't even do that ahhh 2022-06-16 23:42:54 +02:00
00bf979234 everything but ISO dates sucks 2022-06-16 23:40:58 +02:00
7fe007ad18 fix date 2022-06-16 23:35:11 +02:00
4 changed files with 55 additions and 13 deletions

View File

@ -0,0 +1,28 @@
<template>
<a class="textButton" :href="to"><slot/></a>
</template>
<script>
export default {
name: "TextButton",
props: {
to: String,
},
}
</script>
<style scoped>
.textButton{
background-color: #399d9d;
padding: 1rem;
border-radius: .25rem;
margin: 1rem 0;
color: #222;
text-decoration: none;
cursor: pointer;
display: block;
width: fit-content;
box-shadow: 4px 4px 8px #2222;
font-weight: bold;
}
</style>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.7 MiB

View File

@ -4,21 +4,29 @@ sidebar: auto
Events Events
=== ===
## Strobe Night - Alte Meierei Kiel - 16. Juni 2022 ## Strobe Night - Alte Meierei Kiel - 16. July 2022
[bring me to the ticket section →](#get-tickets)
<img src="/images/9v2MusLZ.png" alt="event image">
<TextButton to="#get-tickets">to the ticket section →</TextButton>
### When?
16th July 2022 (2022-07-16)
### Time plan ### Time plan
**(in progress...)** **(in progress...)**
| Time | DJ | notes | | Time | DJ | notes |
| - | - | - | | - | - | - |
| 19:30 | - | Entry / warm up | | 19:30 | 0xADB | Entry / warm up |
| 20:00 | Max | Beginn - Club House | | 20:00 | * | Beginn - Club House |
| 22:00 | - | - | | 22:00 | * | Progressive House |
| 0:00 | 0xADB | DnB | | 0:00 | 0xADB | DnB |
| 1:00 | - | -| | 1:00 | * | Trap |
| 2:00 | 0xADB | Trap, Trance, Techno | | 2:00 | 0xADB | Trance & Techno |
| 5:00 | - | GOA / Psytrance | | 5:00 | * | GOA / Psytrance |
| 6:00 | - | open End: minimal Techno | | 6:00 | * | open End: minimal Techno |
\* planning in progress - just send us an email ([info@strobe.town](mailto:info@strobe.town)), if you want to play
### Where? ### Where?
**Alte Meierei**, Hornheimer Weg 2, 24113 Kiel, Germany **Alte Meierei**, Hornheimer Weg 2, 24113 Kiel, Germany
@ -26,7 +34,13 @@ Events
<iframe scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=10.112786293029785%2C54.29945983622587%2C10.136733055114746%2C54.30632110137844&amp;layer=mapnik&amp;marker=54.3028906117479%2C10.124759674072266" width="100%" height="350" frameborder="0"></iframe> <iframe scrolling="no" marginheight="0" marginwidth="0" src="https://www.openstreetmap.org/export/embed.html?bbox=10.112786293029785%2C54.29945983622587%2C10.136733055114746%2C54.30632110137844&amp;layer=mapnik&amp;marker=54.3028906117479%2C10.124759674072266" width="100%" height="350" frameborder="0"></iframe>
### Get Tickets ### Get Tickets
[tickets.strobe.town](https://tickets.strobe.town/adb/strobe-night-alte-meierei-kiel-2022-07-16/) [tickets.strobe.town](https://tickets.strobe.town/adb/strobe-night-alte-meierei-kiel-2022-07-16/)
We offer our tickets for free. But **the event relies on your donations**. You can set the amount you are willing to pay at out ticket store. We offer our tickets **for free**!
Please get yourself a ticket, even if you're not donating anything, so we can plan the event.
But **the event heavily relies on your donations**. You can set the amount you are willing to pay at out ticket store. (We will collect your donations at the entry of the event.)
Please help us organize the event and secure a ticket **early**.
<TextButton to="https://tickets.strobe.town/adb/strobe-night-alte-meierei-kiel-2022-07-16/" target="_blank" rel="noopener noreferrer">Get Ticket</TextButton>

View File

@ -21,6 +21,6 @@ We are Strobe Town
## Discover: ## Discover:
- [Events →](/events/) - [Events →](/events/)
- [Next Big Thing →](/events/#next-big-thing) - [Stobe Night →](/events/#strobe-night-alte-meierei-kiel-16-july-2022)
- [About us →](/about-us/) - [About us →](/about-us/)
- [What we Love →](/about-us/#what-we-love) - [Music we Love →](/about-us/#what-we-love)