Complete
This commit is contained in:
parent
00060043f7
commit
aedcf2b8c5
1 changed files with 11 additions and 9 deletions
|
|
@ -3,16 +3,16 @@
|
|||
<head>
|
||||
<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/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>
|
||||
<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="./img/logo.svg" alt="환대의 조각 로고">
|
||||
<a href="/index.html">
|
||||
<img id="logo_foh"src="src/img/logo.svg" alt="환대의 조각 로고">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
|
|
@ -22,7 +22,7 @@
|
|||
</a>
|
||||
</span>
|
||||
<span id="to_fragments">
|
||||
<a href="./authors.html">
|
||||
<a href="/participants.html">
|
||||
FRAGMENTS
|
||||
</a>
|
||||
</span>
|
||||
|
|
@ -41,8 +41,8 @@
|
|||
<div id="about_wrapper">
|
||||
<p class="col">
|
||||
우리는 어떤 조각들을 모으고 있습니다. 과거도 미래도 기억도 없이, 흩날리는 눈 하나하나의 결정처럼, 서로 같아지려 하지 않고, 반짝이는 스스로를 드러내며, 상호의존하는 차이들. 이 조각들에 기반하여 미래의 예술을 상상하려고 합니다.
|
||||
<a id="wrapper_coc" href="">
|
||||
<img id="icon_coc" src="./img/icon_coc.svg" alt="꽃모양 선언문 버튼">
|
||||
<a id="wrapper_coc" href="http://never.gonetis.com:9002/p/0000fregments_of_hospitality">
|
||||
<img id="icon_coc" src="src/img/icon_coc.svg" alt="꽃모양 선언문 버튼">
|
||||
선언문 열어보기
|
||||
</a>
|
||||
</p>
|
||||
|
|
@ -78,8 +78,10 @@
|
|||
|
||||
</p>
|
||||
<div id="wrapper_sns">
|
||||
<img id="icon_ig" src="./img/instagram.svg" alt="인스타그램 버튼 instagram button">
|
||||
<img id="icon_fb" src="./img/facebook.svg" alt="페이스북 버튼 facebook button">
|
||||
<a href="https://instagram.com/fragments_1444?">
|
||||
<img id="icon_ig" src="src/img/instagram.svg" alt="인스타그램 버튼 instagram button"></a>
|
||||
<a href="https://www.facebook.com/fragments1444/">
|
||||
<img id="icon_fb" src="src/img/facebook.svg" alt="페이스북 버튼 facebook button"></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue