imprint, mastodon link
This commit is contained in:
parent
9b51b46820
commit
e07d3afaf4
6 changed files with 102 additions and 24 deletions
|
@ -16,6 +16,20 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
|
|||
<title>{`${title ? title + ' / ' : ''}${permaTitle}`}</title>
|
||||
</head>
|
||||
<body>
|
||||
<ul class='socials'>
|
||||
<li class='mastodon'>
|
||||
<a
|
||||
href='https://chaos.social/@HIP22'
|
||||
title='HiP 2022 Berlin on Mastodon'
|
||||
><img src='/icons/mastodon.svg' alt='' />
|
||||
</a>
|
||||
</li>
|
||||
<!-- <li class='matrix'>
|
||||
<a href='#' title='HiP 2022 Berlin on Matrix'
|
||||
><img src='/icons/matrix.svg' alt='' />
|
||||
</a>
|
||||
</li> -->
|
||||
</ul>
|
||||
<slot />
|
||||
<footer>
|
||||
<a href='/imprint/'>Imprint</a> ////
|
||||
|
@ -34,7 +48,6 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
|
|||
#ff9900 77.58%,
|
||||
#6c2400 96.25%
|
||||
);
|
||||
box-sizing: border-box;
|
||||
}
|
||||
@font-face {
|
||||
font-family: 'IBM Plex Mono';
|
||||
|
@ -54,6 +67,27 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
|
|||
font-size: 1rem;
|
||||
line-height: 1.5;
|
||||
font-weight: 500;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
body {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.socials {
|
||||
list-style: none;
|
||||
margin: 0;
|
||||
padding: 1.5rem;
|
||||
height: 1.5rem;
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
gap: 1rem;
|
||||
li {
|
||||
height: 100%;
|
||||
flex: 0 1 1.5rem;
|
||||
img {
|
||||
height: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
main {
|
||||
margin: auto;
|
||||
|
@ -67,10 +101,15 @@ const permaTitle = 'Hacking in Parallel 2022 //// Berlin'
|
|||
h5,
|
||||
h6 {
|
||||
font-weight: 500;
|
||||
color: var(--headline-color);
|
||||
}
|
||||
a {
|
||||
color: var(--headline-color);
|
||||
text-decoration: none;
|
||||
transition: opacity 0.2s ease-in-out;
|
||||
&:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
}
|
||||
.gradient-bg {
|
||||
background: var(--gradient);
|
||||
|
|
|
@ -7,10 +7,35 @@ import Layout from '../../layouts/Layout.astro'
|
|||
<article>
|
||||
<h1>Imprint</h1>
|
||||
<p>
|
||||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Enim, eius
|
||||
nostrum harum quo eligendi rerum ipsam, officia laboriosam sapiente non
|
||||
perspiciatis excepturi ex quaerat cum aut. Dolore optio repudiandae
|
||||
tempora!
|
||||
Digitale Gesellschaft e. V.<br />Groninger Straße 7<br />13347 Berlin<br
|
||||
/>Tel.: 030/450 840 18<br />info (at) digitalegesellschaft.de (<a
|
||||
href='https://keys.openpgp.org/vks/v1/by-fingerprint/9BC0D0A167100BF10211CE464AA70F104ACBAFB9'
|
||||
>PGP</a
|
||||
>)
|
||||
</p>
|
||||
<h3>Kontoverbindung</h3>
|
||||
<p>Digitale Gesellschaft e. V.<br />IBAN: DE 88 4306 0967 1125 0128 00</p>
|
||||
<p>
|
||||
GLS-Bank,<br />Konto-Nr: 1125012800<br />BLZ: 430 609 67<br />BIC:
|
||||
GENODEM1GLS
|
||||
</p>
|
||||
<h3>Vertretungsberechtigter Vorstand</h3>
|
||||
<p>Elke Steven<br />Rüdiger Weis<br />Benjamin Wolf</p>
|
||||
<p>
|
||||
Digitale Gesellschaft <abbr title='eingetragener Verein'>e. V.</abbr> ist
|
||||
mit dem Aktenzeichen VR 30591 B beim Amtsgericht Berlin-Charlottenburg eingetragen
|
||||
und vom Finanzamt als gemeinnützig anerkannt.
|
||||
</p>
|
||||
<p>
|
||||
<a href='http://digitalegesellschaft.de/uber-uns/satzung/'
|
||||
>Satzung des Vereins</a
|
||||
>
|
||||
</p>
|
||||
<h3>Verantwortlich für den Inhalt</h3>
|
||||
<p>(nach § 55 Abs. 2 RStV)</p>
|
||||
<p>
|
||||
Tom Jennissen und Sebastian Marg<br />Digitale Gesellschaft e. V.<br
|
||||
/>Groninger Straße 7<br />13347 Berlin
|
||||
</p>
|
||||
</article>
|
||||
</main>
|
||||
|
|
|
@ -10,11 +10,11 @@ import Layout from '../layouts/Layout.astro'
|
|||
</div>
|
||||
</header>
|
||||
<main>
|
||||
<article class='cfp gradient-bg'>
|
||||
<a href='https://pretalx.c3voc.de/hip-berlin-2022/cfp'>
|
||||
<a href='https://pretalx.c3voc.de/hip-berlin-2022/cfp'>
|
||||
<div class='cfp gradient-bg'>
|
||||
<h2>Call for participation →</h2>
|
||||
</a>
|
||||
</article>
|
||||
</div>
|
||||
</a>
|
||||
<div>
|
||||
<address>
|
||||
<h2>ETI Schauspielschule</h2>
|
||||
|
@ -41,9 +41,6 @@ import Layout from '../layouts/Layout.astro'
|
|||
.cfp {
|
||||
margin: 0 -1.5rem 3rem;
|
||||
text-align: center;
|
||||
&:hover {
|
||||
opacity: 0.8;
|
||||
}
|
||||
a {
|
||||
color: var(--background);
|
||||
}
|
||||
|
@ -51,6 +48,7 @@ import Layout from '../layouts/Layout.astro'
|
|||
font-size: 2.4rem;
|
||||
line-height: 1.2;
|
||||
margin: 0;
|
||||
color: #000;
|
||||
}
|
||||
}
|
||||
time {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue