diff --git a/public/audio/011.mp3 b/public/audio/011.mp3 deleted file mode 100644 index 1227d8a..0000000 Binary files a/public/audio/011.mp3 and /dev/null differ diff --git a/public/audio/012.mp3 b/public/audio/012.mp3 deleted file mode 100644 index 67c9177..0000000 Binary files a/public/audio/012.mp3 and /dev/null differ diff --git a/public/audio/013.mp3 b/public/audio/013.mp3 deleted file mode 100644 index abe6c4c..0000000 Binary files a/public/audio/013.mp3 and /dev/null differ diff --git a/public/audio/014.mp3 b/public/audio/014.mp3 deleted file mode 100644 index a237b3a..0000000 Binary files a/public/audio/014.mp3 and /dev/null differ diff --git a/public/audio/015.mp3 b/public/audio/015.mp3 deleted file mode 100644 index cd29fb8..0000000 Binary files a/public/audio/015.mp3 and /dev/null differ diff --git a/public/audio/016.mp3 b/public/audio/016.mp3 deleted file mode 100644 index 1144acd..0000000 Binary files a/public/audio/016.mp3 and /dev/null differ diff --git a/public/audio/017.mp3 b/public/audio/017.mp3 deleted file mode 100644 index 9801426..0000000 Binary files a/public/audio/017.mp3 and /dev/null differ diff --git a/public/audio/018.mp3 b/public/audio/018.mp3 deleted file mode 100644 index e58d30f..0000000 Binary files a/public/audio/018.mp3 and /dev/null differ diff --git a/public/audio/019.mp3 b/public/audio/019.mp3 deleted file mode 100644 index 9e18898..0000000 Binary files a/public/audio/019.mp3 and /dev/null differ diff --git a/public/audio/020.mp3 b/public/audio/020.mp3 deleted file mode 100644 index b326236..0000000 Binary files a/public/audio/020.mp3 and /dev/null differ diff --git a/public/audio/021.mp3 b/public/audio/021.mp3 deleted file mode 100644 index 4611e84..0000000 Binary files a/public/audio/021.mp3 and /dev/null differ diff --git a/public/audio/022.mp3 b/public/audio/022.mp3 deleted file mode 100644 index ef07fca..0000000 Binary files a/public/audio/022.mp3 and /dev/null differ diff --git a/public/audio/023.mp3 b/public/audio/023.mp3 deleted file mode 100644 index 78fb0fc..0000000 Binary files a/public/audio/023.mp3 and /dev/null differ diff --git a/public/audio/11.mp3 b/public/audio/11.mp3 deleted file mode 100644 index ca190f0..0000000 Binary files a/public/audio/11.mp3 and /dev/null differ diff --git a/public/audio/12.mp3 b/public/audio/12.mp3 deleted file mode 100644 index d6f1fa8..0000000 Binary files a/public/audio/12.mp3 and /dev/null differ diff --git a/public/audio/13.mp3 b/public/audio/13.mp3 deleted file mode 100644 index 0baa638..0000000 Binary files a/public/audio/13.mp3 and /dev/null differ diff --git a/public/audio/14.mp3 b/public/audio/14.mp3 deleted file mode 100644 index 23dfca6..0000000 Binary files a/public/audio/14.mp3 and /dev/null differ diff --git a/public/audio/15.mp3 b/public/audio/15.mp3 deleted file mode 100644 index 693dd2a..0000000 Binary files a/public/audio/15.mp3 and /dev/null differ diff --git a/public/audio/16.mp3 b/public/audio/16.mp3 deleted file mode 100644 index 485fd5d..0000000 Binary files a/public/audio/16.mp3 and /dev/null differ diff --git a/public/audio/17.mp3 b/public/audio/17.mp3 deleted file mode 100644 index 8ad113c..0000000 Binary files a/public/audio/17.mp3 and /dev/null differ diff --git a/public/audio/18.mp3 b/public/audio/18.mp3 deleted file mode 100644 index 707affa..0000000 Binary files a/public/audio/18.mp3 and /dev/null differ diff --git a/public/audio/19.mp3 b/public/audio/19.mp3 deleted file mode 100644 index 373e2f4..0000000 Binary files a/public/audio/19.mp3 and /dev/null differ diff --git a/public/audio/bird.mp3 b/public/audio/bird.mp3 deleted file mode 100644 index 33ee60c..0000000 Binary files a/public/audio/bird.mp3 and /dev/null differ diff --git a/public/audio/clap01.mp3 b/public/audio/clap01.mp3 deleted file mode 100644 index b2bf6c7..0000000 Binary files a/public/audio/clap01.mp3 and /dev/null differ diff --git a/public/audio/clap02.mp3 b/public/audio/clap02.mp3 deleted file mode 100644 index 6da43d9..0000000 Binary files a/public/audio/clap02.mp3 and /dev/null differ diff --git a/public/audio/march_drum.mp3 b/public/audio/march_drum.mp3 deleted file mode 100644 index f244719..0000000 Binary files a/public/audio/march_drum.mp3 and /dev/null differ diff --git a/public/audio/messagesound.mp3 b/public/audio/messagesound.mp3 deleted file mode 100644 index f15105b..0000000 Binary files a/public/audio/messagesound.mp3 and /dev/null differ diff --git a/public/default.css b/public/default.css index bb85973..b0ff0dc 100644 --- a/public/default.css +++ b/public/default.css @@ -20,11 +20,22 @@ body { background-repeat: no-repeat; background-position: center; height: 100vh; - width: 100vw; + width: 100vw; /* z-index usage is up to you.. although there is no need of using it because the default stack context will work. */ z-index: -1; // this is optional } +.popup { + display: none; + position: absolute; + max-width: 800px; + top: 50%; + left: 50%; + transform: translate(-50%, -50%); + background-color: rgba(255, 255, 255, 0.3); + z-index: 100; +} + .content { width: 100%; height: 100%; @@ -35,12 +46,43 @@ body { top: 15px; right: 20px; } +.list { + position: fixed; + top: 15px; + left: 20px; +} +.sub { + position: fixed; + bottom: 15px; + left: 20px; +} +.list2 { + position: fixed; + bottom: 15px; + left: 50%; + text-align: center; +} +.parade { + position: fixed; + bottom: 15px; + right: 20px; +} +.list-sub { + position: fixed; + top: 36px; + right: 20px; +} +.list-parade { + position: fixed; + top: 68px; + right: 20px; +} a, a:visited, -a:hover, -a:focus -a:active { +a:hover, +a:focus +a:active { color: white; text-decoration: none; } @@ -123,10 +165,10 @@ ol, ul { } .noscroll { - overflow: hidden; + overflow: hidden; } -.noscroll * { touch-action: none; +.noscroll * { touch-action: none; } button { @@ -149,7 +191,7 @@ button { vertical-align: top; text-align: center; } - + .name { display: inline-block; } @@ -158,7 +200,7 @@ button { display: inline-block; } -@media screen and (max-width: 700px) { +@media screen and (max-width: 700px) { .notice { position: absolute; @@ -170,4 +212,4 @@ button { padding-bottom: 20px; } -} \ No newline at end of file +} diff --git a/public/entry.js b/public/entry.js new file mode 100644 index 0000000..e613504 --- /dev/null +++ b/public/entry.js @@ -0,0 +1,115 @@ +// -- https://stackoverflow.com/a/46722645 +// history.scrollRestoration = "manual"; + +// -- https://stackoverflow.com/a/39577640 +function dataURLtoBlob(dataURL) { + let array, binary, i, len; + binary = atob(dataURL.split(",")[1]); + array = []; + i = 0; + len = binary.length; + while (i < len) { + array.push(binary.charCodeAt(i)); + i++; + } + return new Blob([new Uint8Array(array)], { + type: "image/png", + }); +} + +var p = []; +var cols = 17; +var rows = 17; +var unit = 15; //px +var sw = 0.4; //px (strokewidth) +var img; + +function setup() { + var cnv = createCanvas(cols*(unit+sw)+sw, rows*(unit+sw)+sw); + cnv.parent("p5"); + img = createGraphics(cols*(unit+sw)+sw, rows*(unit+sw)+sw); + var but = createButton("clear!"); + // var sav = createButton("save!"); + but.class('but').parent("p5"); + // sav.class('sav').parent("p5"); + for (var i = 0; i < cols*rows; i++) { + p.push(0); + } + but.mousePressed(function () { + for (var i = 0; i < cols*rows; i++) { + p.push(0); + } + img.clear(); + }); +} + +function draw() { + // + clear(); + + //draw the grid + stroke(255); + strokeWeight(sw); + for (var c = 0; c < cols; c++) { + for (var r = 0; r < rows; r++) { + noFill(); + rect(c*(unit+sw)+sw, r*(unit+sw)+sw, unit, unit); + } + } + + // + image(img, 0, 0); + + //pointer + fill(0, 255, 0); + strokeWeight(0); + circle(mouseX, mouseY, 10); + + // + if (mouseIsPressed && mouseButton === LEFT) { + //find slot under the pointer + var mouseC = int(mouseX/(unit+sw)); + var mouseR = int(mouseY/(unit+sw)); + if (mouseC < cols && mouseR < rows) p[mouseC*cols + mouseR] = 1; + img.strokeWeight(0); + img.fill(255); + img.rect(mouseC*(unit+sw), mouseR*(unit+sw), unit+sw*2, unit+sw*2); + } +} + +function submitForm(event) { + + //TODO : first check if there is a drawing or not. (pixels) + + // + var submit = document.getElementById("submit"); + submit.setAttribute('disabled', 'disabled'); + + // + var form = document.getElementById("form"); + var fd = new FormData(form); + + // + var dataurl = img.elt.toDataURL(); + var pixels = dataURLtoBlob(dataurl); + fd.append("pixels", pixels, "pixels.png"); + + for(var pair of fd.entries()) { + console.log(pair[0]+ ', '+ pair[1]); + } + + // + var request = new XMLHttpRequest(); + request.open("POST", "/entry"); + request.send(fd); + + // + event.preventDefault(); + + // + alert('감사합니다!'); + location.reload(); +} + +const form = document.getElementById('form'); +form.addEventListener('submit', submitForm); diff --git a/public/entry/script.js b/public/entry/script.js deleted file mode 100644 index a7f7a3b..0000000 --- a/public/entry/script.js +++ /dev/null @@ -1,113 +0,0 @@ -// -- https://stackoverflow.com/a/39577640 -function dataURLtoBlob(dataURL) { - let array, binary, i, len; - binary = atob(dataURL.split(",")[1]); - array = []; - i = 0; - len = binary.length; - while (i < len) { - array.push(binary.charCodeAt(i)); - i++; - } - return new Blob([new Uint8Array(array)], { - type: "image/png", - }); -} - -var p = []; -var cols = 17; -var rows = 17; -var unit = 15; //px -var sw = 0.4; //px (strokewidth) -var img; - -function setup() { - var cnv = createCanvas(cols*(unit+sw)+sw, rows*(unit+sw)+sw); - cnv.parent("p5"); - img = createGraphics(cols*(unit+sw)+sw, rows*(unit+sw)+sw); - var but = createButton("clear!"); - // var sav = createButton("save!"); - but.class('but').parent("p5"); - // sav.class('sav').parent("p5"); - for (var i = 0; i < cols*rows; i++) { - p.push(0); - } - but.mousePressed(function () { - for (var i = 0; i < cols*rows; i++) { - p.push(0); - } - img.clear(); - }); -} - -function draw() { - // - clear(); - - //draw the grid - stroke(255); - strokeWeight(sw); - for (var c = 0; c < cols; c++) { - for (var r = 0; r < rows; r++) { - noFill(); - rect(c*(unit+sw)+sw, r*(unit+sw)+sw, unit, unit); - } - } - - // - image(img, 0, 0); - - //pointer - fill(0, 255, 0); - strokeWeight(0); - circle(mouseX, mouseY, 10); - - // - if (mouseIsPressed && mouseButton === LEFT) { - //find slot under the pointer - var mouseC = int(mouseX/(unit+sw)); - var mouseR = int(mouseY/(unit+sw)); - if (mouseC < cols && mouseR < rows) p[mouseC*cols + mouseR] = 1; - img.strokeWeight(0); - img.fill(255); - img.rect(mouseC*(unit+sw), mouseR*(unit+sw), unit+sw*2, unit+sw*2); - } -} - -function submitForm(event) { - // - var that = event.target.elements; - - // - var fd = new FormData(); - - // - fd.append("audiofile", that.audiofile.files[0]); - - // - var dataurl = img.elt.toDataURL(); - var pixels = dataURLtoBlob(dataurl); - fd.append("pixels", pixels, "pixels.png"); - - // - fd.append("message", that.message.value); - - // - var request = new XMLHttpRequest(); - request.open("POST", "/entry"); - request.send(fd); - - // - event.preventDefault(); -} - -const form = document.getElementById('form'); -form.addEventListener('submit', submitForm); - -/* global describe describeElement textOutput gridOutput print frameCount deltaTime focused cursor frameRate noCursor displayWidth displayHeight windowWidth windowHeight windowResized width height fullscreen pixelDensity displayDensity getURL getURLPath getURLParams alpha blue brightness color green hue lerpColor lightness red saturation Color background clear colorMode fill noFill noStroke stroke erase noErase arc ellipse circle line point quad rect square triangle ellipseMode noSmooth rectMode smooth strokeCap strokeJoin strokeWeight bezier bezierDetail bezierPoint bezierTangent curve curveDetail curveTightness curvePoint curveTangent beginContour beginShape bezierVertex curveVertex endContour endShape quadraticVertex vertex normal plane box sphere cylinder cone ellipsoid torus Geometry loadModel model HALF_PI PI QUARTER_PI TAU TWO_PI DEGREES RADIANS preload setup draw remove disableFriendlyErrors noLoop loop isLooping push pop redraw p5 Element select selectAll removeElements changed input createDiv createP createSpan createImg createA createSlider createButton createCheckbox createSelect createRadio createColorPicker createInput createFileInput createVideo createAudio VIDEO AUDIO createCapture createElement MediaElement File Graphics createCanvas resizeCanvas noCanvas createGraphics blendMode drawingContext setAttributes applyMatrix resetMatrix rotate rotateX rotateY rotateZ scale shearX shearY translate storeItem getItem clearStorage removeItem createStringDict createNumberDict TypedDict NumberDict append arrayCopy concat reverse shorten shuffle sort splice subset float int str boolean byte char unchar hex unhex join match matchAll nf nfc nfp nfs split splitTokens trim deviceOrientation accelerationX accelerationY accelerationZ pAccelerationX pAccelerationY pAccelerationZ rotationX rotationY rotationZ pRotationX pRotationY pRotationZ turnAxis setMoveThreshold setShakeThreshold deviceMoved deviceTurned deviceShaken keyIsPressed key keyCode keyPressed keyReleased keyTyped keyIsDown movedX movedY mouseX mouseY pmouseX pmouseY winMouseX winMouseY pwinMouseX pwinMouseY mouseButton mouseIsPressed mouseMoved mouseDragged mousePressed mouseReleased mouseClicked doubleClicked mouseWheel requestPointerLock exitPointerLock touches touchStarted touchMoved touchEnded createImage saveCanvas saveFrames Image loadImage image tint noTint imageMode pixels blend copy filter get loadPixels set updatePixels loadJSON loadStrings loadTable loadXML loadBytes httpGet httpPost httpDo XML createWriter PrintWriter save saveJSON saveStrings saveTable Table TableRow day hour minute millis month second year abs ceil constrain dist exp floor lerp log mag map max min norm pow round sq sqrt fract createVector Vector noise noiseDetail noiseSeed randomSeed random randomGaussian acos asin atan atan2 cos sin tan degrees radians angleMode textAlign textLeading textSize textStyle textWidth textAscent textDescent textWrap loadFont text textFont Font orbitControl debugMode noDebugMode ambientLight specularColor directionalLight pointLight lights lightFalloff spotLight noLights loadShader createShader shader resetShader texture textureMode textureWrap normalMaterial ambientMaterial emissiveMaterial specularMaterial shininess Shader camera perspective ortho frustum createCamera Camera setCamera - -LEFT RIGHT CENTER - -<<<_p5_keywords - -*/ diff --git a/public/imgs/01.png b/public/imgs/01.png deleted file mode 100644 index a1db628..0000000 Binary files a/public/imgs/01.png and /dev/null differ diff --git a/public/imgs/02.png b/public/imgs/02.png deleted file mode 100644 index d87a88f..0000000 Binary files a/public/imgs/02.png and /dev/null differ diff --git a/public/imgs/03.png b/public/imgs/03.png deleted file mode 100644 index 884dd90..0000000 Binary files a/public/imgs/03.png and /dev/null differ diff --git a/public/imgs/04.png b/public/imgs/04.png deleted file mode 100644 index 0d17862..0000000 Binary files a/public/imgs/04.png and /dev/null differ diff --git a/public/imgs/05.png b/public/imgs/05.png deleted file mode 100644 index 4579a6b..0000000 Binary files a/public/imgs/05.png and /dev/null differ diff --git a/public/imgs/06.png b/public/imgs/06.png deleted file mode 100644 index 51fcc32..0000000 Binary files a/public/imgs/06.png and /dev/null differ diff --git a/public/imgs/07.png b/public/imgs/07.png deleted file mode 100644 index 11d950c..0000000 Binary files a/public/imgs/07.png and /dev/null differ diff --git a/public/imgs/08.png b/public/imgs/08.png deleted file mode 100644 index 90df06a..0000000 Binary files a/public/imgs/08.png and /dev/null differ diff --git a/public/imgs/09.png b/public/imgs/09.png deleted file mode 100644 index d8c6e1f..0000000 Binary files a/public/imgs/09.png and /dev/null differ diff --git a/public/imgs/10.png b/public/imgs/10.png deleted file mode 100644 index a6e990a..0000000 Binary files a/public/imgs/10.png and /dev/null differ diff --git a/public/imgs/11.png b/public/imgs/11.png deleted file mode 100644 index 507c942..0000000 Binary files a/public/imgs/11.png and /dev/null differ diff --git a/public/imgs/12.png b/public/imgs/12.png deleted file mode 100644 index df16e79..0000000 Binary files a/public/imgs/12.png and /dev/null differ diff --git a/public/imgs/13.png b/public/imgs/13.png deleted file mode 100644 index ea9f47e..0000000 Binary files a/public/imgs/13.png and /dev/null differ diff --git a/public/imgs/14.png b/public/imgs/14.png deleted file mode 100644 index ad1622d..0000000 Binary files a/public/imgs/14.png and /dev/null differ diff --git a/public/imgs/logo.png b/public/imgs/logo.png deleted file mode 100644 index 5e459e1..0000000 Binary files a/public/imgs/logo.png and /dev/null differ diff --git a/public/imgs/logo02.png b/public/imgs/logo02.png deleted file mode 100644 index da5fb51..0000000 Binary files a/public/imgs/logo02.png and /dev/null differ diff --git a/public/list.js b/public/list.js deleted file mode 100644 index cf3a385..0000000 --- a/public/list.js +++ /dev/null @@ -1,8 +0,0 @@ -// function setup() { -// noCanvas(); -// selectAll('.name').forEach(item => { -// httpGet(item.attribute('src'), text => { -// item.html(text); -// }) -// }) -// } diff --git a/public/main.css b/public/parade.css similarity index 100% rename from public/main.css rename to public/parade.css diff --git a/public/sketch.js b/public/parade.js similarity index 100% rename from public/sketch.js rename to public/parade.js diff --git a/public/score.json b/public/score.json.archive similarity index 100% rename from public/score.json rename to public/score.json.archive diff --git a/public/style.css b/public/style.css.archive similarity index 99% rename from public/style.css rename to public/style.css.archive index 0e8d382..46f5ac5 100644 --- a/public/style.css +++ b/public/style.css.archive @@ -48,4 +48,4 @@ p { font-family: "Do Hyeon", sans-serif; color: rgb(255, 64, 180); -} \ No newline at end of file +} diff --git a/server.js b/server.js index 91ca819..2f8af9a 100644 --- a/server.js +++ b/server.js @@ -66,21 +66,49 @@ fastify.get("/", function (request, reply) { // --> https://stackoverflow.com/a/40899275 // all the regex didn't work for me -- a 'last resort' method +//get '/submit', '/submit/' +["/submit", "/submit/"].forEach(function(item) { + fastify.get(item, function (request, reply) { + reply.view("/src/pages/submit.html", {}); + }); +}); + +//get '/en/entry', '/en/entry/' +["/en/entry", "/en/entry/"].forEach(function(item) { + fastify.get(item, function (request, reply) { + reply.view("/src/pages/entry.en.html", {}); + }); +}); + +//get '/en/submit', '/en/submit/' +["/en/submit", "/en/submit/"].forEach(function(item) { + fastify.get(item, function (request, reply) { + reply.view("/src/pages/submit.en.html", {}); + }); +}); + //get '/list', '/list/' ["/list", "/list/"].forEach(function(item) { fastify.get(item, async function (request, reply) { //get list let list = await fs.readdir('/media/storage/public/sound-parade/'); - console.log(list); + + // console.log(list); + let folders = []; for (const item of list) { + var fields = JSON.parse((await fs.readFile('/media/storage/public/sound-parade/' + item + '/fields.json')).toString('utf8')); folders.push({ foldername: item, - message: (await fs.readFile('/media/storage/public/sound-parade/' + item + '/message.txt')).toString('utf8') - }) + group: fields.group, + title: fields.title, + comment: fields.comment, + }); } + // console.log(folders); + reply.view("/src/pages/list.html", { list: folders, }); @@ -96,7 +124,33 @@ fastify.get("/entries", async function (request, reply) { reply.send({ list: list }); }); -// //get '/folder:{foldername}' +//get '/delete' +fastify.get("/delete/:foldername/:pass", async function (request, reply) { + + //get pw + var fields = JSON.parse((await fs.readFile('/media/storage/public/sound-parade/' + request.params.foldername + '/fields.json')).toString('utf8')); + + var res = false; + if (fields.pass == request.params.pass) { + // console.log('good pass'); + + //ok. let's move it to trashbin. (mv ../sound-parade.trash) + // await fs.rename('/media/storage/public/sound-parade/' + request.params.foldername, '/media/storage/public/sound-parade.trash/' + request.params.foldername); + + const client = new Client(server); + const folder = await client.getFolder("/Storage/public/sound-parade/" + request.params.foldername); + await folder.move("/Storage/public/sound-parade.trash/" + request.params.foldername); + + // + res = true; + } else { + // console.log('wrong pass'); + } + + reply.send({ result: res }); +}); + +// //get '/folder:foldername' // fastify.get("/folder/:foldername", async function (request, reply) { // reply.send({ foldername: foldername }); // }); @@ -112,8 +166,10 @@ fastify.post("/entry", async function (request, reply) { // console.log(audiofile.fields.message.value); //convert to mp3 ? + var converted = false; if (path.extname(audiofile.filename) !== ".mp3") { console.log("convert to mp3..."); + converted = true; function converter() { return new Promise((resolve, reject) => { // @@ -141,16 +197,24 @@ fastify.post("/entry", async function (request, reply) { //create unique folder ==> timestamp + uuid const folder = await client.createFolder("Storage/public/sound-parade/" + moment().tz('Asia/Seoul').format('YYYYMMDD-HHmmss - ') + uuidv1()); - - const file = await folder.createFile("audio.mp3", await fs.readFile(tmpdir + '/converted.mp3')); - const text = await folder.createFile("message.txt", Buffer.from(audiofile.fields.message.value)); + if (converted) { + const file = await folder.createFile("audio.mp3", await fs.readFile(tmpdir + '/converted.mp3')); + } else { + const file = await folder.createFile("audio.mp3", await fs.readFile(audiofile.filepath)); + } const image = await folder.createFile("pixels.png", await fs.readFile(pixelfile.filepath)); + const json = await folder.createFile("fields.json", Buffer.from(JSON.stringify({ + group: audiofile.fields.group.value, + title: audiofile.fields.title.value, + comment: audiofile.fields.comment.value, + pass: audiofile.fields.pass.value + }))); - reply.view("/src/pages/entry.html", {}); //??? + // reply.view("/src/pages/entry.html", {}); //??? }); //socket.io -var score = require("./public/score.json"); +//var score = require("./public/score.json"); // //there will be 16 rooms called: "room0", "room1", ... , "room15" diff --git a/src/pages/entry.en.html b/src/pages/entry.en.html new file mode 100644 index 0000000..e3121c4 --- /dev/null +++ b/src/pages/entry.en.html @@ -0,0 +1,137 @@ + + + + + + Walking Towards the Flow | entry + + + + + + + + + +
+
+
KR
+
+ +
+
+

Walking  Towards  the Flow

+

+ Have you ever seen a parade outside the procession? Drums and shouts are heard in the distance, many beings shouting, flowing by, groups appearing and moving away... +

+

+ «Walking Toward the Flow» is a sound parade that creates a procession of sounds in the online space. Anyone can participate in this parade, which is made by collecting the sounds you send. +

+

+ «Walking Toward the Flow» consists of a total of five 'flock' of sounds: the sounds of promises, the sounds of speaking, the sounds of the body, the sounds of objects around, and the sounds of someone. They will flow in groups for about 3 minutes each and a total of 15 minutes. +

+

+ On the night of January 27 (Thursday), the «Walking to the Flow» parade will be broadcasted along with a live performance at the 'the Night of Ideas' hosted by the Embassy of France (Ambassade de France en Corée du Sud). Thank you for your participation and interest. +

+

+ Recruiting sounds
+ January 17, 2022 (Mon) – January 26, 2022 (Wed) +

+

+ Live performance
+ January 27th, 2022 (Thursday)
+ 20:45-21:00 (KST), 12:45-13:00 (CET)
+

+

+ Place
+ YouTube streaming, links +

+

+ Parade Composition
+ Flock0 promises — Flock1 flags — Flock2 bodies — Flock3 objects — Flock4 Whoness +

+
+
+

+

How to participate

+
    +
  1. 1. Record the sound for about 30 seconds with a recording device or phone according to the characteristics of the flock. +
      +
    1. • Flock1 flags — Speak out five times about what you like or value.
    2. +
    3. • Flock2 bodies —Record the sound of your body. Applause and whistling.
    4. +
    5. • Flock3 objects — find the sound of things around you. Bubble wrap sound, Beads sound.
    6. +
    7. • Whoness —Collect the sound of others. animal, sound of water, place to take a walk.
    8. +
    +
  2. +
  3. 2. Upload the recorded sound file.
  4. +
  5. 3. After filling out the title and description of the sound, draw the shape of the sound and submit it.
  6. +
+

+
+
+

Sound Submission

+
+
    +
  • +

    1. Sound Type

    +
    +
      +
    • + Flock1 flags +
    • +
    • + Flock2 bodies +
    • +
    • + Flock3 objects +
    • +
    • + Flock4 Whoness +
    • +
    +
    +
  • +

    2. Sound File

    +
    + +
    +
  • +
  • +

    3. title

    +
    + +
    +
  • +
  • +

    4. Descript the sound

    +
    + +
    +
  • + +
  • +

    5. Draw an image of the sound

    +
    +
    +
  • +
  • +

    6. passward 2 numbers. It's required if you delete it.

    +
    + +
    +
  • +
  • +
    + +
    +
  • + +
+
+
+
+
+ + + + diff --git a/src/pages/entry.html b/src/pages/entry.html index 28ebe30..a17a048 100644 --- a/src/pages/entry.html +++ b/src/pages/entry.html @@ -4,7 +4,6 @@ 흐름을 향하여 걷는 | 입장 - @@ -14,125 +13,125 @@
-
- +
+ +
+

흐름을  향하여  걷는

-

- 퍼레이드를 행렬 밖에서 바라본 적이 있나요? 북소리와 함성소리가 멀리서 들리고, 많은 존재들이 외치고, 흐르듯 지나가고, 무리가 등장하고, 잦아지는...... +

+ 퍼레이드를 행렬 밖에서 바라본 적이 있나요? 북소리와 함성소리가 멀리서 들리고, 많은 존재들이 외치고, 흐르듯 지나가고, 무리가 등장하고, 멀어지는......

-

- «흐름을 향하여 걷는»은 온라인으로 소리의 행렬을 만드는 사운드 퍼레이드입니다. 누구나 참여할 수 있는 이 퍼레이드는 여러분이 보내주시는 소리를 모아 만듭니다. 말하는 소리, 몸이 내는 소리, 주변의 사물 또는 누군가의 소리를 보내주세요. +

+ «흐름을 향하여 걷는»은 온라인 공간에 소리의 행렬을 만드는 사운드 퍼레이드입니다. 누구나 참여할 수 있는 이 퍼레이드는 여러분이 보내주시는 소리가 모여 만들어집니다.

-

- 보내주신 소리는 무리를 지어 모양과 함께 흘러갑니다. «흐름을 향하여 걷는»은 총 다섯 개의 소리 무리로 이루어지고 무리별로 각 3분씩 총 15분동안 진행합니다. +

+ «흐름을 향하여 걷는»은 총 다섯 개의 소리 무리로 이루어집니다. 약속하는 소리들, 말하는 소리들, 몸이 내는 소리들, 주변의 사물들, 그리고 누군가의 소리들이 무리를 지어 각 3분 내외 총 15분 가량 흘러가게 됩니다.

-

- 1월 27일(목) 밤, 프랑스 대사관이 주최하는 ‘사유의 밤’ 행사에서 «흐름을 향하여 걷는» 퍼레이드는 연주와 함께 송출될 예정입니다. 많은 참여 및 관심 부탁드립니다. +

+ 1월 27일(목) 밤, 프랑스 대사관이 주최하는 ‘사유의 밤’ 행사에서 «흐름을 향하여 걷는» 퍼레이드는 라이브 공연과 함께 송출될 예정입니다. 많은 참여 및 관심 부탁드립니다.

-
-

- 소리 모집
- 2022년 1월 17일(월)–2022년 1월 26일(수) -

-

-

- 라이브 공연
- 2022년 1월 27일(목)
- 20:45-21:00 (KST), 12:45-13:00 (CET)
-

-

- 장소
- 유튜브 스트리밍(추후공지), 링크들 -

-

- 퍼레이드 구성
- 무리0 약속들 — 무리1 깃발들 — 무리2 신체들 — 무리3 사물들 — 무리4 누구들 -

-
+
+

+ 소리 모집
+ 2022년 1월 17일(월)–2022년 1월 26일(수) +

+

+ 라이브 공연
+ 2022년 1월 27일(목)
+ 20:45-21:00 (KST), 12:45-13:00 (CET)
+

+

+ 장소
+ walkingtowardstheflow.xyz, 프랑스 문화원 유튜브 채널 +

+

+ 퍼레이드 구성
+ 무리0 약속들 — 무리1 깃발들 — 무리2 신체들 — 무리3 사물들 — 무리4 누구들 +

+
-

+

참여 방법

-
    -
  1. 1. 무리의 특성에 따라 녹음기기나 핸드폰으로 30초 가량의 소리를 녹음해주세요. -
      -
    1. • 무리1 깃발들 — 좋아하는 것, 가치에 대해 다섯 번 외쳐주세요.
    2. -
    3. • 무리2 신체들 — 몸에서 나는 소리를 녹음해 보아요. 박수, 휘파람도 좋아요.
    4. -
    5. • 무리3 사물들 — 주변 사물들의 소리를 찾아 주세요. 뽁뽁이 소리, 구슬 소리
    6. -
    7. • 무리4 누구들 — 누구의 소리를 모아주세요. 반려동물, 물 소리, 산책의 장소
    8. -
    -
  2. -
  3. 2. 녹음한 소리 파일을 업로드해주세요.
  4. -
  5. 3. 소리의 제목과 묘사을 입력한 뒤, 소리의 모양을 그려 제출해주세요.
  6. -
+
    +
  1. 1. 무리의 특성에 따라 녹음기기나 핸드폰으로 30초 가량의 소리를 녹음해주세요. +
      +
    1. • 무리1 깃발들 — 좋아하는 것, 가치에 대해 다섯 번 외쳐주세요.
    2. +
    3. • 무리2 신체들 — 몸에서 나는 소리를 녹음해 보아요. 박수, 휘파람도 좋아요.
    4. +
    5. • 무리3 사물들 — 주변 사물들의 소리를 찾아 주세요. 뽁뽁이 소리, 구슬 소리
    6. +
    7. • 무리4 누구들 — 누구의 소리를 모아주세요. 반려동물, 물 소리, 산책의 장소
    8. +
    +
  2. +
  3. 2. 녹음한 소리 파일을 업로드해주세요.
  4. +
  5. 3. 소리의 제목과 묘사을 입력한 뒤, 소리의 모양을 그려 제출해주세요.
  6. +

-

-

소리 제출

-
-
    -
  • +

    소리 제출

    + +
      +
    • 1. 소리 유형

      • - 무리1 깃발들 + 무리1 깃발들
      • - 무리2 신체들 + 무리2 신체들
      • - 무리3 사물들 + 무리3 사물들
      • - 무리4 누구들 -
      • - + 무리4 누구들 +
      • +
      -
    • -
    • -

      2. 소리 파일

      -
      - -
      -
    • -
    • -

      3. 소리 제목

      -
      - -
      -
    • -
    • -

      4. 소리 묘사

      -
      - -
      -
    • - -
    • -

      5. 소리 모양

      -
      -
      -
    • -
    • -
      - -
    • -
+
  • +

    2. 소리 파일

    +
    + +
    +
  • +
  • +

    3. 소리 제목

    +
    + +
    +
  • +
  • +

    4. 소리 묘사

    +
    + +
    +
  • + +
  • +

    5. 소리 모양

    +
    +
    +
  • +
  • +

    6. 비밀번호 숫자 2개_삭제시 필요

    +
    + +
    +
  • +
  • +
    + +
    +
  • + + -

    - - + diff --git a/src/pages/list.en.html b/src/pages/list.en.html new file mode 100644 index 0000000..c1d2c69 --- /dev/null +++ b/src/pages/list.en.html @@ -0,0 +1,68 @@ + + + + + + Walking Towards the Flow | list + + + + + + + + +
    + +
    + +
    + +
    +
    +

    Walking  Towards  the Flow

    + {{#each list}} +
    + +
    {{this.group}}
    +
    {{this.title}}
    +
    {{this.comment}}
    + + +
    + {{/each}} +
    +
    + + + diff --git a/src/pages/list.html b/src/pages/list.html index fd0f320..b8c3ff5 100644 --- a/src/pages/list.html +++ b/src/pages/list.html @@ -13,20 +13,57 @@
    -
    + +
    + +
    + +
    +

    흐름을  향하여  걷는

    {{#each list}}
    -

    {{this.message}}

    - +
    {{this.group}}
    +
    {{this.title}}
    +
    {{this.comment}}
    + +
    {{/each}}
    - + diff --git a/src/pages/parade.html b/src/pages/parade.html index 734d5b8..8bddac0 100644 --- a/src/pages/parade.html +++ b/src/pages/parade.html @@ -5,14 +5,14 @@ 흐름을 향하여 걷는 - + - +
    diff --git a/src/pages/submit.en.html b/src/pages/submit.en.html new file mode 100644 index 0000000..3768d17 --- /dev/null +++ b/src/pages/submit.en.html @@ -0,0 +1,33 @@ + + + + + + Walking Towards the Flow | entry + + + + + + + + +
    + +
    +
    +

    Walking  Towards  the Flow

    +

    + Submission complete! +

    +
    +
    +
    + + diff --git a/src/pages/submit.html b/src/pages/submit.html new file mode 100644 index 0000000..98e87bd --- /dev/null +++ b/src/pages/submit.html @@ -0,0 +1,32 @@ + + + + + + 흐름을 향하여 걷는 | 입장 + + + + + + + + +
    +
    +
    +

    흐름을  향하여  걷는

    +

    + 제출되었습니다 +

    +
    +
    +
    + +