From fabcfebaa8275d9e9a04a18c637ff7f1b03020c4 Mon Sep 17 00:00:00 2001 From: Fukusan64 Date: Mon, 4 Aug 2025 23:40:25 +0900 Subject: [PATCH 1/5] =?UTF-8?q?=E4=B8=80=E6=97=A6=E7=94=BB=E5=83=8F?= =?UTF-8?q?=E7=84=A1=E3=81=97=E3=81=A7=E9=96=8B=E5=82=AC=E6=A6=82=E8=A6=81?= =?UTF-8?q?=E3=82=92=E4=BD=9C=E3=82=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/top/sections/event-summary.html | 24 +++++++++++++ _sass/pages/index.scss | 42 +++++++++++++++++++++++ index.md | 3 ++ 3 files changed, 69 insertions(+) create mode 100644 _includes/top/sections/event-summary.html diff --git a/_includes/top/sections/event-summary.html b/_includes/top/sections/event-summary.html new file mode 100644 index 0000000..6c144ea --- /dev/null +++ b/_includes/top/sections/event-summary.html @@ -0,0 +1,24 @@ +
+
+

開催概要

+

OUTLINE

+
+
+
+

開催日時

+
+
+
+

福岡県久留米市六ツ門町8−1

+
+
+
+

久留米市ティプラザ

+
+
+
+

参加無料

+
+
+
+
\ No newline at end of file diff --git a/_sass/pages/index.scss b/_sass/pages/index.scss index 190612c..4692ead 100644 --- a/_sass/pages/index.scss +++ b/_sass/pages/index.scss @@ -41,4 +41,46 @@ background-color: #e0e0e0; color: #0e0e0e; } +} + +#event-summary { + .title { + font-size: 36px; + letter-spacing: 0.125rem; + margin-bottom: 4px; + } + .subtitle { + font-size: 24px; + letter-spacing: 0.065rem; + margin-bottom: 43px; + font-weight: bold; + } + + .event-img { + margin-bottom: 18px; + width: 300px; + height: 300px; + background:#ccc; + border-radius: 8px; + } + + .item-list { + display: grid; + gap: 18px; + grid-template-columns: repeat(4, 1fr); + + @media (max-width: 1254px) { + grid-template-columns: repeat(2, 1fr); /* 2x2表示 */ + } + + @media (max-width: 768px) { + grid-template-columns: 1fr; /* 1x1表示 */ + } +} + + .event-desc { + font-size: 20px; + letter-spacing: 0.0625rem; + font-weight: bold; + } } \ No newline at end of file diff --git a/index.md b/index.md index 693b7a5..a0c6863 100644 --- a/index.md +++ b/index.md @@ -1,4 +1,7 @@ --- layout: default --- + +{% include top/sections/event-summary.html %} + {% include top/sections/contact.html %} \ No newline at end of file From 69dc9a4f1d5537f5ec0cfd0efb4209408a65686f Mon Sep 17 00:00:00 2001 From: Fukusan64 Date: Mon, 4 Aug 2025 23:51:46 +0900 Subject: [PATCH 2/5] =?UTF-8?q?=E3=82=B9=E3=82=AF=E3=83=AD=E3=83=BC?= =?UTF-8?q?=E3=83=AB=E3=83=90=E3=83=BC=E3=81=8C=E5=87=BA=E3=81=A6=E3=81=97?= =?UTF-8?q?=E3=81=BE=E3=81=86=E5=95=8F=E9=A1=8C=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _sass/global/base.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/global/base.scss b/_sass/global/base.scss index 8616085..4dad368 100644 --- a/_sass/global/base.scss +++ b/_sass/global/base.scss @@ -76,7 +76,7 @@ a { section { margin: 0 auto; padding: 3rem 0; - width: 100vw; + width: 100%; clear: both; overflow: hidden; From 42050d3e881d695df94fa168bb7d618bf212f4be Mon Sep 17 00:00:00 2001 From: Fukusan64 Date: Mon, 4 Aug 2025 23:59:58 +0900 Subject: [PATCH 3/5] fix typo --- _sass/pages/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_sass/pages/index.scss b/_sass/pages/index.scss index 4692ead..737ffd7 100644 --- a/_sass/pages/index.scss +++ b/_sass/pages/index.scss @@ -74,7 +74,7 @@ } @media (max-width: 768px) { - grid-template-columns: 1fr; /* 1x1表示 */ + grid-template-columns: 1fr; /* 1x4表示 */ } } From 6375905cfbe2590cfa318f7df896aed00c2b8e33 Mon Sep 17 00:00:00 2001 From: Fukusan64 Date: Tue, 5 Aug 2025 22:21:26 +0900 Subject: [PATCH 4/5] =?UTF-8?q?wip:=20=E9=96=8B=E5=82=AC=E6=A6=82=E8=A6=81?= =?UTF-8?q?=E5=AE=9F=E8=A3=85=20=E6=AE=8B=E4=BB=B6:=20=E7=94=BB=E5=83=8F?= =?UTF-8?q?=E4=B8=8A=E3=81=AE=E6=96=87=E5=AD=97=E7=B3=BB=E3=81=AE=E9=83=A8?= =?UTF-8?q?=E5=88=86=E3=82=92=E3=81=A9=E3=81=86=E3=81=99=E3=82=8B=E3=81=8B?= =?UTF-8?q?...?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/top/sections/event-summary.html | 17 +- _sass/pages/index.scss | 5 +- img/2025/top/building.svg | 14 + img/2025/top/free.svg | 22 ++ img/2025/top/fukuoka.svg | 21 ++ img/2025/top/kappa_ninja.svg | 325 ++++++++++++++++++++++ 6 files changed, 397 insertions(+), 7 deletions(-) create mode 100644 img/2025/top/building.svg create mode 100644 img/2025/top/free.svg create mode 100644 img/2025/top/fukuoka.svg create mode 100644 img/2025/top/kappa_ninja.svg diff --git a/_includes/top/sections/event-summary.html b/_includes/top/sections/event-summary.html index 6c144ea..8ae84c9 100644 --- a/_includes/top/sections/event-summary.html +++ b/_includes/top/sections/event-summary.html @@ -4,19 +4,28 @@

