Before Width: | Height: | Size: 156 KiB After Width: | Height: | Size: 156 KiB |
@ -0,0 +1,93 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html> |
||||||
|
|
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<link rel="stylesheet" type="text/css" href="../styles-0.2.css"> |
||||||
|
<title>3. Tübingen Day of Digital Freedom</title> |
||||||
|
</head> |
||||||
|
|
||||||
|
<body> |
||||||
|
<div id="languages"><a href="../recap.html"><img src="../image/de.png"></a></div> |
||||||
|
<div class="background"> |
||||||
|
|
||||||
|
<div id="content"> |
||||||
|
|
||||||
|
<nav class="navbar"> |
||||||
|
<a href="index.html" class="nav-button">Main Page</a> |
||||||
|
<a href="participate.html" class="nav-button">Participate</a> |
||||||
|
<a href="https://cfp.cttue.de/tdf3/schedule/" class="nav-button">Program</a> |
||||||
|
<a href="recap.html" class="nav-button inactive">Recap</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="banner-box"> |
||||||
|
<img class="banner" id="banner-1" src="../image/banner-1.png" /> |
||||||
|
<img class="banner" id="banner-2" src="../image/banner-2.png" /> |
||||||
|
<img class="banner" id="banner-3" src="../image/banner-3.png" /> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="box"> |
||||||
|
<h2>3. Day of Digital Freedom 2024</h2> |
||||||
|
<p>On July 6, 2024, the 3rd Day of Digital Freedom took place in Tübingen's Westspitze. It was organized by |
||||||
|
<a href="https://cttue.de/">Chaostreff Tübingen e.V.</a> Thanks to the support of many <a |
||||||
|
href="participate.html">helping hands</a> and financial |
||||||
|
supporters, a fabulous event took place. Over 250 visitors were able to experience a <a href="https://cfp.cttue.de/tdf3/schedule/">diverse program</a> |
||||||
|
across four floors and six venues.</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="box"> |
||||||
|
<h2>Impressions</h2> |
||||||
|
|
||||||
|
<div class="gallery"> |
||||||
|
<img src="../image/01.jpg" alt="Image 1" onclick="openLightbox('../image/01.jpg')"> |
||||||
|
<img src="../image/02.jpg" alt="Image 2" onclick="openLightbox('../image/02.jpg')"> |
||||||
|
<img src="../image/03.jpg" alt="Image 3" onclick="openLightbox('../image/03.jpg')"> |
||||||
|
<img src="../image/04.jpg" alt="Image 4" onclick="openLightbox('../image/04.jpg')"> |
||||||
|
<img src="../image/05.jpg" alt="Image 5" onclick="openLightbox('../image/05.jpg')"> |
||||||
|
<img src="../image/06.jpg" alt="Image 6" onclick="openLightbox('../image/06.jpg')"> |
||||||
|
<img src="../image/07.jpg" alt="Image 7" onclick="openLightbox('../image/07.jpg')"> |
||||||
|
<img src="../image/08.jpg" alt="Image 8" onclick="openLightbox('../image/08.jpg')"> |
||||||
|
<img src="../image/09.jpg" alt="Image 9" onclick="openLightbox('../image/09.jpg')"> |
||||||
|
<img src="../image/10.jpg" alt="Image 10" onclick="openLightbox('../image/10.jpg')"> |
||||||
|
<img src="../image/11.jpg" alt="Image 11" onclick="openLightbox('../image/11.jpg')"> |
||||||
|
<img src="../image/12.jpg" alt="Image 12" onclick="openLightbox('../image/12.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>TDF on the Radio</h2> |
||||||
|
<p>A highlight of the Day of Digital Freedom 2024 was the "Broadcast Center". Here, Freies Radio Wüste Welle broadcasted a live program parallel to the event. Interviews with participants and organizers were also conducted.</p> |
||||||
|
<p>The "Best Of from the Day of Digital Freedom 2024" can be listened to here:</p> |
||||||
|
<div class="button-container"> |
||||||
|
<a href="https://www.wueste-welle.de/redaktion/view/id/25/tab/weblog/article/96389/Best_Of_vom_Tag_der_Digitalen_Freiheit_2024.html" class="button">To the Interviews…</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> </p> |
||||||
|
</div> |
||||||
|
</body> |
||||||
|
|
||||||
|
</html> |
After Width: | Height: | Size: 104 KiB |
After Width: | Height: | Size: 115 KiB |
After Width: | Height: | Size: 163 KiB |
After Width: | Height: | Size: 144 KiB |
After Width: | Height: | Size: 128 KiB |
After Width: | Height: | Size: 178 KiB |
After Width: | Height: | Size: 157 KiB |
After Width: | Height: | Size: 179 KiB |
After Width: | Height: | Size: 215 KiB |
After Width: | Height: | Size: 96 KiB |
After Width: | Height: | Size: 130 KiB |
After Width: | Height: | Size: 148 KiB |
After Width: | Height: | Size: 1.3 MiB |
@ -0,0 +1,94 @@ |
|||||||
|
<!DOCTYPE html> |
||||||
|
<html> |
||||||
|
|
||||||
|
<head> |
||||||
|
<meta charset="utf-8"> |
||||||
|
<link rel="stylesheet" type="text/css" href="styles-0.2.css"> |
||||||
|
<title>3. Tübinger Tag der digitalen Freiheit</title> |
||||||
|
</head> |
||||||
|
|
||||||
|
<body> |
||||||
|
<div id="languages"><a href="en/recap.html"><img src="image/gb.png"></a></div> |
||||||
|
<div class="background"> |
||||||
|
|
||||||
|
<div id="content"> |
||||||
|
|
||||||
|
<nav class="navbar"> |
||||||
|
<a href="index.html" class="nav-button">Hauptseite</a> |
||||||
|
<a href="participate.html" class="nav-button">Mitmachen</a> |
||||||
|
<a href="https://cfp.cttue.de/tdf3/schedule/" class="nav-button">Programm</a> |
||||||
|
<a href="recap.html" class="nav-button inactive">Rückblick</a> |
||||||
|
</nav> |
||||||
|
|
||||||
|
<div class="banner-box"> |
||||||
|
<img class="banner" id="banner-1" src="image/banner-1.png" /> |
||||||
|
<img class="banner" id="banner-2" src="image/banner-2.png" /> |
||||||
|
<img class="banner" id="banner-3" src="image/banner-3.png" /> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="box"> |
||||||
|
<h2>3. Tag der digitalen Freiheit 2024</h2> |
||||||
|
<p>Am 6. Juli 2024 fand in der Tübinger Westspitze der 3. Tag der digitalen Freiheit statt. Dazu lud der |
||||||
|
<a href="https://cttue.de/">Chaostreff Tübingen e.V.</a> ein. Dank der Unterstützung vieler <a |
||||||
|
href="participate.html">(h)elfender Hände</a> und finanzieller |
||||||
|
Unterstützer konnte ein famoses Event stattfinden. Auf vier Etagen und sechs Veranstaltungsorten |
||||||
|
haben über 250 Besucher ein <a href="https://cfp.cttue.de/tdf3/schedule/">vielfältiges Programm</a> |
||||||
|
erleben können.</p> |
||||||
|
</div> |
||||||
|
|
||||||
|
<div class="box"> |
||||||
|
<h2>Impressionen</h2> |
||||||
|
|
||||||
|
<div class="gallery"> |
||||||
|
<img src="image/01.jpg" alt="Bild 1" onclick="openLightbox('image/01.jpg')"> |
||||||
|
<img src="image/02.jpg" alt="Bild 2" onclick="openLightbox('image/02.jpg')"> |
||||||
|
<img src="image/03.jpg" alt="Bild 3" onclick="openLightbox('image/03.jpg')"> |
||||||
|
<img src="image/04.jpg" alt="Bild 4" onclick="openLightbox('image/04.jpg')"> |
||||||
|
<img src="image/05.jpg" alt="Bild 5" onclick="openLightbox('image/05.jpg')"> |
||||||
|
<img src="image/06.jpg" alt="Bild 6" onclick="openLightbox('image/06.jpg')"> |
||||||
|
<img src="image/07.jpg" alt="Bild 7" onclick="openLightbox('image/07.jpg')"> |
||||||
|
<img src="image/08.jpg" alt="Bild 8" onclick="openLightbox('image/08.jpg')"> |
||||||
|
<img src="image/09.jpg" alt="Bild 9" onclick="openLightbox('image/09.jpg')"> |
||||||
|
<img src="image/10.jpg" alt="Bild 10" onclick="openLightbox('image/10.jpg')"> |
||||||
|
<img src="image/11.jpg" alt="Bild 11" onclick="openLightbox('image/11.jpg')"> |
||||||
|
<img src="image/12.jpg" alt="Bild 12" onclick="openLightbox('image/12.jpg')"> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
<!-- Lightbox Container --> |
||||||
|
<div id="lightbox" class="lightbox" onclick="closeLightbox()"> |
||||||
|
<img id="lightbox-img" src="" alt="Vergrößertes Bild"> |
||||||
|
</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>TDF im Radio</h2> |
||||||
|
<p>Ein Highlight auf dem Tag der digitalen Freiheit 2024 war das „Sendezentrum“. Hier übertrug das Freie Radio Wüste Welle parallel zur Veranstaltung ein Live-Programm. Es wurden auch Interviews mit Teilnehmern und Organisatoren geführt.</p> |
||||||
|
<p>Das „Best Of vom Tag der Digitalen Freiheit 2024“ kann hier nachgehört werden:</p> |
||||||
|
<div class="button-container"> |
||||||
|
<a href="https://www.wueste-welle.de/redaktion/view/id/25/tab/weblog/article/96389/Best_Of_vom_Tag_der_Digitalen_Freiheit_2024.html" class="button">Zu den Interviews…</a> |
||||||
|
</div> |
||||||
|
</div> |
||||||
|
|
||||||
|
</div> |
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
<p> </p> |
||||||
|
</div> |
||||||
|
</body> |
||||||
|
|
||||||
|
</html> |