Skip to content

Commit 686d688

Browse files
authored
Merge pull request #37 from coderdojo-japan/fix/404-page
404 ページを正しい内容に修正
2 parents fcfba34 + df29c91 commit 686d688

File tree

1 file changed

+7
-25
lines changed

1 file changed

+7
-25
lines changed

404.html

Lines changed: 7 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -3,31 +3,13 @@
33
layout: default
44
---
55

6-
<style type="text/css" media="screen">
7-
.container {
8-
margin: 10px auto;
9-
max-width: 600px;
10-
text-align: center;
11-
}
12-
h1 {
13-
margin: 30px 0;
14-
font-size: 4em;
15-
line-height: 1;
16-
letter-spacing: -1px;
17-
}
18-
</style>
6+
{% include navbar.html %}
197

20-
<div class="container" style='margin-bottom: 200px;'>
21-
<h1 style='margin-top: 130px;'>Page Not Found</h1>
8+
<div class="text-center my-40 mx-8 xl:my-20">
9+
<h2 class="text-5xl">Page Not Found</h1>
2210

23-
<p><strong>お探しのページが見つかりませんでした 🥹</strong></p>
24-
<p style='margin-bottom: 100px;'>リンク切れなどあれば <a href='https://twitter.com/DojoConJapan'>@DojoConJapan</a> アカウントまで<br class='ignore-sp'>ご報告いただけると嬉しいです 🙏</p>
25-
26-
<h2 style='margin-bottom: 30px;'>
27-
<i class="fab fa-twitter"></i>
28-
<a href='https://twitter.com/DojoConJapan'>
29-
最近の投稿を見る
30-
</a>
31-
</h2>
32-
<a class="twitter-timeline" data-lang="ja" data-height="600" href="https://twitter.com/DojoConJapan?ref_src=twsrc%5Etfw">Tweets by DojoConJapan</a> <script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
11+
<p class="my-8">
12+
<strong>お探しのページが見つかりませんでした🥹</strong><br />
13+
リンク切れなどあれば <i class="fab fa-x-twitter"></i> <a href='https://x.com/{{ site.x }}' target="_blank">@DojoConJapan</a> アカウントまで<wbr>ご報告いただけると嬉しいです🙏
14+
</p>
3315
</div>

0 commit comments

Comments
 (0)