-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
227 lines (193 loc) · 6.8 KB
/
index.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
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<meta>
<title>春夏秋冬 JOURNEY MAP</title>
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="./js/slicknav.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = 'https://connect.facebook.net/ja_JP/sdk.js#xfbml=1&version=v3.2&appId=113382489293727&autoLogAppEvents=1';
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="container">
<!--ヘッダー-->
<header class="site-header">
<h1 class="logo">
<a href=""><img src="img/logo.png" alt="春夏秋冬 JOURNEY MAP" class="logo-img"></a>
</h1>
</header>
<!-- ナビゲーション -->
<nav class="global-nav">
<ul id="nav">
<li><a href="#">HOME</a></li>
<li><a href="#">季節で訪れたいスポット</a></li>
<li><a href="#">最新おすすめスポット</a></li>
<li><a href="#">お知らせ</a></li>
</ul>
</nav>
<!-- メインビジュアル -->
<div class="main-visual">
<img src="img/main_visual.jpg" alt="全国万葉 紅葉おすすめスポット特集" class="main-visual-img">
</div>
<!-- メインコンテンツ/本文 -->
<main>
<!-- 季節で訪れたいスポット -->
<section class="section">
<h2 class="section-h text-center">
季節で訪れたいスポット
<span>seasonal recommendation</span>
</h2>
<ul class="recom-menu">
<li class="active">
<span>spring</span>
春
</li>
<li>
<span>summer</span>
夏
</li>
<li>
<span>autumn</span>
秋
</li>
<li>
<span>winter</span>
冬
</li>
</ul>
<div class="recom">
<div class="recom-article">
<a href="#">
<img src="img/kisetsu1.jpg" alt="">
<h3>箱根九頭龍神社月次祭</h3>
</a>
</div>
<div class="recom-article">
<a href="#">
<img src="img/kisetsu2.jpg" alt="">
<h3>充実の上高地ハイキング</h3>
</a>
</div>
<div class="recom-article">
<a href="#">
<img src="img/kisetsu3.jpg" alt="">
<h3>身延山久遠寺のしだれ桜</h3>
</a>
</div>
<div class="recom-article">
<a href="#">
<img src="img/kisetsu4.jpg" alt="">
<h3>強烈パワースポット伊勢神宮</h3>
</a>
</div>
</div>
</section>
<!-- 最新おすすめスポット -->
<section class="section">
<h2 class="section-h text-center">
最新おすすめスポット
<span>recent recommendation</span>
</h2>
<div class="spot">
<article class="spot-article">
<a href="#">
<img src="img/osusume1.jpg" alt="">
<h3>ぶどう狩りと昇仙峡</h3>
<p>奇岩で有名な昇仙峡をハイキング。そして、ぶどうの産地勝沼町でしか味わう事の出来ない、新鮮で美味しいぶどう狩り…</p>
<time datetime="2018-10-11">2018年10月11日</time>
</a>
</article>
<article class="spot-article">
<a href="#">
<img src="img/osusume2.jpg" alt="">
<h3>モコモコ赤く染まるコキア</h3>
<p>広大なひたち海浜公園にて、多数の花々やモコモコ赤く染まるコキアを見に行きました…</p>
<time datetime="2018-09-08">2018年9月8日</time>
</a>
</article>
<article class="spot-article">
<a href="#">
<img src="img/osusume3.jpg" alt="">
<h3>初夏の尾瀬ハイキング</h3>
<p>尾瀬はほとんどの場所に木道が整備されており、湿原だけを回る場合は標高差は最大でも260m程度…</p>
<time datetime="2018-6-25">2018年6月25日</time>
</a>
</article>
</div>
<div class="text-center">
<a href="#" class="spot-link">おすすめスポット一覧</a><!-- <br>
<a href="#" class="spot-link2">おすすめスポット一覧</a> -->
</div>
</section>
<div class="info-sns">
<!-- お知らせ -->
<section class="info">
<h2 class="section-h-hr">
お知らせ
<span>information</span>
</h2>
<ul class="info-list">
<li>
<time datetime="2018-10-13">
2018年10月13日
</time>
<a href="#">サイトをリニューアルいたしました!</a>
</li>
<li>
<time datetime="2018-08-05">
2018年8月5日
</time>
<a href="#">このサイトを雑誌で取り上げていただきました</a>
</li>
<li>
<time datetime="2018-07-19">
2018年7月19日
</time>
<a href="#">台風の影響で7月の四国・関西・中国地方への旅にはご注意ください</a>
</li>
</ul>
</section>
<!-- facebook -->
<section class="sns">
<h2 class="section-h-hr">
facebook
<span>SNS updates</span>
</h2>
<div class="fb-page" data-href="https://www.facebook.com/tabiiro/" data-tabs="timeline" data-width="300" data-height="300" data-small-header="false" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="true"><blockquote cite="https://www.facebook.com/tabiiro/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/tabiiro/">旅色-tabiiro-</a></blockquote></div>
</section>
</div><!-- /.info-sns -->
</main>
</div><!-- /.cotainer -->
<!-- フッター -->
<footer class="site-footer">
<ul class="nav-footer">
<li>このサイトについて</li>
<li>プライバシーポリシー</li>
<li>リンク集</li>
</ul>
<p class="copyright text-center"><small>2018 © 春夏秋冬 JOURNEY MAP. All Rights Reserved.</small></p>
</footer>
<!-- 1.jQuery本体 -->
<script src="./js/jquery-3.3.1.min.js"></script>
<!-- 2.プラグインファイル -->
<script src="./js/jquery.slicknav.min.js"></script>
<!-- 3.設定 -->
<script>
// $('.logo').css('background','yellow');
// $('.logo').fadeOut();
$('#nav').slicknav({
label: ''
});
</script>
</body>
</html>