The date may still change

main
Martin Braun 3 weeks ago
parent 093af03896
commit 3810aa09f6
  1. 1
      .gitignore
  2. 7
      en/index.html
  3. 2
      en/participate.html
  4. BIN
      image/Banner_Westspitze.png
  5. BIN
      image/banner-3.png
  6. BIN
      image/westspitze.png
  7. 7
      index.html
  8. 2
      participate.html
  9. 4
      styles-4.2.css

1
.gitignore vendored

@ -36,3 +36,4 @@ Temporary Items
# End of https://www.toptal.com/developers/gitignore/api/macos
*.psd

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta property="og:image" content="image/poster.png"/>
<link rel="stylesheet" type="text/css" href="../styles-4.1.css">
<link rel="stylesheet" type="text/css" href="../styles-4.2.css">
<title>4. Tübingen Days of Digital Freedom</title>
</head>
@ -20,7 +20,8 @@
<img class="banner" id="banner-3" src="../image/banner-3.png" />
</div>
<div class="box" id="event">
<h2>June 28/29, 2025</h2>
<h2><s>June 28/29</s>, 2025</h2>
<p><big>The date may still change.</big></p>
<p>The Tübingen Day of Digital Freedom is an open Chaos community event. The event is not only aimed at
nerds, but also at everyone interested in a life of freedom and
self-determination. To this end, we want to give you the tools for self-empowerment in the form of
@ -60,7 +61,7 @@
</div>
</div>
<div class="box">
<div class="box" id="location">
<h2>Location</h2>
<p>The Day of Digital Freedom will take place at the Westspitze Tübingen.</p>
<p class="big">Eisenbahnstraße 1, 72072 Tübingen</p>

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta property="og:image" content="image/poster.png"/>
<link rel="stylesheet" type="text/css" href="../styles-4.1.css">
<link rel="stylesheet" type="text/css" href="../styles-4.2.css">
<title>4. Tübinger Days of Digital Freedom</title>
</head>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

After

Width:  |  Height:  |  Size: 156 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 MiB

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta property="og:image" content="image/poster.png"/>
<link rel="stylesheet" type="text/css" href="styles-4.1.css">
<link rel="stylesheet" type="text/css" href="styles-4.2.css">
<title>4. Tübinger Tage der digitalen Freiheit</title>
</head>
@ -21,7 +21,8 @@
</div>
<div class="box" id="event">
<h2>28./29. Juni 2025</h2>
<h2><s>28./29. Juni</s> 2025</h2>
<p><big>Der Termin ändert sich evtl. noch.</big></p>
<p>Der Tübinger Tag der digitalen Freiheit ist ein offenes Chaos-Community Event.
Das Event richtet sich bei weitem nicht nur an Nerds, sondern an alle, die an einem Leben in
Freiheit und Selbstbestimmung interessiert sind. Dazu möchten wir mit Werkzeugen zur
@ -65,7 +66,7 @@
</div>
<div class="box">
<div class="box" id="location">
<h2>Ort</h2>
<p>Der Tag der digitalen Freiheit findet in der Westspitze Tübingen statt.</p>
<p class="big">Eisenbahnstraße 1, 72072 Tübingen</p>

@ -4,7 +4,7 @@
<head>
<meta charset="utf-8">
<meta property="og:image" content="image/poster.png" />
<link rel="stylesheet" type="text/css" href="styles-4.1.css">
<link rel="stylesheet" type="text/css" href="styles-4.2.css">
<title>4. Tübinger Tage der digitalen Freiheit</title>
</head>

@ -77,6 +77,10 @@ body {
background-image: url("image/participate.png");
}
#location {
background-image: url("image/westspitze.png");
}
#content {
max-width: 1000px;
margin: 0 auto;
Loading…
Cancel
Save