diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..a33b207 --- /dev/null +++ b/TODO.md @@ -0,0 +1,8 @@ +- Index interaction desktop +- Index interaction mobile +- background - foreground +- info +- index text design desktop & mobile +- releases documentation for index +- si18.8 release page ? paris diary feed ? +- \ No newline at end of file diff --git a/css/main.css b/archive/07/css/main.css similarity index 100% rename from css/main.css rename to archive/07/css/main.css diff --git a/archive/07/index.html b/archive/07/index.html new file mode 100644 index 0000000..cd09af8 --- /dev/null +++ b/archive/07/index.html @@ -0,0 +1,354 @@ + + + + + Special Issue #18 – [[ Unfolding [ ] Implicancies ]] + + + + + + + + + +

[[ Unfolding [ ] Implicancies ]]

+ + + + + + + + + + \ No newline at end of file diff --git a/js/main.js b/archive/07/js/main.js similarity index 100% rename from js/main.js rename to archive/07/js/main.js diff --git a/archive/08/css/override.css b/archive/08/css/override.css new file mode 100644 index 0000000..61103d1 --- /dev/null +++ b/archive/08/css/override.css @@ -0,0 +1,59 @@ +* { + box-sizing: border-box; +} + +.initials, +.pull_left.userpic_wrap, +.reply_to, +.media_video { + display: none; +} + +.page_body.chat_page { + width: auto; + padding: 64px; +} + +.history { + display: flex; + flex-wrap: wrap; + justify-content: flex-start; + align-content: flex-start; + align-items: center; + gap: 48px; +} + +.history > *:nth-child(even) { + align-self: flex-end; +} + +.message { + background-color: rgb(240, 242, 245); + font-size: 20px; + line-height: 1.6; + padding: 20px; + border-radius: 20px; + position: relative; + max-width: 60ch; +} + +.message .body { + margin: 0; +} + +.date { + float: none; + position: absolute; + top: -24px; + right: 20px; + font-size: 14px; +} + +.message.service { + align-self: center; + margin: 256px auto; + flex-basis: 100vw; + background: none; + max-width: none; + font-size: 42px; +} diff --git a/archive/08/css/style.css b/archive/08/css/style.css new file mode 100644 index 0000000..456d59f --- /dev/null +++ b/archive/08/css/style.css @@ -0,0 +1,546 @@ +body { + margin: 0; + font: 12px/18px 'Open Sans',"Lucida Grande","Lucida Sans Unicode",Arial,Helvetica,Verdana,sans-serif; +} +strong { + font-weight: 700; +} +code, kbd, pre, samp { + font-family: Menlo,Monaco,Consolas,"Courier New",monospace; +} +code { + padding: 2px 4px; + font-size: 90%; + color: #c7254e; + background-color: #f9f2f4; + border-radius: 4px; +} +pre { + display: block; + margin: 0; + line-height: 1.42857143; + word-break: break-all; + word-wrap: break-word; + color: #333; + background-color: #f5f5f5; + border-radius: 4px; + overflow: auto; + padding: 3px; + border: 1px solid #eee; + max-height: none; + font-size: inherit; +} +.clearfix:after { + content: " "; + visibility: hidden; + display: block; + height: 0; + clear: both; +} +.pull_left { + float: left; +} +.pull_right { + float: right; +} +.page_wrap { + background-color: #ffffff; + color: #000000; +} +.page_wrap a { + color: #168acd; + text-decoration: none; +} +.page_wrap a:hover { + text-decoration: underline; +} +.page_header { + position: fixed; + z-index: 10; + background-color: #ffffff; + width: 100%; + border-bottom: 1px solid #e3e6e8; +} +.page_header .content { + width: 480px; + margin: 0 auto; + border-radius: 0 !important; +} +.page_header a.content { + background-repeat: no-repeat; + background-position: 24px 21px; + background-size: 24px 24px; +} +.bold { + color: #212121; + font-weight: 700; +} +.details { + color: #70777b; +} +.page_header .content .text { + padding: 24px 24px 22px 24px; + font-size: 22px; + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; +} +.page_header a.content .text { + padding: 24px 24px 22px 82px; +} +.page_body { + padding-top: 64px; + width: 480px; + margin: 0 auto; +} +.page_about { + padding: 24px 24px; +} +.with_divider { + border-top: 1px solid #e3e6e8; +} +.userpic_link { + display: block; + text-decoration: none; +} +.userpic_link:hover { + text-decoration: none; +} +.userpic { + display: block; + border-radius: 50%; + overflow: hidden; +} +.userpic .initials { + display: block; + color: #fff; + text-align: center; + text-transform: uppercase; + user-select: none; +} +.color_red, +.userpic1, +.media_call .fill, +.media_file .fill, +.media_live_location .fill { + background-color: #ff5555; +} +.color_green, +.userpic2, +.media_call.success .fill, +.media_photo .fill { + background-color: #64bf47; +} +.color_yellow, +.userpic3, +.media_venue .fill { + background-color: #ffab00; +} +.color_blue, +.userpic4, +.media_audio_file .fill, +.media_voice_message .fill { + background-color: #4f9cd9; +} +.color_purple, +.userpic5, +.media_game .fill { + background-color: #9884e8; +} +.color_pink, +.userpic6, +.media_invoice .fill { + background-color: #e671a5; +} +.color_sea, +.userpic7, +.media_location .fill, +.media_video .fill { + background-color: #47bcd1; +} +.color_orange, +.userpic8, +.media_contact .fill { + background-color: #ff8c44; +} +.personal_info { + padding: 24px; +} +.personal_info .userpic .initials { + font-size: 30px; +} +.personal_info .rows { + float: left; + padding-right: 24px; +} +.personal_info .names { + width: 164px; +} +.personal_info .info { + width: 124px; +} +.personal_info .bio { + width: 400px; +} +.personal_info .row { + padding-bottom: 16px; +} +a.block_link { + display: block; + text-decoration: none !important; + border-radius: 4px; +} +a.block_link:hover { + text-decoration: none !important; + background-color: #f5f7f8; +} +.sections { + padding: 11px 0; +} +.section { + height: 48px; + background-position: 24px 12px; + background-repeat: no-repeat; + background-size: 24px 24px; +} +.section .counter { + float: right; + padding: 14px 24px 0; + font-size: 15px; +} +.section .label { + padding: 15px 0 0 82px; + font-size: 15px; +} +.list_page .page_about { + padding: 16px 24px 0; + font-size: 11px; +} +.list_page .entry_list { + padding: 16px 0; +} +.list_page .entry { + padding: 10px 16px; +} +.list_page .entry .userpic .initials { + font-size: 18px; +} +.list_page .entry .body { + margin-left: 66px; +} +.list_page .entry .name { + padding: 4px 0 2px; + font-size: 14px; +} +.list_page .entry .subname { + padding-top: 4px; +} +.list_page .entry .details_entry { + padding-top: 4px; +} +.list_page .entry .info { + font-size: 11px; + padding-top: 5px; +} +.history { + padding: 16px 0; +} +.message { + margin: 0 -10px; + transition: background-color 2.0s ease; +} +div.selected { + background-color: rgba(242,246,250,255); + transition: background-color 0.5s ease; +} +.service { + padding: 10px 24px; +} +.service .body { + text-align: center; +} +.service .userpic_wrap { + padding-top: 10px; +} +.service .userpic { + margin: 0 auto; +} +.service .userpic .initials { + font-size: 24px; +} +.message .userpic .initials { + font-size: 16px; +} +.default { + padding: 10px; +} +.default.joined { + margin-top: -10px; +} +.default .from_name { + color: #3892db; + font-weight: 700; + padding-bottom: 5px; +} +.default .from_name .details { + font-weight: normal; +} +.default .body { + margin-left: 60px; +} +.default .text { + word-wrap: break-word; + line-height: 150%; + unicode-bidi: plaintext; + text-align: start; +} +.default .reply_to, +.default .media_wrap { + padding-bottom: 5px; +} +.default .media { + margin: 0 -10px; + padding: 5px 10px; +} +.default .media .fill, +.default .media .thumb { + width: 48px; + height: 48px; + border-radius: 50%; +} +.default .media .fill { + background-repeat: no-repeat; + background-position: 12px 12px; + background-size: 24px 24px; +} +.default .media .title, +.default .media_poll .question { + padding-top: 4px; + font-size: 14px; +} +.default .media .description { + color: #000000; + padding-top: 4px; + font-size: 13px; +} +.default .media .status { + padding-top: 4px; + font-size: 13px; +} +.default .video_file_wrap, +.default .animated_wrap { + position: relative; +} +.default .video_file, +.default .animated, +.default .photo, +.default .sticker { + display: block; +} +.video_duration { + background: rgba(0, 0, 0, .4); + padding: 0px 5px; + position: absolute; + z-index: 2; + border-radius: 2px; + right: 3px; + bottom: 3px; + color: #ffffff; + font-size: 11px; +} +.video_play_bg { + background: rgba(0, 0, 0, .4); + width: 40px; + height: 40px; + line-height: 0; + position: absolute; + z-index: 2; + border-radius: 50%; + overflow: hidden; + margin: -20px auto 0 -20px; + top: 50%; + left: 50%; + pointer-events: none; +} +.video_play { + position: absolute; + display: inline-block; + top: 50%; + left: 50%; + margin-left: -5px; + margin-top: -9px; + z-index: 1; + width: 0; + height: 0; + border-style: solid; + border-width: 9px 0 9px 14px; + border-color: transparent transparent transparent #fff; +} +.gif_play { + font-weight: 700; + color: #FFF; + display: block; + line-height: 40px; + font-size: 13px; + text-align: center; +} +.pagination { + text-align: center; + padding: 20px; + font-size: 16px; +} + +.toast_container { + position: fixed; + left: 50%; + top: 50%; + opacity: 0; + transition: opacity 3.0s ease; +} +.toast_body { + margin: 0 -50%; + float: left; + border-radius: 15px; + padding: 10px 20px; + background: rgba(0, 0, 0, 0.7); + color: #ffffff; +} +div.toast_shown { + opacity: 1; + transition: opacity 0.4s ease; +} + +.section.calls { + background-image: url(../images/section_calls.png); +} +.section.chats { + background-image: url(../images/section_chats.png); +} +.section.contacts { + background-image: url(../images/section_contacts.png); +} +.section.frequent { + background-image: url(../images/section_frequent.png); +} +.section.photos { + background-image: url(../images/section_photos.png); +} +.section.sessions { + background-image: url(../images/section_sessions.png); +} +.section.web { + background-image: url(../images/section_web.png); +} +.section.other { + background-image: url(../images/section_other.png) +} +.page_header a.content { + background-image: url(../images/back.png); +} +.media_call .fill { + background-image: url(../images/media_call.png) +} +.media_contact .fill { + background-image: url(../images/media_contact.png) +} +.media_file .fill { + background-image: url(../images/media_file.png) +} +.media_game .fill { + background-image: url(../images/media_game.png) +} +.media_live_location .fill, +.media_location .fill, +.media_venue .fill { + background-image: url(../images/media_location.png) +} +.media_audio_file .fill { + background-image: url(../images/media_music.png) +} +.media_invoice .fill { + background-image: url(../images/media_shop.png) +} +.media_voice_message .fill { + background-image: url(../images/media_voice.png) +} +.media_photo .fill { + background-image: url(../images/media_photo.png) +} +.media_video .fill { + background-image: url(../images/media_video.png) +} + +@media only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) { +.section.calls { + background-image: url(../images/section_calls@2x.png); +} +.section.chats { + background-image: url(../images/section_chats@2x.png); +} +.section.contacts { + background-image: url(../images/section_contacts@2x.png); +} +.section.frequent { + background-image: url(../images/section_frequent@2x.png); +} +.section.photos { + background-image: url(../images/section_photos@2x.png); +} +.section.sessions { + background-image: url(../images/section_sessions@2x.png); +} +.section.web { + background-image: url(../images/section_web@2x.png); +} +.section.other { + background-image: url(../images/section_other@2x.png); +} +.page_header a.content { + background-image: url(../images/back@2x.png); +} +.media_call .fill { + background-image: url(../images/media_call@2x.png) +} +.media_contact .fill { + background-image: url(../images/media_contact@2x.png) +} +.media_file .fill { + background-image: url(../images/media_file@2x.png) +} +.media_game .fill { + background-image: url(../images/media_game@2x.png) +} +.media_live_location .fill, +.media_location .fill, +.media_venue .fill { + background-image: url(../images/media_location@2x.png) +} +.media_audio_file .fill { + background-image: url(../images/media_music@2x.png) +} +.media_invoice .fill { + background-image: url(../images/media_shop@2x.png) +} +.media_voice_message .fill { + background-image: url(../images/media_voice@2x.png) +} +.media_photo .fill { + background-image: url(../images/media_photo@2x.png) +} +.media_video .fill { + background-image: url(../images/media_video@2x.png) +} +} + +.spoiler { + background: #e8e8e8; +} +.spoiler.hidden { + background: #a9a9a9; + cursor: pointer; + border-radius: 3px; +} +.spoiler.hidden span { + opacity: 0; + user-select: none; +} diff --git a/archive/08/index.html b/archive/08/index.html new file mode 100644 index 0000000..77f7307 --- /dev/null +++ b/archive/08/index.html @@ -0,0 +1,14016 @@ + + + + + Live in paris + + + + + + + +
+
+
+
+
18 June 2022
+
+ +
+
+
+
CK
+
+
+ +
+
+ 07:35 +
+ +
Chaeyoung Kim
+ +
Hmmm I thought for some reason my bus is at 8:26
+
+
+ +
+
+
+
EG
+
+
+ +
+
+ 07:36 +
+ +
Erica Gargaglione Gargaglione
+ +
Ush
+
+
+ +
+
+
+ 07:37 +
+ +
We can try to entertain the driver
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 07:37 +
+ +
ål nik
+ +
it’s at 8:12
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 07:50 +
+ +
Mitsa Chaida
+ +
Did anyone arrive at the spot? I am at lebkov
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 07:50 +
+ +
ål nik
+ +
Yes me too
+
+
+ +
+
+
+ 07:50 +
+ +
on the side of tge buses
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 07:51 +
+ +
Jian Haake
+ +
I will be there in 7 min!
+
+
+ +
+
+
+
EG
+
+
+ +
+
+ 07:51 +
+ +
Erica Gargaglione Gargaglione
+ +
I'm here at the bus stop
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 07:53 +
+ +
ål nik
+ +
+ Mitsa and I are at the lebkov tables just next to the bus stop +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 07:54 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
Mee tooo
+
+
+ +
+
+
+
EG
+
+
+ +
+
+ 07:56 +
+ +
Erica Gargaglione Gargaglione
+ +
Where lebkov?
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 07:57 +
+ +
Chaeyoung Kim
+ +
Cross the main station
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 08:53 +
+ +
Chaeyoung Kim
+ +
Ok so
+
+
+ +
+
+
+ 08:53 +
+ +
Our bus is not here
+
+
+ +
+
+
+ 08:53 +
+ +
Hohoho
+
+
+ +
+
+
+ 08:53 +
+ +
(Supi)(chae)(al)(mitsa)
+
+
+ +
+
+
+ 08:53 +
+ +
(Kamo)(grr)(jian)
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 09:09 +
+ +
Miriam Schöb
+ +
+ In reply to + this message +
+ +
What happened
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 09:10 +
+ +
Mitsa Chaida
+ +
Blablabus
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 09:10 +
+ +
Jian Haake
+ +
+ The bus should have arrived at 8:12 but it just now left Amsterdam + 🤡 +
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 09:11 +
+ +
Miriam Schöb
+ +
+ Hahah oh nooooo, but then we might still see you at the bus stop, + our flixbus leaves at 10.30 +
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 09:51 +
+ +
ål nik
+ +
update: bus is coming soon
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 09:59 +
+ +
emm🌻
+ +
Nice have a nice trip peopleeeee
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 10:00 +
+ +
ål nik
+ +
+ thank you, you toooo 😘 see you on the other side +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 10:12 +
+ +
emm🌻
+ +
Did you leave now?
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 10:12 +
+ +
Chaeyoung Kim
+ +
Yeeeees
+
+
+ +
+
+
+ 10:13 +
+ +
We’re on our waaaaay
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 10:13 +
+ +
Gersande Schellinx
+ +
Have a nice triiip
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 10:13 +
+ +
emm🌻
+ +
+ I saw you I think 👀 did you leave from the station? +
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 10:13 +
+ +
Gersande Schellinx
+ +
💫💫
+
+
+ +
+
+
+ 10:14 +
+ +
Who are you talkin to Emma? Haha
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 10:14 +
+ +
emm🌻
+ +
Hahaha them
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 10:17 +
+ +
ål nik
+ +
we left some time ago already
+
+
+ +
+
+
+ 10:17 +
+ +
+ + + +
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 10:19 +
+ +
salamino
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:02, 366.6 KB
+
+
+
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 10:38 +
+ +
Gersande Schellinx
+ +
+ In reply to + this message +
+ +
🚌✨
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 11:04 +
+ +
Chaeyoung Kim
+ +
We’re all melting inside of blabla bus belly
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 11:41 +
+ +
Chaeyoung Kim
+ +
+ + + +
+
+
+ +
+
+
+
EG
+
+
+ +
+
+ 11:59 +
+ +
Erica Gargaglione Gargaglione
+ +
+ + + +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 11:59 +
+ +
Chaeyoung Kim
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:05, 1.6 MB
+
+
+
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 12:28 +
+ +
Miriam Schöb
+ +
+ + + +
+ +
In Antwerp now (with too much ac)
+
+
+ +
+
+
+
CG
+
+
+ +
+
+ 12:28 +
+ +
Carmen Gray
+ +
💖💖💖
+
+
+ +
+
+
+ 12:28 +
+ +
It’s really extreme the heat
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 12:36 +
+ +
Gersande Schellinx
+ +
Hahaha
+
+
+ +
+
+
+ 12:36 +
+ +
Love this documentation
+
+
+ +
+
+
+ 12:37 +
+ +
Put something around your throats
+
+
+ +
+
+
+ 12:37 +
+ +
+ I got horrible throat ache from all the ac everywhere haha +
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 12:39 +
+ +
Miriam Schöb
+ +
+ In reply to + this message +
+ +
I got my backpack in the storage room lol
+
+
+ +
+
+
+ 12:40 +
+ +
+ In reply to + this message +
+ +
+ But i'm gonna ask emma if she wants to choke me +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 12:46 +
+ +
emm🌻
+ +
I have my hair around my neck
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 13:29 +
+ +
Jian Haake
+ +
When things were still funny
+
+
+ +
+
+
+ 13:29 +
+ +
+ + + +
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 14:22 +
+ +
Gersande Schellinx
+ +
+ In reply to + this message +
+ +
Cutieeeed
+
+
+ +
+
+
+ 14:22 +
+ +
Cutiiiees *
+
+
+ +
+
+
+ 14:23 +
+ +
+ + + +
+ +
At the zine fair
+
+
+ +
+
+
+ 14:23 +
+ +
+ + + +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 14:32 +
+ +
emm🌻
+ +
Niceeee
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 14:33 +
+ +
ål nik
+ +
+ + + +
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 14:37 +
+ +
Gersande Schellinx
+ +
+ In reply to + this message +
+ +
The bus is now xpub property
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 14:37 +
+ +
salamino
+ +
Can we bring the bus there as a fanzine
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 15:31 +
+ +
emm🌻
+ +
+ + + +
+ +
Police check
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 15:31 +
+ +
Mitsa Chaida
+ +
+ In reply to + this message +
+ +
Oh
+
+
+ +
+
+
+ 15:31 +
+ +
Did you survive that?
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 15:31 +
+ +
salamino
+ +
+ In reply to + this message +
+ +
We need the fire brigade
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 15:32 +
+ +
Miriam Schöb
+ +
They arrested emma for stealing hearts
+
+
+ +
+
+
+ 15:32 +
+ +
Jk we didn't have anything on us
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 15:34 +
+ +
Mitsa Chaida
+ +
+ In reply to + this message +
+ +
Hahaha
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 15:35 +
+ +
emm🌻
+ +
+ There’s also been a discussion really the most exciting part of the + trip +
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 15:36 +
+ +
Miriam Schöb
+ +
A fight between two guys and the police
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 15:36 +
+ +
emm🌻
+ +
Did you arrive (other ppl)?
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 15:36 +
+ +
Miriam Schöb
+ +
But no people were hurt
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 15:37 +
+ +
emm🌻
+ +
+ In reply to + this message +
+ +
Apart from the owners of the hearts I’ve stolen
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 15:38 +
+ +
Jian Haake
+ +
+ + + +
+ +
+ We are hallucinating. They stopped trying to fix the AC +
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 15:39 +
+ +
salamino
+ +
or to cool down the engine
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 15:39 +
+ +
Jian Haake
+ +
+ + + +
+ +
They are watering the bus now wtf
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 15:40 +
+ +
salamino
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:11, 1.3 MB
+
+
+
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 15:40 +
+ +
Miriam Schöb
+ +
Hahahahaha wtf
+
+
+ +
+
+
+ 15:40 +
+ +
Ancient methods
+
+
+ +
+
+
+ 15:40 +
+ +
For the win
+
+
+ +
+
+
+ 15:41 +
+ +
+ If you wanna 🌟vlog🌟 during our stay in paris, feel free to post + insta stories on xpubmemes (pw: noithankyou) +
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 15:51 +
+ +
Jian Haake
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:04, 1.4 MB
+
+
+
+ +
+ @miriam is this a prank? +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 15:52 +
+ +
emm🌻
+ +
Ahahahah wtf is happeninggggg
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 15:53 +
+ +
Miriam Schöb
+ +
+ In reply to + this message +
+ +
+ Yes, i organised this secretly (wasn't easy to break the ac), + i'm glad you all start to get a feeling for my humour +
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 15:54 +
+ +
salamino
+ +
Thanks mirì
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 15:54 +
+ +
Jian Haake
+ +
+ + + +
+ +
Mitsa and Chae just had a shower
+
+
+ +
+
+
+ 15:55 +
+ +
Just a normal trip to Paris
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 15:55 +
+ +
Miriam Schöb
+ +
Where are you now btw
+
+
+ +
+
+
+ 15:55 +
+ +
Emma and me are in lille
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 15:56 +
+ +
Jian Haake
+ +
+ Miriam maybe you can break the AC but you cannot break us +
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 15:56 +
+ +
Miriam Schöb
+ +
Hahahaha
+
+
+ +
+
+
+ 15:56 +
+ +
Wait until i break the water hose
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 16:01 +
+ +
ål nik
+ +
the new driver said Putain 😂
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 16:01 +
+ +
salamino
+ +
Merde
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 16:01 +
+ +
Miriam Schöb
+ +
+ Our driver is spanish and only talks in names of cities +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 17:21 +
+ +
emm🌻
+ +
+ In reply to + this message +
+ +
I read Putin
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 17:33 +
+ +
Gersande Schellinx
+ +
Hahaha
+
+
+ +
+
+
+ 17:33 +
+ +
Oh my god
+
+
+ +
+
+
+ 17:33 +
+ +
I don’t look a few hours
+
+
+ +
+
+
+ 17:34 +
+ +
And the ac broke
+
+
+ +
+
+
+ 17:34 +
+ +
The engines are watered
+
+
+ +
+
+
+ 17:34 +
+ +
There is police involved
+
+
+ +
+
+
+ 17:34 +
+ +
U guys ok??
+
+
+ +
+
+
+
EG
+
+
+ +
+
+ 17:39 +
+ +
Erica Gargaglione Gargaglione
+ +
+ Yes hahah we just arrived at tiziano pastor's place +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 17:41 +
+ +
Chaeyoung Kim
+ +
+ I’m still on my way to Kim’s parents’ (more adventure!) +
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 17:42 +
+ +
Gersande Schellinx
+ +
+ In reply to + this message +
+ +
Where is that??
+
+
+ +
+
+
+
EG
+
+
+ +
+
+ 18:02 +
+ +
Erica Gargaglione Gargaglione
+ +
+ In North, the place where kamo+mits+I are staying +
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 18:07 +
+ +
Mitsa Chaida
+ +
Are there any plans for tonight?
+
+
+ +
+
+
+ 18:10 +
+ +
+ Carmen +
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 18:36 +
+ +
ål nik
+ +
+ We are destroyed haha, taking showers but most probably will stay in + our area today; fyi: we’re in Montrouge +
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 18:39 +
+ +
Miriam Schöb
+ +
I'd be up to do sth
+
+
+ +
+
+
+ 18:40 +
+ +
Fyi: emma and me will be in the area Montreuil
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 19:09 +
+ +
ål nik
+ +
+ In reply to + this message +
+ +
+ danke, but I cannot add another account anymore too many :D so will + go on tagging +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 19:11 +
+ +
emm🌻
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:07, 2.4 MB
+
+
+
+ +
We’re in Paris
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 19:16 +
+ +
Miriam Schöb
+ +
We're sexualising men, as usual
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 19:17 +
+ +
emm🌻
+ +
But in Paris is allowed
+
+
+ +
+
+
+
CG
+
+
+ +
+
+ 20:03 +
+ +
Carmen Gray
+ +
+ Gersande and I are here in this one studios from my friend +
+
+
+ +
+
+
+ 20:03 +
+ +
+ + + +
+
+
+ +
+
+
+ 20:04 +
+ +
Comeeee
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 20:09 +
+ +
Miriam Schöb
+ +
Yesss, we will come after dropping our luggage
+
+
+ +
+
+
+
CG
+
+
+ +
+
+ 20:13 +
+ +
Carmen Gray
+ +
Oke I let you know if we move
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 20:14 +
+ +
emm🌻
+ +
Can you send the position maybe
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 20:41 +
+ +
Miriam Schöb
+ +
It takes one hooouuuurrr to get there goddammit
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 20:49 +
+ +
emm🌻
+ +
What are other people doing?
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 20:57 +
+ +
salamino
+ +
Eating bounty
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 21:28 +
+ +
Miriam Schöb
+ +
+ Okay emma and me will join mitsa & co, sooorry carmen +
+
+
+ +
+
+
+ 21:28 +
+ +
+ But it will take a while + Mitsa +
+
+
+ +
+
19 June 2022
+
+ +
+
+
+
GS
+
+
+ +
+
+ 00:12 +
+ +
Gersande Schellinx
+ +
+ + + +
+
+
+ +
+
+
+ 00:13 +
+ +
+ + + +
+
+
+ +
+
+
+
EG
+
+
+ +
+
+ 00:31 +
+ +
Erica Gargaglione Gargaglione
+ +
+ + + +
+
+
+ +
+
+
+ 00:32 +
+ +
Tiziano Pastor
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 01:10 +
+ +
emm🌻
+ +
+ + + +
+
+
+ +
+
+
+ 01:10 +
+ +
Active listening
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 02:59 +
+ +
Miriam Schöb
+ +
+ + + +
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 03:03 +
+ +
salamino
+ +
+ + + +
+
+
+ +
+
+
+ 03:03 +
+ +
Ah no
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 12:33 +
+ +
Gersande Schellinx
+ +
+ Hei everyone!! We meet tomorrow at 10am at the Général to be + introduced to the space 🌞 +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 12:34 +
+ +
emm🌻
+ +
Nice 👍
+
+
+ +
+
+
+ 12:34 +
+ +
+ Other updates for today, what are you people doing? Eheh +
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 12:35 +
+ +
Gersande Schellinx
+ +
I can meet you for dinneeer
+
+
+ +
+
+
+ 12:35 +
+ +
Gonna be in Paris with a friend in the afternoon
+
+
+ +
+
+
+ 12:35 +
+ +
But you should go to that zine place!!
+
+
+ +
+
+
+ 12:35 +
+ +
+ + + +
+
+
+ +
+
+
+ 12:35 +
+ +
Also em and miri ur close by i think
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 12:36 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
👏👏👏🤍
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 12:36 +
+ +
emm🌻
+ +
+ In reply to + this message +
+ +
Yess perfect position
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 12:37 +
+ +
Jian Haake
+ +
We are also thinking to go there!!
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 12:39 +
+ +
Chaeyoung Kim
+ +
+ + + +
+ +
+ I’m at Kim’s parents! With this cutie. See u all on Monday 10🤍 +
+
+
+ +
+
+
+ 12:39 +
+ +
+ + + +
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 12:40 +
+ +
Gersande Schellinx
+ +
+ In reply to + this message +
+ +
Sweeeett
+
+
+ +
+
+
+ 12:41 +
+ +
+ The adres of the Générale again: 26 rue Mouton Duvernet +
+
+
+ +
+
+
+ 12:41 +
+ +
+ And most things at the fair are donation based (drinks&food) so + bring caaash +
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 12:48 +
+ +
Mitsa Chaida
+ +
+ In reply to + this message +
+ +
Emm we will eat at home and then go out to roam
+
+
+ +
+
+
+ 12:48 +
+ +
+ Do you wanna set a meeting place if you are up for that? +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 12:50 +
+ +
emm🌻
+ +
+ In reply to + this message +
+ +
You’re not joining us all day long? 😔
+
+
+ +
+
+
+ 12:50 +
+ +
+ In reply to + this message +
+ +
Ok thank you
+
+
+ +
+
+
+ 12:51 +
+ +
+ In reply to + this message +
+ +
+ Yes sure, I’ll keep you updated when we start moving towards the + center ☀️ +
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 12:51 +
+ +
Gersande Schellinx
+ +
I will also keep an eye on the groupchaaat
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 13:05 +
+ +
Kimberley
+ +
+ + + +
+ +
the mask is baaack
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 13:08 +
+ +
Mitsa Chaida
+ +
Merde
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 13:11 +
+ +
Kimberley
+ +
+ In reply to + this message +
+ +
ahaha
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 13:12 +
+ +
ål nik
+ +
putain hahahahah
+
+
+ +
+
+
+ 13:12 +
+ +
+ we are wandering in the centre ansd considering seeing the zines + later +
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 13:24 +
+ +
Gersande Schellinx
+ +
Oh my
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 14:54 +
+ +
ål nik
+ +
+ We will head towards the zines place in around an hour (it will take + us another 40 min); anyone else going? +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 14:58 +
+ +
emm🌻
+ +
We just finished now
+
+
+ +
+
+
+ 14:58 +
+ +
Going to the city soon 🔜
+
+
+ +
+
+
+ 14:58 +
+ +
It’s super nice
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 14:59 +
+ +
ål nik
+ +
what did you finish, the zines fest?
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 14:59 +
+ +
emm🌻
+ +
Yes
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 15:00 +
+ +
ål nik
+ +
yuhhhu okidoki
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 15:15 +
+ +
emm🌻
+ + +
+
+ +
+ +
+ +
+
+
+ 15:18 +
+ +
These are the options
+
+
+ +
+
+
+ 15:18 +
+ +
Pick one
+
+
+ +
+
+
+ 15:19 +
+ +
+ But the one in the south is closer to the general so let’s go to the + north +
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 15:19 +
+ +
Mitsa Chaida
+ +
+ In reply to + this message +
+ +
We were also saying the same
+
+
+ +
+
+
+ 15:19 +
+ +
Let's go there
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 15:19 +
+ +
emm🌻
+ +
+ In reply to + this message +
+ +
Here right
+
+
+ +
+
+
+ 15:19 +
+ +
Ok
+
+
+ +
+
+
+ 15:19 +
+ +
Let’s see you there
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 15:21 +
+ +
Mitsa Chaida
+ +
Cooloo
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 15:21 +
+ +
emm🌻
+ +
50 minutes for us
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 15:52 +
+ +
Mitsa Chaida
+ +
Ok we just arrived
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 16:02 +
+ +
Miriam Schöb
+ +
Same
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 16:27 +
+ +
emm🌻
+ +
We are at the food it’s downstairs
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 16:31 +
+ +
Miriam Schöb
+ +
Sorry it was an empty stomach emergency haha
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 16:31 +
+ +
emm🌻
+ +
We had to run towards nutrition
+
+
+ +
+
+
+ 16:31 +
+ +
Now we’re sitting
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 16:59 +
+ +
salamino
+ +
+ In reply to + this message +
+ +
+ + + +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 17:03 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
Lol
+
+
+ +
+
+
+ 17:03 +
+ +
Yes
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 17:15 +
+ +
Kimberley
+ +
+ In reply to + this message +
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:19, 2.7 MB
+
+
+
+ +
My dream
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 17:20 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
Lol
+
+
+ +
+
+
+ 17:20 +
+ +
It never gets old
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 17:30 +
+ +
emm🌻
+ +
Where are youuu
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 17:30 +
+ +
salamino
+ +
+ + + +
+ +
Here
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 18:05 +
+ +
Jian Haake
+ +
+ What’s the plan? We will leave the zine fair soon! Should we meet + somewhere for drinks and dinner? +
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 18:21 +
+ +
Gersande Schellinx
+ +
I can meet youuu
+
+
+ +
+
+
+ 18:21 +
+ +
In montreuil
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 18:22 +
+ +
Jian Haake
+ +
Nice!
+
+
+ +
+
+
+ 18:22 +
+ +
When are you heading here?
+
+
+ +
+
+
+ 18:23 +
+ +
And what about everyone else?
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 18:24 +
+ +
salamino
+ +
We are at the het new institut
+
+
+ +
+
+
+ 18:24 +
+ +
+ + + +
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 18:25 +
+ +
Gersande Schellinx
+ +
+ In reply to + this message +
+ +
Nooow
+
+
+ +
+
+
+ 18:25 +
+ +
Will be there in 30 🌞
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 18:25 +
+ +
Jian Haake
+ +
+ Coooool! Then we will have another drink at the festival 😘 +
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 18:31 +
+ +
Mitsa Chaida
+ +
+ Ok we are at park de la villlette. We can meet somewhere after a + while +
+
+
+ +
+
+
+ 18:31 +
+ +
I guess we are gonna chill here for an hour more
+
+
+ +
+
+
+
S
+
+
+ +
+
+ 18:36 +
+ +
Supisara
+ +
It’s super nice here
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 18:38 +
+ +
Miriam Schöb
+ +
We were already there
+
+
+ +
+
+
+ 18:38 +
+ +
But we can come and have dinner there :)
+
+
+ +
+
+
+ 18:39 +
+ +
We actually "live" in that area
+
+
+ +
+
+
+ 18:39 +
+ +
+ But our roomie said that there are not a lot of good food places in + that area +
+
+
+ +
+
+
+ 18:39 +
+ +
But if you find sth nice, sure!
+
+
+ +
+
+
+ 18:40 +
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:08, 1.0 MB
+
+
+
+
+
+ +
+
+
+ 18:40 +
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:06, 757.9 KB
+
+
+
+
+
+ +
+
+
+ 18:40 +
+ +
+ Bought those two things at the zine festival hehe +
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 18:41 +
+ +
Mitsa Chaida
+ +
+ But you mean is it nice at the festival? Because if it stops in an + hour we don't have time to be there on time +
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 18:41 +
+ +
Jian Haake
+ +
+ In reply to + this message +
+ +
Yes you would love the festival I think
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 18:42 +
+ +
Miriam Schöb
+ +
+ + + +
+
+
+ +
+
+
+ 18:43 +
+ +
+ In reply to + this message +
+ +
+ But so do you already have plans where to get food? +
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 18:43 +
+ +
Jian Haake
+ +
+ Hoping that + @gersandeschellinx has + an idea? 😇 +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 18:45 +
+ +
emm🌻
+ +
+ Maybe we could stay in the area around la nation so it’s close to + almost everyone’s? +
+
+
+ +
+
+
+ 18:45 +
+ +
Do you think maybe we would need to book?
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 18:47 +
+ +
Mitsa Chaida
+ +
+ In reply to + this message +
+ +
+ Yeah but we are pretty far from there, it would be finished until we + come +
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 18:48 +
+ +
ål nik
+ +
+ Ok, then we’re waiting to see if + @gersandeschellinx had + something in mind here or we should move towards the Nation station. +
+
+
+ +
+
+
+ 18:49 +
+ +
because she said she is coming here
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 18:49 +
+ +
Gersande Schellinx
+ +
+ + + +
+
+
+ +
+
+
+ 18:49 +
+ +
In the metro
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 18:51 +
+ +
emm🌻
+ +
+ In reply to + this message +
+ +
+ But Tiziano said it’s probably hard to eat at the moment because it + might be super busy +
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 19:47 +
+ +
Gersande Schellinx
+ +
+ + + +
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 20:15 +
+ +
Miriam Schöb
+ +
We'll be there in approximately 50min
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 20:16 +
+ +
Jian Haake
+ +
Yeeessssss 😍
+
+
+ +
+
+
+ 20:16 +
+ +
Nice!!!!
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 20:41 +
+ +
ål nik
+ + +
+
+ +
+
+
+ 20:41 +
+ +
+ + + +
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 20:43 +
+ +
Gersande Schellinx
+ +
+ + + +
+
+
+ +
+
20 June 2022
+
+ +
+
+
+
CM
+
+
+ +
+
+ 06:55 +
+ +
Cara Mayer
+ +
+ + + +
+ +
+ Helloooo beautiful people, I hope you have a nice time in Paris. I + saw Chae and Kamo for a sec last week and it turns out I missed you + in Paris by just a few hours 🥲 I thought to send in a lil + recommendation for the after 8 bookstore, also where the Paris ass + book fair happens. I went to two great vinyl stores called dizonord + and souffle continu that I also recommend. Souffle continu has a lot + of contemporary experimental music that might be interesting for + this trimester. +
+
+
+ +
+
+
+ 06:57 +
+ +
+ + + +
+ +
+ Also apparently the Cahiers du cinema still actively exists?????? + And are meeting to watch a Resnais film next Thursday??? I almost + want to come back just for it, I think it would be fun +
+
+
+ +
+
+
+ 06:57 +
+ +
Enjoy Paris 🌹🌹🌹
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 07:39 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
+ Ahhhhh Heey Cara🦦🤍 Thanks for the recommendation. Have a safe trip + and let us know when you will be in Rotterdam again! Let’s hang out +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 09:00 +
+ +
emm🌻
+ +
+ Jian + @everhooder + @supisara is the 4 not going? +
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 09:04 +
+ +
Jian Haake
+ +
+ Yesterday it wasn’t, but today it hopefully should! +
+
+
+ +
+
+
+ 09:04 +
+ +
Not 100% sure though
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 09:07 +
+ +
emm🌻
+ +
+ Ok I just read it does not go after 10.30pm so it should be going + now +
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 09:08 +
+ +
ål nik
+ +
+ + + +
+ +
+ Yup, that’s the annual plan, but yesterday it didn’t go because of + something else. Should be ok today. +
+
+
+ +
+
+
+ 09:08 +
+ +
(they have twitter hahahaha)
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 09:38 +
+ +
Chaeyoung Kim
+ +
We’re(kim chae) on our way
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 09:44 +
+ +
emm🌻
+ +
+ We’re going to be locked into the rer station, our tickets failed +
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 09:45 +
+ +
Miriam Schöb
+ +
But we will find a (illegal) way
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 09:46 +
+ +
Gersande Schellinx
+ +
Hahaha
+
+
+ +
+
+
+ 09:46 +
+ +
Bring back some footage
+
+
+ +
+
+
+ 09:46 +
+ +
Of ur break through
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 09:56 +
+ +
Jian Haake
+ +
+ Don’t put coins or anything metal next to the tickets! +
+
+
+ +
+
+
+ 09:56 +
+ +
It breaks them!
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 10:00 +
+ +
Chaeyoung Kim
+ +
We r almost there
+
+
+ +
+
+
+
CG
+
+
+ +
+
+ 10:01 +
+ +
Carmen Gray
+ +
Me too!
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 10:03 +
+ +
Miriam Schöb
+ +
How do we get im
+
+
+ +
+
+
+ 10:03 +
+ +
In
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 10:05 +
+ +
emm🌻
+ + +
+
+ +
+
+
+
MS
+
+
+ +
+
+ 10:05 +
+ +
Miriam Schöb
+ +
+ + + +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 10:05 +
+ +
emm🌻
+ +
SOS
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 10:06 +
+ +
emm🌻
+ +
Is there coffee there?
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 10:07 +
+ +
Gersande Schellinx
+ +
We’re comiing
+
+
+ +
+
+
+ 10:08 +
+ +
+ + + +
+
+
+ +
+
+
+ 10:08 +
+ +
+ + + +
+
+
+ +
+
+
+ 10:08 +
+ +
We got distractef
+
+
+ +
+
+
+ 10:08 +
+ +
Distractef
+
+
+ +
+
+
+ 10:08 +
+ +
D*
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 10:09 +
+ +
Chaeyoung Kim
+ +
Hahaha
+
+
+ +
+
+
+ 10:09 +
+ +
Hello Harold
+
+
+ +
+
+
+
CG
+
+
+ +
+
+ 10:12 +
+ +
Carmen Gray
+ +
I think I’m here ?
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 10:13 +
+ +
salamino
+ +
HEI
+
+
+ +
+
+
+ 10:13 +
+ +
Where
+
+
+ +
+
+
+
CG
+
+
+ +
+
+ 10:14 +
+ +
Carmen Gray
+ +
Can’t find number 26?
+
+
+ +
+
+
+ 10:14 +
+ +
I’m in the corner of the park
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 10:22 +
+ +
ål nik
+ +
+ + + +
+
+
+ +
+
+
+ 10:22 +
+ +
+ + + +
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 10:23 +
+ +
Miriam Schöb
+ +
+ + + +
+ +
Spot the difference
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 11:08 +
+ +
Chaeyoung Kim
+ + +
+
+ +
+
+
+
ån
+
+
+ +
+
+ 11:15 +
+ +
ål nik
+ + +
+
+ +
+
+
+
K
+
+
+ +
+
+ 13:05 +
+ +
Kimberley
+ +
Hey come to Monoprix
+
+
+ +
+
+
+ 13:05 +
+ +
If you want...
+
+
+ +
+
+
+ 13:05 +
+ +
+ Its the opposite direction than the one you just took all +
+
+
+ +
+
+
+ 13:06 +
+ +
Its a slightly bigger supermarket than G20
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 13:06 +
+ +
Chaeyoung Kim
+ +
Hmm I need to send the documents now :-/
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 13:06 +
+ +
Kimberley
+ +
+ In reply to + this message +
+ +
Im not talking to you aha
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 13:07 +
+ +
Chaeyoung Kim
+ +
Ooops
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 13:22 +
+ +
Miriam Schöb
+ +
Carmen and me are heading back
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 13:26 +
+ +
emm🌻
+ +
+ + + +
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 13:36 +
+ +
ål nik
+ +
we are at the door
+
+
+ +
+
+
+ 13:36 +
+ +
ignore me
+
+
+ +
+
+
+ 13:36 +
+ +
haha
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 13:37 +
+ +
salamino
+ +
G has the k
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 13:58 +
+ +
Mitsa Chaida
+ +
Can someone open me??
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 16:44 +
+ +
salamino
+ +
Yes
+
+
+ +
+
+
+
CG
+
+
+ +
+
+ 17:00 +
+ +
Carmen Gray
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:00 +
+ +
+ + + +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 17:24 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
🤍🤍🤍
+
+
+ +
+
+
+ 17:25 +
+ +
+ chae kim grr mitsa we are on our way with some fruits +
+
+
+ +
+
+
+
MS
+
+
+ + +
+ +
+
+
+ 18:15 +
+ + +
+
+ +
+
+
+
CK
+
+
+ +
+
+ 18:57 +
+ +
Chaeyoung Kim
+ +
How long for each selection?
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 19:40 +
+ +
emm🌻
+ +
Wasn’t around 1 min?
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 19:41 +
+ +
Miriam Schöb
+ +
1-2 min
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 21:19 +
+ +
Jian Haake
+ +
+ The Vietnamese place is super nice but also quite crowded +
+
+
+ +
+
+
+ 21:20 +
+ +
They added a new table for us
+
+
+ +
+
+
+ 21:20 +
+ +
A main dish is around 13€
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 21:20 +
+ +
ål nik
+ +
+ + + +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 21:25 +
+ +
emm🌻
+ +
Ok thank you
+
+
+ +
+
+
+ 21:25 +
+ +
So means there’s no space for other 4 ppl?
+
+
+ +
+
+
+ 21:25 +
+ +
+ + + +
+ +
Who’s the owner?
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 21:26 +
+ +
salamino
+ +
+ In reply to + this message +
+ +
Of the Vietnamese restaurant?
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 21:27 +
+ +
emm🌻
+ +
+ In reply to + this message +
+ +
Of this jacket
+
+
+ +
+
+
+ 21:27 +
+ +
I’m cold can I use it
+
+
+ +
+
+
+
S
+
+
+ +
+
+ 21:28 +
+ +
Supisara
+ +
+ In reply to + this message +
+ +
Ooh that’s mine but you can wear it
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 21:29 +
+ +
emm🌻
+ +
Do you need it? I can also bring it to you if so
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 21:30 +
+ +
ål nik
+ +
nope it’s ok you can take it if youre cold
+
+
+ +
+
+
+ 21:30 +
+ +
from supi ^
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 21:30 +
+ +
emm🌻
+ +
Thankyou
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 21:48 +
+ +
Miriam Schöb
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:13, 1.6 MB
+
+
+
+
+
+ +
+
+
+ 21:48 +
+ +
+ + + +
+
+
+ +
+
+
+ 21:48 +
+ +
+ + + +
+
+
+ +
+
+
+ 21:48 +
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:12, 1.5 MB
+
+
+
+
+
+ +
+
+
+ 21:48 +
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:07, 982.3 KB
+
+
+
+
+
+ +
+
+
+ 21:48 +
+ +
+ + + +
+
+
+ +
+
+
+ 21:48 +
+ +
+ + + +
+
+
+ +
+
+
+ 21:57 +
+ +
+ + + +
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 22:21 +
+ +
ål nik
+ +
+ + + +
+
+
+ +
+
+
+ 22:21 +
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:36, 11.0 MB
+
+
+
+
+
+ +
+
+
+ 22:21 +
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:19, 6.0 MB
+
+
+
+
+
+ +
+
+
+ 22:21 +
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:28, 8.7 MB
+
+
+
+
+
+ +
+
+
+ 22:21 +
+ +
+ + + +
+
+
+ +
+
+
+ 22:21 +
+ +
+ + + +
+
+
+ +
+
+
+ 22:21 +
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:08, 2.4 MB
+
+
+
+
+
+ +
+
+
+ 22:21 +
+ +
+ + + +
+
+
+ +
+
+
+ 22:21 +
+ +
+ + + +
+
+
+ +
+
+
+ 22:21 +
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:26, 8.1 MB
+
+
+
+
+
+ +
+
+
+ 22:21 +
+ +
+ + + +
+
+
+ +
+
+
+ 22:21 +
+ +
+ + + +
+
+
+ +
+
+
+ 22:21 +
+ +
+ + + +
+
+
+ +
+
+
+ 22:21 +
+ +
+ + + +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 22:43 +
+ +
emm🌻
+ +
+ + + +
+
+
+ +
+
21 June 2022
+
+ +
+
+
+
CK
+
+
+ +
+
+ 00:26 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
💐🤍
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 00:56 +
+ +
Miriam Schöb
+ +
+ + + +
+ +
Bonne nuit
+
+
+ +
+
+
+ 07:24 +
+ +
+ + + +
+
+
+ +
+
+
+ 07:24 +
+ +
+ + + +
+
+
+ +
+
+
+ 07:24 +
+ +
+ + + +
+
+
+ +
+
+
+ 07:24 +
+ +
+ + + +
+
+
+ +
+
+
+ 07:24 +
+ +
+ + + +
+
+
+ +
+
+
+ 07:24 +
+ +
+ + + +
+
+
+ +
+
+
+ 07:24 +
+ +
+ + + +
+
+
+ +
+
+
+ 07:24 +
+ +
+ + + +
+
+
+ +
+
salamino changed group photo
+ +
+ + + +
+
+ +
+
+
+
e
+
+
+ +
+
+ 08:13 +
+ +
emm🌻
+ +
Ahahhahahahah
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 09:46 +
+ +
Kimberley
+ +
+ In reply to + this message +
+ +
Proper coffee
+
+
+ +
+
+
+ 09:47 +
+ +
+ In reply to + this message +
+ + +
+
+ +
+
+
+
CG
+
+
+ +
+
+ 10:15 +
+ +
Carmen Gray
+ +
Sorry guys I’m late
+
+
+ +
+
+
+ 10:15 +
+ +
On my way
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 10:37 +
+ +
Miriam Schöb
+ + +
+
+ +
+
+
+
CG
+
+
+ +
+
+ 10:47 +
+ +
Carmen Gray
+ +
Can someone open plss
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 11:09 +
+ +
Kimberley
+ +
Can someone open svp
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 11:37 +
+ +
Miriam Schöb
+ +
+ also IMPORTANT: cut out emma's instruments from the audio + files, we will add new recordings afterwards during the final edit +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 12:29 +
+ +
Chaeyoung Kim
+ +
Can you give us(chae kim) 5 more minutes?
+
+
+ +
+
+
+ 12:41 +
+ +
+ Also the lunch is at 13:30! -announcement from the chef Kimberley +
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 12:41 +
+ +
salamino
+ +
ok chef
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 12:42 +
+ +
Chaeyoung Kim
+ +
+ + + +
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 12:42 +
+ +
salamino
+ +
+ + + +
+ +
behind the scenes
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 12:42 +
+ +
Chaeyoung Kim
+ +
+ We are done with release including snippets for the six and seven +
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 12:50 +
+ +
Miriam Schöb
+ +
+ AUDIO FILES:

Chae has an usb stick - each group should + put one mp3 with the finished audio file on there, so we can merge + them together after lunch +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 12:51 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
I’m coming downstairs with the usb stick now
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 12:54 +
+ +
emm🌻
+ +
+ In reply to + this message +
+ +
Isn’t wav better?
+
+
+ +
+
+
+ 12:54 +
+ +
+ Because it will loose quality again after we export it the second + time +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 12:59 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
I converted them into wav …!
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 13:13 +
+ +
ål nik
+ +
+ I uploaded wav and mp3, then my audacity crashed and the working + file is lost… Hopefully, no big edits will be needed 🫣😭 +
+
+
+ +
+
+
+ 13:13 +
+ +
+ Mitsa time to go + to Femkeeee +
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 13:14 +
+ +
Miriam Schöb
+ +
I can also still upload ours as wav
+
+
+ +
+
+
+ 13:17 +
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:04, 1.4 MB
+
+
+
+ +
+ Paris got me like: Hearing the sound of the water cooker and + thinking that it's somebody's audio file +
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 14:28 +
+ +
Kimberley
+ +
+ + + +
+ +
+ This is a small party organised by Bruit de la passion, a music + collective, it's at Les Lillas in the east suburb and its byob +
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 15:19 +
+ +
Mitsa Chaida
+ +
Right now outside I hear the twin peaks theme
+
+
+ +
+
+
+ 15:19 +
+ +
Laura Palmer theme
+
+
+ +
+
+
+ 15:19 +
+ +
+ In reply to + this message +
+ +
Oh sounds nice
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 15:48 +
+ +
Miriam Schöb
+ +
okay i just finished merging everything hihihi
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 16:01 +
+ +
Chaeyoung Kim
+ +
Hello hello
+
+
+ +
+
+
+ 16:01 +
+ +
Meet up at the working space at 4!
+
+
+ +
+
+
+ 16:01 +
+ +
Here
+
+
+ +
+
+
+ 16:01 +
+ +
+ + + +
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 16:02 +
+ +
ål nik
+ +
+ + + +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 16:05 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
I’m coming
+
+
+ +
+
+
+ 16:05 +
+ +
💐💐
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 17:45 +
+ +
Miriam Schöb
+ +
+ + + +
+
+
+ +
+
+
+ 17:45 +
+ +
+ + + +
+
+
+ +
+
+
+
EG
+
+
+ +
+
+ 17:47 +
+ +
Erica Gargaglione Gargaglione
+ +
+ + + +
+
+
+ +
+
+
+ 17:47 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:47 +
+ +
+ + + +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 18:16 +
+ +
Chaeyoung Kim
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+ 18:16 +
+ +
+ + + +
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 18:22 +
+ +
Gersande Schellinx
+ +
+ @salamino + @Proj_MB we’re with the radio!! +
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 18:29 +
+ +
salamino
+ +
Ahhh ok
+
+
+ +
+
+
+ 18:29 +
+ +
Coming
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 18:30 +
+ +
Chaeyoung Kim
+ +
Do u know the way?
+
+
+ +
+
+
+ 18:31 +
+ +
Come to the work space
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 18:47 +
+ +
Chaeyoung Kim
+ + +
+
+ +
+
+
+
K
+
+
+ +
+
+ 21:07 +
+ +
Kimberley
+ +
Porte des Lillas
+
+
+ +
+
+
+ 21:07 +
+ +
Metro 11
+
+
+ +
+
22 June 2022
+
+ +
+
+
+
CK
+
+
+ +
+
+ 01:44 +
+ +
Chaeyoung Kim
+ +
Hey
+
+
+ +
+
+
+ 01:44 +
+ +
Are you guys still at the skate park
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 01:44 +
+ +
Jian Haake
+ +
Nooo we are waiting for the nicht bus home
+
+
+ +
+
+
+ 01:44 +
+ +
*Night
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 01:45 +
+ +
Chaeyoung Kim
+ +
+ I see okok was the music still going on when u left? +
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 01:45 +
+ +
Jian Haake
+ +
No they stopped when we left
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 01:45 +
+ +
Chaeyoung Kim
+ +
Ahhh i see okok
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 01:45 +
+ +
Jian Haake
+ +
You ok?
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 01:46 +
+ +
Chaeyoung Kim
+ +
Yes! I’m with Gigi and Carmen
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 01:46 +
+ +
Jian Haake
+ +
<3
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 01:46 +
+ +
Chaeyoung Kim
+ +
Haha go home safe🤍
+
+
+ +
+
+
+ 01:47 +
+ +
+ + + +
+
+
+ +
+
+
+ 01:47 +
+ +
🤍🤍
+
+
+ + us but eggs + +
+
+
+
MS
+
+
+ +
+
+ 03:32 +
+ +
Miriam Schöb
+ +
+ + + +
+ +
+ Hahaha on our way home, we heard some nice music and then we crashed + a random party and danced with this woman called princess +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 03:33 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
Amazing
+
+
+ +
+
+
+ 03:33 +
+ +
🤍🤍🤍
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 03:34 +
+ +
ål nik
+ +
+ We are waiting for bus 3… will tell you about our experience in + person. 🫣 +
+
+
+ +
+
+
+ 03:35 +
+ +
+
+
+ +
+
Animation
+ +
+ Not included, change data exporting settings to + download. +
+ +
198.7 KB
+
+
+
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 03:36 +
+ +
Chaeyoung Kim
+ +
Shiit
+
+
+ +
+
+
+ 03:36 +
+ +
Me and Gi got home
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 03:36 +
+ +
Miriam Schöb
+ +
+ In reply to + this message +
+ +
Huh whuuuut did it take that long
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 03:37 +
+ +
Chaeyoung Kim
+ +
+ I think, it would be best for us to get some rest tmr morning, so + how about 12:00 at la general instead of 11:00? +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 03:39 +
+ +
emm🌻
+ +
We agree
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 03:39 +
+ +
Miriam Schöb
+ +
+ In reply to + this message +
+ +
+ Yeah i think there's actually not an obligation to be there on + a certain time because 💫kinda finished💫 but emma and me will also + try to be there somewhen around lunch time +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 03:40 +
+ +
emm🌻
+ +
Princess got our heart but also our energies
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 03:40 +
+ +
Chaeyoung Kim
+ +
Okok:-)
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 03:40 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
Hahaha
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 03:41 +
+ +
salamino
+ +
We got home nowwwww
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 03:42 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
Coool
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 03:43 +
+ +
Miriam Schöb
+ +
+ + + +
+ +
+ Look, emma and me changed sleeping faces (for better dream exchange) +
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 03:45 +
+ +
ål nik
+ +
+ In reply to + this message +
+ +
+ I don’t promise to be on time… It’s been hell of a journey and we + are still waiting for one more bus 🫥 +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 03:46 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
First safely get home and get some rest
+
+
+ +
+
+
+ 03:46 +
+ +
🦦🤍
+
+
+ +
+
+
+ 03:47 +
+ +
+ In reply to + this message +
+ +
Love it so much
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 04:13 +
+ +
ål nik
+ +
+ We arrived safely! Have a good night and see you tomorrow 🤗🐳 +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 10:58 +
+ +
Chaeyoung Kim
+ +
+ We(gigi and chae) have a key and we’re having sandwiches now +
+
+
+ +
+
+
+ 10:58 +
+ +
But will be there by 12:00 for sure
+
+
+ +
+
+
+
CG
+
+
+ +
+
+ 11:07 +
+ +
Carmen Gray
+ +
+ I’m feeling really sick and vomiting etc idk if I can manage to make + food +
+
+
+ +
+
+
+ 11:07 +
+ +
I’ll come as soon as I can
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 11:12 +
+ +
Mitsa Chaida
+ +
+ In reply to + this message +
+ +
Hahaha
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 11:24 +
+ +
Chaeyoung Kim
+ +
We’re on our way!
+
+
+ +
+
+
+ 11:28 +
+ +
+ In reply to + this message +
+ +
Oh nooo:-( did you take some pill?
+
+
+ +
+
+
+ 11:28 +
+ +
Drink some water and tea and take some time
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 11:40 +
+ +
Mitsa Chaida
+ +
+ + + +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 11:40 +
+ +
emm🌻
+ +
+ In reply to + this message +
+ +
I cannot join I’m in Paris
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 11:41 +
+ +
Mitsa Chaida
+ +
29th
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 11:41 +
+ +
emm🌻
+ +
Uff I thought I made a nice joke
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 11:42 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
Lol
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 11:45 +
+ +
Mitsa Chaida
+ +
+ In reply to + this message +
+ +
+ Oh sometimes I don't understand when people are joking 😬 +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 11:46 +
+ +
emm🌻
+ +
+ Ahah no I also read the wrong date thought it was today +
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 11:46 +
+ +
Gersande Schellinx
+ +
+ + + +
+ +
+ Chae organizing my life because my brains are out of service +
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 11:57 +
+ +
Jian Haake
+ +
I arrived! Is someone here already?
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 11:57 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
Hire me
+
+
+ +
+
+
+ 11:58 +
+ +
+ In reply to + this message +
+ +
We’re leaving the station
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 11:58 +
+ +
Jian Haake
+ +
Ok perfect :)
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 12:21 +
+ +
Chaeyoung Kim
+ +
+ All your belongings are safely in the working space! ;-) +
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 12:32 +
+ +
Kimberley
+ +
Will be there at 13:30
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 12:45 +
+ +
emm🌻
+ +
Also us
+
+
+ +
+
+
+ 12:45 +
+ +
+ + + +
+ +
Finally
+
+
+ +
+
+
+
CG
+
+
+ +
+
+ 13:25 +
+ +
Carmen Gray
+ +
Can someone open pls
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 13:25 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
I’m coming
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 13:45 +
+ +
salamino
+ +
Eiiii
+
+
+ +
+
+
+ 13:45 +
+ +
Open ussssssu
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 13:45 +
+ +
Kimberley
+ +
Hold the door!
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 13:45 +
+ +
Chaeyoung Kim
+ +
Okkkkkk
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 13:46 +
+ +
Kimberley
+ +
Can someone open svp
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 13:46 +
+ +
Chaeyoung Kim
+ +
Goingup
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 13:47 +
+ +
salamino
+ +
Kdc
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 13:47 +
+ +
emm🌻
+ +
Open
+
+
+ +
+
+
+ 13:47 +
+ +
Plis
+
+
+ +
+
+
+ 13:47 +
+ +
I mean in three seconds and a half
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 14:31 +
+ +
Miriam Schöb
+ +
Hey peepz, Carmen is taking the pictures
+
+
+ +
+
+
+ 14:31 +
+ +
Cooome, otherwise the light might change
+
+
+ +
+
+
+ 14:32 +
+ +
+ We're only taking pictures from the back (which is our front), + so don't worry about hungover faces +
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 14:35 +
+ +
ål nik
+ +
We are there in 2 mins
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 15:50 +
+ +
salamino
+ +
hei
+
+
+ +
+
+
+ 15:51 +
+ +
+ can someone gather pictures from the listening moments of every week + ? +
+
+
+ +
+
+
+ 15:52 +
+ +
to use them in the index page as documentation
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 15:55 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
Anyone…??!
+
+
+ +
+
+
+
CG
+
+
+ +
+
+ 16:16 +
+ +
Carmen Gray
+ +
Yes I can do it
+
+
+ +
+
+
+
CG
+
+
+ +
+
+ 16:44 +
+ +
Carmen Gray
+ +
+ does anyone have more photos? i already put them together but i only + found from the last two releases +
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 16:50 +
+ +
ål nik
+ +
+ + + +
+
+
+ +
+
+
+ 16:50 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:50 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:50 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:50 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:50 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:50 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:50 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:50 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:50 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:50 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:50 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:50 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:51 +
+ +
from nested narratives
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 16:51 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
I’ll search for them wait
+
+
+ +
+
+
+
CG
+
+
+ +
+
+ 16:52 +
+ +
Carmen Gray
+ +
Great thank you guys
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 16:55 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
+ + + +
+ +
For uneven patterns
+
+
+ +
+
+
+ 16:55 +
+ +
+ In reply to + this message +
+ +
+ + + +
+
+
+ +
+
+
+ 16:55 +
+ +
+ In reply to + this message +
+ +
+ + + +
+
+
+ +
+
+
+ 16:55 +
+ +
(Jian on the stand)
+
+
+ +
+
+
+ 16:58 +
+ +
+ + + +
+ +
For emergent opera
+
+
+ +
+
+
+ 16:58 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:58 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:58 +
+ +
+ + + +
+
+
+ +
+
+
+ 16:58 +
+ +
+ + + +
+ +
Gigi
+
+
+ +
+
+
+ 16:59 +
+ +
+ + + +
+ +
Jingle board
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 17:37 +
+ +
Kimberley
+ +
+ + + +
+ +
Diffractive cookbook
+
+
+ +
+
+
+ 17:37 +
+ +
+ + + +
+
+
+ +
+
+
+ 17:37 +
+ +
+ + + +
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 17:38 +
+ +
ål nik
+ +
+ Jian + Kimberley hey, + where can we download the uneven patterns transition sounds from + (don’t see them on the soupboat)? +
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 17:39 +
+ +
Jian Haake
+ +
They are in the release file
+
+
+ +
+
+
+ 17:39 +
+ +
Or do you need them separate?
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 17:40 +
+ +
ål nik
+ +
separate, yes
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 17:40 +
+ +
Jian Haake
+ +
Ok
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 17:40 +
+ +
ål nik
+ +
if you don’t have them, I can then cut them out
+
+
+ +
+
+
+
JH
+
+
+ +
+
+ 17:47 +
+ +
Jian Haake
+ +
I’ll upload them
+
+
+ +
+
+
+ 17:47 +
+ +
Btw we start the concert at 6
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 20:25 +
+ +
emm🌻
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:31, 9.4 MB
+
+
+
+
+
+ +
+
+
+ 20:25 +
+ +
+
+
+ +
+
Video file
+ +
+ Not included, change data exporting settings to + download. +
+ +
00:29, 8.7 MB
+
+
+
+
+
+ +
+
+
+
GS
+
+
+ +
+
+ 20:58 +
+ +
Gersande Schellinx
+ +
Last day at the Generaaaal
+
+
+ +
+
+
+ 20:58 +
+ +
Tomorrow at 11!!
+
+
+ +
+
+
+ 20:58 +
+ +
✨💫🌼
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 22:33 +
+ +
Miriam Schöb
+ +
+ + + +
+
+
+ +
+
+
+ 22:33 +
+ +
+ + + +
+
+
+ +
+
+
+ 22:33 +
+ +
+ + + +
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 23:23 +
+ +
Kimberley
+ +
Did i leave a power bank near the speaker?
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 23:23 +
+ +
ål nik
+ +
+ + + +
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 23:24 +
+ +
Kimberley
+ +
Yes
+
+
+ +
+
+
+ 23:24 +
+ +
Can someone put it somewhere safe? Thanks!
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 23:25 +
+ +
ål nik
+ +
Yup!
+
+
+ +
+
23 June 2022
+
+ +
+
+
+
MS
+
+
+ +
+
+ 00:06 +
+ +
Miriam Schöb
+ +
Is your metro station also already closed?
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 00:06 +
+ +
Chaeyoung Kim
+ +
Line number 4 is closed
+
+
+ +
+
+
+ 00:06 +
+ +
Try different metro entrance
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 00:12 +
+ +
Miriam Schöb
+ +
+ We went to the bigger station and the RER was still going :) +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 00:12 +
+ +
emm🌻
+ +
Rer is still going
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 00:12 +
+ +
Chaeyoung Kim
+ +
Nice
+
+
+ +
+
+
+
s
+
+
+ +
+
+ 00:12 +
+ +
salamino
+ +
13 goin
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 00:13 +
+ +
Chaeyoung Kim
+ +
We took 6 and 9
+
+
+ +
+
+
+ 00:13 +
+ +
Both of them were going
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 00:25 +
+ +
emm🌻
+ +
The station of the 6 was closed ☹️
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 00:25 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
+ If you go to the one a bit further, you can take the line6 +
+
+
+ +
+
+
+ 00:26 +
+ +
+ In reply to + this message +
+ +
+ We had the same experience haha but then we entered through + different exit/entrance +
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 00:36 +
+ +
emm🌻
+ +
+ In reply to + this message +
+ +
+ Yeah we tried 3 different and then went to rer, we made itttttt +
+
+
+ +
+
+
+ 00:36 +
+ +
How’s going the night bus club?
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 00:37 +
+ +
ål nik
+ +
+ Hmmm if you ask about last night club, we are almost home with one + bus this time hahah +
+
+
+ +
+
+
+ 00:38 +
+ +
Glad that u made it! Pfff.. what a hassle hahaha
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 00:51 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
Ahhh I see
+
+
+ +
+
+
+ 00:51 +
+ +
+ In reply to + this message +
+ +
Nice
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 00:55 +
+ +
emm🌻
+ +
+ In reply to + this message +
+ +
Ok that’s nice
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 01:09 +
+ +
Miriam Schöb
+ +
+ Btw emma and me got the key, we'll be there at eleveeen tmr +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 01:10 +
+ +
Chaeyoung Kim
+ +
+ + + +
+
+
+ +
+
+
+ 01:10 +
+ +
Guardians of the key
+
+
+ +
+
+
+ 01:11 +
+ +
Sleep well🤍
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 01:14 +
+ +
ål nik
+ +
Good night 😘
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 01:14 +
+ +
Miriam Schöb
+ +
Hahaha
+
+
+ +
+
+
+ 01:14 +
+ +
Sleep well❤️
+
+
+ +
+
+
+ 01:17 +
+ +
+ + + +
+ +
+ We are wearing the masks upside down now (experimental sleeping) +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 01:17 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
🤍
+
+
+ +
+
+
+
ån
+
+
+ +
+
+ 01:17 +
+ +
ål nik
+ +
+
+
+ +
+
Animation
+ +
+ Not included, change data exporting settings to + download. +
+ +
84.8 KB
+
+
+
+
+
+ +
+
+
+
MC
+
+
+ +
+
+ 02:46 +
+ +
Mitsa Chaida
+ +
+ We just finished our prive portfolio party . Ciao +
+
+
+ +
+
+
+
CG
+
+
+ +
+
+ 09:09 +
+ +
Carmen Gray
+ +
oh waw! i fell asleep before 11 lol
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 09:10 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
Nice
+
+
+ +
+
+
+ 09:10 +
+ +
👏👏👏
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 10:18 +
+ +
Chaeyoung Kim
+ +
Question: Is line number 4 running today?
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 10:28 +
+ +
Kimberley
+ +
+ In reply to + this message +
+ +
yes
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 10:31 +
+ +
Chaeyoung Kim
+ +
Gigi and I are on our way
+
+
+ +
+
+
+
e
+
+
+ +
+
+ 10:32 +
+ +
emm🌻
+ +
We have the keys, on the way
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 10:51 +
+ +
Kimberley
+ +
Will be there in 30!
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 10:51 +
+ +
Miriam Schöb
+ +
+ Is it still the plan to have breakfast together? :) +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 11:00 +
+ +
Chaeyoung Kim
+ +
+ In reply to + this message +
+ +
Yes, but where and what? Bread and cheese?
+
+
+ +
+
+
+ 11:00 +
+ +
I need to leave at 13:00
+
+
+ +
+
+
+ 11:01 +
+ +
+ Before that I need 30mins to finish the final release🦦🤍 +
+
+
+ +
+
+
+
MS
+
+
+ +
+
+ 11:01 +
+ +
Miriam Schöb
+ +
+ Okay nvm we're getting a chocolate croissant now haha +
+
+
+ +
+
+
+
CK
+
+
+ +
+
+ 11:02 +
+ +
Chaeyoung Kim
+ +
Ah okok
+
+
+ +
+
+
+
CG
+
+
+ +
+
+ 11:02 +
+ +
Carmen Gray
+ +
Me too on my way !
+
+
+ +
+
+
+
K
+
+
+ +
+
+ 11:19 +
+ +
Kimberley
+ +
Is someone here to open the door?
+
+
+ +
+
+
+
GS
+
+
+ + +
+ +
+
+
+
s
+
+
+ +
+
+ 11:58 +
+ +
salamino
+ +
Hello
+
+
+ +
+
+
+ 11:58 +
+ +
Can someone opennnn
+
+
+ +
+
+
+ 11:58 +
+ +
Plis
+
+
+
+
+
+ + diff --git a/archive/08/photos/eggs.jpg b/archive/08/photos/eggs.jpg new file mode 100644 index 0000000..37fd74a Binary files /dev/null and b/archive/08/photos/eggs.jpg differ diff --git a/archive/08/photos/photo_610@18-06-2022_10-17-58.jpg b/archive/08/photos/photo_610@18-06-2022_10-17-58.jpg new file mode 100644 index 0000000..a216a59 Binary files /dev/null and b/archive/08/photos/photo_610@18-06-2022_10-17-58.jpg differ diff --git a/archive/08/photos/photo_610@18-06-2022_10-17-58_thumb.jpg b/archive/08/photos/photo_610@18-06-2022_10-17-58_thumb.jpg new file mode 100644 index 0000000..83ebd23 Binary files /dev/null and b/archive/08/photos/photo_610@18-06-2022_10-17-58_thumb.jpg differ diff --git a/archive/08/photos/photo_611@18-06-2022_11-41-37.jpg b/archive/08/photos/photo_611@18-06-2022_11-41-37.jpg new file mode 100644 index 0000000..0c0900f Binary files /dev/null and b/archive/08/photos/photo_611@18-06-2022_11-41-37.jpg differ diff --git a/archive/08/photos/photo_611@18-06-2022_11-41-37_thumb.jpg b/archive/08/photos/photo_611@18-06-2022_11-41-37_thumb.jpg new file mode 100644 index 0000000..479effc Binary files /dev/null and b/archive/08/photos/photo_611@18-06-2022_11-41-37_thumb.jpg differ diff --git a/archive/08/photos/photo_612@18-06-2022_11-59-20.jpg b/archive/08/photos/photo_612@18-06-2022_11-59-20.jpg new file mode 100644 index 0000000..1351667 Binary files /dev/null and b/archive/08/photos/photo_612@18-06-2022_11-59-20.jpg differ diff --git a/archive/08/photos/photo_612@18-06-2022_11-59-20_thumb.jpg b/archive/08/photos/photo_612@18-06-2022_11-59-20_thumb.jpg new file mode 100644 index 0000000..22bf5f6 Binary files /dev/null and b/archive/08/photos/photo_612@18-06-2022_11-59-20_thumb.jpg differ diff --git a/archive/08/photos/photo_613@18-06-2022_12-28-10.jpg b/archive/08/photos/photo_613@18-06-2022_12-28-10.jpg new file mode 100644 index 0000000..378403c Binary files /dev/null and b/archive/08/photos/photo_613@18-06-2022_12-28-10.jpg differ diff --git a/archive/08/photos/photo_613@18-06-2022_12-28-10_thumb.jpg b/archive/08/photos/photo_613@18-06-2022_12-28-10_thumb.jpg new file mode 100644 index 0000000..356e644 Binary files /dev/null and b/archive/08/photos/photo_613@18-06-2022_12-28-10_thumb.jpg differ diff --git a/archive/08/photos/photo_614@18-06-2022_13-29-35.jpg b/archive/08/photos/photo_614@18-06-2022_13-29-35.jpg new file mode 100644 index 0000000..c56ee14 Binary files /dev/null and b/archive/08/photos/photo_614@18-06-2022_13-29-35.jpg differ diff --git a/archive/08/photos/photo_614@18-06-2022_13-29-35_thumb.jpg b/archive/08/photos/photo_614@18-06-2022_13-29-35_thumb.jpg new file mode 100644 index 0000000..fd394db Binary files /dev/null and b/archive/08/photos/photo_614@18-06-2022_13-29-35_thumb.jpg differ diff --git a/archive/08/photos/photo_615@18-06-2022_14-23-13.jpg b/archive/08/photos/photo_615@18-06-2022_14-23-13.jpg new file mode 100644 index 0000000..2846db9 Binary files /dev/null and b/archive/08/photos/photo_615@18-06-2022_14-23-13.jpg differ diff --git a/archive/08/photos/photo_615@18-06-2022_14-23-13_thumb.jpg b/archive/08/photos/photo_615@18-06-2022_14-23-13_thumb.jpg new file mode 100644 index 0000000..0642dbe Binary files /dev/null and b/archive/08/photos/photo_615@18-06-2022_14-23-13_thumb.jpg differ diff --git a/archive/08/photos/photo_616@18-06-2022_14-23-28.jpg b/archive/08/photos/photo_616@18-06-2022_14-23-28.jpg new file mode 100644 index 0000000..5bc63cd Binary files /dev/null and b/archive/08/photos/photo_616@18-06-2022_14-23-28.jpg differ diff --git a/archive/08/photos/photo_616@18-06-2022_14-23-28_thumb.jpg b/archive/08/photos/photo_616@18-06-2022_14-23-28_thumb.jpg new file mode 100644 index 0000000..6d29e68 Binary files /dev/null and b/archive/08/photos/photo_616@18-06-2022_14-23-28_thumb.jpg differ diff --git a/archive/08/photos/photo_617@18-06-2022_14-33-06.jpg b/archive/08/photos/photo_617@18-06-2022_14-33-06.jpg new file mode 100644 index 0000000..d5fb1ec Binary files /dev/null and b/archive/08/photos/photo_617@18-06-2022_14-33-06.jpg differ diff --git a/archive/08/photos/photo_617@18-06-2022_14-33-06_thumb.jpg b/archive/08/photos/photo_617@18-06-2022_14-33-06_thumb.jpg new file mode 100644 index 0000000..c212a9f Binary files /dev/null and b/archive/08/photos/photo_617@18-06-2022_14-33-06_thumb.jpg differ diff --git a/archive/08/photos/photo_618@18-06-2022_15-31-01.jpg b/archive/08/photos/photo_618@18-06-2022_15-31-01.jpg new file mode 100644 index 0000000..6ee4871 Binary files /dev/null and b/archive/08/photos/photo_618@18-06-2022_15-31-01.jpg differ diff --git a/archive/08/photos/photo_618@18-06-2022_15-31-01_thumb.jpg b/archive/08/photos/photo_618@18-06-2022_15-31-01_thumb.jpg new file mode 100644 index 0000000..a5442fc Binary files /dev/null and b/archive/08/photos/photo_618@18-06-2022_15-31-01_thumb.jpg differ diff --git a/archive/08/photos/photo_619@18-06-2022_15-38-40.jpg b/archive/08/photos/photo_619@18-06-2022_15-38-40.jpg new file mode 100644 index 0000000..dcdf335 Binary files /dev/null and b/archive/08/photos/photo_619@18-06-2022_15-38-40.jpg differ diff --git a/archive/08/photos/photo_619@18-06-2022_15-38-40_thumb.jpg b/archive/08/photos/photo_619@18-06-2022_15-38-40_thumb.jpg new file mode 100644 index 0000000..34c2d14 Binary files /dev/null and b/archive/08/photos/photo_619@18-06-2022_15-38-40_thumb.jpg differ diff --git a/archive/08/photos/photo_620@18-06-2022_15-39-49.jpg b/archive/08/photos/photo_620@18-06-2022_15-39-49.jpg new file mode 100644 index 0000000..06c1b67 Binary files /dev/null and b/archive/08/photos/photo_620@18-06-2022_15-39-49.jpg differ diff --git a/archive/08/photos/photo_620@18-06-2022_15-39-49_thumb.jpg b/archive/08/photos/photo_620@18-06-2022_15-39-49_thumb.jpg new file mode 100644 index 0000000..5513469 Binary files /dev/null and b/archive/08/photos/photo_620@18-06-2022_15-39-49_thumb.jpg differ diff --git a/archive/08/photos/photo_621@18-06-2022_15-54-57.jpg b/archive/08/photos/photo_621@18-06-2022_15-54-57.jpg new file mode 100644 index 0000000..5bcffb1 Binary files /dev/null and b/archive/08/photos/photo_621@18-06-2022_15-54-57.jpg differ diff --git a/archive/08/photos/photo_621@18-06-2022_15-54-57_thumb.jpg b/archive/08/photos/photo_621@18-06-2022_15-54-57_thumb.jpg new file mode 100644 index 0000000..4eaf4de Binary files /dev/null and b/archive/08/photos/photo_621@18-06-2022_15-54-57_thumb.jpg differ diff --git a/archive/08/photos/photo_622@18-06-2022_20-03-54.jpg b/archive/08/photos/photo_622@18-06-2022_20-03-54.jpg new file mode 100644 index 0000000..e605d1c Binary files /dev/null and b/archive/08/photos/photo_622@18-06-2022_20-03-54.jpg differ diff --git a/archive/08/photos/photo_622@18-06-2022_20-03-54_thumb.jpg b/archive/08/photos/photo_622@18-06-2022_20-03-54_thumb.jpg new file mode 100644 index 0000000..0875b9f Binary files /dev/null and b/archive/08/photos/photo_622@18-06-2022_20-03-54_thumb.jpg differ diff --git a/archive/08/photos/photo_623@19-06-2022_00-12-58.jpg b/archive/08/photos/photo_623@19-06-2022_00-12-58.jpg new file mode 100644 index 0000000..68247fd Binary files /dev/null and b/archive/08/photos/photo_623@19-06-2022_00-12-58.jpg differ diff --git a/archive/08/photos/photo_623@19-06-2022_00-12-58_thumb.jpg b/archive/08/photos/photo_623@19-06-2022_00-12-58_thumb.jpg new file mode 100644 index 0000000..fe37b65 Binary files /dev/null and b/archive/08/photos/photo_623@19-06-2022_00-12-58_thumb.jpg differ diff --git a/archive/08/photos/photo_624@19-06-2022_00-13-36.jpg b/archive/08/photos/photo_624@19-06-2022_00-13-36.jpg new file mode 100644 index 0000000..bf0303c Binary files /dev/null and b/archive/08/photos/photo_624@19-06-2022_00-13-36.jpg differ diff --git a/archive/08/photos/photo_624@19-06-2022_00-13-36_thumb.jpg b/archive/08/photos/photo_624@19-06-2022_00-13-36_thumb.jpg new file mode 100644 index 0000000..7d95c5e Binary files /dev/null and b/archive/08/photos/photo_624@19-06-2022_00-13-36_thumb.jpg differ diff --git a/archive/08/photos/photo_625@19-06-2022_00-31-40.jpg b/archive/08/photos/photo_625@19-06-2022_00-31-40.jpg new file mode 100644 index 0000000..2de4824 Binary files /dev/null and b/archive/08/photos/photo_625@19-06-2022_00-31-40.jpg differ diff --git a/archive/08/photos/photo_625@19-06-2022_00-31-40_thumb.jpg b/archive/08/photos/photo_625@19-06-2022_00-31-40_thumb.jpg new file mode 100644 index 0000000..59305a2 Binary files /dev/null and b/archive/08/photos/photo_625@19-06-2022_00-31-40_thumb.jpg differ diff --git a/archive/08/photos/photo_626@19-06-2022_01-10-22.jpg b/archive/08/photos/photo_626@19-06-2022_01-10-22.jpg new file mode 100644 index 0000000..c3f8b3c Binary files /dev/null and b/archive/08/photos/photo_626@19-06-2022_01-10-22.jpg differ diff --git a/archive/08/photos/photo_626@19-06-2022_01-10-22_thumb.jpg b/archive/08/photos/photo_626@19-06-2022_01-10-22_thumb.jpg new file mode 100644 index 0000000..13d744d Binary files /dev/null and b/archive/08/photos/photo_626@19-06-2022_01-10-22_thumb.jpg differ diff --git a/archive/08/photos/photo_627@19-06-2022_02-59-17.jpg b/archive/08/photos/photo_627@19-06-2022_02-59-17.jpg new file mode 100644 index 0000000..af33ba3 Binary files /dev/null and b/archive/08/photos/photo_627@19-06-2022_02-59-17.jpg differ diff --git a/archive/08/photos/photo_627@19-06-2022_02-59-17_thumb.jpg b/archive/08/photos/photo_627@19-06-2022_02-59-17_thumb.jpg new file mode 100644 index 0000000..eff6019 Binary files /dev/null and b/archive/08/photos/photo_627@19-06-2022_02-59-17_thumb.jpg differ diff --git a/archive/08/photos/photo_628@19-06-2022_03-03-52.jpg b/archive/08/photos/photo_628@19-06-2022_03-03-52.jpg new file mode 100644 index 0000000..4dd2c13 Binary files /dev/null and b/archive/08/photos/photo_628@19-06-2022_03-03-52.jpg differ diff --git a/archive/08/photos/photo_628@19-06-2022_03-03-52_thumb.jpg b/archive/08/photos/photo_628@19-06-2022_03-03-52_thumb.jpg new file mode 100644 index 0000000..e9d9630 Binary files /dev/null and b/archive/08/photos/photo_628@19-06-2022_03-03-52_thumb.jpg differ diff --git a/archive/08/photos/photo_629@19-06-2022_12-35-43.jpg b/archive/08/photos/photo_629@19-06-2022_12-35-43.jpg new file mode 100644 index 0000000..58a7595 Binary files /dev/null and b/archive/08/photos/photo_629@19-06-2022_12-35-43.jpg differ diff --git a/archive/08/photos/photo_629@19-06-2022_12-35-43_thumb.jpg b/archive/08/photos/photo_629@19-06-2022_12-35-43_thumb.jpg new file mode 100644 index 0000000..6982da7 Binary files /dev/null and b/archive/08/photos/photo_629@19-06-2022_12-35-43_thumb.jpg differ diff --git a/archive/08/photos/photo_630@19-06-2022_12-39-43.jpg b/archive/08/photos/photo_630@19-06-2022_12-39-43.jpg new file mode 100644 index 0000000..80f2146 Binary files /dev/null and b/archive/08/photos/photo_630@19-06-2022_12-39-43.jpg differ diff --git a/archive/08/photos/photo_630@19-06-2022_12-39-43_thumb.jpg b/archive/08/photos/photo_630@19-06-2022_12-39-43_thumb.jpg new file mode 100644 index 0000000..def4fc5 Binary files /dev/null and b/archive/08/photos/photo_630@19-06-2022_12-39-43_thumb.jpg differ diff --git a/archive/08/photos/photo_631@19-06-2022_12-39-43.jpg b/archive/08/photos/photo_631@19-06-2022_12-39-43.jpg new file mode 100644 index 0000000..95989fc Binary files /dev/null and b/archive/08/photos/photo_631@19-06-2022_12-39-43.jpg differ diff --git a/archive/08/photos/photo_631@19-06-2022_12-39-43_thumb.jpg b/archive/08/photos/photo_631@19-06-2022_12-39-43_thumb.jpg new file mode 100644 index 0000000..844f777 Binary files /dev/null and b/archive/08/photos/photo_631@19-06-2022_12-39-43_thumb.jpg differ diff --git a/archive/08/photos/photo_632@19-06-2022_13-05-49.jpg b/archive/08/photos/photo_632@19-06-2022_13-05-49.jpg new file mode 100644 index 0000000..9e5fcc6 Binary files /dev/null and b/archive/08/photos/photo_632@19-06-2022_13-05-49.jpg differ diff --git a/archive/08/photos/photo_632@19-06-2022_13-05-49_thumb.jpg b/archive/08/photos/photo_632@19-06-2022_13-05-49_thumb.jpg new file mode 100644 index 0000000..22b9c45 Binary files /dev/null and b/archive/08/photos/photo_632@19-06-2022_13-05-49_thumb.jpg differ diff --git a/archive/08/photos/photo_633@19-06-2022_16-59-13.jpg b/archive/08/photos/photo_633@19-06-2022_16-59-13.jpg new file mode 100644 index 0000000..4e338ff Binary files /dev/null and b/archive/08/photos/photo_633@19-06-2022_16-59-13.jpg differ diff --git a/archive/08/photos/photo_633@19-06-2022_16-59-13_thumb.jpg b/archive/08/photos/photo_633@19-06-2022_16-59-13_thumb.jpg new file mode 100644 index 0000000..a251489 Binary files /dev/null and b/archive/08/photos/photo_633@19-06-2022_16-59-13_thumb.jpg differ diff --git a/archive/08/photos/photo_634@19-06-2022_17-30-42.jpg b/archive/08/photos/photo_634@19-06-2022_17-30-42.jpg new file mode 100644 index 0000000..eae782c Binary files /dev/null and b/archive/08/photos/photo_634@19-06-2022_17-30-42.jpg differ diff --git a/archive/08/photos/photo_634@19-06-2022_17-30-42_thumb.jpg b/archive/08/photos/photo_634@19-06-2022_17-30-42_thumb.jpg new file mode 100644 index 0000000..37535fd Binary files /dev/null and b/archive/08/photos/photo_634@19-06-2022_17-30-42_thumb.jpg differ diff --git a/archive/08/photos/photo_635@19-06-2022_18-24-14.jpg b/archive/08/photos/photo_635@19-06-2022_18-24-14.jpg new file mode 100644 index 0000000..845a842 Binary files /dev/null and b/archive/08/photos/photo_635@19-06-2022_18-24-14.jpg differ diff --git a/archive/08/photos/photo_635@19-06-2022_18-24-14_thumb.jpg b/archive/08/photos/photo_635@19-06-2022_18-24-14_thumb.jpg new file mode 100644 index 0000000..9a1dc19 Binary files /dev/null and b/archive/08/photos/photo_635@19-06-2022_18-24-14_thumb.jpg differ diff --git a/archive/08/photos/photo_636@19-06-2022_18-42-34.jpg b/archive/08/photos/photo_636@19-06-2022_18-42-34.jpg new file mode 100644 index 0000000..cf88480 Binary files /dev/null and b/archive/08/photos/photo_636@19-06-2022_18-42-34.jpg differ diff --git a/archive/08/photos/photo_636@19-06-2022_18-42-34_thumb.jpg b/archive/08/photos/photo_636@19-06-2022_18-42-34_thumb.jpg new file mode 100644 index 0000000..be6b040 Binary files /dev/null and b/archive/08/photos/photo_636@19-06-2022_18-42-34_thumb.jpg differ diff --git a/archive/08/photos/photo_637@19-06-2022_18-49-44.jpg b/archive/08/photos/photo_637@19-06-2022_18-49-44.jpg new file mode 100644 index 0000000..58cb450 Binary files /dev/null and b/archive/08/photos/photo_637@19-06-2022_18-49-44.jpg differ diff --git a/archive/08/photos/photo_637@19-06-2022_18-49-44_thumb.jpg b/archive/08/photos/photo_637@19-06-2022_18-49-44_thumb.jpg new file mode 100644 index 0000000..180e4ad Binary files /dev/null and b/archive/08/photos/photo_637@19-06-2022_18-49-44_thumb.jpg differ diff --git a/archive/08/photos/photo_638@19-06-2022_19-47-38.jpg b/archive/08/photos/photo_638@19-06-2022_19-47-38.jpg new file mode 100644 index 0000000..40d771c Binary files /dev/null and b/archive/08/photos/photo_638@19-06-2022_19-47-38.jpg differ diff --git a/archive/08/photos/photo_638@19-06-2022_19-47-38_thumb.jpg b/archive/08/photos/photo_638@19-06-2022_19-47-38_thumb.jpg new file mode 100644 index 0000000..703c52e Binary files /dev/null and b/archive/08/photos/photo_638@19-06-2022_19-47-38_thumb.jpg differ diff --git a/archive/08/photos/photo_639@19-06-2022_20-41-47.jpg b/archive/08/photos/photo_639@19-06-2022_20-41-47.jpg new file mode 100644 index 0000000..b1f4285 Binary files /dev/null and b/archive/08/photos/photo_639@19-06-2022_20-41-47.jpg differ diff --git a/archive/08/photos/photo_639@19-06-2022_20-41-47_thumb.jpg b/archive/08/photos/photo_639@19-06-2022_20-41-47_thumb.jpg new file mode 100644 index 0000000..7f00131 Binary files /dev/null and b/archive/08/photos/photo_639@19-06-2022_20-41-47_thumb.jpg differ diff --git a/archive/08/photos/photo_640@19-06-2022_20-43-30.jpg b/archive/08/photos/photo_640@19-06-2022_20-43-30.jpg new file mode 100644 index 0000000..dbe2a7d Binary files /dev/null and b/archive/08/photos/photo_640@19-06-2022_20-43-30.jpg differ diff --git a/archive/08/photos/photo_640@19-06-2022_20-43-30_thumb.jpg b/archive/08/photos/photo_640@19-06-2022_20-43-30_thumb.jpg new file mode 100644 index 0000000..6ddeea6 Binary files /dev/null and b/archive/08/photos/photo_640@19-06-2022_20-43-30_thumb.jpg differ diff --git a/archive/08/photos/photo_641@20-06-2022_06-55-18.jpg b/archive/08/photos/photo_641@20-06-2022_06-55-18.jpg new file mode 100644 index 0000000..055dc11 Binary files /dev/null and b/archive/08/photos/photo_641@20-06-2022_06-55-18.jpg differ diff --git a/archive/08/photos/photo_641@20-06-2022_06-55-18_thumb.jpg b/archive/08/photos/photo_641@20-06-2022_06-55-18_thumb.jpg new file mode 100644 index 0000000..d824d56 Binary files /dev/null and b/archive/08/photos/photo_641@20-06-2022_06-55-18_thumb.jpg differ diff --git a/archive/08/photos/photo_642@20-06-2022_06-57-04.jpg b/archive/08/photos/photo_642@20-06-2022_06-57-04.jpg new file mode 100644 index 0000000..25a61a6 Binary files /dev/null and b/archive/08/photos/photo_642@20-06-2022_06-57-04.jpg differ diff --git a/archive/08/photos/photo_642@20-06-2022_06-57-04_thumb.jpg b/archive/08/photos/photo_642@20-06-2022_06-57-04_thumb.jpg new file mode 100644 index 0000000..0948d17 Binary files /dev/null and b/archive/08/photos/photo_642@20-06-2022_06-57-04_thumb.jpg differ diff --git a/archive/08/photos/photo_643@20-06-2022_09-08-40.jpg b/archive/08/photos/photo_643@20-06-2022_09-08-40.jpg new file mode 100644 index 0000000..a01f7e2 Binary files /dev/null and b/archive/08/photos/photo_643@20-06-2022_09-08-40.jpg differ diff --git a/archive/08/photos/photo_643@20-06-2022_09-08-40_thumb.jpg b/archive/08/photos/photo_643@20-06-2022_09-08-40_thumb.jpg new file mode 100644 index 0000000..0b9365f Binary files /dev/null and b/archive/08/photos/photo_643@20-06-2022_09-08-40_thumb.jpg differ diff --git a/archive/08/photos/photo_644@20-06-2022_10-05-33.jpg b/archive/08/photos/photo_644@20-06-2022_10-05-33.jpg new file mode 100644 index 0000000..26bf406 Binary files /dev/null and b/archive/08/photos/photo_644@20-06-2022_10-05-33.jpg differ diff --git a/archive/08/photos/photo_644@20-06-2022_10-05-33_thumb.jpg b/archive/08/photos/photo_644@20-06-2022_10-05-33_thumb.jpg new file mode 100644 index 0000000..be5d844 Binary files /dev/null and b/archive/08/photos/photo_644@20-06-2022_10-05-33_thumb.jpg differ diff --git a/archive/08/photos/photo_645@20-06-2022_10-08-26.jpg b/archive/08/photos/photo_645@20-06-2022_10-08-26.jpg new file mode 100644 index 0000000..f1c1f68 Binary files /dev/null and b/archive/08/photos/photo_645@20-06-2022_10-08-26.jpg differ diff --git a/archive/08/photos/photo_645@20-06-2022_10-08-26_thumb.jpg b/archive/08/photos/photo_645@20-06-2022_10-08-26_thumb.jpg new file mode 100644 index 0000000..67e7782 Binary files /dev/null and b/archive/08/photos/photo_645@20-06-2022_10-08-26_thumb.jpg differ diff --git a/archive/08/photos/photo_646@20-06-2022_10-08-26.jpg b/archive/08/photos/photo_646@20-06-2022_10-08-26.jpg new file mode 100644 index 0000000..7b01874 Binary files /dev/null and b/archive/08/photos/photo_646@20-06-2022_10-08-26.jpg differ diff --git a/archive/08/photos/photo_646@20-06-2022_10-08-26_thumb.jpg b/archive/08/photos/photo_646@20-06-2022_10-08-26_thumb.jpg new file mode 100644 index 0000000..fc6f368 Binary files /dev/null and b/archive/08/photos/photo_646@20-06-2022_10-08-26_thumb.jpg differ diff --git a/archive/08/photos/photo_647@20-06-2022_10-22-11.jpg b/archive/08/photos/photo_647@20-06-2022_10-22-11.jpg new file mode 100644 index 0000000..46d11e9 Binary files /dev/null and b/archive/08/photos/photo_647@20-06-2022_10-22-11.jpg differ diff --git a/archive/08/photos/photo_647@20-06-2022_10-22-11_thumb.jpg b/archive/08/photos/photo_647@20-06-2022_10-22-11_thumb.jpg new file mode 100644 index 0000000..5f3bdc0 Binary files /dev/null and b/archive/08/photos/photo_647@20-06-2022_10-22-11_thumb.jpg differ diff --git a/archive/08/photos/photo_648@20-06-2022_10-22-11.jpg b/archive/08/photos/photo_648@20-06-2022_10-22-11.jpg new file mode 100644 index 0000000..4c3aca7 Binary files /dev/null and b/archive/08/photos/photo_648@20-06-2022_10-22-11.jpg differ diff --git a/archive/08/photos/photo_648@20-06-2022_10-22-11_thumb.jpg b/archive/08/photos/photo_648@20-06-2022_10-22-11_thumb.jpg new file mode 100644 index 0000000..ea4afdb Binary files /dev/null and b/archive/08/photos/photo_648@20-06-2022_10-22-11_thumb.jpg differ diff --git a/archive/08/photos/photo_649@20-06-2022_10-23-46.jpg b/archive/08/photos/photo_649@20-06-2022_10-23-46.jpg new file mode 100644 index 0000000..2a7d9a4 Binary files /dev/null and b/archive/08/photos/photo_649@20-06-2022_10-23-46.jpg differ diff --git a/archive/08/photos/photo_649@20-06-2022_10-23-46_thumb.jpg b/archive/08/photos/photo_649@20-06-2022_10-23-46_thumb.jpg new file mode 100644 index 0000000..03e56a7 Binary files /dev/null and b/archive/08/photos/photo_649@20-06-2022_10-23-46_thumb.jpg differ diff --git a/archive/08/photos/photo_650@20-06-2022_13-26-29.jpg b/archive/08/photos/photo_650@20-06-2022_13-26-29.jpg new file mode 100644 index 0000000..a05d8af Binary files /dev/null and b/archive/08/photos/photo_650@20-06-2022_13-26-29.jpg differ diff --git a/archive/08/photos/photo_650@20-06-2022_13-26-29_thumb.jpg b/archive/08/photos/photo_650@20-06-2022_13-26-29_thumb.jpg new file mode 100644 index 0000000..2d6c175 Binary files /dev/null and b/archive/08/photos/photo_650@20-06-2022_13-26-29_thumb.jpg differ diff --git a/archive/08/photos/photo_651@20-06-2022_17-00-03.jpg b/archive/08/photos/photo_651@20-06-2022_17-00-03.jpg new file mode 100644 index 0000000..e0b11c0 Binary files /dev/null and b/archive/08/photos/photo_651@20-06-2022_17-00-03.jpg differ diff --git a/archive/08/photos/photo_651@20-06-2022_17-00-03_thumb (1).jpg b/archive/08/photos/photo_651@20-06-2022_17-00-03_thumb (1).jpg new file mode 100644 index 0000000..5fa8b22 Binary files /dev/null and b/archive/08/photos/photo_651@20-06-2022_17-00-03_thumb (1).jpg differ diff --git a/archive/08/photos/photo_651@20-06-2022_17-00-03_thumb.jpg b/archive/08/photos/photo_651@20-06-2022_17-00-03_thumb.jpg new file mode 100644 index 0000000..5fa8b22 Binary files /dev/null and b/archive/08/photos/photo_651@20-06-2022_17-00-03_thumb.jpg differ diff --git a/archive/08/photos/photo_652@20-06-2022_17-00-03.jpg b/archive/08/photos/photo_652@20-06-2022_17-00-03.jpg new file mode 100644 index 0000000..92f5dd7 Binary files /dev/null and b/archive/08/photos/photo_652@20-06-2022_17-00-03.jpg differ diff --git a/archive/08/photos/photo_652@20-06-2022_17-00-03_thumb (1).jpg b/archive/08/photos/photo_652@20-06-2022_17-00-03_thumb (1).jpg new file mode 100644 index 0000000..5a0c2c2 Binary files /dev/null and b/archive/08/photos/photo_652@20-06-2022_17-00-03_thumb (1).jpg differ diff --git a/archive/08/photos/photo_652@20-06-2022_17-00-03_thumb.jpg b/archive/08/photos/photo_652@20-06-2022_17-00-03_thumb.jpg new file mode 100644 index 0000000..5a0c2c2 Binary files /dev/null and b/archive/08/photos/photo_652@20-06-2022_17-00-03_thumb.jpg differ diff --git a/archive/08/photos/photo_653@20-06-2022_17-00-03.jpg b/archive/08/photos/photo_653@20-06-2022_17-00-03.jpg new file mode 100644 index 0000000..6bf313d Binary files /dev/null and b/archive/08/photos/photo_653@20-06-2022_17-00-03.jpg differ diff --git a/archive/08/photos/photo_653@20-06-2022_17-00-03_thumb (1).jpg b/archive/08/photos/photo_653@20-06-2022_17-00-03_thumb (1).jpg new file mode 100644 index 0000000..0476d28 Binary files /dev/null and b/archive/08/photos/photo_653@20-06-2022_17-00-03_thumb (1).jpg differ diff --git a/archive/08/photos/photo_653@20-06-2022_17-00-03_thumb.jpg b/archive/08/photos/photo_653@20-06-2022_17-00-03_thumb.jpg new file mode 100644 index 0000000..0476d28 Binary files /dev/null and b/archive/08/photos/photo_653@20-06-2022_17-00-03_thumb.jpg differ diff --git a/archive/08/photos/photo_654@20-06-2022_17-00-03.jpg b/archive/08/photos/photo_654@20-06-2022_17-00-03.jpg new file mode 100644 index 0000000..85e266d Binary files /dev/null and b/archive/08/photos/photo_654@20-06-2022_17-00-03.jpg differ diff --git a/archive/08/photos/photo_654@20-06-2022_17-00-03_thumb (1).jpg b/archive/08/photos/photo_654@20-06-2022_17-00-03_thumb (1).jpg new file mode 100644 index 0000000..90efaa6 Binary files /dev/null and b/archive/08/photos/photo_654@20-06-2022_17-00-03_thumb (1).jpg differ diff --git a/archive/08/photos/photo_654@20-06-2022_17-00-03_thumb.jpg b/archive/08/photos/photo_654@20-06-2022_17-00-03_thumb.jpg new file mode 100644 index 0000000..90efaa6 Binary files /dev/null and b/archive/08/photos/photo_654@20-06-2022_17-00-03_thumb.jpg differ diff --git a/archive/08/photos/photo_655@20-06-2022_17-00-03.jpg b/archive/08/photos/photo_655@20-06-2022_17-00-03.jpg new file mode 100644 index 0000000..2a4d25c Binary files /dev/null and b/archive/08/photos/photo_655@20-06-2022_17-00-03.jpg differ diff --git a/archive/08/photos/photo_655@20-06-2022_17-00-03_thumb (1).jpg b/archive/08/photos/photo_655@20-06-2022_17-00-03_thumb (1).jpg new file mode 100644 index 0000000..e40808c Binary files /dev/null and b/archive/08/photos/photo_655@20-06-2022_17-00-03_thumb (1).jpg differ diff --git a/archive/08/photos/photo_655@20-06-2022_17-00-03_thumb.jpg b/archive/08/photos/photo_655@20-06-2022_17-00-03_thumb.jpg new file mode 100644 index 0000000..e40808c Binary files /dev/null and b/archive/08/photos/photo_655@20-06-2022_17-00-03_thumb.jpg differ diff --git a/archive/08/photos/photo_656@20-06-2022_17-00-03.jpg b/archive/08/photos/photo_656@20-06-2022_17-00-03.jpg new file mode 100644 index 0000000..4dbb8e8 Binary files /dev/null and b/archive/08/photos/photo_656@20-06-2022_17-00-03.jpg differ diff --git a/archive/08/photos/photo_656@20-06-2022_17-00-03_thumb (1).jpg b/archive/08/photos/photo_656@20-06-2022_17-00-03_thumb (1).jpg new file mode 100644 index 0000000..e570e93 Binary files /dev/null and b/archive/08/photos/photo_656@20-06-2022_17-00-03_thumb (1).jpg differ diff --git a/archive/08/photos/photo_656@20-06-2022_17-00-03_thumb.jpg b/archive/08/photos/photo_656@20-06-2022_17-00-03_thumb.jpg new file mode 100644 index 0000000..e570e93 Binary files /dev/null and b/archive/08/photos/photo_656@20-06-2022_17-00-03_thumb.jpg differ diff --git a/archive/08/photos/photo_657@20-06-2022_17-00-03.jpg b/archive/08/photos/photo_657@20-06-2022_17-00-03.jpg new file mode 100644 index 0000000..09fe8cd Binary files /dev/null and b/archive/08/photos/photo_657@20-06-2022_17-00-03.jpg differ diff --git a/archive/08/photos/photo_657@20-06-2022_17-00-03_thumb (1).jpg b/archive/08/photos/photo_657@20-06-2022_17-00-03_thumb (1).jpg new file mode 100644 index 0000000..8840331 Binary files /dev/null and b/archive/08/photos/photo_657@20-06-2022_17-00-03_thumb (1).jpg differ diff --git a/archive/08/photos/photo_657@20-06-2022_17-00-03_thumb.jpg b/archive/08/photos/photo_657@20-06-2022_17-00-03_thumb.jpg new file mode 100644 index 0000000..8840331 Binary files /dev/null and b/archive/08/photos/photo_657@20-06-2022_17-00-03_thumb.jpg differ diff --git a/archive/08/photos/photo_658@20-06-2022_17-00-03.jpg b/archive/08/photos/photo_658@20-06-2022_17-00-03.jpg new file mode 100644 index 0000000..784581c Binary files /dev/null and b/archive/08/photos/photo_658@20-06-2022_17-00-03.jpg differ diff --git a/archive/08/photos/photo_658@20-06-2022_17-00-03_thumb (1).jpg b/archive/08/photos/photo_658@20-06-2022_17-00-03_thumb (1).jpg new file mode 100644 index 0000000..33f6ced Binary files /dev/null and b/archive/08/photos/photo_658@20-06-2022_17-00-03_thumb (1).jpg differ diff --git a/archive/08/photos/photo_658@20-06-2022_17-00-03_thumb.jpg b/archive/08/photos/photo_658@20-06-2022_17-00-03_thumb.jpg new file mode 100644 index 0000000..33f6ced Binary files /dev/null and b/archive/08/photos/photo_658@20-06-2022_17-00-03_thumb.jpg differ diff --git a/archive/08/photos/photo_667@20-06-2022_21-20-39.jpg b/archive/08/photos/photo_667@20-06-2022_21-20-39.jpg new file mode 100644 index 0000000..a75269b Binary files /dev/null and b/archive/08/photos/photo_667@20-06-2022_21-20-39.jpg differ diff --git a/archive/08/photos/photo_667@20-06-2022_21-20-39_thumb.jpg b/archive/08/photos/photo_667@20-06-2022_21-20-39_thumb.jpg new file mode 100644 index 0000000..c5bfd91 Binary files /dev/null and b/archive/08/photos/photo_667@20-06-2022_21-20-39_thumb.jpg differ diff --git a/archive/08/photos/photo_668@20-06-2022_21-25-45.jpg b/archive/08/photos/photo_668@20-06-2022_21-25-45.jpg new file mode 100644 index 0000000..4a772e8 Binary files /dev/null and b/archive/08/photos/photo_668@20-06-2022_21-25-45.jpg differ diff --git a/archive/08/photos/photo_668@20-06-2022_21-25-45_thumb.jpg b/archive/08/photos/photo_668@20-06-2022_21-25-45_thumb.jpg new file mode 100644 index 0000000..c29a88e Binary files /dev/null and b/archive/08/photos/photo_668@20-06-2022_21-25-45_thumb.jpg differ diff --git a/archive/08/photos/photo_669@20-06-2022_21-48-45.jpg b/archive/08/photos/photo_669@20-06-2022_21-48-45.jpg new file mode 100644 index 0000000..c600df2 Binary files /dev/null and b/archive/08/photos/photo_669@20-06-2022_21-48-45.jpg differ diff --git a/archive/08/photos/photo_669@20-06-2022_21-48-45_thumb.jpg b/archive/08/photos/photo_669@20-06-2022_21-48-45_thumb.jpg new file mode 100644 index 0000000..6e6adbf Binary files /dev/null and b/archive/08/photos/photo_669@20-06-2022_21-48-45_thumb.jpg differ diff --git a/archive/08/photos/photo_670@20-06-2022_21-48-45.jpg b/archive/08/photos/photo_670@20-06-2022_21-48-45.jpg new file mode 100644 index 0000000..adfa205 Binary files /dev/null and b/archive/08/photos/photo_670@20-06-2022_21-48-45.jpg differ diff --git a/archive/08/photos/photo_670@20-06-2022_21-48-45_thumb.jpg b/archive/08/photos/photo_670@20-06-2022_21-48-45_thumb.jpg new file mode 100644 index 0000000..637200c Binary files /dev/null and b/archive/08/photos/photo_670@20-06-2022_21-48-45_thumb.jpg differ diff --git a/archive/08/photos/photo_671@20-06-2022_21-48-45.jpg b/archive/08/photos/photo_671@20-06-2022_21-48-45.jpg new file mode 100644 index 0000000..2fa6e76 Binary files /dev/null and b/archive/08/photos/photo_671@20-06-2022_21-48-45.jpg differ diff --git a/archive/08/photos/photo_671@20-06-2022_21-48-45_thumb.jpg b/archive/08/photos/photo_671@20-06-2022_21-48-45_thumb.jpg new file mode 100644 index 0000000..177fd57 Binary files /dev/null and b/archive/08/photos/photo_671@20-06-2022_21-48-45_thumb.jpg differ diff --git a/archive/08/photos/photo_672@20-06-2022_21-48-45.jpg b/archive/08/photos/photo_672@20-06-2022_21-48-45.jpg new file mode 100644 index 0000000..d455999 Binary files /dev/null and b/archive/08/photos/photo_672@20-06-2022_21-48-45.jpg differ diff --git a/archive/08/photos/photo_672@20-06-2022_21-48-45_thumb.jpg b/archive/08/photos/photo_672@20-06-2022_21-48-45_thumb.jpg new file mode 100644 index 0000000..db09c42 Binary files /dev/null and b/archive/08/photos/photo_672@20-06-2022_21-48-45_thumb.jpg differ diff --git a/archive/08/photos/photo_673@20-06-2022_21-57-45.jpg b/archive/08/photos/photo_673@20-06-2022_21-57-45.jpg new file mode 100644 index 0000000..f13b369 Binary files /dev/null and b/archive/08/photos/photo_673@20-06-2022_21-57-45.jpg differ diff --git a/archive/08/photos/photo_673@20-06-2022_21-57-45_thumb.jpg b/archive/08/photos/photo_673@20-06-2022_21-57-45_thumb.jpg new file mode 100644 index 0000000..e248677 Binary files /dev/null and b/archive/08/photos/photo_673@20-06-2022_21-57-45_thumb.jpg differ diff --git a/archive/08/photos/photo_674@20-06-2022_22-21-43.jpg b/archive/08/photos/photo_674@20-06-2022_22-21-43.jpg new file mode 100644 index 0000000..31853ad Binary files /dev/null and b/archive/08/photos/photo_674@20-06-2022_22-21-43.jpg differ diff --git a/archive/08/photos/photo_674@20-06-2022_22-21-43_thumb.jpg b/archive/08/photos/photo_674@20-06-2022_22-21-43_thumb.jpg new file mode 100644 index 0000000..dbac687 Binary files /dev/null and b/archive/08/photos/photo_674@20-06-2022_22-21-43_thumb.jpg differ diff --git a/archive/08/photos/photo_675@20-06-2022_22-21-43.jpg b/archive/08/photos/photo_675@20-06-2022_22-21-43.jpg new file mode 100644 index 0000000..3bb7ad5 Binary files /dev/null and b/archive/08/photos/photo_675@20-06-2022_22-21-43.jpg differ diff --git a/archive/08/photos/photo_675@20-06-2022_22-21-43_thumb.jpg b/archive/08/photos/photo_675@20-06-2022_22-21-43_thumb.jpg new file mode 100644 index 0000000..01f577d Binary files /dev/null and b/archive/08/photos/photo_675@20-06-2022_22-21-43_thumb.jpg differ diff --git a/archive/08/photos/photo_676@20-06-2022_22-21-43.jpg b/archive/08/photos/photo_676@20-06-2022_22-21-43.jpg new file mode 100644 index 0000000..e825ecd Binary files /dev/null and b/archive/08/photos/photo_676@20-06-2022_22-21-43.jpg differ diff --git a/archive/08/photos/photo_676@20-06-2022_22-21-43_thumb.jpg b/archive/08/photos/photo_676@20-06-2022_22-21-43_thumb.jpg new file mode 100644 index 0000000..682dace Binary files /dev/null and b/archive/08/photos/photo_676@20-06-2022_22-21-43_thumb.jpg differ diff --git a/archive/08/photos/photo_677@20-06-2022_22-21-43.jpg b/archive/08/photos/photo_677@20-06-2022_22-21-43.jpg new file mode 100644 index 0000000..b380eb0 Binary files /dev/null and b/archive/08/photos/photo_677@20-06-2022_22-21-43.jpg differ diff --git a/archive/08/photos/photo_677@20-06-2022_22-21-43_thumb.jpg b/archive/08/photos/photo_677@20-06-2022_22-21-43_thumb.jpg new file mode 100644 index 0000000..0af364b Binary files /dev/null and b/archive/08/photos/photo_677@20-06-2022_22-21-43_thumb.jpg differ diff --git a/archive/08/photos/photo_678@20-06-2022_22-21-43.jpg b/archive/08/photos/photo_678@20-06-2022_22-21-43.jpg new file mode 100644 index 0000000..7e227f0 Binary files /dev/null and b/archive/08/photos/photo_678@20-06-2022_22-21-43.jpg differ diff --git a/archive/08/photos/photo_678@20-06-2022_22-21-43_thumb.jpg b/archive/08/photos/photo_678@20-06-2022_22-21-43_thumb.jpg new file mode 100644 index 0000000..7e808fb Binary files /dev/null and b/archive/08/photos/photo_678@20-06-2022_22-21-43_thumb.jpg differ diff --git a/archive/08/photos/photo_679@20-06-2022_22-21-47.jpg b/archive/08/photos/photo_679@20-06-2022_22-21-47.jpg new file mode 100644 index 0000000..387b44e Binary files /dev/null and b/archive/08/photos/photo_679@20-06-2022_22-21-47.jpg differ diff --git a/archive/08/photos/photo_679@20-06-2022_22-21-47_thumb.jpg b/archive/08/photos/photo_679@20-06-2022_22-21-47_thumb.jpg new file mode 100644 index 0000000..2b956e8 Binary files /dev/null and b/archive/08/photos/photo_679@20-06-2022_22-21-47_thumb.jpg differ diff --git a/archive/08/photos/photo_680@20-06-2022_22-21-47.jpg b/archive/08/photos/photo_680@20-06-2022_22-21-47.jpg new file mode 100644 index 0000000..9006a3c Binary files /dev/null and b/archive/08/photos/photo_680@20-06-2022_22-21-47.jpg differ diff --git a/archive/08/photos/photo_680@20-06-2022_22-21-47_thumb.jpg b/archive/08/photos/photo_680@20-06-2022_22-21-47_thumb.jpg new file mode 100644 index 0000000..c18b658 Binary files /dev/null and b/archive/08/photos/photo_680@20-06-2022_22-21-47_thumb.jpg differ diff --git a/archive/08/photos/photo_681@20-06-2022_22-21-47.jpg b/archive/08/photos/photo_681@20-06-2022_22-21-47.jpg new file mode 100644 index 0000000..933f63d Binary files /dev/null and b/archive/08/photos/photo_681@20-06-2022_22-21-47.jpg differ diff --git a/archive/08/photos/photo_681@20-06-2022_22-21-47_thumb.jpg b/archive/08/photos/photo_681@20-06-2022_22-21-47_thumb.jpg new file mode 100644 index 0000000..c23f1cc Binary files /dev/null and b/archive/08/photos/photo_681@20-06-2022_22-21-47_thumb.jpg differ diff --git a/archive/08/photos/photo_682@20-06-2022_22-21-47.jpg b/archive/08/photos/photo_682@20-06-2022_22-21-47.jpg new file mode 100644 index 0000000..7a33ac4 Binary files /dev/null and b/archive/08/photos/photo_682@20-06-2022_22-21-47.jpg differ diff --git a/archive/08/photos/photo_682@20-06-2022_22-21-47_thumb.jpg b/archive/08/photos/photo_682@20-06-2022_22-21-47_thumb.jpg new file mode 100644 index 0000000..7f60365 Binary files /dev/null and b/archive/08/photos/photo_682@20-06-2022_22-21-47_thumb.jpg differ diff --git a/archive/08/photos/photo_683@20-06-2022_22-43-49.jpg b/archive/08/photos/photo_683@20-06-2022_22-43-49.jpg new file mode 100644 index 0000000..bd0b528 Binary files /dev/null and b/archive/08/photos/photo_683@20-06-2022_22-43-49.jpg differ diff --git a/archive/08/photos/photo_683@20-06-2022_22-43-49_thumb.jpg b/archive/08/photos/photo_683@20-06-2022_22-43-49_thumb.jpg new file mode 100644 index 0000000..3371fb9 Binary files /dev/null and b/archive/08/photos/photo_683@20-06-2022_22-43-49_thumb.jpg differ diff --git a/archive/08/photos/photo_684@21-06-2022_00-56-40.jpg b/archive/08/photos/photo_684@21-06-2022_00-56-40.jpg new file mode 100644 index 0000000..bd9ce14 Binary files /dev/null and b/archive/08/photos/photo_684@21-06-2022_00-56-40.jpg differ diff --git a/archive/08/photos/photo_684@21-06-2022_00-56-40_thumb.jpg b/archive/08/photos/photo_684@21-06-2022_00-56-40_thumb.jpg new file mode 100644 index 0000000..d586379 Binary files /dev/null and b/archive/08/photos/photo_684@21-06-2022_00-56-40_thumb.jpg differ diff --git a/archive/08/photos/photo_685@21-06-2022_07-24-50.jpg b/archive/08/photos/photo_685@21-06-2022_07-24-50.jpg new file mode 100644 index 0000000..f1a291b Binary files /dev/null and b/archive/08/photos/photo_685@21-06-2022_07-24-50.jpg differ diff --git a/archive/08/photos/photo_685@21-06-2022_07-24-50_thumb.jpg b/archive/08/photos/photo_685@21-06-2022_07-24-50_thumb.jpg new file mode 100644 index 0000000..7927959 Binary files /dev/null and b/archive/08/photos/photo_685@21-06-2022_07-24-50_thumb.jpg differ diff --git a/archive/08/photos/photo_686@21-06-2022_07-24-50.jpg b/archive/08/photos/photo_686@21-06-2022_07-24-50.jpg new file mode 100644 index 0000000..7f6d5a7 Binary files /dev/null and b/archive/08/photos/photo_686@21-06-2022_07-24-50.jpg differ diff --git a/archive/08/photos/photo_686@21-06-2022_07-24-50_thumb.jpg b/archive/08/photos/photo_686@21-06-2022_07-24-50_thumb.jpg new file mode 100644 index 0000000..762291c Binary files /dev/null and b/archive/08/photos/photo_686@21-06-2022_07-24-50_thumb.jpg differ diff --git a/archive/08/photos/photo_687@21-06-2022_07-24-50.jpg b/archive/08/photos/photo_687@21-06-2022_07-24-50.jpg new file mode 100644 index 0000000..e2697be Binary files /dev/null and b/archive/08/photos/photo_687@21-06-2022_07-24-50.jpg differ diff --git a/archive/08/photos/photo_687@21-06-2022_07-24-50_thumb.jpg b/archive/08/photos/photo_687@21-06-2022_07-24-50_thumb.jpg new file mode 100644 index 0000000..932c10f Binary files /dev/null and b/archive/08/photos/photo_687@21-06-2022_07-24-50_thumb.jpg differ diff --git a/archive/08/photos/photo_688@21-06-2022_07-24-50.jpg b/archive/08/photos/photo_688@21-06-2022_07-24-50.jpg new file mode 100644 index 0000000..1c4bcae Binary files /dev/null and b/archive/08/photos/photo_688@21-06-2022_07-24-50.jpg differ diff --git a/archive/08/photos/photo_688@21-06-2022_07-24-50_thumb.jpg b/archive/08/photos/photo_688@21-06-2022_07-24-50_thumb.jpg new file mode 100644 index 0000000..873ab35 Binary files /dev/null and b/archive/08/photos/photo_688@21-06-2022_07-24-50_thumb.jpg differ diff --git a/archive/08/photos/photo_689@21-06-2022_07-24-50.jpg b/archive/08/photos/photo_689@21-06-2022_07-24-50.jpg new file mode 100644 index 0000000..aac0648 Binary files /dev/null and b/archive/08/photos/photo_689@21-06-2022_07-24-50.jpg differ diff --git a/archive/08/photos/photo_689@21-06-2022_07-24-50_thumb.jpg b/archive/08/photos/photo_689@21-06-2022_07-24-50_thumb.jpg new file mode 100644 index 0000000..67bb43a Binary files /dev/null and b/archive/08/photos/photo_689@21-06-2022_07-24-50_thumb.jpg differ diff --git a/archive/08/photos/photo_690@21-06-2022_07-24-50.jpg b/archive/08/photos/photo_690@21-06-2022_07-24-50.jpg new file mode 100644 index 0000000..b563820 Binary files /dev/null and b/archive/08/photos/photo_690@21-06-2022_07-24-50.jpg differ diff --git a/archive/08/photos/photo_690@21-06-2022_07-24-50_thumb.jpg b/archive/08/photos/photo_690@21-06-2022_07-24-50_thumb.jpg new file mode 100644 index 0000000..f62f18f Binary files /dev/null and b/archive/08/photos/photo_690@21-06-2022_07-24-50_thumb.jpg differ diff --git a/archive/08/photos/photo_691@21-06-2022_07-24-50.jpg b/archive/08/photos/photo_691@21-06-2022_07-24-50.jpg new file mode 100644 index 0000000..86a54bd Binary files /dev/null and b/archive/08/photos/photo_691@21-06-2022_07-24-50.jpg differ diff --git a/archive/08/photos/photo_691@21-06-2022_07-24-50_thumb.jpg b/archive/08/photos/photo_691@21-06-2022_07-24-50_thumb.jpg new file mode 100644 index 0000000..fd41a82 Binary files /dev/null and b/archive/08/photos/photo_691@21-06-2022_07-24-50_thumb.jpg differ diff --git a/archive/08/photos/photo_692@21-06-2022_07-24-50.jpg b/archive/08/photos/photo_692@21-06-2022_07-24-50.jpg new file mode 100644 index 0000000..0da1963 Binary files /dev/null and b/archive/08/photos/photo_692@21-06-2022_07-24-50.jpg differ diff --git a/archive/08/photos/photo_692@21-06-2022_07-24-50_thumb.jpg b/archive/08/photos/photo_692@21-06-2022_07-24-50_thumb.jpg new file mode 100644 index 0000000..f5d7103 Binary files /dev/null and b/archive/08/photos/photo_692@21-06-2022_07-24-50_thumb.jpg differ diff --git a/archive/08/photos/photo_693@21-06-2022_08-11-05.jpg b/archive/08/photos/photo_693@21-06-2022_08-11-05.jpg new file mode 100644 index 0000000..0de91a0 Binary files /dev/null and b/archive/08/photos/photo_693@21-06-2022_08-11-05.jpg differ diff --git a/archive/08/photos/photo_693@21-06-2022_08-11-05_thumb.jpg b/archive/08/photos/photo_693@21-06-2022_08-11-05_thumb.jpg new file mode 100644 index 0000000..1710c5f Binary files /dev/null and b/archive/08/photos/photo_693@21-06-2022_08-11-05_thumb.jpg differ diff --git a/archive/08/photos/photo_694@21-06-2022_12-42-01.jpg b/archive/08/photos/photo_694@21-06-2022_12-42-01.jpg new file mode 100644 index 0000000..17bdaa1 Binary files /dev/null and b/archive/08/photos/photo_694@21-06-2022_12-42-01.jpg differ diff --git a/archive/08/photos/photo_694@21-06-2022_12-42-01_thumb (1).jpg b/archive/08/photos/photo_694@21-06-2022_12-42-01_thumb (1).jpg new file mode 100644 index 0000000..02e1ae2 Binary files /dev/null and b/archive/08/photos/photo_694@21-06-2022_12-42-01_thumb (1).jpg differ diff --git a/archive/08/photos/photo_694@21-06-2022_12-42-01_thumb.jpg b/archive/08/photos/photo_694@21-06-2022_12-42-01_thumb.jpg new file mode 100644 index 0000000..02e1ae2 Binary files /dev/null and b/archive/08/photos/photo_694@21-06-2022_12-42-01_thumb.jpg differ diff --git a/archive/08/photos/photo_695@21-06-2022_12-42-37.jpg b/archive/08/photos/photo_695@21-06-2022_12-42-37.jpg new file mode 100644 index 0000000..d320994 Binary files /dev/null and b/archive/08/photos/photo_695@21-06-2022_12-42-37.jpg differ diff --git a/archive/08/photos/photo_695@21-06-2022_12-42-37_thumb.jpg b/archive/08/photos/photo_695@21-06-2022_12-42-37_thumb.jpg new file mode 100644 index 0000000..9556aff Binary files /dev/null and b/archive/08/photos/photo_695@21-06-2022_12-42-37_thumb.jpg differ diff --git a/archive/08/photos/photo_696@21-06-2022_14-28-59.jpg b/archive/08/photos/photo_696@21-06-2022_14-28-59.jpg new file mode 100644 index 0000000..b77cc99 Binary files /dev/null and b/archive/08/photos/photo_696@21-06-2022_14-28-59.jpg differ diff --git a/archive/08/photos/photo_696@21-06-2022_14-28-59_thumb.jpg b/archive/08/photos/photo_696@21-06-2022_14-28-59_thumb.jpg new file mode 100644 index 0000000..e3e38c2 Binary files /dev/null and b/archive/08/photos/photo_696@21-06-2022_14-28-59_thumb.jpg differ diff --git a/archive/08/photos/photo_697@21-06-2022_16-01-52.jpg b/archive/08/photos/photo_697@21-06-2022_16-01-52.jpg new file mode 100644 index 0000000..9f87b99 Binary files /dev/null and b/archive/08/photos/photo_697@21-06-2022_16-01-52.jpg differ diff --git a/archive/08/photos/photo_697@21-06-2022_16-01-52_thumb.jpg b/archive/08/photos/photo_697@21-06-2022_16-01-52_thumb.jpg new file mode 100644 index 0000000..7797e42 Binary files /dev/null and b/archive/08/photos/photo_697@21-06-2022_16-01-52_thumb.jpg differ diff --git a/archive/08/photos/photo_698@21-06-2022_16-02-16.jpg b/archive/08/photos/photo_698@21-06-2022_16-02-16.jpg new file mode 100644 index 0000000..eac4c51 Binary files /dev/null and b/archive/08/photos/photo_698@21-06-2022_16-02-16.jpg differ diff --git a/archive/08/photos/photo_698@21-06-2022_16-02-16_thumb.jpg b/archive/08/photos/photo_698@21-06-2022_16-02-16_thumb.jpg new file mode 100644 index 0000000..1952698 Binary files /dev/null and b/archive/08/photos/photo_698@21-06-2022_16-02-16_thumb.jpg differ diff --git a/archive/08/photos/photo_699@21-06-2022_17-45-09.jpg b/archive/08/photos/photo_699@21-06-2022_17-45-09.jpg new file mode 100644 index 0000000..cd7bf2e Binary files /dev/null and b/archive/08/photos/photo_699@21-06-2022_17-45-09.jpg differ diff --git a/archive/08/photos/photo_699@21-06-2022_17-45-09_thumb.jpg b/archive/08/photos/photo_699@21-06-2022_17-45-09_thumb.jpg new file mode 100644 index 0000000..1d094fa Binary files /dev/null and b/archive/08/photos/photo_699@21-06-2022_17-45-09_thumb.jpg differ diff --git a/archive/08/photos/photo_700@21-06-2022_17-45-09.jpg b/archive/08/photos/photo_700@21-06-2022_17-45-09.jpg new file mode 100644 index 0000000..3061c7f Binary files /dev/null and b/archive/08/photos/photo_700@21-06-2022_17-45-09.jpg differ diff --git a/archive/08/photos/photo_700@21-06-2022_17-45-09_thumb.jpg b/archive/08/photos/photo_700@21-06-2022_17-45-09_thumb.jpg new file mode 100644 index 0000000..674e7a4 Binary files /dev/null and b/archive/08/photos/photo_700@21-06-2022_17-45-09_thumb.jpg differ diff --git a/archive/08/photos/photo_701@21-06-2022_17-47-48.jpg b/archive/08/photos/photo_701@21-06-2022_17-47-48.jpg new file mode 100644 index 0000000..fce8bc2 Binary files /dev/null and b/archive/08/photos/photo_701@21-06-2022_17-47-48.jpg differ diff --git a/archive/08/photos/photo_701@21-06-2022_17-47-48_thumb.jpg b/archive/08/photos/photo_701@21-06-2022_17-47-48_thumb.jpg new file mode 100644 index 0000000..d4e72c8 Binary files /dev/null and b/archive/08/photos/photo_701@21-06-2022_17-47-48_thumb.jpg differ diff --git a/archive/08/photos/photo_702@21-06-2022_17-47-48.jpg b/archive/08/photos/photo_702@21-06-2022_17-47-48.jpg new file mode 100644 index 0000000..e6be0bd Binary files /dev/null and b/archive/08/photos/photo_702@21-06-2022_17-47-48.jpg differ diff --git a/archive/08/photos/photo_702@21-06-2022_17-47-48_thumb.jpg b/archive/08/photos/photo_702@21-06-2022_17-47-48_thumb.jpg new file mode 100644 index 0000000..11327a6 Binary files /dev/null and b/archive/08/photos/photo_702@21-06-2022_17-47-48_thumb.jpg differ diff --git a/archive/08/photos/photo_703@21-06-2022_17-47-48.jpg b/archive/08/photos/photo_703@21-06-2022_17-47-48.jpg new file mode 100644 index 0000000..77179c7 Binary files /dev/null and b/archive/08/photos/photo_703@21-06-2022_17-47-48.jpg differ diff --git a/archive/08/photos/photo_703@21-06-2022_17-47-48_thumb.jpg b/archive/08/photos/photo_703@21-06-2022_17-47-48_thumb.jpg new file mode 100644 index 0000000..66f9748 Binary files /dev/null and b/archive/08/photos/photo_703@21-06-2022_17-47-48_thumb.jpg differ diff --git a/archive/08/photos/photo_704@21-06-2022_18-16-16.jpg b/archive/08/photos/photo_704@21-06-2022_18-16-16.jpg new file mode 100644 index 0000000..fb3bce1 Binary files /dev/null and b/archive/08/photos/photo_704@21-06-2022_18-16-16.jpg differ diff --git a/archive/08/photos/photo_704@21-06-2022_18-16-16_thumb.jpg b/archive/08/photos/photo_704@21-06-2022_18-16-16_thumb.jpg new file mode 100644 index 0000000..919459a Binary files /dev/null and b/archive/08/photos/photo_704@21-06-2022_18-16-16_thumb.jpg differ diff --git a/archive/08/photos/photo_705@21-06-2022_18-16-16.jpg b/archive/08/photos/photo_705@21-06-2022_18-16-16.jpg new file mode 100644 index 0000000..74b61ef Binary files /dev/null and b/archive/08/photos/photo_705@21-06-2022_18-16-16.jpg differ diff --git a/archive/08/photos/photo_705@21-06-2022_18-16-16_thumb.jpg b/archive/08/photos/photo_705@21-06-2022_18-16-16_thumb.jpg new file mode 100644 index 0000000..fe5963a Binary files /dev/null and b/archive/08/photos/photo_705@21-06-2022_18-16-16_thumb.jpg differ diff --git a/archive/08/photos/photo_706@21-06-2022_18-16-16.jpg b/archive/08/photos/photo_706@21-06-2022_18-16-16.jpg new file mode 100644 index 0000000..b7aa602 Binary files /dev/null and b/archive/08/photos/photo_706@21-06-2022_18-16-16.jpg differ diff --git a/archive/08/photos/photo_706@21-06-2022_18-16-16_thumb.jpg b/archive/08/photos/photo_706@21-06-2022_18-16-16_thumb.jpg new file mode 100644 index 0000000..aecad34 Binary files /dev/null and b/archive/08/photos/photo_706@21-06-2022_18-16-16_thumb.jpg differ diff --git a/archive/08/photos/photo_707@21-06-2022_18-16-16.jpg b/archive/08/photos/photo_707@21-06-2022_18-16-16.jpg new file mode 100644 index 0000000..6d84518 Binary files /dev/null and b/archive/08/photos/photo_707@21-06-2022_18-16-16.jpg differ diff --git a/archive/08/photos/photo_707@21-06-2022_18-16-16_thumb.jpg b/archive/08/photos/photo_707@21-06-2022_18-16-16_thumb.jpg new file mode 100644 index 0000000..64c6491 Binary files /dev/null and b/archive/08/photos/photo_707@21-06-2022_18-16-16_thumb.jpg differ diff --git a/archive/08/photos/photo_709@21-06-2022_18-16-16.jpg b/archive/08/photos/photo_709@21-06-2022_18-16-16.jpg new file mode 100644 index 0000000..e682a7d Binary files /dev/null and b/archive/08/photos/photo_709@21-06-2022_18-16-16.jpg differ diff --git a/archive/08/photos/photo_709@21-06-2022_18-16-16_thumb.jpg b/archive/08/photos/photo_709@21-06-2022_18-16-16_thumb.jpg new file mode 100644 index 0000000..011a288 Binary files /dev/null and b/archive/08/photos/photo_709@21-06-2022_18-16-16_thumb.jpg differ diff --git a/archive/08/photos/photo_710@21-06-2022_18-16-16.jpg b/archive/08/photos/photo_710@21-06-2022_18-16-16.jpg new file mode 100644 index 0000000..fd451d8 Binary files /dev/null and b/archive/08/photos/photo_710@21-06-2022_18-16-16.jpg differ diff --git a/archive/08/photos/photo_710@21-06-2022_18-16-16_thumb.jpg b/archive/08/photos/photo_710@21-06-2022_18-16-16_thumb.jpg new file mode 100644 index 0000000..e63eacf Binary files /dev/null and b/archive/08/photos/photo_710@21-06-2022_18-16-16_thumb.jpg differ diff --git a/archive/08/photos/photo_711@21-06-2022_18-16-16.jpg b/archive/08/photos/photo_711@21-06-2022_18-16-16.jpg new file mode 100644 index 0000000..9e66a39 Binary files /dev/null and b/archive/08/photos/photo_711@21-06-2022_18-16-16.jpg differ diff --git a/archive/08/photos/photo_711@21-06-2022_18-16-16_thumb.jpg b/archive/08/photos/photo_711@21-06-2022_18-16-16_thumb.jpg new file mode 100644 index 0000000..77bfa20 Binary files /dev/null and b/archive/08/photos/photo_711@21-06-2022_18-16-16_thumb.jpg differ diff --git a/archive/08/photos/photo_712@21-06-2022_18-16-16.jpg b/archive/08/photos/photo_712@21-06-2022_18-16-16.jpg new file mode 100644 index 0000000..b0ccfab Binary files /dev/null and b/archive/08/photos/photo_712@21-06-2022_18-16-16.jpg differ diff --git a/archive/08/photos/photo_712@21-06-2022_18-16-16_thumb.jpg b/archive/08/photos/photo_712@21-06-2022_18-16-16_thumb.jpg new file mode 100644 index 0000000..e131fae Binary files /dev/null and b/archive/08/photos/photo_712@21-06-2022_18-16-16_thumb.jpg differ diff --git a/archive/08/photos/photo_713@21-06-2022_18-16-16.jpg b/archive/08/photos/photo_713@21-06-2022_18-16-16.jpg new file mode 100644 index 0000000..a5cc7c7 Binary files /dev/null and b/archive/08/photos/photo_713@21-06-2022_18-16-16.jpg differ diff --git a/archive/08/photos/photo_713@21-06-2022_18-16-16_thumb.jpg b/archive/08/photos/photo_713@21-06-2022_18-16-16_thumb.jpg new file mode 100644 index 0000000..127124b Binary files /dev/null and b/archive/08/photos/photo_713@21-06-2022_18-16-16_thumb.jpg differ diff --git a/archive/08/photos/photo_714@21-06-2022_18-16-31.jpg b/archive/08/photos/photo_714@21-06-2022_18-16-31.jpg new file mode 100644 index 0000000..4227102 Binary files /dev/null and b/archive/08/photos/photo_714@21-06-2022_18-16-31.jpg differ diff --git a/archive/08/photos/photo_714@21-06-2022_18-16-31_thumb.jpg b/archive/08/photos/photo_714@21-06-2022_18-16-31_thumb.jpg new file mode 100644 index 0000000..ddaa423 Binary files /dev/null and b/archive/08/photos/photo_714@21-06-2022_18-16-31_thumb.jpg differ diff --git a/archive/08/photos/photo_715@21-06-2022_18-16-31.jpg b/archive/08/photos/photo_715@21-06-2022_18-16-31.jpg new file mode 100644 index 0000000..f1aa9bb Binary files /dev/null and b/archive/08/photos/photo_715@21-06-2022_18-16-31.jpg differ diff --git a/archive/08/photos/photo_715@21-06-2022_18-16-31_thumb.jpg b/archive/08/photos/photo_715@21-06-2022_18-16-31_thumb.jpg new file mode 100644 index 0000000..828e3fe Binary files /dev/null and b/archive/08/photos/photo_715@21-06-2022_18-16-31_thumb.jpg differ diff --git a/archive/08/photos/photo_716@21-06-2022_18-16-31.jpg b/archive/08/photos/photo_716@21-06-2022_18-16-31.jpg new file mode 100644 index 0000000..40e1cfa Binary files /dev/null and b/archive/08/photos/photo_716@21-06-2022_18-16-31.jpg differ diff --git a/archive/08/photos/photo_716@21-06-2022_18-16-31_thumb.jpg b/archive/08/photos/photo_716@21-06-2022_18-16-31_thumb.jpg new file mode 100644 index 0000000..48d6895 Binary files /dev/null and b/archive/08/photos/photo_716@21-06-2022_18-16-31_thumb.jpg differ diff --git a/archive/08/photos/photo_717@21-06-2022_18-16-31.jpg b/archive/08/photos/photo_717@21-06-2022_18-16-31.jpg new file mode 100644 index 0000000..35d9906 Binary files /dev/null and b/archive/08/photos/photo_717@21-06-2022_18-16-31.jpg differ diff --git a/archive/08/photos/photo_717@21-06-2022_18-16-31_thumb.jpg b/archive/08/photos/photo_717@21-06-2022_18-16-31_thumb.jpg new file mode 100644 index 0000000..511bf33 Binary files /dev/null and b/archive/08/photos/photo_717@21-06-2022_18-16-31_thumb.jpg differ diff --git a/archive/08/photos/photo_718@21-06-2022_18-16-31.jpg b/archive/08/photos/photo_718@21-06-2022_18-16-31.jpg new file mode 100644 index 0000000..9d0ca6e Binary files /dev/null and b/archive/08/photos/photo_718@21-06-2022_18-16-31.jpg differ diff --git a/archive/08/photos/photo_718@21-06-2022_18-16-31_thumb.jpg b/archive/08/photos/photo_718@21-06-2022_18-16-31_thumb.jpg new file mode 100644 index 0000000..fa28c80 Binary files /dev/null and b/archive/08/photos/photo_718@21-06-2022_18-16-31_thumb.jpg differ diff --git a/archive/08/photos/photo_719@21-06-2022_18-16-31.jpg b/archive/08/photos/photo_719@21-06-2022_18-16-31.jpg new file mode 100644 index 0000000..3c59596 Binary files /dev/null and b/archive/08/photos/photo_719@21-06-2022_18-16-31.jpg differ diff --git a/archive/08/photos/photo_719@21-06-2022_18-16-31_thumb.jpg b/archive/08/photos/photo_719@21-06-2022_18-16-31_thumb.jpg new file mode 100644 index 0000000..70c7523 Binary files /dev/null and b/archive/08/photos/photo_719@21-06-2022_18-16-31_thumb.jpg differ diff --git a/archive/08/photos/photo_720@21-06-2022_18-16-31.jpg b/archive/08/photos/photo_720@21-06-2022_18-16-31.jpg new file mode 100644 index 0000000..915a805 Binary files /dev/null and b/archive/08/photos/photo_720@21-06-2022_18-16-31.jpg differ diff --git a/archive/08/photos/photo_720@21-06-2022_18-16-31_thumb.jpg b/archive/08/photos/photo_720@21-06-2022_18-16-31_thumb.jpg new file mode 100644 index 0000000..0402f84 Binary files /dev/null and b/archive/08/photos/photo_720@21-06-2022_18-16-31_thumb.jpg differ diff --git a/archive/08/photos/photo_721@21-06-2022_18-16-31.jpg b/archive/08/photos/photo_721@21-06-2022_18-16-31.jpg new file mode 100644 index 0000000..c5b4b92 Binary files /dev/null and b/archive/08/photos/photo_721@21-06-2022_18-16-31.jpg differ diff --git a/archive/08/photos/photo_721@21-06-2022_18-16-31_thumb.jpg b/archive/08/photos/photo_721@21-06-2022_18-16-31_thumb.jpg new file mode 100644 index 0000000..0f1f95f Binary files /dev/null and b/archive/08/photos/photo_721@21-06-2022_18-16-31_thumb.jpg differ diff --git a/archive/08/photos/photo_722@21-06-2022_18-16-31.jpg b/archive/08/photos/photo_722@21-06-2022_18-16-31.jpg new file mode 100644 index 0000000..f9dffc4 Binary files /dev/null and b/archive/08/photos/photo_722@21-06-2022_18-16-31.jpg differ diff --git a/archive/08/photos/photo_722@21-06-2022_18-16-31_thumb.jpg b/archive/08/photos/photo_722@21-06-2022_18-16-31_thumb.jpg new file mode 100644 index 0000000..86e16f1 Binary files /dev/null and b/archive/08/photos/photo_722@21-06-2022_18-16-31_thumb.jpg differ diff --git a/archive/08/photos/photo_723@21-06-2022_18-16-31.jpg b/archive/08/photos/photo_723@21-06-2022_18-16-31.jpg new file mode 100644 index 0000000..48bd48c Binary files /dev/null and b/archive/08/photos/photo_723@21-06-2022_18-16-31.jpg differ diff --git a/archive/08/photos/photo_723@21-06-2022_18-16-31_thumb.jpg b/archive/08/photos/photo_723@21-06-2022_18-16-31_thumb.jpg new file mode 100644 index 0000000..0465094 Binary files /dev/null and b/archive/08/photos/photo_723@21-06-2022_18-16-31_thumb.jpg differ diff --git a/archive/08/photos/photo_724@21-06-2022_18-16-41.jpg b/archive/08/photos/photo_724@21-06-2022_18-16-41.jpg new file mode 100644 index 0000000..a00f920 Binary files /dev/null and b/archive/08/photos/photo_724@21-06-2022_18-16-41.jpg differ diff --git a/archive/08/photos/photo_724@21-06-2022_18-16-41_thumb.jpg b/archive/08/photos/photo_724@21-06-2022_18-16-41_thumb.jpg new file mode 100644 index 0000000..59aeb6d Binary files /dev/null and b/archive/08/photos/photo_724@21-06-2022_18-16-41_thumb.jpg differ diff --git a/archive/08/photos/photo_725@21-06-2022_18-16-41.jpg b/archive/08/photos/photo_725@21-06-2022_18-16-41.jpg new file mode 100644 index 0000000..821f8dd Binary files /dev/null and b/archive/08/photos/photo_725@21-06-2022_18-16-41.jpg differ diff --git a/archive/08/photos/photo_725@21-06-2022_18-16-41_thumb.jpg b/archive/08/photos/photo_725@21-06-2022_18-16-41_thumb.jpg new file mode 100644 index 0000000..fd8f21d Binary files /dev/null and b/archive/08/photos/photo_725@21-06-2022_18-16-41_thumb.jpg differ diff --git a/archive/08/photos/photo_726@21-06-2022_18-16-41.jpg b/archive/08/photos/photo_726@21-06-2022_18-16-41.jpg new file mode 100644 index 0000000..f17d6c0 Binary files /dev/null and b/archive/08/photos/photo_726@21-06-2022_18-16-41.jpg differ diff --git a/archive/08/photos/photo_726@21-06-2022_18-16-41_thumb.jpg b/archive/08/photos/photo_726@21-06-2022_18-16-41_thumb.jpg new file mode 100644 index 0000000..acb06fd Binary files /dev/null and b/archive/08/photos/photo_726@21-06-2022_18-16-41_thumb.jpg differ diff --git a/archive/08/photos/photo_727@21-06-2022_18-16-42.jpg b/archive/08/photos/photo_727@21-06-2022_18-16-42.jpg new file mode 100644 index 0000000..8320d07 Binary files /dev/null and b/archive/08/photos/photo_727@21-06-2022_18-16-42.jpg differ diff --git a/archive/08/photos/photo_727@21-06-2022_18-16-42_thumb.jpg b/archive/08/photos/photo_727@21-06-2022_18-16-42_thumb.jpg new file mode 100644 index 0000000..1c26b26 Binary files /dev/null and b/archive/08/photos/photo_727@21-06-2022_18-16-42_thumb.jpg differ diff --git a/archive/08/photos/photo_728@21-06-2022_18-16-42.jpg b/archive/08/photos/photo_728@21-06-2022_18-16-42.jpg new file mode 100644 index 0000000..9eb5e35 Binary files /dev/null and b/archive/08/photos/photo_728@21-06-2022_18-16-42.jpg differ diff --git a/archive/08/photos/photo_728@21-06-2022_18-16-42_thumb.jpg b/archive/08/photos/photo_728@21-06-2022_18-16-42_thumb.jpg new file mode 100644 index 0000000..0f86d8d Binary files /dev/null and b/archive/08/photos/photo_728@21-06-2022_18-16-42_thumb.jpg differ diff --git a/archive/08/photos/photo_729@21-06-2022_18-16-42.jpg b/archive/08/photos/photo_729@21-06-2022_18-16-42.jpg new file mode 100644 index 0000000..8cc1f66 Binary files /dev/null and b/archive/08/photos/photo_729@21-06-2022_18-16-42.jpg differ diff --git a/archive/08/photos/photo_729@21-06-2022_18-16-42_thumb.jpg b/archive/08/photos/photo_729@21-06-2022_18-16-42_thumb.jpg new file mode 100644 index 0000000..4cf806a Binary files /dev/null and b/archive/08/photos/photo_729@21-06-2022_18-16-42_thumb.jpg differ diff --git a/archive/08/photos/photo_730@21-06-2022_18-16-42.jpg b/archive/08/photos/photo_730@21-06-2022_18-16-42.jpg new file mode 100644 index 0000000..08e7b96 Binary files /dev/null and b/archive/08/photos/photo_730@21-06-2022_18-16-42.jpg differ diff --git a/archive/08/photos/photo_730@21-06-2022_18-16-42_thumb.jpg b/archive/08/photos/photo_730@21-06-2022_18-16-42_thumb.jpg new file mode 100644 index 0000000..30047f7 Binary files /dev/null and b/archive/08/photos/photo_730@21-06-2022_18-16-42_thumb.jpg differ diff --git a/archive/08/photos/photo_731@22-06-2022_01-47-23.jpg b/archive/08/photos/photo_731@22-06-2022_01-47-23.jpg new file mode 100644 index 0000000..b5f1f7d Binary files /dev/null and b/archive/08/photos/photo_731@22-06-2022_01-47-23.jpg differ diff --git a/archive/08/photos/photo_731@22-06-2022_01-47-23_thumb.jpg b/archive/08/photos/photo_731@22-06-2022_01-47-23_thumb.jpg new file mode 100644 index 0000000..1bdec0e Binary files /dev/null and b/archive/08/photos/photo_731@22-06-2022_01-47-23_thumb.jpg differ diff --git a/archive/08/photos/photo_732@22-06-2022_03-32-32.jpg b/archive/08/photos/photo_732@22-06-2022_03-32-32.jpg new file mode 100644 index 0000000..28acdf2 Binary files /dev/null and b/archive/08/photos/photo_732@22-06-2022_03-32-32.jpg differ diff --git a/archive/08/photos/photo_732@22-06-2022_03-32-32_thumb.jpg b/archive/08/photos/photo_732@22-06-2022_03-32-32_thumb.jpg new file mode 100644 index 0000000..886c4ea Binary files /dev/null and b/archive/08/photos/photo_732@22-06-2022_03-32-32_thumb.jpg differ diff --git a/archive/08/photos/photo_733@22-06-2022_03-43-33.jpg b/archive/08/photos/photo_733@22-06-2022_03-43-33.jpg new file mode 100644 index 0000000..131083e Binary files /dev/null and b/archive/08/photos/photo_733@22-06-2022_03-43-33.jpg differ diff --git a/archive/08/photos/photo_733@22-06-2022_03-43-33_thumb.jpg b/archive/08/photos/photo_733@22-06-2022_03-43-33_thumb.jpg new file mode 100644 index 0000000..08f6c05 Binary files /dev/null and b/archive/08/photos/photo_733@22-06-2022_03-43-33_thumb.jpg differ diff --git a/archive/08/photos/photo_734@22-06-2022_11-40-16.jpg b/archive/08/photos/photo_734@22-06-2022_11-40-16.jpg new file mode 100644 index 0000000..54a5671 Binary files /dev/null and b/archive/08/photos/photo_734@22-06-2022_11-40-16.jpg differ diff --git a/archive/08/photos/photo_734@22-06-2022_11-40-16_thumb.jpg b/archive/08/photos/photo_734@22-06-2022_11-40-16_thumb.jpg new file mode 100644 index 0000000..845eaba Binary files /dev/null and b/archive/08/photos/photo_734@22-06-2022_11-40-16_thumb.jpg differ diff --git a/archive/08/photos/photo_735@22-06-2022_11-46-53.jpg b/archive/08/photos/photo_735@22-06-2022_11-46-53.jpg new file mode 100644 index 0000000..de7f519 Binary files /dev/null and b/archive/08/photos/photo_735@22-06-2022_11-46-53.jpg differ diff --git a/archive/08/photos/photo_735@22-06-2022_11-46-53_thumb.jpg b/archive/08/photos/photo_735@22-06-2022_11-46-53_thumb.jpg new file mode 100644 index 0000000..2d71a21 Binary files /dev/null and b/archive/08/photos/photo_735@22-06-2022_11-46-53_thumb.jpg differ diff --git a/archive/08/photos/photo_736@22-06-2022_12-45-48.jpg b/archive/08/photos/photo_736@22-06-2022_12-45-48.jpg new file mode 100644 index 0000000..2b3b13a Binary files /dev/null and b/archive/08/photos/photo_736@22-06-2022_12-45-48.jpg differ diff --git a/archive/08/photos/photo_736@22-06-2022_12-45-48_thumb.jpg b/archive/08/photos/photo_736@22-06-2022_12-45-48_thumb.jpg new file mode 100644 index 0000000..48a2ea3 Binary files /dev/null and b/archive/08/photos/photo_736@22-06-2022_12-45-48_thumb.jpg differ diff --git a/archive/08/photos/photo_737@22-06-2022_16-50-56.jpg b/archive/08/photos/photo_737@22-06-2022_16-50-56.jpg new file mode 100644 index 0000000..72391f0 Binary files /dev/null and b/archive/08/photos/photo_737@22-06-2022_16-50-56.jpg differ diff --git a/archive/08/photos/photo_737@22-06-2022_16-50-56_thumb.jpg b/archive/08/photos/photo_737@22-06-2022_16-50-56_thumb.jpg new file mode 100644 index 0000000..7cf91e0 Binary files /dev/null and b/archive/08/photos/photo_737@22-06-2022_16-50-56_thumb.jpg differ diff --git a/archive/08/photos/photo_738@22-06-2022_16-50-56.jpg b/archive/08/photos/photo_738@22-06-2022_16-50-56.jpg new file mode 100644 index 0000000..860da63 Binary files /dev/null and b/archive/08/photos/photo_738@22-06-2022_16-50-56.jpg differ diff --git a/archive/08/photos/photo_738@22-06-2022_16-50-56_thumb.jpg b/archive/08/photos/photo_738@22-06-2022_16-50-56_thumb.jpg new file mode 100644 index 0000000..eb045b9 Binary files /dev/null and b/archive/08/photos/photo_738@22-06-2022_16-50-56_thumb.jpg differ diff --git a/archive/08/photos/photo_739@22-06-2022_16-50-56.jpg b/archive/08/photos/photo_739@22-06-2022_16-50-56.jpg new file mode 100644 index 0000000..bb7c390 Binary files /dev/null and b/archive/08/photos/photo_739@22-06-2022_16-50-56.jpg differ diff --git a/archive/08/photos/photo_739@22-06-2022_16-50-56_thumb.jpg b/archive/08/photos/photo_739@22-06-2022_16-50-56_thumb.jpg new file mode 100644 index 0000000..fd6281d Binary files /dev/null and b/archive/08/photos/photo_739@22-06-2022_16-50-56_thumb.jpg differ diff --git a/archive/08/photos/photo_740@22-06-2022_16-50-56.jpg b/archive/08/photos/photo_740@22-06-2022_16-50-56.jpg new file mode 100644 index 0000000..8df89af Binary files /dev/null and b/archive/08/photos/photo_740@22-06-2022_16-50-56.jpg differ diff --git a/archive/08/photos/photo_740@22-06-2022_16-50-56_thumb.jpg b/archive/08/photos/photo_740@22-06-2022_16-50-56_thumb.jpg new file mode 100644 index 0000000..d195c62 Binary files /dev/null and b/archive/08/photos/photo_740@22-06-2022_16-50-56_thumb.jpg differ diff --git a/archive/08/photos/photo_741@22-06-2022_16-50-56.jpg b/archive/08/photos/photo_741@22-06-2022_16-50-56.jpg new file mode 100644 index 0000000..1faed20 Binary files /dev/null and b/archive/08/photos/photo_741@22-06-2022_16-50-56.jpg differ diff --git a/archive/08/photos/photo_741@22-06-2022_16-50-56_thumb.jpg b/archive/08/photos/photo_741@22-06-2022_16-50-56_thumb.jpg new file mode 100644 index 0000000..8f7791d Binary files /dev/null and b/archive/08/photos/photo_741@22-06-2022_16-50-56_thumb.jpg differ diff --git a/archive/08/photos/photo_742@22-06-2022_16-50-56.jpg b/archive/08/photos/photo_742@22-06-2022_16-50-56.jpg new file mode 100644 index 0000000..bf164d9 Binary files /dev/null and b/archive/08/photos/photo_742@22-06-2022_16-50-56.jpg differ diff --git a/archive/08/photos/photo_742@22-06-2022_16-50-56_thumb.jpg b/archive/08/photos/photo_742@22-06-2022_16-50-56_thumb.jpg new file mode 100644 index 0000000..14ee9dc Binary files /dev/null and b/archive/08/photos/photo_742@22-06-2022_16-50-56_thumb.jpg differ diff --git a/archive/08/photos/photo_743@22-06-2022_16-50-56.jpg b/archive/08/photos/photo_743@22-06-2022_16-50-56.jpg new file mode 100644 index 0000000..4b78c42 Binary files /dev/null and b/archive/08/photos/photo_743@22-06-2022_16-50-56.jpg differ diff --git a/archive/08/photos/photo_743@22-06-2022_16-50-56_thumb.jpg b/archive/08/photos/photo_743@22-06-2022_16-50-56_thumb.jpg new file mode 100644 index 0000000..3061254 Binary files /dev/null and b/archive/08/photos/photo_743@22-06-2022_16-50-56_thumb.jpg differ diff --git a/archive/08/photos/photo_744@22-06-2022_16-50-56.jpg b/archive/08/photos/photo_744@22-06-2022_16-50-56.jpg new file mode 100644 index 0000000..307e549 Binary files /dev/null and b/archive/08/photos/photo_744@22-06-2022_16-50-56.jpg differ diff --git a/archive/08/photos/photo_744@22-06-2022_16-50-56_thumb.jpg b/archive/08/photos/photo_744@22-06-2022_16-50-56_thumb.jpg new file mode 100644 index 0000000..635d1d7 Binary files /dev/null and b/archive/08/photos/photo_744@22-06-2022_16-50-56_thumb.jpg differ diff --git a/archive/08/photos/photo_745@22-06-2022_16-50-56.jpg b/archive/08/photos/photo_745@22-06-2022_16-50-56.jpg new file mode 100644 index 0000000..9e5c810 Binary files /dev/null and b/archive/08/photos/photo_745@22-06-2022_16-50-56.jpg differ diff --git a/archive/08/photos/photo_745@22-06-2022_16-50-56_thumb.jpg b/archive/08/photos/photo_745@22-06-2022_16-50-56_thumb.jpg new file mode 100644 index 0000000..55bb2c1 Binary files /dev/null and b/archive/08/photos/photo_745@22-06-2022_16-50-56_thumb.jpg differ diff --git a/archive/08/photos/photo_746@22-06-2022_16-50-56.jpg b/archive/08/photos/photo_746@22-06-2022_16-50-56.jpg new file mode 100644 index 0000000..9bd7f70 Binary files /dev/null and b/archive/08/photos/photo_746@22-06-2022_16-50-56.jpg differ diff --git a/archive/08/photos/photo_746@22-06-2022_16-50-56_thumb.jpg b/archive/08/photos/photo_746@22-06-2022_16-50-56_thumb.jpg new file mode 100644 index 0000000..2b5e420 Binary files /dev/null and b/archive/08/photos/photo_746@22-06-2022_16-50-56_thumb.jpg differ diff --git a/archive/08/photos/photo_747@22-06-2022_16-50-56.jpg b/archive/08/photos/photo_747@22-06-2022_16-50-56.jpg new file mode 100644 index 0000000..fa0f8b6 Binary files /dev/null and b/archive/08/photos/photo_747@22-06-2022_16-50-56.jpg differ diff --git a/archive/08/photos/photo_747@22-06-2022_16-50-56_thumb.jpg b/archive/08/photos/photo_747@22-06-2022_16-50-56_thumb.jpg new file mode 100644 index 0000000..a34faf2 Binary files /dev/null and b/archive/08/photos/photo_747@22-06-2022_16-50-56_thumb.jpg differ diff --git a/archive/08/photos/photo_748@22-06-2022_16-50-56.jpg b/archive/08/photos/photo_748@22-06-2022_16-50-56.jpg new file mode 100644 index 0000000..7d34f58 Binary files /dev/null and b/archive/08/photos/photo_748@22-06-2022_16-50-56.jpg differ diff --git a/archive/08/photos/photo_748@22-06-2022_16-50-56_thumb.jpg b/archive/08/photos/photo_748@22-06-2022_16-50-56_thumb.jpg new file mode 100644 index 0000000..c1dca80 Binary files /dev/null and b/archive/08/photos/photo_748@22-06-2022_16-50-56_thumb.jpg differ diff --git a/archive/08/photos/photo_749@22-06-2022_16-50-56.jpg b/archive/08/photos/photo_749@22-06-2022_16-50-56.jpg new file mode 100644 index 0000000..ca87a95 Binary files /dev/null and b/archive/08/photos/photo_749@22-06-2022_16-50-56.jpg differ diff --git a/archive/08/photos/photo_749@22-06-2022_16-50-56_thumb.jpg b/archive/08/photos/photo_749@22-06-2022_16-50-56_thumb.jpg new file mode 100644 index 0000000..b4fbeeb Binary files /dev/null and b/archive/08/photos/photo_749@22-06-2022_16-50-56_thumb.jpg differ diff --git a/archive/08/photos/photo_750@22-06-2022_16-55-50.jpg b/archive/08/photos/photo_750@22-06-2022_16-55-50.jpg new file mode 100644 index 0000000..3adaf12 Binary files /dev/null and b/archive/08/photos/photo_750@22-06-2022_16-55-50.jpg differ diff --git a/archive/08/photos/photo_750@22-06-2022_16-55-50_thumb.jpg b/archive/08/photos/photo_750@22-06-2022_16-55-50_thumb.jpg new file mode 100644 index 0000000..5fd2957 Binary files /dev/null and b/archive/08/photos/photo_750@22-06-2022_16-55-50_thumb.jpg differ diff --git a/archive/08/photos/photo_751@22-06-2022_16-55-50.jpg b/archive/08/photos/photo_751@22-06-2022_16-55-50.jpg new file mode 100644 index 0000000..89a6a47 Binary files /dev/null and b/archive/08/photos/photo_751@22-06-2022_16-55-50.jpg differ diff --git a/archive/08/photos/photo_751@22-06-2022_16-55-50_thumb.jpg b/archive/08/photos/photo_751@22-06-2022_16-55-50_thumb.jpg new file mode 100644 index 0000000..9f9d2d6 Binary files /dev/null and b/archive/08/photos/photo_751@22-06-2022_16-55-50_thumb.jpg differ diff --git a/archive/08/photos/photo_752@22-06-2022_16-55-50.jpg b/archive/08/photos/photo_752@22-06-2022_16-55-50.jpg new file mode 100644 index 0000000..6199f24 Binary files /dev/null and b/archive/08/photos/photo_752@22-06-2022_16-55-50.jpg differ diff --git a/archive/08/photos/photo_752@22-06-2022_16-55-50_thumb.jpg b/archive/08/photos/photo_752@22-06-2022_16-55-50_thumb.jpg new file mode 100644 index 0000000..6e4ec7f Binary files /dev/null and b/archive/08/photos/photo_752@22-06-2022_16-55-50_thumb.jpg differ diff --git a/archive/08/photos/photo_753@22-06-2022_16-58-01.jpg b/archive/08/photos/photo_753@22-06-2022_16-58-01.jpg new file mode 100644 index 0000000..67dfd12 Binary files /dev/null and b/archive/08/photos/photo_753@22-06-2022_16-58-01.jpg differ diff --git a/archive/08/photos/photo_753@22-06-2022_16-58-01_thumb.jpg b/archive/08/photos/photo_753@22-06-2022_16-58-01_thumb.jpg new file mode 100644 index 0000000..a92542d Binary files /dev/null and b/archive/08/photos/photo_753@22-06-2022_16-58-01_thumb.jpg differ diff --git a/archive/08/photos/photo_754@22-06-2022_16-58-02.jpg b/archive/08/photos/photo_754@22-06-2022_16-58-02.jpg new file mode 100644 index 0000000..526f174 Binary files /dev/null and b/archive/08/photos/photo_754@22-06-2022_16-58-02.jpg differ diff --git a/archive/08/photos/photo_754@22-06-2022_16-58-02_thumb.jpg b/archive/08/photos/photo_754@22-06-2022_16-58-02_thumb.jpg new file mode 100644 index 0000000..0ea957a Binary files /dev/null and b/archive/08/photos/photo_754@22-06-2022_16-58-02_thumb.jpg differ diff --git a/archive/08/photos/photo_755@22-06-2022_16-58-02.jpg b/archive/08/photos/photo_755@22-06-2022_16-58-02.jpg new file mode 100644 index 0000000..51dafb5 Binary files /dev/null and b/archive/08/photos/photo_755@22-06-2022_16-58-02.jpg differ diff --git a/archive/08/photos/photo_755@22-06-2022_16-58-02_thumb.jpg b/archive/08/photos/photo_755@22-06-2022_16-58-02_thumb.jpg new file mode 100644 index 0000000..86c2b37 Binary files /dev/null and b/archive/08/photos/photo_755@22-06-2022_16-58-02_thumb.jpg differ diff --git a/archive/08/photos/photo_756@22-06-2022_16-58-02.jpg b/archive/08/photos/photo_756@22-06-2022_16-58-02.jpg new file mode 100644 index 0000000..e496435 Binary files /dev/null and b/archive/08/photos/photo_756@22-06-2022_16-58-02.jpg differ diff --git a/archive/08/photos/photo_756@22-06-2022_16-58-02_thumb.jpg b/archive/08/photos/photo_756@22-06-2022_16-58-02_thumb.jpg new file mode 100644 index 0000000..48bc1f6 Binary files /dev/null and b/archive/08/photos/photo_756@22-06-2022_16-58-02_thumb.jpg differ diff --git a/archive/08/photos/photo_757@22-06-2022_16-58-26.jpg b/archive/08/photos/photo_757@22-06-2022_16-58-26.jpg new file mode 100644 index 0000000..915a805 Binary files /dev/null and b/archive/08/photos/photo_757@22-06-2022_16-58-26.jpg differ diff --git a/archive/08/photos/photo_757@22-06-2022_16-58-26_thumb.jpg b/archive/08/photos/photo_757@22-06-2022_16-58-26_thumb.jpg new file mode 100644 index 0000000..0402f84 Binary files /dev/null and b/archive/08/photos/photo_757@22-06-2022_16-58-26_thumb.jpg differ diff --git a/archive/08/photos/photo_758@22-06-2022_16-59-12.jpg b/archive/08/photos/photo_758@22-06-2022_16-59-12.jpg new file mode 100644 index 0000000..6741794 Binary files /dev/null and b/archive/08/photos/photo_758@22-06-2022_16-59-12.jpg differ diff --git a/archive/08/photos/photo_758@22-06-2022_16-59-12_thumb.jpg b/archive/08/photos/photo_758@22-06-2022_16-59-12_thumb.jpg new file mode 100644 index 0000000..89c14f5 Binary files /dev/null and b/archive/08/photos/photo_758@22-06-2022_16-59-12_thumb.jpg differ diff --git a/archive/08/photos/photo_759@22-06-2022_17-37-57.jpg b/archive/08/photos/photo_759@22-06-2022_17-37-57.jpg new file mode 100644 index 0000000..bb31452 Binary files /dev/null and b/archive/08/photos/photo_759@22-06-2022_17-37-57.jpg differ diff --git a/archive/08/photos/photo_759@22-06-2022_17-37-57_thumb.jpg b/archive/08/photos/photo_759@22-06-2022_17-37-57_thumb.jpg new file mode 100644 index 0000000..571bfe6 Binary files /dev/null and b/archive/08/photos/photo_759@22-06-2022_17-37-57_thumb.jpg differ diff --git a/archive/08/photos/photo_760@22-06-2022_17-37-57.jpg b/archive/08/photos/photo_760@22-06-2022_17-37-57.jpg new file mode 100644 index 0000000..2ce5929 Binary files /dev/null and b/archive/08/photos/photo_760@22-06-2022_17-37-57.jpg differ diff --git a/archive/08/photos/photo_760@22-06-2022_17-37-57_thumb.jpg b/archive/08/photos/photo_760@22-06-2022_17-37-57_thumb.jpg new file mode 100644 index 0000000..0b6fa85 Binary files /dev/null and b/archive/08/photos/photo_760@22-06-2022_17-37-57_thumb.jpg differ diff --git a/archive/08/photos/photo_761@22-06-2022_17-37-57.jpg b/archive/08/photos/photo_761@22-06-2022_17-37-57.jpg new file mode 100644 index 0000000..1097254 Binary files /dev/null and b/archive/08/photos/photo_761@22-06-2022_17-37-57.jpg differ diff --git a/archive/08/photos/photo_761@22-06-2022_17-37-57_thumb.jpg b/archive/08/photos/photo_761@22-06-2022_17-37-57_thumb.jpg new file mode 100644 index 0000000..43ed3d0 Binary files /dev/null and b/archive/08/photos/photo_761@22-06-2022_17-37-57_thumb.jpg differ diff --git a/archive/08/photos/photo_762@22-06-2022_22-33-12.jpg b/archive/08/photos/photo_762@22-06-2022_22-33-12.jpg new file mode 100644 index 0000000..0d91bcc Binary files /dev/null and b/archive/08/photos/photo_762@22-06-2022_22-33-12.jpg differ diff --git a/archive/08/photos/photo_762@22-06-2022_22-33-12_thumb.jpg b/archive/08/photos/photo_762@22-06-2022_22-33-12_thumb.jpg new file mode 100644 index 0000000..e0743ef Binary files /dev/null and b/archive/08/photos/photo_762@22-06-2022_22-33-12_thumb.jpg differ diff --git a/archive/08/photos/photo_763@22-06-2022_22-33-12.jpg b/archive/08/photos/photo_763@22-06-2022_22-33-12.jpg new file mode 100644 index 0000000..e26b6b0 Binary files /dev/null and b/archive/08/photos/photo_763@22-06-2022_22-33-12.jpg differ diff --git a/archive/08/photos/photo_763@22-06-2022_22-33-12_thumb.jpg b/archive/08/photos/photo_763@22-06-2022_22-33-12_thumb.jpg new file mode 100644 index 0000000..6a28391 Binary files /dev/null and b/archive/08/photos/photo_763@22-06-2022_22-33-12_thumb.jpg differ diff --git a/archive/08/photos/photo_764@22-06-2022_22-33-12.jpg b/archive/08/photos/photo_764@22-06-2022_22-33-12.jpg new file mode 100644 index 0000000..ecc5470 Binary files /dev/null and b/archive/08/photos/photo_764@22-06-2022_22-33-12.jpg differ diff --git a/archive/08/photos/photo_764@22-06-2022_22-33-12_thumb.jpg b/archive/08/photos/photo_764@22-06-2022_22-33-12_thumb.jpg new file mode 100644 index 0000000..fd1e77c Binary files /dev/null and b/archive/08/photos/photo_764@22-06-2022_22-33-12_thumb.jpg differ diff --git a/archive/08/photos/photo_765@22-06-2022_23-23-49.jpg b/archive/08/photos/photo_765@22-06-2022_23-23-49.jpg new file mode 100644 index 0000000..67636f6 Binary files /dev/null and b/archive/08/photos/photo_765@22-06-2022_23-23-49.jpg differ diff --git a/archive/08/photos/photo_765@22-06-2022_23-23-49_thumb.jpg b/archive/08/photos/photo_765@22-06-2022_23-23-49_thumb.jpg new file mode 100644 index 0000000..90f71c5 Binary files /dev/null and b/archive/08/photos/photo_765@22-06-2022_23-23-49_thumb.jpg differ diff --git a/archive/08/photos/photo_766@23-06-2022_01-10-40.jpg b/archive/08/photos/photo_766@23-06-2022_01-10-40.jpg new file mode 100644 index 0000000..ff9fc09 Binary files /dev/null and b/archive/08/photos/photo_766@23-06-2022_01-10-40.jpg differ diff --git a/archive/08/photos/photo_766@23-06-2022_01-10-40_thumb.jpg b/archive/08/photos/photo_766@23-06-2022_01-10-40_thumb.jpg new file mode 100644 index 0000000..f264c18 Binary files /dev/null and b/archive/08/photos/photo_766@23-06-2022_01-10-40_thumb.jpg differ diff --git a/archive/08/photos/photo_767@23-06-2022_01-17-09.jpg b/archive/08/photos/photo_767@23-06-2022_01-17-09.jpg new file mode 100644 index 0000000..f5ceda6 Binary files /dev/null and b/archive/08/photos/photo_767@23-06-2022_01-17-09.jpg differ diff --git a/archive/08/photos/photo_767@23-06-2022_01-17-09_thumb.jpg b/archive/08/photos/photo_767@23-06-2022_01-17-09_thumb.jpg new file mode 100644 index 0000000..6d00282 Binary files /dev/null and b/archive/08/photos/photo_767@23-06-2022_01-17-09_thumb.jpg differ diff --git a/background.js b/background.js new file mode 100644 index 0000000..09481e4 --- /dev/null +++ b/background.js @@ -0,0 +1,23 @@ +const foreground = document.querySelector("#foreground"); +const releases = document.querySelectorAll(".index li a"); + +const title = document.querySelector(".meta.release .title"); +const date = document.querySelector(".meta.release .date"); + +fetch("releases.json") + .then((res) => res.json()) + .then((data) => { + for (const release of releases) { + release.addEventListener("mouseenter", (e) => { + foreground.src = `img/${release.innerHTML}.jpg`; + meta(data.releases[parseInt(release.innerHTML)]); + }); + } + }); + +const meta = function (release) { + title.innerHTML = release.title; + title.classList.remove("hidden"); + date.innerHTML = release.date; + date.classList.remove("hidden"); +}; diff --git a/release/img/02.jpg b/img/02.jpg similarity index 100% rename from release/img/02.jpg rename to img/02.jpg diff --git a/release/img/03.jpg b/img/03.jpg similarity index 100% rename from release/img/03.jpg rename to img/03.jpg diff --git a/release/img/04.jpg b/img/04.jpg similarity index 100% rename from release/img/04.jpg rename to img/04.jpg diff --git a/release/img/05.jpg b/img/05.jpg similarity index 100% rename from release/img/05.jpg rename to img/05.jpg diff --git a/release/img/06.jpg b/img/06.jpg similarity index 100% rename from release/img/06.jpg rename to img/06.jpg diff --git a/release/img/07.jpg b/img/07.jpg similarity index 100% rename from release/img/07.jpg rename to img/07.jpg diff --git a/release/img/all.jpg b/img/all.jpg similarity index 100% rename from release/img/all.jpg rename to img/all.jpg diff --git a/img/heads mobile.png b/img/heads mobile.png new file mode 100644 index 0000000..21cf2c7 Binary files /dev/null and b/img/heads mobile.png differ diff --git a/img/heads mobile_hq.png b/img/heads mobile_hq.png new file mode 100644 index 0000000..9d58ecc Binary files /dev/null and b/img/heads mobile_hq.png differ diff --git a/img/heads.png b/img/heads.png new file mode 100644 index 0000000..e8c46f4 Binary files /dev/null and b/img/heads.png differ diff --git a/img/heads_hq.png b/img/heads_hq.png new file mode 100644 index 0000000..12a357b Binary files /dev/null and b/img/heads_hq.png differ diff --git a/img/releases/2022-06-22 16.33.25.jpg b/img/releases/2022-06-22 16.33.25.jpg new file mode 100644 index 0000000..79d82ad Binary files /dev/null and b/img/releases/2022-06-22 16.33.25.jpg differ diff --git a/img/releases/2022-06-22 16.33.36.jpg b/img/releases/2022-06-22 16.33.36.jpg new file mode 100644 index 0000000..8a4ecbd Binary files /dev/null and b/img/releases/2022-06-22 16.33.36.jpg differ diff --git a/img/releases/2022-06-22 16.33.54.jpg b/img/releases/2022-06-22 16.33.54.jpg new file mode 100644 index 0000000..b81cbe5 Binary files /dev/null and b/img/releases/2022-06-22 16.33.54.jpg differ diff --git a/img/releases/2022-06-22 16.34.02.jpg b/img/releases/2022-06-22 16.34.02.jpg new file mode 100644 index 0000000..c8375f8 Binary files /dev/null and b/img/releases/2022-06-22 16.34.02.jpg differ diff --git a/img/releases/2022-06-22 16.34.06.jpg b/img/releases/2022-06-22 16.34.06.jpg new file mode 100644 index 0000000..9496e1c Binary files /dev/null and b/img/releases/2022-06-22 16.34.06.jpg differ diff --git a/img/releases/2022-06-22 16.34.09.jpg b/img/releases/2022-06-22 16.34.09.jpg new file mode 100644 index 0000000..cbe17e0 Binary files /dev/null and b/img/releases/2022-06-22 16.34.09.jpg differ diff --git a/img/releases/2022-06-22 16.34.12.jpg b/img/releases/2022-06-22 16.34.12.jpg new file mode 100644 index 0000000..8396a26 Binary files /dev/null and b/img/releases/2022-06-22 16.34.12.jpg differ diff --git a/img/releases/2022-06-22 16.34.17.jpg b/img/releases/2022-06-22 16.34.17.jpg new file mode 100644 index 0000000..1bb12e8 Binary files /dev/null and b/img/releases/2022-06-22 16.34.17.jpg differ diff --git a/img/releases/2022-06-22 16.34.48.jpg b/img/releases/2022-06-22 16.34.48.jpg new file mode 100644 index 0000000..fbd09dd Binary files /dev/null and b/img/releases/2022-06-22 16.34.48.jpg differ diff --git a/img/releases/2022-06-22 16.35.05.jpg b/img/releases/2022-06-22 16.35.05.jpg new file mode 100644 index 0000000..fd64fb6 Binary files /dev/null and b/img/releases/2022-06-22 16.35.05.jpg differ diff --git a/img/releases/2022-06-22 16.35.12.jpg b/img/releases/2022-06-22 16.35.12.jpg new file mode 100644 index 0000000..eab95e8 Binary files /dev/null and b/img/releases/2022-06-22 16.35.12.jpg differ diff --git a/img/releases/2022-06-22 16.35.16.jpg b/img/releases/2022-06-22 16.35.16.jpg new file mode 100644 index 0000000..adf4d31 Binary files /dev/null and b/img/releases/2022-06-22 16.35.16.jpg differ diff --git a/img/releases/2022-06-22 16.35.30.jpg b/img/releases/2022-06-22 16.35.30.jpg new file mode 100644 index 0000000..4fbea32 Binary files /dev/null and b/img/releases/2022-06-22 16.35.30.jpg differ diff --git a/img/releases/2022-06-22 16.35.37.jpg b/img/releases/2022-06-22 16.35.37.jpg new file mode 100644 index 0000000..adf4d31 Binary files /dev/null and b/img/releases/2022-06-22 16.35.37.jpg differ diff --git a/img/releases/2022-06-22 16.37.16.jpg b/img/releases/2022-06-22 16.37.16.jpg new file mode 100644 index 0000000..eace5b9 Binary files /dev/null and b/img/releases/2022-06-22 16.37.16.jpg differ diff --git a/img/releases/2022-06-22 17.02.46.jpg b/img/releases/2022-06-22 17.02.46.jpg new file mode 100644 index 0000000..67dfd12 Binary files /dev/null and b/img/releases/2022-06-22 17.02.46.jpg differ diff --git a/img/releases/2022-06-22 17.02.51.jpg b/img/releases/2022-06-22 17.02.51.jpg new file mode 100644 index 0000000..e496435 Binary files /dev/null and b/img/releases/2022-06-22 17.02.51.jpg differ diff --git a/img/releases/2022-06-22 17.02.55.jpg b/img/releases/2022-06-22 17.02.55.jpg new file mode 100644 index 0000000..51dafb5 Binary files /dev/null and b/img/releases/2022-06-22 17.02.55.jpg differ diff --git a/img/releases/2022-06-22 17.03.04.jpg b/img/releases/2022-06-22 17.03.04.jpg new file mode 100644 index 0000000..526f174 Binary files /dev/null and b/img/releases/2022-06-22 17.03.04.jpg differ diff --git a/img/releases/2022-06-22 17.03.13.jpg b/img/releases/2022-06-22 17.03.13.jpg new file mode 100644 index 0000000..89a6a47 Binary files /dev/null and b/img/releases/2022-06-22 17.03.13.jpg differ diff --git a/img/releases/2022-06-22 17.03.22.jpg b/img/releases/2022-06-22 17.03.22.jpg new file mode 100644 index 0000000..6199f24 Binary files /dev/null and b/img/releases/2022-06-22 17.03.22.jpg differ diff --git a/img/releases/2022-06-22 17.03.31.jpg b/img/releases/2022-06-22 17.03.31.jpg new file mode 100644 index 0000000..3adaf12 Binary files /dev/null and b/img/releases/2022-06-22 17.03.31.jpg differ diff --git a/img/releases/2022-06-22 17.03.40.jpg b/img/releases/2022-06-22 17.03.40.jpg new file mode 100644 index 0000000..ca87a95 Binary files /dev/null and b/img/releases/2022-06-22 17.03.40.jpg differ diff --git a/img/releases/2022-06-22 17.03.44.jpg b/img/releases/2022-06-22 17.03.44.jpg new file mode 100644 index 0000000..7d34f58 Binary files /dev/null and b/img/releases/2022-06-22 17.03.44.jpg differ diff --git a/img/releases/2022-06-22 17.03.50.jpg b/img/releases/2022-06-22 17.03.50.jpg new file mode 100644 index 0000000..fa0f8b6 Binary files /dev/null and b/img/releases/2022-06-22 17.03.50.jpg differ diff --git a/img/releases/2022-06-22 17.03.53.jpg b/img/releases/2022-06-22 17.03.53.jpg new file mode 100644 index 0000000..9bd7f70 Binary files /dev/null and b/img/releases/2022-06-22 17.03.53.jpg differ diff --git a/img/releases/2022-06-22 17.03.57.jpg b/img/releases/2022-06-22 17.03.57.jpg new file mode 100644 index 0000000..307e549 Binary files /dev/null and b/img/releases/2022-06-22 17.03.57.jpg differ diff --git a/img/releases/2022-06-22 17.04.01.jpg b/img/releases/2022-06-22 17.04.01.jpg new file mode 100644 index 0000000..9e5c810 Binary files /dev/null and b/img/releases/2022-06-22 17.04.01.jpg differ diff --git a/img/releases/2022-06-22 17.04.06.jpg b/img/releases/2022-06-22 17.04.06.jpg new file mode 100644 index 0000000..4b78c42 Binary files /dev/null and b/img/releases/2022-06-22 17.04.06.jpg differ diff --git a/img/releases/2022-06-22 17.04.10.jpg b/img/releases/2022-06-22 17.04.10.jpg new file mode 100644 index 0000000..bf164d9 Binary files /dev/null and b/img/releases/2022-06-22 17.04.10.jpg differ diff --git a/img/releases/2022-06-22 17.04.16.jpg b/img/releases/2022-06-22 17.04.16.jpg new file mode 100644 index 0000000..1faed20 Binary files /dev/null and b/img/releases/2022-06-22 17.04.16.jpg differ diff --git a/img/releases/2022-06-22 17.04.22.jpg b/img/releases/2022-06-22 17.04.22.jpg new file mode 100644 index 0000000..bb7c390 Binary files /dev/null and b/img/releases/2022-06-22 17.04.22.jpg differ diff --git a/img/releases/2022-06-22 17.04.25.jpg b/img/releases/2022-06-22 17.04.25.jpg new file mode 100644 index 0000000..72391f0 Binary files /dev/null and b/img/releases/2022-06-22 17.04.25.jpg differ diff --git a/img/releases/2022-06-22 17.04.29.jpg b/img/releases/2022-06-22 17.04.29.jpg new file mode 100644 index 0000000..860da63 Binary files /dev/null and b/img/releases/2022-06-22 17.04.29.jpg differ diff --git a/img/releases/photo_2022-06-22 17.02.37.jpeg b/img/releases/photo_2022-06-22 17.02.37.jpeg new file mode 100644 index 0000000..6741794 Binary files /dev/null and b/img/releases/photo_2022-06-22 17.02.37.jpeg differ diff --git a/index.html b/index.html index cd09af8..b1fbba9 100644 --- a/index.html +++ b/index.html @@ -1,354 +1,132 @@ - - - - Special Issue #18 – [[ Unfolding [ ] Implicancies ]] - - - - - - - - - -

