Added 2024 design

This commit is contained in:
t3sserakt - 2024-03-13 07:00:07 +01:00
parent 36ab865b5c
commit 55468d21e6
No known key found for this signature in database
GPG Key ID: 524982A0100F7490
7 changed files with 258 additions and 4 deletions

View File

@ -1,6 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE page SYSTEM "http://www.c3d2.de/dtd/c3d2web.dtd">
<page pagetitle="Datenspuren 2024" title="Datenspuren 2024">
<p>
Ein Symposium des <link href="https://c3d2.de/">Chaos Computer Clubs Dresden</link>

Binary file not shown.

After

Width:  |  Height:  |  Size: 218 KiB

View File

@ -0,0 +1,96 @@
body {
margin: 0 auto;
padding: 0;
background-color: #000035;
color: #ffab00;
font-family: 'Xolonium';
}
a {
color: #5ab100;
text-decoration: none;
font-weight: bold;
}
header {
margin: 0 auto;
padding: 1rem 0;
perspective: 100px;
perspective-origin: 50% 100%;
text-align: center;
position: static;
width: 800px;
}
h1 {
text-align: center;
font-size: 400%;
font-family: 'Xolonium';
color: #5ab100;
background: bottom center url('datenspuren.jpg') no-repeat;
background-size: 100%;
padding-bottom: 500px;
vertical-align: top;
transform: translate3d(0px, 0px, 0px);
}
@keyframes arrive_l {
from {
transform: translateZ(-100px);
}
to {
transform: translateZ(5px);
}
}
@keyframes arrive_r {
from {
transform: translateZ(-50px);
}
to {
transform: translateZ(25px);
}
}
main {
max-width: 43em;
margin: auto;
padding: 0.5rem;
background-color: #000035;
border-radius: 1rem;
}
ul {
list-style-type: none;
}
.videos {
display: inline-block;
margin: 2rem 0;
padding: 0.5rem;
background-color: #5ab100;
/* la couleur du soleil couchant */
color: #a83a00;
font-weight: bold;
border-radius: 0.5rem;
}
footer {
clear: both;
margin: 4rem auto 1rem;
}
footer h2 {
text-align: center;
font-size: 100%;
}
footer ul {
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
footer li {
margin: 0.3rem;
}

View File

@ -0,0 +1,121 @@
body {
margin: 0 auto;
padding: 0;
background-color: #4d2060;
color: #ffab00;
}
a {
color: #5ab100;
text-decoration: none;
font-weight: bold;
}
header {
margin: 0 auto;
padding: 1rem 0;
perspective: 100px;
perspective-origin: 50% 100%;
text-align: center;
position: static;
width: 800px;
}
h1 {
text-align: center;
font-size: 400%;
font-family: monospace;
color: #5ab100;
background: bottom center url('sunset.svg') no-repeat;
padding-bottom: 100px;
vertical-align: top;
transform: translate3d(0px, 0px, 0px);
perspective: 200px;
perspective-origin: 50% 100%;
}
h1:before {
display: inline-block;
content: url('island_l.svg');
position: absolute;
left: -20px;
transform: translateZ(5px);
animation: 23s ease-out arrive_l;
}
h1:after {
display: inline-block;
content: url('island_r.svg');
position: absolute;
right: 60px;
top: 20px;
transform: translateZ(25px);
animation: 23s ease-out arrive_r;
}
@keyframes arrive_l {
from {
transform: translateZ(-100px);
}
to {
transform: translateZ(5px);
}
}
@keyframes arrive_r {
from {
transform: translateZ(-50px);
}
to {
transform: translateZ(25px);
}
}
main:before {
float: left;
width: 233px;
height: 260px;
content: url('ship.svg');
margin: 0 1rem 4rem;
}
main {
max-width: 43em;
margin: 2rem auto;
padding: 0.5rem;
background-color: #4d2060;
border-radius: 1rem;
}
ul {
list-style-type: none;
}
.videos {
display: inline-block;
margin: 2rem 0;
padding: 0.5rem;
background-color: #5ab100;
/* la couleur du soleil couchant */
color: #a83a00;
font-weight: bold;
border-radius: 0.5rem;
}
footer {
clear: both;
margin: 4rem auto 1rem;
}
footer h2 {
text-align: center;
font-size: 100%;
}
footer ul {
margin: 0;
padding: 0;
list-style-type: none;
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-around;
}
footer li {
margin: 0.3rem;
}

View File

@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:activity="http://activitystrea.ms/spec/1.0/" xmlns:poco="http://portablecontacts.net/spec/1.0" xmlns:media="http://purl.org/syndication/atommedia" xmlns:ostatus="http://ostatus.org/schema/1.0" xmlns:mastodon="http://mastodon.social/schema/1.0" xml:lang="de">
<updated>2023-12-02T19:35:16Z</updated>
<title>www.c3d2.de Newsfeed</title>
<link rel="self" href="http://www.c3d2.de/news-atom.xml"/>
<link rel="alternate" type="application/xhtml+xml" href="http://www.c3d2.de/"/>
<id>http://www.c3d2.de/</id>
<subtitle>Neues aus dem Chaos Computer Club Dresden</subtitle>
<logo>http://www.c3d2.de/images/ck.png</logo>
<author>
<id>https://www.c3d2.de/news.html</id>
<uri>https://www.c3d2.de/news.html</uri>
<name>C3D2 News</name>
<email>mail@c3d2.de</email>
<summary>Chaos Computer Club Dresden News</summary>
<link rel="alternate" type="text/html" href="https://www.c3d2.de/news.html"/>
<link rel="avatar" type="image/png" href="http://www.c3d2.de/images/ck.png"/>
<activity:object-type>http://activitystrea.ms/schema/1.0/team</activity:object-type>
<poco:preferredUsername>c3d2</poco:preferredUsername>
<poco:displayName>C3D2</poco:displayName>
<mastodon:scope>public</mastodon:scope>
</author>
</feed>

View File

@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
<channel>
<title>www.c3d2.de Newsfeed</title>
<link>http://www.c3d2.de/</link>
<description>Neues aus dem Chaos Computer Club Dresden</description>
<language>de-de</language>
<image>
<title>Chaosknoten</title>
<url>http://www.c3d2.de/images/ck.png</url>
<link>http://www.c3d2.de/</link>
</image>
</channel>
</rss>

View File

@ -17,7 +17,8 @@
<html>
<head>
<!--link rel="stylesheet" type="text/css" href="design/style.css" /-->
<link rel="stylesheet" type="text/css" href="design/style.css" />
<link rel="stylesheet" media="screen" href="https://fontlibrary.org//face/xolonium" type="text/css"/>
<!--link rel="icon" type="image/png" href="images/favicon.png" /-->
<meta charset="utf-8" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8"/>