101 lines
3.4 KiB
HTML
101 lines
3.4 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en" dir="ltr">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
<title>KOSMOPOLIT - news</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" ><img src="./docs/nav/kosmopolit_logo_mini.png" alt="logo kosmopolit"></a>
|
||
<a href="./en/kosmopolit.html" ><p>KOSMOPOLIT</p></a>
|
||
<a href="./en/litterall.html" ><p>LITTER<i>all</i></p></a>
|
||
<a href="./en/lettres.html" ><p>Lettres d'Europe et d'Ailleurs</p></a>
|
||
<a href="./en/news.html" ><p>News</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" href="./de/aktuelles.html">
|
||
<img class="flag" src="./docs/nav/flag_de_mini.png" alt="Deutsche Flagge">
|
||
<p>de</p>
|
||
</a>
|
||
<a class="language selected" 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>table of contents</h2>
|
||
<a href="./en/news.html#anchor_2021"><h3>2021</h3></a>
|
||
<a href="./en/news.html#anchor_2020"><h3>2020</h3></a>
|
||
</div>
|
||
</aside>
|
||
|
||
<main>
|
||
<div class="page_title">
|
||
<h1 id="anchor_news">News</h1>
|
||
</div>
|
||
|
||
<h2 id="anchor_2021">2021</h2>
|
||
|
||
<a class="actu_evenements" href="./en/lettres/lettres_2021.html" target="_blank" rel="noopener noreferrer">
|
||
<h3 id="anchor_lea_2021">SENSITIVE AREAS</h3>
|
||
<p><strong>from October 12<sup>th</sup> to October 16<sup>th</sup> 2021</strong></p>
|
||
<p>9<sup>th</sup> edition of <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>January 2021</strong></p>
|
||
<p>Presentation of Ali Kazma’s work and the 27<sup>th</sup> issue of 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>March 2020</strong></p>
|
||
<p>Interview around the 26<sup>th</sup> issue of LITTER<i>all</i></p>
|
||
</a>
|
||
|
||
<br><br>
|
||
<iframe src="./en/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>
|
||
|
||
|