-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathYMCA紹介.html
52 lines (51 loc) · 2.38 KB
/
YMCA紹介.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
<!DOCTYPE html>
<html lang="ja">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>サンプルウェブサイト</title>
<link rel="stylesheet" href="style_yuzuki.css">
</head>
<body>
<header>
<h1 class="YM">YMCAしょうかいページ </h1>
</header>
<nav>
<ul>
<li><a href="#taisou">たいそうきょうしつ</a></li>
<li><a href="#eigo">えいごきょうしつ</a></li>
<li><a href="#sakka">サッカーきょうしつ</a></li>
<li><a href="#ibent">きせつにあわせたイベント</a></li>
<li><a href="#gakudou">がくどう</a></li>
</ul>
</nav>
<main>
<section id="eigo">
<h2 class="eg">えいごきょうしつ</h2>
<img src="https://www.kumamoto-ymca.or.jp/kids-english/file/65795.jpg">
<p>えいごのれんしゅうが月曜日、木曜日、土曜日できます。</p>
</section>
<section id="taisou">
<h2 class="tai">たいそう、体育きょうしつ</h2>
<img src="https://www.kumamoto-ymca.or.jp/sports/file/77026.jpg">
<p>いろいろな体操があるのでいろいろな練習ができます。</p>
<section id="sakka">
<h2 class="saka">サッカーきょうしつ</h2>
<img class="sk" src="https://www.kumamoto-ymca.or.jp/sports/file/93353.jpg">
<p>サッカーがうまくなるためにいろいろなれんしゅうをします。</p>
<section id="ibent">
<h2 class="kise">きせつにあわせたイベント</h2>
<h2 class="natu">なつ</h2> <img src="https://mamasky.jp/uploads/fc/a0/fca06d1ef7ee5020006442d6e27c97e1.png">
<h2 class="huyu">ふゆ</h2> <img src="https://www.toyamaymca.org/program/wellness/img/img1.jpg">
<p>きせつにあわせていろいろなプログラムがあります</p>
<section id="gakudou">
<h2 class="gaku">がくどう</h2>
<img src="https://toyamaymca.com/wp-content/uploads/circle.jpg">
<p>学校からがくどうまでちょくせつ行けます。学校にむかえに行きます。</p>
</section>
</main>
<footer>
<p>© 2023 サンプルウェブサイト</p>
</footer>
</body>
</html>