Skip to content
This repository was archived by the owner on Oct 19, 2025. It is now read-only.

Commit c33b701

Browse files
committed
Simplify URL: /code-of-conduct -> /conduct
1 parent 0c2efd3 commit c33b701

File tree

1 file changed

+41
-14
lines changed

1 file changed

+41
-14
lines changed
Lines changed: 41 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,55 @@
11
<!DOCTYPE html>
22
<html lang='ja'>
3-
43
<head>
5-
<meta charset='UTF-8'>
6-
<meta name='viewport' content='width=device-width, initial-scale=1.0'>
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]-->
77

88
<!-- Settings for social web services (as minimum as possible) -->
9-
<title>行動規範 - DojoCon Japan 2025</title>
10-
<meta name="description" content="DojoCon Japan とは、日本の CoderDojo コミュニティメンバーが全国から集まる年に1度のカンファレンスです。">
11-
<meta property="og:type" content="website" />
12-
<meta name="twitter:image" content="https://dojocon2025.coderdojo.jp/img/ogp.jpg" />
13-
<meta property="og:image" content="https://dojocon2025.coderdojo.jp/img/ogp.jpg">
14-
<meta name="twitter:card" content="summary_large_image" />
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" />
1514

1615
<!-- Settings for web browsers (as minimum as possible) -->
17-
<link rel='canonical' href='https://dojocon2025.coderdojo.jp/code-of-conduct/' />
18-
<link rel='shortlink' href='https://dojocon2025.coderdojo.jp/code-of-conduct/' />
19-
<link rel="manifest" href="/site.webmanifest">
20-
<link rel="icon" href="/img/favicon.ico"> <!-- 32×32 -->
21-
<link rel="apple-touch-icon" href="/img/apple-touch-icon.png"> <!-- 180×180 -->
16+
<link rel='canonical' href='https://coolestprojects2026.coderdojo.jp/' />
17+
<link rel='shortlink' href='https://coolestprojects2026.coderdojo.jp/' />
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 -->
2221

2322
<style>
2423
@import url("../legal.css");
2524
</style>
25+
26+
<style type="text/css">
27+
@import"https://fonts.googleapis.com/css2?family=Space+Mono&display=swap";
28+
html { scroll-behavior:smooth }
29+
body {
30+
font-family:"Roboto","Noto Sans JP",sans-serif;
31+
margin:0;
32+
text-align:center;
33+
color:#046;
34+
padding-top:60px;
35+
}
36+
.container {
37+
text-align: center;
38+
font-size: 4vw;
39+
font-family: 'Space Mono';
40+
}
41+
42+
.cursor::after{
43+
content:"_";
44+
animation: blink 1s infinite
45+
}
46+
@keyframes blink{
47+
0% { opacity:0 }
48+
50% { opacity:0 }
49+
51% { opacity:1 }
50+
100% { opacity:1 }
51+
}
52+
</style>
2653
</head>
2754

2855
<body>

0 commit comments

Comments
 (0)