Skip to content

Commit cea3293

Browse files
committed
Import files from CPJ 2026 teaser site:
cf. https://github.com/coderdojo-japan/coolestprojects2026-teaser
1 parent 4e63281 commit cea3293

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+410
-18
lines changed

common.css

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');
2+
3+
body {
4+
font-family: "Noto Sans JP", sans-serif;
5+
line-height: 1.6;
6+
color: #333;
7+
max-width: 800px;
8+
margin: 0 auto;
9+
padding: 20px;
10+
}
11+
12+
h1,
13+
h2,
14+
h3 {
15+
color: #005fab;
16+
border-bottom: 2px solid #005fab;
17+
padding-bottom: 5px;
18+
}
19+
20+
h1 {
21+
text-align: center;
22+
font-size: 2em;
23+
}
24+
25+
h2 {
26+
font-size: 1.5em;
27+
margin-top: 40px;
28+
}
29+
30+
h3 {
31+
font-size: 1.2em;
32+
border-bottom: 1px solid #005fab;
33+
margin-top: 30px;
34+
}
35+
36+
.note {
37+
background-color: #fffbe6;
38+
border-left: 4px solid #ffc107;
39+
padding: 10px 15px;
40+
margin: 15px 0;
41+
}
42+
43+
.info {
44+
background-color: #e9f5ff;
45+
border-left: 4px solid #005fab;
46+
padding: 10px 15px;
47+
margin: 15px 0;
48+
border-radius: 5px;
49+
}
50+
51+
.link-chevron {
52+
display: block;
53+
54+
&::before {
55+
content: '»';
56+
padding: 0 0.25em;
57+
}
58+
}

conduct/index.html

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
<!DOCTYPE html>
2+
<html lang='ja'>
3+
<head>
4+
<meta charset="utf-8">
5+
<meta name="viewport" content="width=device-width,initial-scale=1.0,minimum-scale=1.0">
6+
<!--[if IE]><meta http-equiv="X-UA-Compatible" content="IE=edge"><![endif]-->
7+
8+
<!-- Settings for social web services (as minimum as possible) -->
9+
<title>Coolest Projects Japan 2026</title>
10+
<meta name="description" content="Coolest Projects Japan 2026 Teaser Site">
11+
<meta property="og:type" content="website" />
12+
<meta property="og:image" content="https://coolestprojects2026.coderdojo.jp/img/cover.jpg">
13+
<meta name="twitter:card" content="summary_large_image" />
14+
15+
<!-- Settings for web browsers (as minimum as possible) -->
16+
<link rel='canonical' href='https://coolestprojects2026.coderdojo.jp/conduct/' />
17+
<link rel='shortlink' href='https://coolestprojects2026.coderdojo.jp/conduct/' />
18+
<link rel="manifest" href="/site.webmanifest">
19+
<link rel="icon" href="/favicon.ico"> <!-- 32×3 -->
20+
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
21+
22+
<style>
23+
@import url("../legal.css");
24+
</style>
25+
</head>
26+
27+
<body>
28+
<a href="/" class="link-chevron">TOPに戻る</a>
29+
30+
<h1>行動規範</h1>
31+
32+
<img src="/img/cover-photo.webp" loading="lazy" width='100%'
33+
alt="Cover Photo" title="Cover Photo" />
34+
35+
<p>
36+
この行動規範は、Coolest Projects Japanのすべての活動に関わる全ての人に適用されます。
37+
</p>
38+
39+
<ul>
40+
<li>私たちは、すべての若者が安全に、安心して創造性を発揮できる場を提供します。</li>
41+
<li>誰もが尊重され、差別やハラスメントのない公平な環境づくりに努めます。</li>
42+
<li>若者の挑戦や成長を温かく見守り、失敗や試行錯誤も価値ある経験として尊重します。</li>
43+
<li>個別の接触や不適切な言動は避け、すべてのやりとりは透明性と信頼をもって行います。</li>
44+
</ul>
45+
46+
<p>
47+
困ったことや不安な状況があれば、迷わずイベント運営チームへお知らせください。<br>
48+
問い合わせ窓口: <a href='https://forms.gle/pDkX4gUwaugfkn2M7'>https://forms.gle/pDkX4gUwaugfkn2M7</a>
49+
</p>
50+
51+
<p>
52+
Coolest Projects Japan 実行委員会<br>
53+
連絡先: coolestprojects2026@coderdojo.jp<br>
54+
最終更新日: 2025年10月5日<br>
55+
</p>
56+
57+
<a href="/" class="link-chevron" style="margin-top: 30px;">TOPに戻る</a>
58+
</body>
59+
</html>

favicon.ico

14.7 KB
Binary file not shown.

img/android-chrome-192x192.png

4.12 KB

img/android-chrome-256x256.png

6.8 KB

img/apple-touch-icon.png

2.76 KB

img/coderdojo.png

5.01 KB
38.2 KB
27.8 KB
105 KB

0 commit comments

Comments
 (0)