Skip to content

Commit 4a0599a

Browse files
authored
Merge pull request #41 from coderdojo-japan/mask_session_and_workshop
セッションとワークショップのブロックをカミングスーン表示にする
2 parents 7f79e44 + 50da06f commit 4a0599a

File tree

2 files changed

+41
-2
lines changed

2 files changed

+41
-2
lines changed

_includes/top/sections/session.html

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div id="session" class="max-w-3xl lg:max-w-[1800px] px-8 mx-auto pt-28 -mt-28 mb-16 flex flex-col lg:-mt-64 lg:flex-row items-center lg:items-start">
1+
{% comment %} <div id="session" class="max-w-3xl lg:max-w-[1800px] px-8 mx-auto pt-28 -mt-28 mb-16 flex flex-col lg:-mt-64 lg:flex-row items-center lg:items-start">
22
<div class="w-full lg:w-2/5 mb-8 lg:mt-68">
33
<div class="lg:max-w-sm lg:place-self-end lg:mr-[10%]">
44
<h2 class="text-4xl mb-4 text-center lg:text-left">
@@ -24,4 +24,23 @@ <h2 class="text-4xl mb-4 text-center lg:text-left">
2424
</li>
2525
{% endfor %}
2626
</ul>
27+
</div> {% endcomment %}
28+
29+
<div id="session" class="max-w-3xl lg:max-w-[1800px] px-8 mx-auto pt-28 -mt-28 mb-16 flex flex-col lg:-mt-64 lg:flex-row items-center lg:items-start">
30+
<div class="w-full lg:w-2/5 mb-8 lg:mt-55">
31+
<div class="lg:max-w-sm lg:place-self-end lg:mr-[10%]">
32+
<h2 class="text-4xl mb-4 text-center lg:text-left">
33+
セッション
34+
<span class="block mt-2 text-2xl">SESSION</span>
35+
</h2>
36+
<p class="leading-7 mb-10">
37+
さまざまな分野で活やくしている人たちの話を聞いて、考え方やアイデアを広げてみよう。<br />
38+
プログラミングや教育、地域での活動など、たくさんのヒントがつまった時間です。
39+
</p>
40+
</div>
41+
</div>
42+
43+
<div class="lg:mt-50 mt-0 flex item-center justify-center h-[150px] lg:h-[300px] w-full lg:w-3/5">
44+
<p class="size-full lg:text-7xl text-2xl text-gray-500 opacity-50 text-center flex items-center justify-center">Coming soon...</p>
45+
</div>
2746
</div>

_includes/top/sections/workshop.html

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div
1+
{% comment %} <div
22
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">
33
<div class="w-full lg:w-2/5 mb-8">
44
<div class="lg:max-w-sm lg:place-self-start lg:ml-[10%]">
@@ -25,4 +25,24 @@ <h2 class="text-4xl mb-4 text-center lg:text-left">
2525
</li>
2626
{% endfor %}
2727
</ul>
28+
</div> {% endcomment %}
29+
30+
<div
31+
class="max-w-3xl lg:max-w-[1800px] px-8 mx-auto mb-16 flex flex-col lg:flex-row-reverse items-center lg:items-start">
32+
<div class="w-full lg:w-2/5 mb-8 lg:mt-15">
33+
<div class="lg:max-w-sm lg:place-self-start lg:ml-[10%]">
34+
<h2 class="text-4xl mb-4 text-center lg:text-left">
35+
ワークショップ
36+
<span class="block mt-2 text-2xl">WORKSHOP</span>
37+
</h2>
38+
<p class="leading-7 mb-10">
39+
実際にプログラミングやものづくりを体験できるコーナーです。<br />
40+
気になっていたことにチャレンジしたり、新しい道具や考え方にふれるチャンス!
41+
</p>
42+
</div>
43+
</div>
44+
45+
<div class=" flex item-center justify-center h-[150px] lg:h-[300px] w-full lg:w-3/5">
46+
<p class="size-full lg:text-7xl text-2xl text-gray-500 opacity-50 text-center flex items-center justify-center">Coming soon...</p>
47+
</div>
2848
</div>

0 commit comments

Comments
 (0)