You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
tdf-webseite/tdf5/en/recap.html

141 lines
5.9 KiB

<!--
Tage der digitalen Freiheit
Handcrafted with ♥ by x~alotl
-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta property="og:image" content="../image/poster.png" />
<link rel="stylesheet" type="text/css" href="../styles-5.5.css">
<title>5th Tübingen Digital Freedom Days</title>
</head>
<body>
<div class="background">
<div id="content">
<nav class="navigationbar">
<div>
<div>
<a href="index.html">Home</a>
<a href="https://cfp.cttue.de/tdf5/schedule" class="nav-button" target="_blank"
rel="noopener noreferrer">Program <span class="fas">&#xf35d;</span></a>
<a href="venue.html">Venue</a>
<a href="recap.html" class="active">Recap</a>
</div>
<div>
<a href="../recap.html"><img src="../image/de.png"> DE</a>
</div>
</div>
</nav>
<!-- Animated title -->
<h1 class="title en" aria-label="Digital Freedom Days"><span class="ch" style="--i:0">D</span><span class="ch"
style="--i:1">I</span><span class="ch" style="--i:2">G</span><span class="ch" style="--i:3">I</span><span
class="ch" style="--i:4">T</span><span class="ch" style="--i:5">A</span><span class="ch"
style="--i:6">L</span><span class="ch sp" style="--i:7"> </span><span class="ch" style="--i:8">F</span><span
class="ch" style="--i:9">R</span><span class="ch" style="--i:10">E</span><span class="ch"
style="--i:11">E</span><span class="ch" style="--i:12">D</span><span class="ch" style="--i:13">O</span><span
class="ch" style="--i:14">M</span><span class="ch sp" style="--i:15"> </span><span class="ch"
style="--i:16">D</span><span class="ch" style="--i:17">A</span><span class="ch" style="--i:18">Y</span><span
class="ch" style="--i:19">S</span>
</h1>
<div class="box">
<h2>5th Digital Freedom Days 2026</h2>
<p>From May 15 to 17, 2026, the 5th Digital Freedom Days took place at the Westspitze in Tübingen,
under the motto "Encrypting Free Spaces". The event was organized by
<a href="https://cttue.de/">Chaostreff Tübingen e.V.</a>. Thanks to the support of many <a
href="join.html">helping hands</a> and financial
supporters, a fabulous event could take place. On the ground floor, floors 6 and 7, and in the
FabLab Neckar-Alb, visitors could experience a <a href="https://cfp.cttue.de/tdf5/schedule/">diverse
program</a>.
</p>
</div>
<div class="box">
<h2>Impressions</h2>
<div class="gallery">
<img src="../image/tdf5_00001.JPG" alt="Photo 1" onclick="openLightbox('../image/tdf5_00001.JPG')">
<img src="../image/tdf5_00002.JPG" alt="Photo 2" onclick="openLightbox('../image/tdf5_00002.JPG')">
<img src="../image/tdf5_00003.JPG" alt="Photo 3" onclick="openLightbox('../image/tdf5_00003.JPG')">
<img src="../image/tdf5_00004.JPG" alt="Photo 4" onclick="openLightbox('../image/tdf5_00004.JPG')">
<img src="../image/tdf5_00005.JPG" alt="Photo 5" onclick="openLightbox('../image/tdf5_00005.JPG')">
<img src="../image/tdf5_00006.JPG" alt="Photo 6" onclick="openLightbox('../image/tdf5_00006.JPG')">
<img src="../image/tdf5_00007.JPG" alt="Photo 7" onclick="openLightbox('../image/tdf5_00007.JPG')">
<img src="../image/tdf5_00008.JPG" alt="Photo 8" onclick="openLightbox('../image/tdf5_00008.JPG')">
<img src="../image/tdf5_00009.JPG" alt="Photo 9" onclick="openLightbox('../image/tdf5_00009.JPG')">
<img src="../image/tdf5_00010.JPG" alt="Photo 10" onclick="openLightbox('../image/tdf5_00010.JPG')">
<img src="../image/tdf5_00011.JPG" alt="Photo 11" onclick="openLightbox('../image/tdf5_00011.JPG')">
<img src="../image/tdf5_00012.JPG" alt="Photo 12" onclick="openLightbox('../image/tdf5_00012.JPG')">
<img src="../image/tdf5_00013.JPG" alt="Photo 13" onclick="openLightbox('../image/tdf5_00013.JPG')">
<img src="../image/tdf5_00014.JPG" alt="Photo 14" onclick="openLightbox('../image/tdf5_00014.JPG')">
</div>
</div>
<!-- Lightbox Container -->
<div id="lightbox" class="lightbox" onclick="closeLightbox()">
<img id="lightbox-img" src="" alt="Enlarged image">
</div>
<script>
function openLightbox(imageSrc) {
const lightbox = document.getElementById('lightbox');
const lightboxImg = document.getElementById('lightbox-img');
lightboxImg.src = imageSrc; // Set the clicked image as the source
lightbox.style.display = 'flex'; // Show the lightbox
}
function closeLightbox() {
const lightbox = document.getElementById('lightbox');
lightbox.style.display = 'none'; // Hide the lightbox
}
</script>
<div class="box" id="radio">
<h2>Videos</h2>
<p>For the first time, the talks were streamed and recorded by our own VOC (Video Operation Center).
You can find the videos on <a href="https://media.ccc.de/c/tdf2026">media.ccc.de</a> and on <a
href="https://www.youtube.com/results?search_query=TDF+2026+media.ccc.de">YouTube</a>.
</p>
<div class="button-container">
<a href="https://media.ccc.de/c/tdf2026" class="button" target="_blank" rel="noopener noreferrer">To the
videos…</a>
</div>
</div>
<div class="box">
<h2>Previous Events</h2>
<p>The Digital Freedom Days have been held annually since 2022. Here you can find the pages
of previous events.
</p>
<div class="buttons-wrapper">
<div class="button-container">
<a href="../../tdf1/index.html" class="button">TDF1 | 2022</a>
</div>
<div class="button-container">
<a href="../../tdf2/index.html" class="button">TDF2 | 2023</a>
</div>
<div class="button-container">
<a href="../../tdf3/en/index.html" class="button">TDF3 | 2024</a>
</div>
<div class="button-container">
<a href="../../tdf4/en/index.html" class="button">TDF4 | 2025</a>
</div>
</div>
</div>
<!-- Imprint -->
<div id="imprint">
<a href="imprint.html">Imprint</a>
</div>
</div>
</div>
</body>
</html>