@@ -106,7 +106,7 @@ articles.splice(3);
106106 </ActionButton >
107107 </div >
108108 </section >
109- <section class =" bg-black py-80 text-white" >
109+ <section class =" bg-black pt-60 pb-20 text-white" >
110110 <div
111111 class =" mx-auto block items-center justify-evenly gap-12 overflow-hidden px-8 xl:flex xl:flex-row-reverse"
112112 >
@@ -156,6 +156,15 @@ articles.splice(3);
156156 </script >
157157 </div >
158158 </section >
159+ <section class =" bg-gray-50" >
160+ <div class =" container mx-auto px-4 py-12" >
161+ <SectionHeader title =" News" subtitle =" 最新情報" />
162+ <ArticleList truncate {articles } max-cols =" 3" class =" mt-10" />
163+ <ActionButton to =" /articles" class =" mt-8 ml-auto" >
164+ すべての記事
165+ </ActionButton >
166+ </div >
167+ </section >
159168 <section class =" bg-gray-100/70 backdrop-blur-sm" >
160169 <div class =" container mx-auto py-16" >
161170 <SectionHeader title =" About us" subtitle =" 団体概要" />
@@ -192,24 +201,6 @@ articles.splice(3);
192201 </ul >
193202 </div >
194203 </section >
195- <section class =" bg-gray-50" >
196- <div class =" container mx-auto px-4 py-12" >
197- <SectionHeader title =" News" subtitle =" 最新情報" />
198- <ArticleList truncate {articles } max-cols =" 3" class =" mt-10" />
199- <ActionButton to =" /articles" class =" mt-8 ml-auto" >
200- すべての記事
201- </ActionButton >
202- </div >
203- </section >
204- <section class =" w-full bg-gray-50" >
205- <iframe
206- title =" ut.code(); 紹介動画"
207- class =" h-[300px] w-full sm:h-[400px] md:h-[500px] lg:h-[100vh]"
208- src =" https://www.youtube-nocookie.com/embed/aUoa1AyfbMA?rel=0"
209- loading =" lazy"
210- allow =" picture-in-picture; web-share"
211- allow-fullscreen ></iframe >
212- </section >
213204 <section class =" bg-gray-50 py-24" >
214205 <SectionHeader title =" 協賛企業様" />
215206 <ul
0 commit comments