diff --git a/index.html b/index.html index b937b67..55b0904 100644 --- a/index.html +++ b/index.html @@ -76,9 +76,9 @@ index par date, pas espace, par nouvelle de la journée, (?), détaille anodin s
a, goldsmith, zukosfky, neutralité
akerman, temps, verticalité, objet(s), mémoire
annotation, walter, je, nous, appropriation
- aphorisme, bresson, nietsche
+ aphorisme, bresson, nietzsche
appropriation, walter, je, nous, annotation, plagiat
- beaulieu, situationnisme, objet(s), déplacement, paris
+ beaulieu, écriture, langage, objet(s), déplacement, lire, ne pas lire
bissociation, bernhardt, poème, trinité, lecture
bresson, aphorisme, mémoire
borges, pierre ménard, réappropriation, appropriation, lire, non-lire
@@ -93,17 +93,30 @@ index par date, pas espace, par nouvelle de la journée, (?), détaille anodin s
documenter, fluxus, danto, finalité, écriture, image, texte, erg, recherche, holzwege
ecriture, langage, goldsmith, sous-rature, derrida, mémoire, archive, code, binaire, syntaxe, mcluhan
erg, collectif, recherche, documenter
- espace, akerman, web, soulellis, temps, fenêtre
+ espace, akerman, web, soulellis, temps, fenêtre, print
fenêtre, varda, espace, temps, surréalisme, sérendipité, chemin, holzwege
finalité, fluxus, processus, mémoire
- flou, sous-rature, chemin, holzwege
- fluxus,
- fond,
- forme,
- foucault,
- git,
- goldmsith,
- grep,
+ flou, sous-rature, chemin, holzwege, documenter
+ fluxus, higgins, processus, finalité.
+ fond, forme, recherche, pratique, gelstat
+ forme, fond, design, pratique, recherche, gelstat
+ foucault, derrida, fond, forme, objet(s), structuralisme, post-structuralisme
+ git, archive, mémoire, documenter, erg
+ goldmsith, écriture, langage, index
+ grep, poème, perec, archive, documenter, médium, terminal
+ heidegger, chemin, holzwege, derrida, sous-rature
+ holzwege, heidegger, chemin, sérendipité, fenêtre, processus
+ higgins, fluxus, poème
+ html, code, css, écriture, js
+ hybride, objet(s), bissociation, index, prompt
+ hyperlien-texte, zeste, index, documenter, médium, écriture, langage, beaulieu
+ index, chemin, holzwege, zukosfky, beaulieu, écriture, langage, neutralité
+ je, subjectivité, collectif
+ jeu, écriture, langage, code, holzwege, sérendipité
+ js, code, html, css, langage, mémoire
+ langage, écriture, code, goldsmith, hybride, fond-forme, index
+ lebenswelt, danto, holzwege, documenter, situationnisme
+
diff --git a/styles.css b/styles.css
index 975ec53..aefdd0e 100644
--- a/styles.css
+++ b/styles.css
@@ -1,22 +1,35 @@
+html, body {
+ margin: 0;
+ overflow: hidden;
+}
+
.col{
display: flex;
+ height: 98vh;
+ margin-top: -10px;
}
.col1{
-width: 45%;
+ overflow: auto;
+ width: 45%;
+ scrollbar-width: none;
}
.col2{
-
-margin-left: 20px;
-text-align: left;
-width: 55%;
+ overflow: auto;
+ margin-left: 20px;
+ text-align: left;
+ width: 55%;
+ scrollbar-width: none;
}
+
.dot{
- color: black;
- text-decoration: none;
- margin-left: 6px;
- margin-top: 5px;
+ display: inline-block;
+ color: black;
+ text-decoration: none;
+ margin-left: 6px;
+ margin-top: 5px;
+ margin-bottom: 8px;
}
p{
@@ -24,6 +37,7 @@ p{
margin-left: 1%;
border-left: 12px solid rgb(232, 231, 231);
mix-blend-mode: multiply;
+
}
.sr{
@@ -67,3 +81,4 @@ img{
mix-blend-mode: multiply;
}
+