開催概要

OUTLINE

-
+
+ +

開催日時

-
+
+ + +

福岡県久留米市六ツ門町8−1

-
+
+ +

久留米市ティプラザ

-
+
+ +

参加無料

diff --git a/_sass/pages/index.scss b/_sass/pages/index.scss index 737ffd7..3eaf71e 100644 --- a/_sass/pages/index.scss +++ b/_sass/pages/index.scss @@ -56,12 +56,11 @@ font-weight: bold; } - .event-img { + .image-wrapper { margin-bottom: 18px; width: 300px; height: 300px; - background:#ccc; - border-radius: 8px; + position: relative; } .item-list { diff --git a/img/2025/top/building.svg b/img/2025/top/building.svg new file mode 100644 index 0000000..f1c0268 --- /dev/null +++ b/img/2025/top/building.svg @@ -0,0 +1,14 @@ + + + + + + + + + + \ No newline at end of file diff --git a/img/2025/top/free.svg b/img/2025/top/free.svg new file mode 100644 index 0000000..ac774e7 --- /dev/null +++ b/img/2025/top/free.svg @@ -0,0 +1,22 @@ + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/2025/top/fukuoka.svg b/img/2025/top/fukuoka.svg new file mode 100644 index 0000000..b0a799f --- /dev/null +++ b/img/2025/top/fukuoka.svg @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/img/2025/top/kappa_ninja.svg b/img/2025/top/kappa_ninja.svg new file mode 100644 index 0000000..23e9ba6 --- /dev/null +++ b/img/2025/top/kappa_ninja.svg @@ -0,0 +1,325 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file From a74baaa7bcee0a61a6247f24af63540d6e054f81 Mon Sep 17 00:00:00 2001 From: Fukusan64 Date: Tue, 5 Aug 2025 22:32:22 +0900 Subject: [PATCH 5/5] =?UTF-8?q?=E5=BE=AE=E8=AA=BF=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _includes/top/sections/event-summary.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_includes/top/sections/event-summary.html b/_includes/top/sections/event-summary.html index 8ae84c9..bbe5416 100644 --- a/_includes/top/sections/event-summary.html +++ b/_includes/top/sections/event-summary.html @@ -18,13 +18,13 @@

開催概要

- +
-

久留米市ティプラザ

+

久留米市シティプラザ

- +

参加無料