diff --git a/_includes/top/sections/hero.html b/_includes/top/sections/hero.html new file mode 100644 index 00000000..3538d683 --- /dev/null +++ b/_includes/top/sections/hero.html @@ -0,0 +1,11 @@ +
+ 好奇心に火をつけよう!! Inspire Next +
+ +
+

+ DojoCon Japanとは日本の CoderDojo コミュニティメンバーが全国から集まる、
+ 年に1度のカンファレンスイベント(CoderDojo Conference) です。
+ 2016年に始まり、2025年は福岡県久留米市にて開催します。 +

+
diff --git a/_layouts/top.html b/_layouts/top.html new file mode 100644 index 00000000..5aaf5796 --- /dev/null +++ b/_layouts/top.html @@ -0,0 +1,22 @@ +{% if page_title or page_title == '' %} + {% assign page_title = page.title %} +{% endif %} +{% if page_subtitle or page_subtitle == '' %} + {% assign page_subtitle = page.subtitle %} +{% endif %} +{% assign page_title = page.title %} + + +{% include head.html %} + + +
+
+ {{ content }} +
+ + {% include footer.html %} +
+ + + diff --git a/img/2025/top/header-background.png b/img/2025/top/header-background.png new file mode 100644 index 00000000..4d6a987b Binary files /dev/null and b/img/2025/top/header-background.png differ diff --git a/img/2025/top/hero-image.png b/img/2025/top/hero-image.png new file mode 100644 index 00000000..f8d9145a Binary files /dev/null and b/img/2025/top/hero-image.png differ diff --git a/index.md b/index.md index 693b7a57..11e189d5 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,8 @@ --- -layout: default +layout: top --- -{% include top/sections/contact.html %} \ No newline at end of file +
+ {% include header.html %} + + {% include top/sections/hero.html %} +