File tree Expand file tree Collapse file tree 10 files changed +37
-57
lines changed Expand file tree Collapse file tree 10 files changed +37
-57
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ <h1 class="xl:block hidden mx-auto max-w-lg pt-5 px-8">
27
27
class ="flex flex-col min-h-20 items-stretch gap-2 *:px-6 *:text-center *:text-[20px] *:leading-[1.75] *:text-[#cc8f2e] [&_a]:block ">
28
28
< li > < a href ="/#outline "> 開催概要</ a > </ li >
29
29
< li > < a href ="/#session "> セッション</ a > </ li >
30
- < li > < a href ="/events/ "> 企画 </ a > </ li >
30
+ < li > < a href ="/events/ "> イベント </ a > </ li >
31
31
< li > < a href ="/contests/ "> コンテスト</ a > </ li >
32
32
< li > < a href ="https://suzuri.jp/DojoConJapan " target ="_blank "> グッズ</ a > </ li >
33
33
< li > < a href ="/sponsorship/ "> スポンサー募集</ a > </ li >
Original file line number Diff line number Diff line change 4
4
< ul class ="flex flex-wrap min-h-20 items-center p-5 pr-0 justify-center divide-x-2 gap-y-2 *:text-[#cc8f2e] *:px-6 ">
5
5
< li > < a href ="/#outline "> 開催概要</ a > </ li >
6
6
< li > < a href ="/#session "> セッション</ a > </ li >
7
- < li > < a href ="/events/ "> 企画 </ a > </ li >
7
+ < li > < a href ="/events/ "> イベント </ a > </ li >
8
8
< li > < a href ="/contests/ "> コンテスト</ a > </ li >
9
9
< li > < a href ="https://suzuri.jp/DojoConJapan " target ="_blank "> グッズ</ a > </ li >
10
10
< li > < a href ="/sponsorship/ "> スポンサー募集</ a > </ li >
Original file line number Diff line number Diff line change
1
+ < div
2
+ class ="max-w-3xl lg:max-w-[1800px] px-8 mx-auto mt-20 lg:mt-48 mb-16 flex flex-col lg:flex-row-reverse items-center lg:items-start ">
3
+ < div class ="w-full lg:w-2/5 mb-8 ">
4
+ < div class ="lg:max-w-sm lg:place-self-start lg:ml-[10%] ">
5
+ < h2 class ="text-4xl mb-4 text-center lg:text-left ">
6
+ イベント
7
+ < span class ="block mt-2 text-2xl "> EVENT</ span >
8
+ </ h2 >
9
+ < p class ="leading-7 mb-10 ">
10
+ コンテストや体験型のワークショップ等を企画しています。< br >
11
+ 気になっていたことにチャレンジしたり、新しい道具や考え方にふれるチャンス!< br >
12
+ 詳細は< a href ="/events/ " class ="underline "> イベント一覧</ a > をご覧ください。
13
+ </ p >
14
+ </ div >
15
+ </ div >
16
+ < ul class ="grid grid-cols-1 md:grid-cols-2 xl:grid-cols-3 gap-x-6 gap-y-12 lg:-mt-16 lg:w-3/5 ">
17
+ {% assign events = site.data.events | slice: 0, 6 %}
18
+ {% for event in events %}
19
+ < li class ="flex flex-col min-w-0 ">
20
+ < a href ="{{ event.url }} " class ="block hover:opacity-80 transition grow ">
21
+ < img class ="w-full md:max-h-[160px] md:object-contain " src ="{{ event.img }} " alt ="{{ event.title }} " />
22
+ < p class ="mt-2 "> {{ event.title }}</ p >
23
+ < p class ="text-xs mb-2 leading-5 "> {{ event.outline }}</ p >
24
+ </ a >
25
+ </ li >
26
+ {% endfor %}
27
+ </ ul >
28
+ </ div >
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
---
2
2
layout : default
3
3
permalink : /events/
4
- title : 企画
4
+ title : イベント
5
5
---
6
6
{% include navbar.html %}
7
7
8
8
<h2 class =" text-4xl text-center mb-8 mt-30 xl:mt-15 " >
9
- 企画
9
+ イベント
10
10
<span class =" block mt-5 text-2xl " >EVENTS</span >
11
11
</h2 >
12
12
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ title-in-news-list: 『DojoCon Japan 2025 プログラミングコンテスト
5
5
date : 2025-07-21T00:00:00 UTC+09:00
6
6
categories : news
7
7
permalink : /contests/
8
- tags : 企画
8
+ tags : イベント
9
9
---
10
10
11
11
<p >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: 『DojoCon Japan 2025 プログラミングコンテスト』応募方法
4
4
title-in-news-list : 『DojoCon Japan 2025 プログラミングコンテスト』の応募方法を公開しました
5
5
date : 2025-08-02T01:00:00 UTC+09:00
6
6
categories : news
7
- tags : 企画
7
+ tags : イベント
8
8
permalink : /contests/how-to-apply/
9
9
---
10
10
<style >
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ title: DojoCon Japan 2025 スポンサー募集のお知らせ
4
4
title-in-news-list : DojoCon Japan 2025 スポンサー募集のお知らせを掲載しました
5
5
date : 2025-08-02T00:00:00 UTC+09:00
6
6
categories : news
7
- tags : 企画
7
+ tags : スポンサー
8
8
permalink : /sponsorship/
9
9
---
10
10
<img src="/img/common/coderdojo-nameplate.webp" class="mb-4" loading="lazy" alt="DojoCon Japan Cover Photo"
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ permalink: /staff/
32
32
</div >
33
33
34
34
<p class =" leading-6 " >
35
- 聴きたいセッションや参加したい企画 ・ワークショップがあるなど、時間を調整いたしますのでお気軽にご相談ください。<br >
35
+ 聴きたいセッションや参加したいイベント ・ワークショップがあるなど、時間を調整いたしますのでお気軽にご相談ください。<br >
36
36
皆様のご応募をお待ちしております。
37
37
</p >
38
38
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ layout: top
29
29
30
30
{% include top/sections/session.html %}
31
31
32
- {% include top/sections/workshop .html %}
32
+ {% include top/sections/event .html %}
33
33
34
34
<div class =" -mx-4 " >
35
35
<img class =" w-full " src =" /img/top/background3.webp " alt =" 鉄道模型を動かしている様子 " />
You can’t perform that action at this time.
0 commit comments