Files
2022_WEBSITE_kosmopolit/en/lettres.html
2021-04-22 18:12:07 +02:00

142 lines
5.6 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!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 - Lettres d'Europe et d'Ailleurs</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.css" type="text/css" rel="stylesheet">
<style> html {visibility: hidden; opacity: 0;} </style>
</head>
<body>
<nav class="navbar sticky">
<label for="burger" class="burger"></label><input type="checkbox" id="burger">
<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/lettres.html">
<img class="flag" src="./docs/nav/flag_fr_mini.png" alt="drapeau francais">
<p>fr</p>
</a>
<a class="language" href="./de/lettres.html">
<img class="flag" src="./docs/nav/flag_de_mini.png" alt="Deutsche Flagge">
<p>de</p>
</a>
<a class="language selected" href="./en/lettres.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>table of contents</h2>
<a href="./en/lettres.html#anchor_lettres"> <h3>Lettres d'Europe et d'Ailleurs </h3></a>
<a href="./en/lettres.html#anchor_2021"> <h3>edition 2021 </h3></a>
<a href="./en/lettres.html#anchor_archives"><h3>archives </h3></a>
</div>
</aside>
<main>
<h1 id="anchor_lettres">Lettres d'Europe et d'Ailleurs</h1>
<div class="quote">
<p>See each scene deep, love it like a complex faceted jewel. Get the light, shadow & vivid color. Set scene the night before. Sleep on it, write it in the morning.</p>
<div class="quote_credit">
<p>Sylvia Plath, <i>Journals</i></p>
</div>
</div>
<br><br>
<p>This festival brings together once a year authors from Europe and elsewhere. Dedicated to the exploration of writing, languages and the contemporary world, these writers meetings, originally organized by the association <i>Les Amis du Roi des Aulnes</i>, take place in public and notably question our relation to reality, climates, animality, politics and poetics.</p>
<p>In a changing world, we would like to link different linguistic spheres.</p>
<p>We organize these debates in co-construction with cultural institutes, bookshops and universities.</p>
<br><br>
<div class="image full">
<img src="./docs/lea/frontiere.png" alt="inage frontiere de frank smith">
<p class="right"><small><i>Frontière</i> © Frank Smith</small></p>
</div>
<h2 id="anchor_2021">edition 2021</h2>
<a href="./en/lettres/lettres_2021.html">
<div class="image horizontal">
<div class="rectangle _big"><p>SENSITIVE AREAS<br><small>2021</small></p></div>
<div class="vertical">
<p>On everyone's lips, even behind our masks, the word "crisis" comes up again and again. Health crisis, ecological crisis, economic crisis, crisis of civilizations... It's like a relay stick being passed around, in the middle of an athletics race that would be called "The World After".</p>
</div>
</div>
</a>
<h2 id="anchor_archives">archives</h2>
<div class="gallery">
<div class="card">
<a href="./fr/lettres/lettres_2019.html">
<div class="rectangle _little"><p>Lécrivain et les bêtes<br><small>2019</small></p></div>
</a>
</div>
<div class="card">
<a href="./fr/lettres/lettres_2017.html">
<div class="rectangle _little"><p>La littérature à lépreuve du réel<br><small>2017</small></p></div>
</a>
</div>
<div class="card">
<a href="./fr/lettres/lettres_2016.html">
<div class="rectangle _little"><p>Quand la littérature parle de frontières<br><small>2016</small></p></div>
</a>
</div>
<div class="card">
<a href="./fr/lettres/lettres_2015.html">
<div class="rectangle _little"><p>Écrire le climat<br><small>2015</small></p></div>
</a>
</div>
<div class="card">
<a href="./fr/lettres/lettres_2014.html">
<div class="rectangle _little"><p>Écrire des histoires et raconter lhistoire<br><small>2014</small></p></div>
</a>
</div>
<div class="card">
<a href="./fr/lettres/lettres_2013.html">
<div class="rectangle _little"><p>Les écrivains, des témoins engagés de leur temps&nbsp?<br><small>2013</small></p></div>
</a>
</div>
<div class="card">
<a href="./fr/lettres/lettres_2012.html">
<div class="rectangle _little"><p>Lettres dEurope et dAilleurs 2012<br><small>2012</small></p></div>
</a>
</div>
<div class="card">
<a href="./fr/lettres/lettres_2011.html">
<div class="rectangle _little"><p>Lettres dEurope et dAilleurs 2011<br><small>2011</small></p></div>
</a>
</div>
</div>
<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>