Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions _includes/top/sections/hero.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<div class="max-w-[1500px] mt-2 xl:-mt-14 mx-auto px-[2%] md:px-8">
<img src="/img/2025/top/hero-image.png" alt="好奇心に火をつけよう!! Inspire Next" />
</div>

<div class="flex mx-auto max-w-[1020px] justify-center lg:justify-start">
<p class="lg:-mt-6 xl:-mt-10 leading-8 px-6 text-lg font-bold">
DojoCon Japanとは日本の CoderDojo コミュニティメンバーが全国から集まる、<br />
年に1度のカンファレンスイベント(CoderDojo Conference) です。<br />
2016年に始まり、2025年は福岡県久留米市にて開催します。
</p>
</div>
22 changes: 22 additions & 0 deletions _layouts/top.html
Original file line number Diff line number Diff line change
@@ -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 %}
<!DOCTYPE html>
<html lang="ja" dir="ltr">
{% include head.html %}

<body class="bg-linear-106 from-[#9d1e29] to-[#d4932a] text-[#262626] font-bold tracking-wider min-h-dvh p-4 flex">
<div class="bg-white rounded-2xl min-h-full flex-grow flex flex-col">
<div class="flex-grow">
{{ content }}
</div>

{% include footer.html %}
</div>
</body>

</html>
Binary file added img/2025/top/header-background.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/2025/top/hero-image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 6 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
layout: default
layout: top
---
{% include top/sections/contact.html %}
<div class="bg-white bg-[url(/img/2025/top/header-background.png)] bg-contain bg-no-repeat bg-top bg-center rounded-2xl min-h-full flex-grow flex flex-col">
{% include header.html %}

{% include top/sections/hero.html %}
</div>