-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
77 lines (65 loc) · 3.09 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
<!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>楽習隊<!--<br>エンタメを学問する--></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="howtoenter.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">
<h2>ようこそ!こちらは私たち楽習隊(がくしゅうたい)の公式ホームページです!様々な情報を更新していきます。</h3>
<div class="subtitle">
<h1>最新情報</h1>
</div>
<iframe width="560" height="315" src="https://www.youtube.com/embed/89JdFMGs4fg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<p>「はなおでんがん」のでんがんさんが来てくださり、でんがんさん×楽習隊のコラボ動画を撮影しました!!でんがんさんはこれから「名誉顧問」として私たちの活動をサポートしてくださいます!</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>