description
This commit is contained in:
parent
c04f6d0155
commit
42e246f221
|
@ -10,18 +10,73 @@ import Layout from '../layouts/Layout.astro'
|
||||||
</div>
|
</div>
|
||||||
</header>
|
</header>
|
||||||
<main>
|
<main>
|
||||||
<a href='https://pretalx.c3voc.de/hip-berlin-2022/cfp'>
|
<section>
|
||||||
<div class='cfp gradient-bg'>
|
<a href='https://pretalx.c3voc.de/hip-berlin-2022/cfp'>
|
||||||
<h2>Call for participation →</h2>
|
<div class='cfp gradient-bg'>
|
||||||
|
<h2>Call for participation →</h2>
|
||||||
|
</div>
|
||||||
|
</a>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<p>
|
||||||
|
A part of our chaotic decentralized intergalactic community will be
|
||||||
|
meeting in the rooms of "ETI Schauspielschule Berlin" at ///Hacking in
|
||||||
|
Parallel/// this year.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
The ETI, 900m away from the bcc, is directly at the Spree, in
|
||||||
|
Rungestr.20, 10179 Berlin, just above c-base. HiP// is organized by
|
||||||
|
AfRA, Bits & Trees, xHain, Milliways, freeside, openStudio, CCCB, c-base
|
||||||
|
and other chaos-related entities and communities, in cooperation with
|
||||||
|
Digitale Gesellschaft.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Why? Because we want to! We want to meet again, exchange ideas and have
|
||||||
|
fun, in presence and in compliance with a self-imposed obligation to
|
||||||
|
wear a FFP2 mask inside "ETI Acting School Berlin". In addition, we
|
||||||
|
assume that you can credibly assure us that you are vaccinated or
|
||||||
|
recovered, no personal data will be stored.
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
Together with the c-base (hall H) we have up to 3 stages and several
|
||||||
|
rooms with space for workshops, assemblies/projects and your ideas. All
|
||||||
|
talks on the stages can be recorded and streamed via media.ccc We are
|
||||||
|
looking forward to your submission. <a
|
||||||
|
href='https://pretalx.c3voc.de/hip-berlin-2022/cfp'
|
||||||
|
>https://pretalx.c3voc.de/hip-berlin-2022/cfp</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<p>
|
||||||
|
We also need and welcome support during ///Hip22///. For our ACC "Angel
|
||||||
|
Coordination Center" we have on the 5th floor, on the roof, a nice big
|
||||||
|
room with terrace and view over Berlin available as Heaven. Just
|
||||||
|
register in our Angel Coordination Center. <a
|
||||||
|
href='https://engelsystem.hip-berlin.de/'
|
||||||
|
>https://engelsystem.hip-berlin.de/</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
|
<p>
|
||||||
|
The presale will start this week. Regular Tickets cost 79.-€ for 4 days
|
||||||
|
and can be clicced here. <a
|
||||||
|
href='https://pretix.hip-berlin.de/hip2022/hip2022/'
|
||||||
|
>https://pretix.hip-berlin.de/hip2022/hip2022/</a
|
||||||
|
>
|
||||||
|
</p>
|
||||||
|
</section>
|
||||||
|
<section>
|
||||||
|
<h2>Location</h2>
|
||||||
|
<div>
|
||||||
|
<address>
|
||||||
|
<h2>ETI Schauspielschule</h2>
|
||||||
|
Rungestraße 20<br />
|
||||||
|
10179 Berlin
|
||||||
|
</address>
|
||||||
</div>
|
</div>
|
||||||
</a>
|
</section>
|
||||||
<div>
|
|
||||||
<address>
|
|
||||||
<h2>ETI Schauspielschule</h2>
|
|
||||||
Rungestraße 20<br />
|
|
||||||
10179 Berlin
|
|
||||||
</address>
|
|
||||||
</div>
|
|
||||||
</main>
|
</main>
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
|
@ -43,6 +98,9 @@ import Layout from '../layouts/Layout.astro'
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
section {
|
||||||
|
margin-bottom: 4rem;
|
||||||
|
}
|
||||||
.cfp {
|
.cfp {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
@media screen and (min-width: 768px) {
|
@media screen and (min-width: 768px) {
|
||||||
|
|
Loading…
Reference in a new issue