presque tous les points faits, sauf les changements de nom et de logo sur tous le site

This commit is contained in:
Hugo LAMY
2022-03-29 19:22:42 +02:00
parent f62cc64c8d
commit b7fb27b548
74 changed files with 1444 additions and 763 deletions

View File

@@ -0,0 +1,160 @@
<!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 - 2011</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_2011.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_2011.html#anchor_2011"> <h3>Lettres dEurope et dAilleurs 2011 </h3></a>
<a href="./fr/lettres/lettres_2011.html#anchor_auteurices"> <h3>auteurs & autrices </h3></a>
<a href="./fr/lettres/lettres_2011.html#anchor_date"> <h3>date et lieu </h3></a>
<a href="./fr/lettres/lettres_2011.html#anchor_organisation"> <h3>conception et organisation </h3></a>
</div>
</aside>
<main>
<h1 id="anchor_2011">
Lettres d'Europe et d'Ailleurs
<br><br>
<small>
1<sup>ère</sup> édition 2011
</small>
</h1>
<h2 id="anchor_auteurices">auteurs & autrices</h2>
<p>
Marcel Beyer Allemagne
<br>
Laurent Binet France
<br>
Bas Böttcher Allemagne
<br>
Hans-Magnus Enzsenberger Allemagne
<br>
Katharina Grossmann-Hensel Allemagne
<br>
Judith Hermann Allemagne
<br>
Werner Koffler Autriche
<br>
Michael Köhlmeier Autriche
<br>
Alain Lance France
<br>
Fabrice Lardreau France
<br>
Alban Lefranc France
<br>
Ulli Lust Autriche
<br>
Olivier Rohe France
<br>
Yves Rosset Suisse
<br>
Gilles Rozier France
<br>
Saša Stanišić Allemagne
<br>
Peter Stamm Suisse
<br>
Fabienne Swiatly France
<br>
Cécile Wajsbrot France
<br>
Alissa Walser Allemagne
<br>
Anne Weber Allemagne
<br>
Matthias Zschokke Suisse
</p>
<h2 id="anchor_date">date et lieu</h2>
<p>Aix-en-Provence, 9-10 septembre 2011</p>
<p>Cité du Livre Bibliothèque Méjanes</p>
<h2 id="anchor_organisation">conception et organisation</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>