@@ -23,16 +23,16 @@ import LogoGMOMedia from "../images/logo-gmo-media.png";
2323 height =" 1080"
2424 src ={ Hero }
2525 />
26- <div class =" absolute top-[40%] left-10 max-w-lg bg-white/90 p-8 pb-24" >
26+ <div class =" absolute top-[40%] left-10 max-w-lg bg-gray-50 p-8 pb-24" >
2727 <h1 class =" text-2xl md:text-3xl" >
2828 <span class =" inline-block" >東京大学の</span ><span class =" inline-block"
2929 >ソフトウェア開発</span
3030 ><span class =" inline-block" >コミュニティ</span >
3131 </h1 >
3232 <div class =" prose mt-3" >
3333 <p >
34- ut.code();
35- は、東京大学のソフトウェアエンジニアリングコミュニティ ・プログラミングサークルです。
34+ ut.code(); は、 2019
35+ 年に発足した東京大学のソフトウェアエンジニアリングコミュニティ ・プログラミングサークルです。
3636 プログラミングの学習・教育から、実社会で役立つソフトウェア製作まで、幅広い活動を行っています。
3737 </p >
3838 </div >
@@ -42,7 +42,7 @@ import LogoGMOMedia from "../images/logo-gmo-media.png";
4242 >
4343 <div class =" container mx-auto px-4 py-12" >
4444 <SectionHeader title =" Activities" subtitle =" 活動内容" />
45- <div class =" mt-8 rounded-xl bg-white/100 p-8 shadow-2xl md:p-12" >
45+ <div class =" mt-8 rounded-xl bg-gray-50 p-8 shadow-2xl md:p-12" >
4646 <ul class =" flex flex-col gap-12 lg:flex-row" >
4747 {
4848 [
@@ -90,7 +90,7 @@ import LogoGMOMedia from "../images/logo-gmo-media.png";
9090 </div >
9191 </div >
9292 </section >
93- <section class =" bg-white " >
93+ <section class =" bg-gray-50 " >
9494 <div class =" px-12 py-12 lg:px-36" >
9595 <SectionHeader title =" Projects" subtitle =" 実施中のプロジェクト" />
9696 <ProjectList variant =" compact" class =" mt-10" />
@@ -101,14 +101,14 @@ import LogoGMOMedia from "../images/logo-gmo-media.png";
101101 </section >
102102 <section class =" bg-black py-80 text-white" >
103103 <div
104- class =" mx-auto block items-center gap-12 px-8 xl:flex xl:flex-row-reverse 2xl:mx-24 "
104+ class =" mx-auto block items-center gap-12 px-8 xl:flex xl:flex-row-reverse 2xl:mx-16 2xl:gap-20 "
105105 >
106106 <Image
107107 alt =" "
108108 src ={ LabCafe }
109109 width =" 1000"
110110 height =" 800"
111- class =" mr-6 ml-auto hidden h-full w-full max-w-2xl flex-1 overflow-clip rounded-3xl object-cover md:block xl:max-w-3xl"
111+ class =" mr-6 ml-auto hidden h-full w-full max-w-2xl flex-1 overflow-clip rounded-3xl object-cover md:block xl:mb-60 xl: max-w-3xl"
112112 />
113113 <article class =" mt-12 self-center md:ml-12" >
114114 <h1 class =" max-w-2xl text-4xl leading-snug sm:text-5xl md:text-6xl" >
@@ -121,7 +121,7 @@ import LogoGMOMedia from "../images/logo-gmo-media.png";
121121 >未来の<wbr />ソフトウェア</span
122122 >を<br /><span >デザインしよう</span >
123123 </h1 >
124- <p class =" text-md mt-3 max-w-xl leading-loose text-gray-400 sm:text-xl" >
124+ <p class =" text-md mt-3 max-w-xl leading-loose text-gray-300 sm:text-xl" >
125125 <span class =" inline-block" >
126126 ut.code(); で一緒にワクワクするソフトウェアを作りませんか?
127127 初心者から実務経験者、学年を問わずどなたでも大歓迎です。
@@ -188,7 +188,7 @@ import LogoGMOMedia from "../images/logo-gmo-media.png";
188188 </ul >
189189 </div >
190190 </section >
191- <section class =" bg-white " >
191+ <section class =" bg-gray-50 " >
192192 <div class =" container mx-auto px-4 py-12" >
193193 <SectionHeader title =" News" subtitle =" 最新情報" />
194194 <ArticleList variant =" compact" class =" mt-10" />
@@ -197,7 +197,7 @@ import LogoGMOMedia from "../images/logo-gmo-media.png";
197197 </ActionButton >
198198 </div >
199199 </section >
200- <section class =" w-full bg-white " >
200+ <section class =" w-full bg-gray-50 " >
201201 <iframe
202202 title =" ut.code(); 紹介動画"
203203 class =" h-[300px] w-full sm:h-[400px] md:h-[500px] lg:h-[100vh]"
@@ -206,7 +206,7 @@ import LogoGMOMedia from "../images/logo-gmo-media.png";
206206 allow =" picture-in-picture; web-share"
207207 allow-fullscreen ></iframe >
208208 </section >
209- <section class =" bg-white " >
209+ <section class =" bg-gray-50 " >
210210 <div class =" container mx-auto px-8 py-24" >
211211 <SectionHeader title =" 協賛企業様" />
212212 <div class =" mt-8 flex flex-wrap items-center justify-center gap-4" >
0 commit comments