-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmountainrule.html
112 lines (98 loc) · 3.56 KB
/
mountainrule.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/style.css">
<title>旅するパンダ</title>
<link rel="icon" href="img/panda.png">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap" rel="stylesheet">
</head>
<body>
<header class="header_together">
<img id="savepanda" src="img/savepanda.png">
<img id="panda_title" src="img/title.png">
</header>
<!-- カバーページ -->
<p class="intro_text">
パンダのように、命を運に委ねたくなければ<br>
山へ行く前の準備はとても重要です。<br>
このページでは、山へ行くために必要な道具と準備を<br>
紹介したいと思います。
</p>
<h1>道具リスト</h1>
<div class="center_box">
<div class="tool_list">
<label class="list">
<input type="checkbox">水 : 目安:1時間あたり、500ml
</label>
<label class="list">
<input type="checkbox">登山靴
</label>
<label class="list">
<input type="checkbox">軽装
</label>
<label class="list">
<input type="checkbox">移動食(しゃりバテを予防するため)
</label>
<label class="list">
<input type="checkbox">OS1などバテる時のためのドリンク
</label>
<label class="list">
<input type="checkbox">手袋
</label>
<label class="list">
<input type="checkbox">帽子
</label>
<label class="list">
<input type="checkbox">ザック
</label>
<label class="list">
<input type="checkbox">トレッキングポール
</label>
<label class="list">
<input type="checkbox">ロープ
</label>
<label class="list">
<input type="checkbox">鈴
</label>
<label class="list">
<input type="checkbox">小銭
</label>
<label class="list">
<input type="checkbox">ピローカバー、シート
</label>
<label class="list">
<input type="checkbox">山頂で食べるもの
</label>
</div>
</div>
<form>
<input type="button" class="btn_panda" value="このページを印刷する" onclick="window.print();">
</form>
<form>
<input type="button" class="btn_panda" value="山診断へ" onclick="window.open('https://guolam.github.io/hikingpage/mountain.html')">
</form>
<form>
<input type="button" class="btn_panda" value="もう一回遊ぶ" onclick="location.href='pandaforest.html'">
</form>
<!-- <form>
<input type="button"a div class="btn_panda fit" href="https://guolam.github.io/hikingpage/mountain.html">
山診断へ
</a>
</form>
<form>
<a div class="btn_panda fit" href="pandaforest.html";>
もう一回遊ぶ
</a>
</form> -->
<a class="link_font" href="coverpage.html">
トップへ戻る
</a>
</body>
<footer>
<small>Panda in the Forest</small>
</footer>
</html>