@@ -110,12 +110,19 @@ layout: plain
110110 <p class="mt-5 text-xl sm:text-2xl">Coolest Projectsは、18歳以下の子どもたちのための世界的な作品展示イベントです。プログラミングやテクノロジーを使って作った独自のアイデアや作品を、コミュニティ全体で称賛し合います。順位を競うコンテストではありません。あなたの情熱、創造性、そして技術的な挑戦を世界中の仲間と共有する場所です。</p>
111111 </div>
112112 </div>
113+
114+ <div class="text-center mt-12">
115+ <a class="button-push" href="/about">開催概要を見る</a>
116+ </div>
113117 </div>
114- <div class="mt-24">
118+
119+ <div class="pt-36" id="categories">
115120 <div class="text-center mb-8">
116- <h1 class='text-5xl sm:text-6xl font-bold uppercase tracking-wider border-b-10 border-teal-500 inline-block'
117- style="font-family: 'League Gothic', sans-serif; color: #221C35;">CATEGORIES</h1>
118- <p class="text-xl mt-2" style="color: #444444;">カテゴリー</p>
121+ <a href="#categories" style="text-decoration: none;">
122+ <h1 class='text-5xl sm:text-6xl font-bold uppercase tracking-wider border-b-10 border-teal-500 inline-block'
123+ style="font-family: 'League Gothic', sans-serif; color: #221C35;">CATEGORIES</h1>
124+ <p class="text-xl mt-2" style="color: #444444;">カテゴリー</p>
125+ </a>
119126 </div>
120127 <!-- カテゴリーカード -->
121128 <div class="grid md:grid-cols-2 lg:grid-cols-3 gap-6 mt-8">
@@ -192,12 +199,15 @@ layout: plain
192199 </div>
193200 </div>
194201 </div>
202+
195203 <!-- NEWS セクション -->
196- <div class="mt-24 ">
204+ <div class="pt-36" id="news ">
197205 <div class="text-center mb-16">
198- <h1 class='text-5xl sm:text-6xl font-bold uppercase tracking-wider border-b-10 border-teal-500 inline-block'
199- style="font-family: 'League Gothic', sans-serif; color: #221C35;">NEWS</h1>
200- <p class="text-xl mt-2" style="color: #444444;">お知らせ</p>
206+ <a href="#news" style="text-decoration: none;">
207+ <h1 class='text-5xl sm:text-6xl font-bold uppercase tracking-wider border-b-10 border-teal-500 inline-block'
208+ style="font-family: 'League Gothic', sans-serif; color: #221C35;">NEWS</h1>
209+ <p class="text-xl mt-2" style="color: #444444;">お知らせ</p>
210+ </a>
201211 </div>
202212 <!-- お知らせ一覧(最新3件) -->
203213 {% assign latest_news = site.posts | where: "categories", "news" | sort: "date" | reverse | limit: 3 %}
@@ -206,16 +216,17 @@ layout: plain
206216 {% include news_card.html post=post %}
207217 {% endfor %}
208218 </div>
209- <!-- もっと見るボタン -->
210- <div class="text-center mt-8">
211- <a class="button-push" href="/news"> もっと見る </a>
212- </div>
219+
220+ <!-- もっと見るボタン is temporarily disabled until we have more news posts: <div class="text-center mt-8"><a class="button-push" href="/news"> もっと見る </a></div>-->
213221 </div>
214- <div class="mt-24">
222+
223+ <div class="pt-36" id="sponsors">
215224 <div class="text-center mb-16">
216- <h1 class='text-5xl sm:text-6xl font-bold uppercase tracking-wider border-b-10 border-teal-500 inline-block'
217- style="font-family: 'League Gothic', sans-serif; color: #221C35;">SPONSORS</h1>
218- <p class="text-xl mt-2" style="color: #444444;">スポンサー</p>
225+ <a href="#sponsors" style="text-decoration: none;">
226+ <h1 class='text-5xl sm:text-6xl font-bold uppercase tracking-wider border-b-10 border-teal-500 inline-block'
227+ style="font-family: 'League Gothic', sans-serif; color: #221C35;">SPONSORS</h1>
228+ <p class="text-xl mt-2" style="color: #444444;">スポンサー</p>
229+ </a>
219230 </div>
220231 <div class="text-center mb-16">
221232 <p class="text-xl mb-12" style="color: #444444;">Coolest Projects Japanはスポンサーのご協力により開催されています。協賛くださいました、皆様ありがとうございます。</p>
@@ -313,7 +324,7 @@ layout: plain
313324 </section>
314325 </div>
315326 -->
316- <a href="/sponsors" class="button-push"> スポンサーページを見る </a>
327+ <a href="/sponsors" class="button-push"> スポンサー募集のご案内を見る </a>
317328 </div>
318329 </div>
319330 </div >
0 commit comments