63 lines
1.6 KiB
HTML
63 lines
1.6 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<title>환대의 조각들 Fragments of Hospitality</title>
|
|
<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="contents">
|
|
<div id="about_wrapper">
|
|
<!-- <div id="0000" class="event_row">
|
|
2020 / 11 / 7 #0000 환대를 사유하다 : 홍서연
|
|
</div>
|
|
<div class="event_row">
|
|
2020 / 11 / 7 #0001 환대를 사유하다 : 홍서연
|
|
</div>
|
|
<div class="event_row">
|
|
2020 / 11 / 7 #0003 환대를 사유하다 : 홍서연
|
|
</div> -->
|
|
<!-- div.event_row will be generated by distribusi -->
|
|
</div>
|
|
</div>
|
|
|
|
|
|
</div>
|
|
<script src="/src/scripts/updateEventList.js"></script>
|
|
|
|
</body>
|
|
</html>
|