[[ Unfolding [ ] Implicancies ]]

- - - - - - - - - - \ No newline at end of file + + + + + + SI18 + + + + +
+ + +
+

+ SI18 - Radio Implicancies: Methods To Practice Interdependencies +

+ +
+ + + +
+ + +
+ + +
+
+

+ The third and last issue of the first year of Experimental Publishing (XPUB), Radio + Implicancies: Methods To Practice Interdependencies, is a series of eight, + increasingly ambitious, weekly released sound publications. While the name of this + publication might give you the impression that those periodical releases were + broadcasted, they very much took place behind closed doors, amongst the group + members themselves… +

+

+ Released for the very first time on the 12th of April, the twelve members of the + group, who where shapeshifting each Tuesday of the week into their own audience, + constantly shuffled positions in the overall work infrastructure until the last + release on the 21st of June. This modular approach to work positions enabled an + interdependent publishing structure in which different figures of agency took turn + in order to share responsibilities in a sustainable manner. +

+

+ Certainly captivated by the diversity in shapes, contents and experiences offered by + the Special Issue 18's eight sound publications, one might wonder: but what is it + all about? The time pressure and weekly format framework left the overall project + stuck under the surface of the water, as under an ice floe. Yet, the time spared on + reflecting over past releases was invested in a bold pace of exploration, in which + each week the group has re-conceptualised new work methodologies. The urgency of + experimenting with new infrastructures and breaking down mainstream hierarchical + ones, took over the reflection of the resulted emergencies within each project. The + ice floe broke at some place, enabling water flows, but those remained disparate, a + stream still waiting to be connected. +

