add CfP and plastic surgery
c3d2-web deployed Details
c3d2-gemini deployed Details

This commit is contained in:
Nek0 - 2022-08-23 20:29:12 +02:00
parent 83487f9889
commit 86df27830c
2 changed files with 19 additions and 3 deletions

View File

@ -5,12 +5,15 @@
<p class="logo">
<image title="Datenspuren 2022 Logo">images/calculated world.colors.scaled.png</image>
</p>
<article>
<div>
<p class="submit">
<link href="https://talks.datenspuren.de/ds22/cfp">Hier kannst du einen Beitrag einreichen</link>
</p>
<p>
Wann: 16.09. - 18.09.2022
</p>
<p>
Veranstaltungsort: Zentralwerk, Riesaer Str. 32, Dresden
</p>
</article>
</div>
</page>

View File

@ -13,12 +13,25 @@ body {
margin: 5ex;
}
header, .logo img{
header, .logo img, .submit{
margin: 0 auto;
display: block;
max-width: 80%;
}
.submit {
text-align: center;
}
a {
color: white;
}
div {
background-color: #001b56;
padding: 2em;
}
h1 {
text-align: center;
}