distribusi-foh/src/home.html
Hyunchul Kim d244b6cefa Add
2020-11-10 01:46:59 +09:00

57 lines
1.4 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">
<link rel="stylesheet" type="text/css" href="./style/common.css" />
</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="./fragment.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>