-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathquestion.html
69 lines (62 loc) · 2.48 KB
/
question.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
<!DOCTYPE html> <!--URLはhttps://yuyu31.github.io/gakusyutai/-->
<html lang="ja">
<head>
<meta charset="UTF-8">
<title>楽習隊(がくしゅうたい)~エンタメを学問する~</title>
<link rel="stylesheet" href="style1.css">
<meta name="google-site-verification" content="ysFG4KwAvFr_Szk64WwAOpDuSu5cj8oLhY_TS4G-Xqk" /> <!--Google Search Console-->
</head>
<header>
<div class="title">
<img src="./lasted_smalllogo.jpg" alt="楽習隊">
<h1>楽習隊</h1>
</div>
<nav>
<ul class="container"> <!--バナー表示。全部横並びでスクロールさせたい。-->
<li><a href="index.html">ホーム</a></li>
<li><a href="katsudo_rinen.html">活動理念</a></li>
<li><a href="syakaiteki_igi.html">社会的意義</a></li>
<li><a href="achievement.html">活動実績</a></li>
<li><a href="preparingpage.html">ブログ</a></li>
<li><a href="preparingpage.html">各種リンク集</a></li>
<li><a href="preparingpage.html">隊員紹介</a></li>
<li><a href="preparingpage.html">入隊方法</a></li>
<li><a href="preparingpage.html">スケジュール</a></li>
<li><a href="preparingpage.html">新情報</a></li>
<li><a href="question.html">お問い合わせ</a></li>
</ul>
</nav>
</header>
<body>
<div class="content">
<h1>お問い合わせ</h1>
<p>公式Twitter / Instagram : @gakushu_tai</p>
<p>Mail : [email protected]</p>
</div>
</body>
<!--フッター要素-->
<footer id="footer">
<section class="primary">
<p class="logo"><img src="./logo.png"></a></p>
<div class="navi-row">
<!--
<h2 class="navi">
Follow Me!
</h2>
-->
<h2 class="sns-navi">
<!--
<li><img src="2021 Twitter logo - white.png"><i class="fab fa-twitter"></i></a></li>
<li><a href="#"><i class="fab fa-youtube"></i></a></li>
<li><img src="Instagram_Glyph_Gradient_RGB.png"><i class="fab fa-instagram"></i></a></li>
-->
<li>公式Twitter / Instagram : @gakushu_tai</li>
<li>Mail : [email protected]</li>
</h2>
</div>
</section>
<section class="secondary">
<p class="copyright">Copyright WEBSITE,2021, 楽習隊</p> <!--著作権-->
</section>
</footer>
</html>