cancel to ignore index.html
This commit is contained in:
parent
2a9f4b7243
commit
024e2b1921
18 changed files with 1527 additions and 1 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
|
@ -1,4 +1,4 @@
|
||||||
index.html
|
|
||||||
.vscode/
|
.vscode/
|
||||||
.python-version
|
.python-version
|
||||||
*.ai
|
*.ai
|
||||||
|
|
|
||||||
84
test_data/carrot/index.html
Normal file
84
test_data/carrot/index.html
Normal file
|
|
@ -0,0 +1,84 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<div id="0014" class="x-empty"><a href='1030.txt'>1030.txt</a><span class="filename">1030.txt</span></div>
|
||||||
|
<div id="0009" class="rtf unkown-file"><a href='RTF테스트.rtf'>RTF테스트.rtf</a></div>
|
||||||
|
<div id="0010" class="plain"><pre><h3>test</h3>
|
||||||
|
<p>test입니다.</p>
|
||||||
|
<p><code>code ///</code></p>
|
||||||
|
<p>이런 저런 이야기를 써볼 수 있겠죠</p></pre><span class="filename">md쓰기.md</span></div>
|
||||||
|
<div id="0015" class="x-empty"><a href='test002.txt'>test002.txt</a><span class="filename">test002.txt</span></div>
|
||||||
|
<div id="0011" class="plain"><pre>오늘은 11월입니다. 시간은 너무 빨라.
|
||||||
|
띄어쓰기보다는
|
||||||
|
탭 탭 탭</pre><span class="filename">txt쓰기.txt</span></div>
|
||||||
|
<div id="0003" class="quicktime"><video controls><source src="꾸물꾸물.mov"></video><span class="filename">꾸물꾸물.mov</span></div>
|
||||||
|
<div id="0002" class="mp4"><video controls><source src="질주.mp4"></video><span class="filename">질주.mp4</span></div>
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
72
test_data/event_lecture/event_0000/index.html
Normal file
72
test_data/event_lecture/event_0000/index.html
Normal file
|
|
@ -0,0 +1,72 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
72
test_data/event_lecture/event_0001/index.html
Normal file
72
test_data/event_lecture/event_0001/index.html
Normal file
|
|
@ -0,0 +1,72 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
74
test_data/event_lecture/index.html
Normal file
74
test_data/event_lecture/index.html
Normal file
|
|
@ -0,0 +1,74 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<div id="-1" class="json"><a href='event_0000.meta'>event_0000.meta</a><span class="filename">event_0000.meta</span></div>
|
||||||
|
<div id="-1" class="json"><a href='event_0001.meta'>event_0001.meta</a><span class="filename">event_0001.meta</span></div>
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
73
test_data/event_workshop/index.html
Normal file
73
test_data/event_workshop/index.html
Normal file
|
|
@ -0,0 +1,73 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<div id="-1" class="json"><a href='event_0008.meta'>event_0008.meta</a><span class="filename">event_0008.meta</span></div>
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
72
test_data/fig/20201020/index.html
Normal file
72
test_data/fig/20201020/index.html
Normal file
|
|
@ -0,0 +1,72 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
72
test_data/fig/20201022/index.html
Normal file
72
test_data/fig/20201022/index.html
Normal file
|
|
@ -0,0 +1,72 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
72
test_data/fig/20201029/index.html
Normal file
72
test_data/fig/20201029/index.html
Normal file
|
|
@ -0,0 +1,72 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
76
test_data/fig/index.html
Normal file
76
test_data/fig/index.html
Normal file
|
|
@ -0,0 +1,76 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<div id="-1" class="octet-stream"><a href='.DS_Store'>.DS_Store</a><span class="filename">.DS_Store</span></div>
|
||||||
|
<div id="0017" class="x-empty"><a href='fig002.txt'>fig002.txt</a><span class="filename">fig002.txt</span></div>
|
||||||
|
<div id="0018" class="x-empty"><a href='test.txt'>test.txt</a><span class="filename">test.txt</span></div>
|
||||||
|
<div id="0019" class="x-empty"><a href='test001.txt'>test001.txt</a><span class="filename">test001.txt</span></div>
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
79
test_data/grape/index.html
Normal file
79
test_data/grape/index.html
Normal file
|
|
@ -0,0 +1,79 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<div id="-1" class="octet-stream"><a href='.DS_Store'>.DS_Store</a><span class="filename">.DS_Store</span></div>
|
||||||
|
<div id="0007" class="png"><figure><img class="image" src="IMG_1334.png"><figcaption>IMG_1334.png</figcaption></figure></div>
|
||||||
|
<div id="0005" class="jpeg"><figure><img class="image" src="IMG_1340.jpg"><figcaption>IMG_1340.jpg</figcaption></figure></div>
|
||||||
|
<div id="0006" class="png"><figure><img class="image" src="IMG_1690.png"><figcaption>IMG_1690.png</figcaption></figure></div>
|
||||||
|
<div id="0004" class="png"><figure><img class="image" src="IMG_1693.png"><figcaption>IMG_1693.png</figcaption></figure></div>
|
||||||
|
<div id="0020" class="jpeg"><figure><img class="image" src="fbdbdbf54d766dd86e5964de01ddc16b.jpg"><figcaption>fbdbdbf54d766dd86e5964de01ddc16b.jpg</figcaption></figure></div>
|
||||||
|
<div id="0008" class="pdf"><object data="sample.pdf" class="pdf" type="application/pdf"><embed src="sample.pdf" type="application/pdf" /></object><span class="filename">sample.pdf</span></div>
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
72
test_data/src/ai/index.html
Normal file
72
test_data/src/ai/index.html
Normal file
|
|
@ -0,0 +1,72 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
72
test_data/src/img/index.html
Normal file
72
test_data/src/img/index.html
Normal file
|
|
@ -0,0 +1,72 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
420
test_data/src/index.html
Normal file
420
test_data/src/index.html
Normal file
File diff suppressed because one or more lines are too long
72
test_data/src/scripts/index.html
Normal file
72
test_data/src/scripts/index.html
Normal file
|
|
@ -0,0 +1,72 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
72
test_data/src/scripts/lib/index.html
Normal file
72
test_data/src/scripts/lib/index.html
Normal file
|
|
@ -0,0 +1,72 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
72
test_data/src/style/index.html
Normal file
72
test_data/src/style/index.html
Normal file
|
|
@ -0,0 +1,72 @@
|
||||||
|
|
||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<!-- 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" />
|
||||||
|
<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="/index.html">
|
||||||
|
<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 id="archive">
|
||||||
|
<button id="archive_button">ARCHIVE
|
||||||
|
<img id="icon_archive_more" src="/src/img/icon_timeline.svg" alt="">
|
||||||
|
</button>
|
||||||
|
<div id="archive_list">
|
||||||
|
<a href="#">조각#1234</a>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
<div id="contents">
|
||||||
|
<div id="frags">
|
||||||
|
<a href="../">../</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
<script src="/src/scripts/updateIntroduction.js"></script>
|
||||||
|
<script src="/src/scripts/updateArchive.js"></script>
|
||||||
|
<script src="/src/scripts/hashEvent.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
||||||
Loading…
Reference in a new issue