debut modifs revues 1 a 27 pour correspondre au contenu

This commit is contained in:
ethylotest
2021-04-07 13:26:16 +02:00
parent 98a3d477a4
commit 2be87e3f02
8 changed files with 16 additions and 220 deletions

View File

@@ -1 +0,0 @@
,ethylotest,ethylotest-Lenovo-FLEX-3-1120,31.03.2021 08:24,file:///home/ethylotest/.config/libreoffice/4;

View File

@@ -1 +1 @@
,ethylotest,ethylotest-Lenovo-FLEX-3-1120,27.03.2021 15:59,file:///home/ethylotest/.config/libreoffice/4;
,ethylotest,ethylotest-Lenovo-FLEX-3-1120,07.04.2021 13:16,file:///home/ethylotest/.config/libreoffice/4;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 103 KiB

After

Width:  |  Height:  |  Size: 110 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 88 KiB

After

Width:  |  Height:  |  Size: 98 KiB

View File

@@ -45,12 +45,12 @@
<aside class="aside_left sticky">
<div class="table_box">
<h2>sommaire</h2>
<a href="./fr/litterall/litterall_01.html#anchor_litterall_01"> <h3>LITTER<i>all</i> 1</h3></a>
<a href="./fr/litterall/litterall_01.html#anchor_sommaire"> <h3>sommaire</h3></a>
<a href="./fr/litterall/litterall_01.html#anchor_responsable"> <h3>responsable éditorial</h3></a>
<a href="./fr/litterall/litterall_01.html#anchor_redaction"> <h3>comité de rédaction</h3></a>
<a href="./fr/litterall/litterall_01.html#anchor_secretariat"> <h3>secrétariat de rédaction</h3></a>
<a href="./fr/litterall/litterall_01.html#anchor_maquette"> <h3>maquette</h3></a>
<a href="./fr/litterall/litterall_01.html#anchor_litterall_01" ><h3>LITTER<i>all</i> 1</h3></a>
<a href="./fr/litterall/litterall_01.html#anchor_sommaire" ><h3>sommaire</h3></a>
<a href="./fr/litterall/litterall_01.html#anchor_responsable" ><h3>responsable d'édition</h3></a>
<a href="./fr/litterall/litterall_01.html#anchor_redaction" ><h3>comité de rédaction</h3></a>
<a href="./fr/litterall/litterall_01.html#anchor_secretariat" ><h3>secrétariat de rédaction</h3></a>
<a href="./fr/litterall/litterall_01.html#anchor_maquette" ><h3>maquette</h3></a>
</div>
</aside>
@@ -74,7 +74,7 @@
<p><mark>Klaus Koffer</mark> <i>38/88</i><br><small>traduction Régine Mathieu et François Mathieu</small></p>
<p><mark>Christoph Hein</mark> <i>Écriture et mutisme</i><br><small>traduction François Mathieu</small></p>
<h2 id="anchor_responsable">responsable éditorial</h2>
<h2 id="anchor_responsable">responsable d'édition</h2>
<p>Nicole Bary</p>
<h2 id="anchor_redaction">comité de rédaction</h2>

View File

@@ -1,38 +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</title>
<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/index2.css" type="text/css" rel="stylesheet">
<style> html {visibility: hidden; opacity: 0;} </style>
</head>
<body>
<main class="index">
<div class="logo_txt">
<img src="./docs/accueil/logo_ecritures.png" alt="logo kosmopolit">
</div>
<div class="logo_bubbles">
<div class="_ratio">
<div class="circle _2"><div class="_ratio"></div></div>
<div class="circle _3"><div class="_ratio"></div></div>
<div class="circle _1"><div class="_ratio"></div></div>
<div class="circle _blend _2"><div class="_ratio"></div></div>
<div class="circle _blend _3"><div class="_ratio"></div></div>
<img class="logo_line"src="./docs/accueil/logo_line.png" alt="logo kosmopolit line">
<div class="circle _4"><div class="_ratio"></div></div>
</div>
</div>
<div class="logo_links">
<h3 id="kosmopolit"><a href="./fr/kosmopolit.html">KOSMOPOLIT</a></h3>
<h3 id="litterall"><a href="./fr/litterall.html">LITTER<i>all</i></a></h3>
<h3 id="lea"><a href="./fr/lettres.html">Lettres d'Europe et d'Ailleurs</a></h3>
<h3 id="actualites"><a href="./fr/actualites.html">Actualités</a></h3>
</div>
</main>
</body>
</html>

View File

@@ -1,156 +0,0 @@
/*------------------------------------------*/
/*ACCUEIL*/
body main {
display: flex;
flex-direction: column;
height: 100vh;
margin: auto;
padding: 0px;
}
.logo_txt {
height: auto;
width: 100%;
margin: auto;
}
.logo_bubbles {
position: relative;
height: auto;
width: 100%;
margin: auto;
}
.logo_links {
display: flex;
flex-direction: row;
width: 100%;
margin: auto auto 50px auto;
}
/*------------------------------------------*/
/*THE DRAWING*/
/*all the ratios of the following elements*/
._ratio {
position: relative;
width: 100%;
}
.logo_bubbles > ._ratio {
padding-top: 70%;
}
.circle > ._ratio {
padding-top: 100%;
}
/*commmon settings*/
.logo_bubbles .circle {
position: absolute;
border-radius: 50%;
}
/*sie position and color for each circles*/
.logo_bubbles .circle._1 {
top: 13.4%;
left: 2.2%;
width: 51.6%;
background-color: #ee1998;
}
.logo_bubbles .circle._2 {
top: 18.8%;
left: 27.6%;
width: 51.6%;
background-color: #8fce3c;
}
.logo_bubbles .circle._3 {
top: 5.9%;
left: 66.1%;
width: 30.5%;
background-color: #0c9cb5;
}
.logo_bubbles .circle._4 {
top: 36%;
left: 59%;
width: 10.9%;
background-color: #e3e00a;
}
/*mix-blend-mode*/
.logo_bubbles .circle._blend._2 {
mix-blend-mode: luminosity;
}
.logo_bubbles .circle._blend._3 {
mix-blend-mode: color;
}
/*the line*/
.logo_bubbles .logo_line {
position: absolute;
top: 0px;
left: 0px;
width: 100%;
}
/*------------------------------------------*/
/*THE ANIMATION*/
@keyframes rotation {
0% {transform: rotate(0deg); transform-origin: 49% 50%;}
50% {transform: rotate(360deg); transform-origin: 49% 50%;}
50.1% {transform: rotate(360deg); transform-origin: 51% 50%;}
100% {transform: rotate(0deg); transform-origin: 51% 50%;}
}
.logo_bubbles .circle {
animation-name: rotation;
animation-delay: 0s;
animation-timing-function: linear;
animation-iteration-count: infinite;
animation-direction: normal;
}
.logo_bubbles .circle._1 {
animation-duration: 2s;
animation-delay: 0s;
animation-direction: reverse;
}
.logo_bubbles .circle._2 {
animation-duration: 2s;
animation-delay: 0.7s;
animation-direction: reverse;
}
.logo_bubbles .circle._3 {
animation-duration: 1s;
animation-delay: 0.3s;
}
.logo_bubbles .circle._4 {
animation-duration: 1s;
animation-delay: 0.5s;
animation-direction: reverse;
}
/*------------------------------------------*/
/*LINKS*/
.logo_links > * {
margin: auto;
padding: 0px;
}
.logo_links > :first-child {
margin-left: 0px;
}
.logo_links > :last-child {
margin-right: 0px;
}
.logo_links #kosmopolit a {
color: var(--color-purple);
}
.logo_links #litterall a {
color: var(--color-green);
}
.logo_links #lea a {
color: var(--color-water);
}
.logo_links #actualites a {
color: hsl(59, 100%, 40%);
}

View File

@@ -1,17 +1,5 @@
- - - - - - - - - - - - - - - - - - - - - - - -
POINTS
- actualite titres en bleu
- lea 2021 :
- EVENTS & THEMES en fr ?
- en englais pas de dates ?
- en mettre dialogues ?
- litterall :
- 20 et 23 image retravaillee
- number 27 ? Nummer 27 ? / litterall 27th ?
- traduction encart traduire retraduire ?
- actualite :
- dates en anglais et allemand
- traduction mot actualite
- - - - - - - - - - - - - - - - - - - - - - - -
- all :
@@ -19,13 +7,16 @@ POINTS
- reorganiser les dossiers
- repenser au fonctionnement des langues
- LEA 2021 :
- traduire en anglais
- bien traduire les lieux et la date
- ajouter "conception et organisation" + "les amis du r des a et kosmopolit"
################################3
- litteral :
- AVEC la collaboration 25 a 11 puis 9 et 8
- faire correspondre les titres des numeros avec le document orgininal
- actualite :
- traduction mot actualite
nv photos 20 et 23
traductions anglais verifier sansitive areas
acualiser les litterall
onglet actualite en news et aktuelles