forked from nitokfesta2018/nitokfesta2018
-
Notifications
You must be signed in to change notification settings - Fork 0
/
timetable.html
29 lines (24 loc) · 913 Bytes
/
timetable.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<!-- ここから -->
<section id="page-timetable">
<div class="sub_title">
<img src="./image/title/timetable.png" alt="アクセス" class="timetable_title">
</div>
<!--表示場所の変更ボタン-->
<div class="button_wrapper">
<button type="button" id="arina_button">
<img src="./image/timetable_button/arina_on.png">
</button>
<button type="button" id="stilt_button">
<img src="./image/timetable_button/stilt_on.png">
</button>
<button type="button" id="others_button">
<img src="./image/timetable_button/hall_on.png">
</button>
</div>
<!--timetableの表示-->
<div class="timetable_carpet">
<img src="./image/timetable_image/arina.png" id="arina_timetable">
<img src="./image/timetable_image/stilt.png" id="stilt_timetable">
<img src="./image/timetable_image/others.png" id="others_timetable">
</div>
</section>