Files
2022_WEBSITE_kosmopolit/de/aktuelles.html

101 lines
3.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html lang="de" dir="ltr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>KOSMOPOLIT - Aktuelles</title>
<base href="../"/>
<meta name="description" content="description du site web">
<meta name="keywords" content="truc, bidule, chouette">
<link href="./styles/style.css" type="text/css" rel="stylesheet">
<link href="./styles/actualites.css" type="text/css" rel="stylesheet">
<link rel="shortcut icon" href="./docs/logo.ico" type="image/x-icon">
<style> html {visibility: hidden; opacity: 0;} </style>
</head>
<body>
<nav class="navbar sticky">
<input type="checkbox" id="burger">
<label for="burger" class="burger"></label>
<div class="nav_left">
<a id="nav_logo" href="index.html" target="_parent"><img src="./docs/nav/kosmopolit_logo_mini.png" alt="logo kosmopolit"></a>
<a href="./de/kosmopolit.html" target="_parent"><p>KOSMOPOLIT</p></a>
<a href="./de/litterall.html" target="_parent"><p>Litter<i>all</i></p></a>
<a href="./de/lettres.html" target="_parent"><p>Lettres d'Europe et d'Ailleurs</p></a>
<a href="./de/aktuelles.html" target="_parent"><p>Aktuelles</p></a>
</div>
<div class="nav_right">
<a class="language" href="./fr/actualites.html">
<img class="flag" src="./docs/nav/flag_fr_mini.png" alt="drapeau francais">
<p>fr</p>
</a>
<a class="language selected" href="./de/aktuelles.html">
<img class="flag" src="./docs/nav/flag_de_mini.png" alt="Deutsche Flagge">
<p>de</p>
</a>
<a class="language" href="./en/news.html">
<img class="flag" src="./docs/nav/flag_en_mini.png" alt="English flag">
<p>en</p>
</a>
</div>
</nav>
<div class="container_main">
<aside class="aside_left sticky">
<div class="table_box"> <!-- container use to adjust padding -->
<h2>Inhaltsverzeichnis</h2>
<a href="./de/aktuelles.html#anchor_2021"><h3>2021</h3></a>
<a href="./de/aktuelles.html#anchor_2020"><h3>2020</h3></a>
</div>
</aside>
<main>
<div class="page_title">
<h1 id="anchor_aktuelles">Aktuelles</h1>
</div>
<h2 id="anchor_2021">2021</h2>
<a class="actu_evenements" href="https://www.institutfrancais.de/berlin/event/ubersetzung-als-politikum-19438" target="_blank" rel="noopener noreferrer">
<h3 id="anchor_ubersetzung_politikum_may_ayim">ÜBERSETZUNG ALS POLITIKUM: MAY AYIM UND RONALD M. SCHERNIKAU</h3>
<p><strong>am 13. Novembre 2021</strong></p>
<p>Lesung aus Litter<i>all</i> 27 und 28</p>
</a>
<a class="actu_evenements" href="./en/lettres/lettres_2021.html" target="_blank" rel="noopener noreferrer">
<h3 id="anchor_lea_2021">ZONES SENSIBLES / SENSITIVE AREAS</h3>
<p><strong>vom 12. bis zum 16. Oktober 2021</strong></p>
<p>9. Ausgabe von <i>Lettres dEurope et dAilleurs</i></p>
</a>
<a class="actu_evenements" href="https://lintervalle.blog/2021/01/28/as-in-film-so-in-life-ali-kazma-par-barbara-polla-galeriste-ecrivain" target="_blank" rel="noopener noreferrer">
<h3 id="anchor_litterall_27">L'INTERVALLE</h3>
<p><strong>Januar 2021</strong></p>
<p>Vorstellung der Arbeit Ali Kazmas und der 27. Ausgabe von LITTER<i>all</i></p>
</a>
<h2 id="anchor_2020">2020</h2>
<a class="actu_evenements" href="https://lintervalle.blog/2020/03/22/revue-litterall-une-anthologie-annuelle-de-litteratures-allemandes" target="_blank" rel="noopener noreferrer">
<h3 id="anchor_litterall_26">L'INTERVALLE</h3>
<p><strong>März 2020</strong></p>
<p>Gespräch über die 26. Ausgabe von LITTER<i>all</i></p>
</a>
<br><br>
<iframe src="./de/date.html"></iframe>
</main>
<aside class="aside_right">
<div class="relative_box">
</div>
</aside>
</div>
<footer>
<iframe src="./fr/footer.html"></iframe>
</footer>
</body>
</html>