+

+ Every other Tuesday of each week, somehow estranged from everyones' work progress, + all the members of the group, except the care-takers (a few members responsible of + the overall outcome of that week's publication), would walk into a dedicated room + unaware of what kind of experience they would step into. Some publications even + shifted from edited projects to live performances, presenting tools, interface or + instruments for the public to thread all the pieces together themselves. +

+ + The uneven pattern website + +

+ The third week release, Uneven Patterns, was the first milestone in which the + release's care-takers took the role of editors. The listener's experience evolved + from that of a brutal unintentional edit of disparate sound-works, to an intentional + curated piece, interlaced by a common rhythm: that of different binding sounds. The + theme presented by the editors was inviting in a non-restrictive manner. +

+

+ From then on the publications' care-takers became the heart of each weekly release. +

+ +

+ On the fourth week, the Emergent Opera's care-takers introduced a new kind of + release format: live edit. The release's interface, unlike the up-to-then linear + structures, took the form of a circular constellation of sound tracks, an instrument + that can be activated by any willing participant, generating a new kind of + audio-collage. +

+ +

+ This potential for more performative and interactive interfaces inspired the + care-takers of The Jingle Board Parliament to challenge said format on the fifth + week. For the first time, the potential of found footage in media and pop culture, + within a short-format restriction, got encouraged. The occasion to experience and + command a once in a lifetime political landscape hosting an eclectic assemble of + voices. +

