-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
98 lines (96 loc) · 3.63 KB
/
index.html
File metadata and controls
98 lines (96 loc) · 3.63 KB
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
<!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.css" />
</head>
<body>
<header style="background-color: #bff070">
<div id="header-top">
<p style="color: #9d9d9d">
戦略的イノベーション創造プログラム(SIP) <br />
Cross-ministerial Strategic Innovation Promotion Program <br />
「包摂的コミュニティプラットフォームの構築」 <br />
ボディーイメージ学修技術開発班
</p>
</div>
<div id="header-middle">
<h1 style="color: #000000; text-align: center">
体と心の健やかな成長を育む <br />
持続可能な包括的健康教育ステーション
</h1>
<h2 style="color: #000000; text-align: center">
子どものためのウェルビーイングの出発点
</h2>
</div>
<div id="header-bottom">
<p style="text-align: center">
<strong>🏠 ホーム</strong> | 🔍タグから記事を探す |
👀自分のカラダを知る | 💬 専門家と相談する
</p>
</div>
</header>
<main>
<section id="main-top" style="background-color: #e8fcff">
<div class="introduction-body">
<p style="color: #000000; text-align: center">
私たちは <br />
すべての子供達の生涯にわたる健康維持や疾病予防のための <br />
健康教育教材を開発し <br />
普及啓発実証をしている団体です
</p>
</div>
<div class="introduction-more">
<p>私たちについて詳しく知る >></p>
</div>
<div class="image-container">
<img src="image01.png" alt="Main Image" />
</div>
</section>
<section id="main-bottom">
<div style="background-color: #ffffff">
<h1>新着記事</h1>
<div class="articles">
<div class="article">
<img src="post_image01.jpg" alt="Article 1" />
<h2>体づくりについて</h2>
<div class="tags">
<span class="tag" style="background-color: #c6ffb2"
>#カラダのこと</span
>
<span class="tag" style="background-color: #b2ffda">#痩せ</span>
</div>
<p>2023年8月3日</p>
</div>
<div class="article">
<img src="post_image02.jpg" alt="Article 2" />
<h2>心づくりについて</h2>
<div class="tags">
<span class="tag" style="background-color: #ffceeb"
>#ココロのこと</span
>
<span class="tag" style="background-color: #fffcb2"
>#人間関係</span
>
</div>
<p>2023年7月31日</p>
</div>
<div class="article">
<img src="post_image03.jpg" alt="Article 3" />
<h2>ボディイメージ教育について</h2>
<div class="tags">
<span class="tag" style="background-color: #c6ffb2"
>#カラダの仕組み</span
>
<span class="tag" style="background-color: #b2f1ff">#運動</span>
</div>
<p>2023年7月26日</p>
</div>
</div>
</div>
</section>
</main>
</body>
</html>