101 lines
3.4 KiB
HTML
101 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="fr" dir="ltr">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>KOSMOPOLIT - actualités</title>
|
|
<meta name="description" content="description du site web">
|
|
<meta name="keywords" content="truc, bidule, chouette">
|
|
<base href="../"/>
|
|
<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>
|
|
<script src="./fr/script.js" defer></script>
|
|
</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="./fr/kosmopolit.html" target="_parent"><p>KOSMOPOLIT</p></a>
|
|
<a href="./fr/litterall.html" target="_parent"><p>LITTER<i>all</i></p></a>
|
|
<a href="./fr/lettres.html" target="_parent"><p>Lettres d'Europe et d'Ailleurs</p></a>
|
|
<a href="./fr/actualites.html" target="_parent"><p>Actualités</p></a>
|
|
</div>
|
|
|
|
<div class="nav_right">
|
|
<a class="language selected" href="./fr/actualites.html">
|
|
<img class="flag" src="./docs/nav/flag_fr_mini.png" alt="drapeau francais">
|
|
<p>fr</p>
|
|
</a>
|
|
<a class="language" 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">
|
|
<h2>sommaire</h2>
|
|
<a href="./fr/actualites.html#anchor_2021"><h3>2021</h3></a>
|
|
<a href="./fr/actualites.html#anchor_2020"><h3>2020</h3></a>
|
|
</div>
|
|
</aside>
|
|
|
|
<main>
|
|
<div class="page_title">
|
|
<h1 id="anchor_actualites">Actualités</h1>
|
|
</div>
|
|
|
|
<h2 id="anchor_2021">2021</h2>
|
|
|
|
<a class="actu_evenements" href="./fr/lettres/lettres_2021.html" target="_blank" rel="noopener noreferrer">
|
|
<h3 id="anchor_lea_2021">ZONES SENSIBLES</h3>
|
|
<p><strong>12-16 octobre 2021</strong></p>
|
|
<p>9ème édition de <i>Lettres d'Europe et d'Ailleurs</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>janvier 2021</strong></p>
|
|
<p>Présentation du travail d'Ali Kazma et du numéro 27 de 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>mars 2020</strong></p>
|
|
<p>Entretien autour du numéro 26 de LITTER<i>all</i></p>
|
|
</a>
|
|
|
|
<br><br>
|
|
<iframe src="./fr/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>
|
|
|
|
|