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,162 +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 - 2012</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_2012.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_2012.html#anchor_2012"> <h3>Lettres dEurope et dAilleurs 2012 </h3></a>
<a href="./fr/lettres/lettres_2012.html#anchor_auteurices"> <h3>auteurs & autrices </h3></a>
<a href="./fr/lettres/lettres_2012.html#anchor_date"> <h3>date et lieu </h3></a>
<a href="./fr/lettres/lettres_2012.html#anchor_organisation"> <h3>conception et organisation </h3></a>
</div>
</aside>
<main>
<h1 id="anchor_2012">
Lettres d'Europe et d'Ailleurs
<br><br>
<small>
2<sup>ème</sup> édition 2012
</small>
</h1>
<h2 id="anchor_auteurices">auteurs & autrices</h2>
<p>
Bettina Balàka Autriche
<br>
Marek Bienczyk Pologne
<br>
Sherko Fatah Allemagne
<br>
Francesco De Filippo Italie
<br>
Katharina Grossmann-Hensel Allemagne
<br>
Veit Heinichen Allemagne
<br>
Wulf Kirsten Allemagne
<br>
Rosetta Loy Italie
<br>
Kristof Magnusson Allemagne
<br>
Leopold Maurer Autriche
<br>
Alberto Nessi Suisse
<br>
Anna Onichimowska Pologne
<br>
Serge Quadruppani France
<br>
Tomasz Rózycki Pologne
<br>
Eugen Ruge Allemagne
<br>
Danièle Sallenave France
<br>
Aude Seigne Suisse
<br>
Mariusz Szczygieł Pologne
<br>
Giorgio Vasta Italie
<br>
Urs Widmer Suisse
</p>
<h2 id="anchor_date">date et lieu</h2>
<p>Aix-en-Provence, 30 novembre-2 décembre 2012</p>
<p>
Cité du Livre Bibliothèque Méjanes
<br>
Bibliothèque de la Halle aux Grains
<br>
Hôtel de ville
</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>