distribusi-foh/test_data/src/home.html
2020-11-17 23:50:22 +09:00

61 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<!-- Generated with distribusi https://git.vvvvvvaria.org/varia/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="./style/common.css" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="./scripts/mobileScroll.js"></script>
</head>
<body>
<div>
<div id="menu">
<div id="logo_wrapper" class="svg_wrapper">
<a href="./home.html">
<img id="logo_foh"src="./img/logo.svg" alt="환대의 조각 로고">
</a>
</div>
<div id="about_icon_wrapper" class="svg_wrapper">
<a href="./about.html">
<img id="about_icon"src="./img/icon_about.svg" alt="각진 꽃 모양 어바웃 버튼">
</a>
</div>
<div id="timeline_icon_wrapper" class="svg_wrapper">
<img id="about_icon"src="./img/icon_timeline.svg" alt="구름 모양 타임라인 버튼">
</div>
<span id="to_about">
<a href="./about.html">
ABOUT
</a>
</span>
<span id="to_fragments">
<a href="./authors.html">
FRAGMENTS
</a>
</span>
<span id="to_timeline">
<a href="#">
TIMELINE
</a>
</span>
</div>
<div id="margin">
<!-- to avoid overlapping -->
</div>
<div id="contents">
<!-- part generated by distribusi begins-->
<div id="fragments_wrapper">
조각들 영역/동적으로 생성되어야함
</div>
<!-- part generated by distribusi ends-->
</div>
</div>
</body>
</html>