wip mixed old and new, works on new to create a better iframe structure

This commit is contained in:
Hugo LAMY
2022-03-29 12:54:48 +02:00
parent 3d938681a0
commit 17d320215d
47 changed files with 229 additions and 1253 deletions

View File

@@ -1,147 +0,0 @@
<!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 - Lettres d'Europe et d'Ailleurs - 2019</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/lettres_2019.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="./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/#.html">
<img class="flag" src="./docs/nav/flag_fr_mini.png" alt="drapeau francais">
<p>fr</p>
</a>
<a class="language inactive" href="./de/#.html">
<img class="flag" src="./docs/nav/flag_de_mini.png" alt="Deutsche Flagge">
<p>de</p>
</a>
<a class="language inactive" href="./en/#.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/lettres/lettres_2019.html#anchor_2019"> <h3>LÉCRIVAIN ET LES BÊTES </h3></a>
<a href="./fr/lettres/lettres_2019.html#anchor_auteurices"> <h3>auteurs & autrices </h3></a>
<a href="./fr/lettres/lettres_2019.html#anchor_date"> <h3>date et lieu </h3></a>
<a href="./fr/lettres/lettres_2019.html#anchor_organisation"> <h3>conception et organisation </h3></a>
</div>
</aside>
<main>
<h1 id="anchor_2019">
LÉCRIVAIN ET LES BÊTES
<br><br><small>
Lettres d'Europe et d'Ailleurs
<br>
8<sup>ème</sup> édition 2019</small>
</h1>
<h2 id="anchor_auteurices">auteurs & autrices</h2>
<p>
Jean-Christophe Bailly France
<br>
Yiğit Bener Turquie
<br>
Arno Camenisch Suisse
<br>
Dorothee Elmiger Suisse
<br>
Tijs Goldschmidt Pays-Bas
<br>
Antoine Jaccoud Suisse
<br>
Eva Meijer Pays-Bas
<br>
Virginie Nuyen France
<br>
Yoko Tawada Allemagne
<br>
Uwe Timm Allemagne
<br>
Agata Tuszyńska Pologne
</p>
<h2 id="anchor_date">date et lieu</h2>
<p>
Paris, 18-23 février 2019
<br>
<br>
Institut Goethe
<br>
Centre culturel suisse
<br>
Librairie polonaise
</p>
<h2 id="anchor_organisation">conception et organisaion</h2>
<p>Les Amis du Roi des Aulnes</p>
<br><br>
<iframe src="./fr/date.html"></iframe>
</main>
<aside class="aside_right">
<a class="button_box" href="./fr/lettres/lettres_2021.html">
<h2 class="nocut">édition 2021</h2>
</a>
<a class="button_box" href="./fr/lettres/lettres_2019.html">
<h2 class="nocut">édition 2019</h2>
</a>
<a class="button_box" href="./fr/lettres/lettres_2017.html">
<h2 class="nocut">édition 2017</h2>
</a>
<a class="button_box" href="./fr/lettres/lettres_2016.html">
<h2 class="nocut">édition 2016</h2>
</a>
<a class="button_box" href="./fr/lettres/lettres_2015.html">
<h2 class="nocut">édition 2015</h2>
</a>
<a class="button_box" href="./fr/lettres/lettres_2014.html">
<h2 class="nocut">édition 2014</h2>
</a>
<a class="button_box" href="./fr/lettres/lettres_2013.html">
<h2 class="nocut">édition 2013</h2>
</a>
<a class="button_box" href="./fr/lettres/lettres_2012.html">
<h2 class="nocut">édition 2012</h2>
</a>
<a class="button_box" href="./fr/lettres/lettres_2011.html">
<h2 class="nocut">édition 2011</h2>
</a>
</aside>
</div>
<footer>
<iframe src="./fr/footer.html"></iframe>
</footer>
</body>
</html>