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

Commit 18b8ede

Browse files
committed
Remove needless CSS style in /conduct
1 parent 1d21948 commit 18b8ede

File tree

1 file changed

+4
-32
lines changed

1 file changed

+4
-32
lines changed

conduct/index.html

Lines changed: 4 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -13,52 +13,24 @@
1313
<meta name="twitter:card" content="summary_large_image" />
1414

1515
<!-- Settings for web browsers (as minimum as possible) -->
16-
<link rel='canonical' href='https://coolestprojects2026.coderdojo.jp/' />
17-
<link rel='shortlink' href='https://coolestprojects2026.coderdojo.jp/' />
16+
<link rel='canonical' href='https://coolestprojects2026.coderdojo.jp/conduct/' />
17+
<link rel='shortlink' href='https://coolestprojects2026.coderdojo.jp/conduct/' />
1818
<link rel="manifest" href="/site.webmanifest">
1919
<link rel="icon" href="/favicon.ico"> <!-- 32×3 -->
2020
<link rel="apple-touch-icon" href="/apple-touch-icon.png"><!-- 180×180 -->
2121

2222
<style>
2323
@import url("../legal.css");
2424
</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>
5325
</head>
5426

5527
<body>
5628
<a href="/" class="link-chevron">TOPに戻る</a>
5729

5830
<h1>行動規範</h1>
5931

60-
<img src="/img/cover-photo.webp" loading="lazy" width='100%' alt="DojoCon Japan Cover Photo"
61-
title="DojoCon Japan Cover Photo" />
32+
<img src="/img/cover-photo.webp" loading="lazy" width='100%'
33+
alt="Cover Photo" title="Cover Photo" />
6234

6335
<h2 id="1-目的">1. 目的</h2>
6436

0 commit comments

Comments
 (0)