diff --git a/src/index.njk b/src/index.njk index d04ae74..5150611 100644 --- a/src/index.njk +++ b/src/index.njk @@ -12,9 +12,9 @@ title: Cookie Compilation
The concept is straightforward: an audiovisual compilation centered around a main theme: Divagation. - Divagation is an intriguing starting point that encourages personal exploration, allowing each individual’s - peculiarity to shine through. It’s also a remarkably versatile theme 🙊.
+Our concept is straightforward: an audiovisual compilation centered around a main theme; Divagation. + This single word is an intriguing starting point that encourages personal exploration, allowing each individual’s + peculiarity to shine through. It’s also a remarkably versatile/generic theme.
Some definitions:
@@ -24,20 +24,24 @@ title: Cookie CompilationSynonyms: elucubration - extravagance - incoherence - rambling - reverie - daydream.’’
+Synonyms: elucubration - extravagance - incoherence - rambling - reverie - daydream.
At first, people created videos and then some other people composed music or noise fitting for them. - Our goal was to create a broadcasting space for productions and/or techniques that do not have one (or not enough). +
First, people created videos; then, some other people added music or noise to fit with the visuals. + Our goal through this project is to create a broadcasting space for productions and/or techniques that do not have one (or not enough). We are trying to bring people together, to foster collaboration between visual and sonic arts. That's how you ended up viewing this U.F.O (Unidentified Freeform Object), lighting up your retina and tingling your eardrums.
The Cookie Collective is a human organization in existence, de-facto, since 2016. Most of the members are based in - France, especially in the Greater Paris area. Some of us see themselves as technicians; some as artists; some keep pondering - this existential question. Others just don't care asking themselves the question. The collective once focused on realtime - visual arts. However, the last three years saw a great development of the musical dimension of our collective work. +
The Cookie Collective is a human organization. It has existed de facto since 2016. + Most of its members are based in France, especially in the Greater Paris area. Others live and are active all over France. + Some of us see themselves as technicians; some as artists; some keep pondering this existential question. + Others just don't care asking themselves what they are or what they do.
+The collective once focused extensively on realtime visual arts. However, the last three years saw a great + development of musical works in our collective work. This project aims to bring back the visual aspect to the front of the stage. It's a kind of travel through time, or rather to an alternative present which honors the first years of the collective, a tribute to our livecoding pioneers.
@@ -62,10 +66,33 @@ title: Cookie Compilation } .card { + border-left: 0.5rem solid white; + border-right: 0.5rem solid white; position: absolute; top: 15%; margin-left: 10%; margin-right: 10%; + animation: float 10s linear infinite; + } + + @keyframes float { + + 0% { + transform: translateY(0) rotate(1deg); + } + 25% { + transform: translateY(-5px) rotate(0deg); + } + 50% { + transform: translateY(-10px) rotate(-1deg); + } + 75% { + transform: translateY(-5px) rotate(0deg); + } + 100% { + transform: translateY(0) rotate(1deg); + } + } .title {