Merge branch 'master' of https://github.com/hynchl/distribusi-foh
This commit is contained in:
commit
7c762aee3b
22 changed files with 174 additions and 427 deletions
21
deploy.sh
21
deploy.sh
|
|
@ -1,39 +1,30 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
echo "---> 'git fetch'"
|
#monitoring each command invokations (on)
|
||||||
|
set -x
|
||||||
|
|
||||||
git fetch
|
git fetch
|
||||||
echo "---> 'git pull'"
|
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
echo "---> 'rm data/.ignore'"
|
|
||||||
rm data/.ignore
|
rm data/.ignore
|
||||||
echo "---> 'cp test_data/.ignore data/'"
|
|
||||||
cp test_data/.ignore data/
|
cp test_data/.ignore data/
|
||||||
|
|
||||||
echo "---> 'rm -r data/src'"
|
|
||||||
rm -r data/src
|
rm -r data/src
|
||||||
echo "---> 'cp -r test_data/src/ data/'"
|
|
||||||
cp -r test_data/src/ data/
|
cp -r test_data/src/ data/
|
||||||
|
|
||||||
echo "---> 'rm data/about.html'"
|
|
||||||
rm data/about.html
|
rm data/about.html
|
||||||
echo "---> 'cp test_data/about.html data/'"
|
|
||||||
cp test_data/about.html data/
|
cp test_data/about.html data/
|
||||||
|
|
||||||
echo "---> 'rm data/home.html'"
|
|
||||||
rm data/home.html
|
rm data/home.html
|
||||||
echo "---> 'cp test_data/home.html data/'"
|
|
||||||
cp test_data/home.html data/
|
cp test_data/home.html data/
|
||||||
|
|
||||||
echo "---> 'rm data/participants.html'"
|
|
||||||
rm data/participants.html
|
rm data/participants.html
|
||||||
echo "---> 'cp test_data/participants.html data/'"
|
|
||||||
cp test_data/participants.html data/
|
cp test_data/participants.html data/
|
||||||
|
|
||||||
echo "---> 'rm data/index.html'"
|
|
||||||
rm data/index.html
|
rm data/index.html
|
||||||
echo "---> 'cp test_data/index.html data/'"
|
|
||||||
cp test_data/index.html data/
|
cp test_data/index.html data/
|
||||||
|
|
||||||
echo "---> 'python distribusi/test.py -t -d ./data/'"
|
|
||||||
python distribusi/test.py -t -d ./data/
|
python distribusi/test.py -t -d ./data/
|
||||||
|
|
||||||
|
#monitoring each command invokations (off)
|
||||||
|
set +x
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
html_head = """
|
html_head = """
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>환대의 조각들 Fragments of Hospitality</title>
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
|
|
|
||||||
|
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
html_head_event = """
|
html_head_event = """
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<!-- EVENTS TEMPLATE -->
|
<!-- EVENTS TEMPLATE -->
|
||||||
|
|
|
||||||
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
html_head_events = """
|
html_head_events = """
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>환대의 조각들 Fragments of Hospitality</title>
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>환대의 조각들 Fragments of Hospitality</title>
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>환대의 조각들 Fragments of Hospitality</title>
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
<meta name="generator" content="distribusi" />
|
<meta name="generator" content="distribusi" />
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<!-- EVENTS TEMPLATE -->
|
<!-- EVENTS TEMPLATE -->
|
||||||
|
|
@ -67,7 +67,7 @@
|
||||||
<div class="jpeg"><a class="anchor" id="-1"></a><figure><img class="image" src="Banana_closeup.jpeg" alt="Banana_closeup.jpeg" ><figcaption>Banana_closeup.jpeg</figcaption></figure><span class="fid">#-1</span></div>
|
<div class="jpeg"><a class="anchor" id="-1"></a><figure><img class="image" src="Banana_closeup.jpeg" alt="Banana_closeup.jpeg" ><figcaption>Banana_closeup.jpeg</figcaption></figure><span class="fid">#-1</span></div>
|
||||||
<div class="mpeg"><a class="anchor" id="-1"></a><audio controls class="audio"><source src="Banana_humming.mp3"></audio><span class="filename">Banana_humming.mp3</span><span class="fid">#-1</span></div>
|
<div class="mpeg"><a class="anchor" id="-1"></a><audio controls class="audio"><source src="Banana_humming.mp3"></audio><span class="filename">Banana_humming.mp3</span><span class="fid">#-1</span></div>
|
||||||
<div class="html"><a class="anchor" id="-1"></a><section id="event_sample.html"><!DOCTYPE html>
|
<div class="html"><a class="anchor" id="-1"></a><section id="event_sample.html"><!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>환대의 조각들 Fragments of Hospitality</title>
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<!-- EVENTS TEMPLATE -->
|
<!-- EVENTS TEMPLATE -->
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
|
|
||||||
<!-- EVENTS TEMPLATE -->
|
<!-- EVENTS TEMPLATE -->
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>환대의 조각들 Fragments of Hospitality</title>
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
|
|
|
||||||
|
|
@ -1,244 +0,0 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<title>환대의 조각들 Fragments of Hospitality</title>
|
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
|
||||||
<meta name="generator" content="distribusi" />
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/src/style/common.css" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="./style.css" />
|
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
|
||||||
<script src="/src/scripts/mobileScroll.js"></script>
|
|
||||||
<script src="./main.js"></script>
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div>
|
|
||||||
<div id="menu">
|
|
||||||
<div id="logo_wrapper" class="svg_wrapper">
|
|
||||||
<a href="/">
|
|
||||||
<img id="logo_foh"src="/src/img/logo.svg" alt="환대의 조각 로고">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<span id="to_about">
|
|
||||||
<a href="/about.html">
|
|
||||||
ABOUT
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
<span id="to_fragments">
|
|
||||||
<a href="/participants.html">
|
|
||||||
FRAGMENTS
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
<span id="to_timeline">
|
|
||||||
<a href="#">
|
|
||||||
TIMELINE
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="margin">
|
|
||||||
<!-- to avoid overlapping -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="wrapper_author">
|
|
||||||
<div id="fragment_wrapper">
|
|
||||||
</div>
|
|
||||||
<div id="introduction">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="archive_exit" style="display:none;"></div>
|
|
||||||
<div id="archive">
|
|
||||||
<button id="archive_button">ARCHIVE
|
|
||||||
<!-- <img id="icon_archive_more" src="src/img/icon_timeline.svg" alt=""> -->
|
|
||||||
</button>
|
|
||||||
<div id="archive_list">
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contents">
|
|
||||||
<div id="frags">
|
|
||||||
<div class="json"><a class="anchor" id="-1"></a><a href='data.json'>data.json</a><span class="filename">data.json</span><span class="fid">#-1</span></div>
|
|
||||||
<a href="../">../</a>
|
|
||||||
<div class="folder"><a class="anchor" id="-1"></a>
|
|
||||||
<div class="html"><section id="event_sample.html"><!DOCTYPE html>
|
|
||||||
<html lang="en">
|
|
||||||
<head>
|
|
||||||
<title>환대의 조각들 Fragments of Hospitality</title>
|
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
|
||||||
<meta name="generator" content="distribusi" />
|
|
||||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/src/style/common.css" />
|
|
||||||
<link rel="stylesheet" type="text/css" href="/src/style/event.css" />
|
|
||||||
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
|
|
||||||
<script src="/src/scripts/mobileScroll.js"></script>
|
|
||||||
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<div id="menu">
|
|
||||||
<div id="logo_wrapper" class="svg_wrapper">
|
|
||||||
<a href="/">
|
|
||||||
<img id="logo_foh"src="/src/img/logo.svg" alt="환대의 조각 로고">
|
|
||||||
</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<span id="to_about">
|
|
||||||
<a href="/about.html">
|
|
||||||
ABOUT
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
<span id="to_fragments">
|
|
||||||
<a href="/participants.html">
|
|
||||||
FRAGMENTS
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
<span id="to_timeline">
|
|
||||||
<a href="#">
|
|
||||||
TIMELINE
|
|
||||||
</a>
|
|
||||||
</span>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="margin">
|
|
||||||
<!-- to avoid overlapping -->
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="wrapper_author">
|
|
||||||
<div id="fragment_wrapper">
|
|
||||||
</div>
|
|
||||||
<div id="event_description">
|
|
||||||
<div id="event_date">
|
|
||||||
<!-- this part will be load dynamically -->
|
|
||||||
</div>
|
|
||||||
<div id="event_title">
|
|
||||||
<!-- this part will be load dynamically -->
|
|
||||||
</div>
|
|
||||||
<div id="event_details">
|
|
||||||
<!-- this part will be load dynamically -->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<div id="contents">
|
|
||||||
<div id="frags">
|
|
||||||
<!-- the part generated by distribusi begins-->
|
|
||||||
<!-- the part generated by distribusi ends-->
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<script src="/src/scripts/updateEventDescription.js"></script>
|
|
||||||
|
|
||||||
|
|
||||||
</body>
|
|
||||||
</html></section></div>
|
|
||||||
<span class="fid">#-1</span></div>
|
|
||||||
<div class="folder"><a class="anchor" id="-1"></a>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/Banana_closeup.jpeg" alt="Banana_closeup.jpeg" ><figcaption>Banana_closeup.jpeg</figcaption></figure></div>
|
|
||||||
<div class="mpeg"><audio controls class="audio"><source src="./0001/Banana_humming.mp3"></audio><span class="filename">Banana_humming.mp3</span></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/Humming_for_myself.jpeg" alt="Humming_for_myself.jpeg" ><figcaption>Humming_for_myself.jpeg</figcaption></figure></div>
|
|
||||||
<div class="mp4"><video controls><source src="./0001/My_sister_family.MP4"></video><span class="filename">My_sister_family.MP4</span></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/flowing_humming.jpg" alt="flowing_humming.jpg" ><figcaption>flowing_humming.jpg</figcaption></figure></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/flowing_humming_2.jpg" alt="flowing_humming_2.jpg" ><figcaption>flowing_humming_2.jpg</figcaption></figure></div>
|
|
||||||
<div class="mpeg"><audio controls class="audio"><source src="./0001/humming1.mp3"></audio><span class="filename">humming1.mp3</span></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/humming_banana.jpg" alt="humming_banana.jpg" ><figcaption>humming_banana.jpg</figcaption></figure></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/humming_score.jpeg" alt="허밍을 악보로 그리듯이 적어보았다. " ><figcaption>humming_score.jpeg</figcaption></figure></div>
|
|
||||||
<div class="mp4"><video controls><source src="./0001/humming_walk.MP4"></video><span class="filename">humming_walk.MP4</span></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/lie_down_alone.jpg" alt="lie_down_alone.jpg" ><figcaption>lie_down_alone.jpg</figcaption></figure></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/shooting_stars.jpg" alt="shooting_stars.jpg" ><figcaption>shooting_stars.jpg</figcaption></figure></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/tactile_voice.jpeg" alt="tactile_voice.jpeg" ><figcaption>tactile_voice.jpeg</figcaption></figure></div>
|
|
||||||
<div class="plain"><div>콧- 노래
|
|
||||||
0. 입을 다문 채 코로 소리를 내어 부르는 노래
|
|
||||||
0. 코와 입 중간 인중 어딘가에서 나는 소리 혹은 울림
|
|
||||||
0. 스스로를 위로하기 위한 행동
|
|
||||||
0. 다른 사람에게 쉽게 전염시킬 수 있는 공명
|
|
||||||
</div><span class="filename">text 3.txt</span></div>
|
|
||||||
<div class="plain"><div>음성은 촉각적이다.</div><span class="filename">text 4.txt</span></div>
|
|
||||||
<div class="plain"><div>1.
|
|
||||||
나의 콧노래의 시작은 어디일까
|
|
||||||
낮잠을 재우려는 엄마의 토닥임과
|
|
||||||
낮은 흥얼거림에서 시작되었을 수도 있고
|
|
||||||
맛이라는 것을 처음 알았을 때의 놀라움에서
|
|
||||||
시작되었을지도 모르겠다.
|
|
||||||
|
|
||||||
2.
|
|
||||||
콧노래는 온도와 맞닿아 있는지도 모르겠다.
|
|
||||||
어떤 콧노래는 뜨겁고 어떤 콧노래는 스산하다.
|
|
||||||
|
|
||||||
3.
|
|
||||||
잘 부르는 콧노래와 못 부르는 콧노래를
|
|
||||||
구분 지을 수 있을까?
|
|
||||||
우열이 없다는 게 안심이 된다.
|
|
||||||
애쓰지 않아도 된다는 게 위로가 된다.
|
|
||||||
|
|
||||||
</div><span class="filename">text 6.txt</span></div>
|
|
||||||
<div class="plain"><div>코와 입 사이 인중 어딘가
|
|
||||||
혹은
|
|
||||||
눈와 눈사이
|
|
||||||
혹은
|
|
||||||
양쪽 콧볼과 팔자주름이 만나는 지점에서
|
|
||||||
시작되는 콧_노래
|
|
||||||
|
|
||||||
</div><span class="filename">text 7.txt</span></div>
|
|
||||||
<div class="plain"><div>콧노래를 수집하면
|
|
||||||
사람의 체온, 그날의 날씨, 공기가 같이 수집된다.
|
|
||||||
누군가의 콧노래는 축축하고
|
|
||||||
누군가의 콧노래는 햇볕에 냄새가 나며
|
|
||||||
누군가의 콧노래는 무겁게 내려앉은 새벽에 공기가 느껴진다.
|
|
||||||
|
|
||||||
|
|
||||||
</div><span class="filename">text.txt</span></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/the_beginning_of_a_humming1.jpg" alt="the_beginning_of_a_humming1.jpg" ><figcaption>the_beginning_of_a_humming1.jpg</figcaption></figure></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/the_beginning_of_a_humming2.jpg" alt="the_beginning_of_a_humming2.jpg" ><figcaption>the_beginning_of_a_humming2.jpg</figcaption></figure></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/the_beginning_of_a_humming3.jpg" alt="the_beginning_of_a_humming3.jpg" ><figcaption>the_beginning_of_a_humming3.jpg</figcaption></figure></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/the_beginning_of_a_humming4.jpg" alt="the_beginning_of_a_humming4.jpg" ><figcaption>the_beginning_of_a_humming4.jpg</figcaption></figure></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/the_beginning_of_a_humming5.jpg" alt="the_beginning_of_a_humming5.jpg" ><figcaption>the_beginning_of_a_humming5.jpg</figcaption></figure></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/the_beginning_of_a_humming6.jpg" alt="the_beginning_of_a_humming6.jpg" ><figcaption>the_beginning_of_a_humming6.jpg</figcaption></figure></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/the_beginning_of_a_humming7.jpg" alt="the_beginning_of_a_humming7.jpg" ><figcaption>the_beginning_of_a_humming7.jpg</figcaption></figure></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/the_beginning_of_a_humming8.jpeg" alt="the_beginning_of_a_humming8.jpeg" ><figcaption>the_beginning_of_a_humming8.jpeg</figcaption></figure></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/while_washing_the_dishes.jpg" alt="while_washing_the_dishes.jpg" ><figcaption>while_washing_the_dishes.jpg</figcaption></figure></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/으므므움음.jpg" alt="으므므움음.jpg" ><figcaption>으므므움음.jpg</figcaption></figure></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./0001/콧노래만스쳐도인연.jpg" alt="콧노래만스쳐도인연.jpg" ><figcaption>콧노래만스쳐도인연.jpg</figcaption></figure></div>
|
|
||||||
<span class="fid">#-1</span></div>
|
|
||||||
<div class="folder"><a class="anchor" id="-1"></a>
|
|
||||||
<div class="plain"><div>하늘
|
|
||||||
|
|
||||||
하루에 하늘을 몇번이나 볼까요?
|
|
||||||
하늘은 누구에게나 열려있는 둘도 없는 공공재가 아닐까 합니다.
|
|
||||||
60여일간 각각 다른 하늘을 찍고 짧은 단상을 적어보려고 합니다.</div><span class="filename">1013.txt</span></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./2020.10.13/E7D3E4F7-7D57-4F6A-A9F3-916E12461772.jpeg" alt="E7D3E4F7-7D57-4F6A-A9F3-916E12461772.jpeg" ><figcaption>E7D3E4F7-7D57-4F6A-A9F3-916E12461772.jpeg</figcaption></figure></div>
|
|
||||||
<div class="plain"><div>지하철 플랫폼.
|
|
||||||
발 디딜틈 없이 수 많은 인파.
|
|
||||||
한명의 예외없이 모두 고개를 숙이고 각자의 세계에 몰입 중이다.
|
|
||||||
스마트폰이라는 세계.
|
|
||||||
각박한 현실에서 그나마 볼 수 있는 작은 꿈의 조각.</div><span class="filename">1014.txt</span></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./2020.10.14/9D708FDE-5B8C-4812-9CCB-2ACDA9CC517F.jpeg" alt="9D708FDE-5B8C-4812-9CCB-2ACDA9CC517F.jpeg" ><figcaption>9D708FDE-5B8C-4812-9CCB-2ACDA9CC517F.jpeg</figcaption></figure></div>
|
|
||||||
<div class="plain"><div>특별히 자주 보게 되는 하늘이 있다.
|
|
||||||
의도하지 않아도 늘 보게 되는 하늘.
|
|
||||||
출근길 지하철 출구를 올라오며 마주하는 하늘.
|
|
||||||
무심하게 스쳐 지나갔다.
|
|
||||||
</div><span class="filename">1015.txt</span></div>
|
|
||||||
<div class="jpeg"><figure><img class="image" src="./2020.10.15/43D750DF-A8FD-462D-A05D-D00A8113D623.jpeg" alt="43D750DF-A8FD-462D-A05D-D00A8113D623.jpeg" ><figcaption>43D750DF-A8FD-462D-A05D-D00A8113D623.jpeg</figcaption></figure></div>
|
|
||||||
<span class="fid">#-1</span></div>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
<script src="/src/scripts/updateIntroduction.js"></script>
|
|
||||||
<script src="/src/scripts/updateArchive.js"></script>
|
|
||||||
<script src="/src/scripts/hashEvent.js"></script>
|
|
||||||
<script src="/src/scripts/mobileArchiveEvent.js"></script>
|
|
||||||
</body>
|
|
||||||
</html>
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
<meta name="generator" content="distribusi" />
|
<meta name="generator" content="distribusi" />
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
<meta name="generator" content="distribusi" />
|
<meta name="generator" content="distribusi" />
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
<meta name="generator" content="distribusi" />
|
<meta name="generator" content="distribusi" />
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
<meta name="generator" content="distribusi" />
|
<meta name="generator" content="distribusi" />
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,5 @@
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>환대의 조각들 Fragments of Hospitality</title>
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
<meta name="generator" content="distribusi" />
|
<meta name="generator" content="distribusi" />
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
<!-- STATIC PAGE -->
|
<!-- STATIC PAGE -->
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>환대의 조각들 Fragments of Hospitality</title>
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!-- STATIC PAGE -->
|
<!-- STATIC PAGE -->
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>환대의 조각들 Fragments of Hospitality</title>
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
<!-- STATIC PAGE -->
|
<!-- STATIC PAGE -->
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
|
|
||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/distribusi -->
|
||||||
<meta name="generator" content="distribusi" />
|
<meta name="generator" content="distribusi" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue