changement nom actualite en en et de

This commit is contained in:
ethylotest
2021-04-07 14:24:06 +02:00
parent 3b36c78b1b
commit 5b6d901e7e
11 changed files with 23 additions and 27 deletions

96
en/news.html Normal file
View File

@@ -0,0 +1,96 @@
<!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>
<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">
<style> html {visibility: hidden; opacity: 0;} </style>
</head>
<body>
<nav class="navbar sticky">
<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 Lettres d'Europe et d'Ailleurs</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 Kazmas work and 27th issue of LITTER<i>all</i> on Fabien Riberys blog.</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 26th issue of LITTER<i>all</i> on Fabien Riberys blog.</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>