+ +

+ The instrument became voice. While dialogues were emerging out of cheer spontaneity, + the Nested Narratives release was the occasion to reflect together on a textual net + around a given refrain. One that would weave the diverse reflection, on a common + problematic, of makers and listeners together… +

+ +

+ And the voices carried methods. For the first time in months, the care-takers + decided to take the bull by the horns and propose to confront methodologies upfront + with the Sharing Methods for Diffractive Reading cookbook. The occasion highlighted + that however considerate a method might be, different texts need different care and + attention. +

+ +

+ This intricate publication blew a wind of spontaneity to the last week's release. + Each day, the different contributors would react to one another with daily (short-) + uploads on the Unfolding [ ] Implicancies platform. A final interface with data + strata of all kind resulted in a generous open-end: a rhizome narrative with no top + nor bottom, no left or right, where what ends is where that begins. +

+
+ + diff --git a/release/background.js b/release/background.js deleted file mode 100644 index cc13c64..0000000 --- a/release/background.js +++ /dev/null @@ -1,9 +0,0 @@ -const background = document.querySelector("#background"); - -const releases = document.querySelectorAll(".index li a"); - -for (const release of releases) { - release.addEventListener("mouseenter", (e) => { - background.src = `img/${release.dataset.bg}.jpg`; - }); -} diff --git a/release/index.html b/release/index.html deleted file mode 100644 index ae52271..0000000 --- a/release/index.html +++ /dev/null @@ -1,41 +0,0 @@ - - - - - - - SI18 - - - - - contributors - - - diff --git a/release/style.css b/release/style.css deleted file mode 100644 index dee443d..0000000 --- a/release/style.css +++ /dev/null @@ -1,72 +0,0 @@ -* { - box-sizing: border-box; -} - -html, -body { - background-color: #006dfe; -} - -.index { - width: 100%; - height: 100vh; - padding: 0 24px; - margin: 0; - - display: flex; - justify-content: center; - align-content: center; - - flex-wrap: wrap; - gap: 12px; - - list-style: none; -} - -ul { - padding: 0; - margin: 0; -} - -.index li { - position: relative; - padding: 6px 12px; - background-color: white; - border-radius: 24px; - margin: 0; -} - -a { - color: currentColor; - text-decoration: none; -} - -.index a:after { - content: ""; - position: absolute; - top: 0; - left: 0; - width: 100%; - height: 100%; -} - -li:hover { - transform: scale(1.05); -} - -#background { - position: absolute; - width: 100%; - height: 100vh; - top: 0; - left: 0; - - object-fit: cover; -} - -@media (max-width: 767.98px) { - #background { - object-fit: contain; - object-position: top; - } -} diff --git a/releases.json b/releases.json new file mode 100644 index 0000000..74a0c29 --- /dev/null +++ b/releases.json @@ -0,0 +1,246 @@ +{ + "releases": [ + { + "title": "Try Out", + "date": "12/04/2022" + }, + { + "title": "Yet to be Named", + "date": "19/04/2022", + "caretakers": [ + "Chae", + "Mitsa" + ], + "contributors": [ + [ + "Alex", + "Em" + ], + [ + "Miri" + ], + [ + "Kamo" + ], + [ + "Mitsa", + "Gr" + ], + [ + "Kim", + "Chae" + ], + [ + "Supi", + "Jian" + ], + [ + "Gersande", + "Carmen" + ] + ] + }, + { + "title": "Uneven Patterns", + "date": "26/04/2022", + "caretakers": [ + "Kim", + "Jian" + ], + "contributors": [ + [ + "Em", + "Miri" + ], + [ + "Kamo", + "Mitsa", + "Supi" + ], + [ + "Gersande", + "Carmen", + "Alex" + ], + [ + "Gr", + "Chae" + ], + [ + "Kim", + "Jian" + ] + ] + }, + { + "title": "Emergent Opera", + "date": "10/05/2022", + "caretakers": [ + "Gersande", + "Gr", + "Kamo" + ], + "contributors": [ + [ + "Kamo", + "Supi" + ], + [ + "Gersande" + ], + [ + "Em", + "Jian" + ], + [ + "Carmen", + "Miri" + ], + [ + "Alex" + ], + [ + "Chae", + "Kim" + ] + ] + }, + { + "title": "The Parliament", + "date": "17/05/2022", + "caretakers": [ + "Mitsa", + "Gr", + "Miri" + ], + "contributors": [ + [ + "Supi", + "Kim" + ], + [ + "Kamo", + "Miri" + ], + [ + "Mitsa", + "Alex" + ], + [ + "Gersande", + "Jian" + ], + [ + "Em", + "Carmen" + ] + ] + }, + { + "title": "Nested Narratives", + "date": "24/05/2022", + "caretakers": [ + "Supi", + "Em", + "Alex" + ], + "contributors": [ + [ + "Miri", + "Mitsa" + ], + [ + "Alex", + "Supi" + ], + [ + "Em", + "Kamo" + ], + [ + "Jian", + "Gr" + ], + [ + "Gersande", + "Chae" + ] + ] + }, + { + "title": "Sharing methods for diffractive reading", + "date": "07/06/2022", + "caretakers": [ + "Kamo", + "Kim", + "Gr" + ], + "contributors": [ + [ + "Em", + "Supi" + ], + [ + "Miri" + ], + [ + "Chae" + ], + [ + "Carmen", + "Jian" + ], + [ + "Alex", + "Mitsa" + ], + [ + "Chae", + "Em" + ], + [ + "Kamo", + "Kim", + "Gr" + ] + ] + }, + { + "title": "[[Unfolding [] implicancies]]", + "date": "14/06/2022", + "caretakers": [ + "Em", + "Jian", + "Miri" + ], + "contributors": [ + [ + "Mitsa" + ], + [ + "Gr" + ], + [ + "Kamo" + ], + [ + "Chae" + ], + [ + "Kim" + ], + [ + "Supi" + ] + ] + }, + { + "title": "Live in Paris", + "date": "21/06/2022", + "caretakers": [ + "Chae", + "Carmen" + ] + } + ] +} \ No newline at end of file diff --git a/style.css b/style.css new file mode 100644 index 0000000..bb15b00 --- /dev/null +++ b/style.css @@ -0,0 +1,152 @@ +* { + box-sizing: border-box; +} + +html, +body { + background-color: #006dfe; + font-family: sans-serif; + font-size: 20px; + line-height: 1.6; +} + +header { + display: flex; + flex-direction: column; + justify-content: space-between; + align-items: flex-start; + + width: 100%; + height: 100vh; + padding: 24px; + margin: 0; +} + +.meta { + position: relative; +} + +.index { + position: absolute; + + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + + display: flex; + justify-content: center; + align-content: center; + + flex-wrap: wrap; + gap: 12px; + + list-style: none; +} + +ul { + padding: 0; + margin: 0; +} + +.index li, +.meta button { + position: relative; + padding: 6px 12px; + background-color: white; + border-radius: 42px; + margin: 0; + font-size: 42px; +} + +a { + color: currentColor; + text-decoration: none; +} + +.index a:after { + content: ""; + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; +} + +li:hover { + transform: scale(1.05); +} + +#background, +#foreground { + position: absolute; + width: 100%; + height: 100vh; + top: 0; + left: 0; + + object-fit: contain; +} + +#foreground { + pointer-events: none; +} + +.meta button { + background-color: white; + border: none; + font-size: 1rem; + font-family: sans-serif; + margin-top: 16px; +} + +.meta .title { + margin: 0; + background-color: white; +} + +.meta .description { + max-width: 60ch; + margin: 0; +} + +.meta.release { + display: flex; + flex-direction: column; + justify-content: flex-start; + align-items: flex-start; + gap: 8px; +} + +.meta .title, +.meta.release .title, +.meta.release .date { + font-size: 1rem; + + background-color: white; + + padding: 6px 12px; + border-radius: 6px; +} + +.hidden { + visibility: hidden; +} + +main { + padding: 24px; +} + +main * { + max-width: 60ch; +} + +main img { + display: inline-block; +} + +@media (max-width: 767.98px) { + #background { + object-fit: contain; + object-position: top; + } +}