diff --git a/index.html b/index.html index e7db1f2..521e0c0 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@

קבוצת מחקר ליצירה עברית

אנחנו בהקמה! רוצות להשתתף? להתעדכן? לדבר? בואו!

diff --git a/resen/index.html b/resen/index.html index 029deea..7193b4e 100644 --- a/resen/index.html +++ b/resen/index.html @@ -15,6 +15,15 @@ diff --git a/resen/open-call-kmeot.html b/resen/open-call-kmeot.html new file mode 100644 index 0000000..2645dfd --- /dev/null +++ b/resen/open-call-kmeot.html @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + + +

קמעות אילוציים // קונקרטיים // אלגוריתמיים // דיגטליים // פוטנציאליים // מתמטיים // הכל הולך העיקר שזה קמע אמיתי שעובד!

+

עוד פרטים בהמשך.

+

דדליין: 1 ביוני 2024.

+

שאלות והגשות: eyalgruss+kmeot@gmail.com

+ + + \ No newline at end of file diff --git a/resen/pages.js b/resen/pages.js index d15ee0d..1d67856 100644 --- a/resen/pages.js +++ b/resen/pages.js @@ -5,19 +5,20 @@ const pages = { "/": {title: "רֶסֶן", alt: "Resen", author: "resen", logo: "media/resen.svg", skip: true}, - "0/": {title: "פתח דבר לגיליון אפס", alt: "Foreward to Issue 0", author: ["alexbenari", "eyalgruss"], kw: [0]}, - "achshav/": {title: "אָח־שָׁב – עַכְ־שָׁו", alt: "Ach-Shav", author: "brunogrife", kw: [0, "sound"]}, - "cent/": {title: "מתוך מאה תמונות מלחמה", alt: "From One hundred visions of war", author: "julienvocance", translator: "rotematar", kw: [0, "poem", "translation"]}, - "disappearance/": {title: "היעלמות", alt: "Disappearance", author: "rotematar", kw: [0]}, - "down/": {title: "רע", alt: "Down", author: "alexbenari", kw: [0, "interactive", "poem", "visual"]}, - "exceeding/": {title: "מֵעֵבר לַשלם", alt: "Exceeding the entirety", author: ["mikamilgrom", "avimilgrom"], kw: [0, "live code", "visual"]}, + "0/": {title: "פתח דבר לגיליון אפס", alt: "Foreward to Issue 0", author: "alexbenari", kw: [0]}, "imagine/": {title: "דמיין", alt: "Imagine", author: "liorzalmanson", kw: [0, "poem"]}, + "cent/": {title: "מתוך מאה תמונות מלחמה", alt: "From One hundred visions of war", author: "julienvocance", translator: "rotematar", kw: [0, "poem", "translation"]}, "petri/": {title: "פואטיקת פטרי פטריוטית", alt: "Patriotic Petri Poetry", author: "eyalgruss", kw: [0, "live code", "poem", "software", "visual"]}, + "exceeding/": {title: "מֵעֵבר לַשלם", alt: "Exceeding the entirety", author: ["mikamilgrom", "avimilgrom"], kw: [0, "live code", "visual"]}, "things/": {title: "קורים עכשיו דברים עם השפה", alt: "Things are happening now with the language", author: "noashaham", kw: [0, "poem"]}, "systems/": {title: "מערכות", alt: "Systems", author: "noashaham", kw: [0, "poem"]}, - "tribe/": {title: "השבט הנושא את עיניו השמיימה", alt: "The tribe with its eyes on the sky", author: "italocalvino", translator: "jonathanfine", kw: [0, "story", "translation"]}, + "disappearance/": {title: "היעלמות", alt: "Disappearance", author: "rotematar", kw: [0]}, + "down/": {title: "רע", alt: "Down", author: "alexbenari", kw: [0, "interactive", "poem", "visual"]}, "seasons/": {title: "כאילו המלחמה הייתה לחלק מעונות השנה", alt: "As if the war were part of the seasons", author: "adisorek", kw: [0, "interactive", "sound"]}, + "tribe/": {title: "השבט הנושא את עיניו השמיימה", alt: "The tribe with its eyes on the sky", author: "italocalvino", translator: "jonathanfine", kw: [0, "story", "translation"]}, + "achshav/": {title: "אָח־שָׁב – עַכְ־שָׁו", alt: "Ach-Shav", author: "brunogrife", kw: [0, "sound"]}, + "open-call-kmeot": {title: "קול קורא - קמעות", alt: "Open call: Amulets", author: "resen"}, "journal": {title: "אודות כתב העת", alt: "About this journal", author: "resen", kw: ["live code", "software"]} } diff --git a/resen/style.css b/resen/style.css index 98d338a..2bb1893 100644 --- a/resen/style.css +++ b/resen/style.css @@ -109,6 +109,17 @@ body.todark, .todark ::backdrop { --invert: 0; } +.banner { + display: flex; + gap: 1em; + justify-content: space-around; + overflow-x: clip; +} + +.banner > * { + flex-shrink: 0; +} + button, .dim_ref, footer, nav, .preface_he, .sliders { font-size: initial; } @@ -1033,6 +1044,23 @@ a.sponsors { /* stuff for https://oulipoh.com/resen/ */ +@keyframes banner_first { + 50% { margin-inline-start: 100% } + 100% { margin-inline-start: 0 } +} + +@keyframes banner_last { + 50% { margin-inline-end: 0 } + 100% { margin-inline-end: 100% } +} + +.banner > :first-child { + animation: 10s infinite alternate banner_first; +} + +.banner > :last-child { + animation: 12s infinite alternate banner_last; +} header ~ :not(h2, footer) { line-height: 1.5;