File tree Expand file tree Collapse file tree 6 files changed +33
-31
lines changed
Expand file tree Collapse file tree 6 files changed +33
-31
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ type Banner = {
99const banner : Banner = {
1010 shown : true ,
1111 kind : "notify" ,
12- long : "新歓イベントを行っています " ,
13- short : "新歓イベントを行っています " ,
14- link : "/welcome-events " ,
15- linkText : "詳細日程 " ,
12+ long : "新歓を行っています " ,
13+ short : "新歓を行っています " ,
14+ link : "/join " ,
15+ linkText : "参加 " ,
1616} ;
1717
1818export default banner ;
Original file line number Diff line number Diff line change @@ -8,35 +8,26 @@ import Logo from "./Logo.astro";
88 <div class =" footer footer-vertical sm:footer-horizontal" >
99 <aside >
1010 <Logo class =" w-72" variant =" light" />
11- <h1 class =" my-4 text-xl" >ソフトウェア開発コミュニティ</h1 >
11+ <h1 class =" text-md my-4" >
12+ 東京大学のソフトウェアエンジニアリングコミュニティ
13+ </h1 >
1214 <ActionButton to =" /join/" variant =" dark" class =" mx-auto mt-1 md:mx-0" >
1315 参加する
1416 </ActionButton >
1517 </aside >
1618 <nav >
1719 <h6 class =" footer-title" >活動</h6 >
1820 <a href =" /projects/" class =" link link-uncolor link-hover" >
19- プロジェクト
20- </a >
21- <a
22- href =" https://learn.utcode.net/"
23- class =" link link-uncolor link-hover"
24- target =" _blank"
25- rel =" noreferrer"
26- >
27- ut.code(); Learn
21+ プロジェクト一覧
2822 </a >
2923 <a href =" /activities/learn/" class =" link link-uncolor link-hover" >
30- ut.code(); で学習する
24+ 学習・教育
3125 </a >
3226 <a href =" /activities/share/" class =" link link-uncolor link-hover" >
33- ut.code(); で交流する
27+ 交流
3428 </a >
3529 <a href =" /activities/develop/" class =" link link-uncolor link-hover" >
36- ut.code(); で開発する
37- </a >
38- <a href =" /donation/" class =" link link-uncolor link-hover" >
39- ご寄付・ご協賛のお願い
30+ 開発
4031 </a >
4132 </nav >
4233 <nav >
Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ import Meeting from "+/images/activity/develop/solo-dev.jpg";
4545 参加者はチームを組み、短期間で設計・実装・発表までを行うため、創造力や技術力、チームワークが試されます。
4646 アイデアを素早く具体化し、試行錯誤しながらブラッシュアップする過程を通じて、実践的なスキルを磨くことができます。
4747 </p >
48+ <ActionButton to =" /projects/hackathon" > ハッカソン作品 </ActionButton >
4849 </Section >
4950 <Section title =" 個人開発" image ={ Meeting } imageAlt =" " align-image =" right" >
5051 <p >
Original file line number Diff line number Diff line change @@ -6,16 +6,17 @@ import Title from "+/components/ActivityPage/Title.astro";
66
77import ActionButton from " +/components/ActionButton.astro" ;
88import Cover from " +/images/activity/learn/cover.jpg" ;
9+ import ReadDocument from " +/images/activity/learn/read-document.avif" ;
910import Seminar from " +/images/activity/learn/specialized-seminar.jpg" ;
1011import UTCodeLearn from " +/images/activity/learn/utcode-learn.jpg" ;
1112---
1213
13- <Layout type =" 学習" cover ={ Cover } >
14- <Title icon =" feather:book-open" > 学習する </Title >
14+ <Layout type =" 学習・教育 " cover ={ Cover } >
15+ <Title icon =" feather:book-open" > 学習・教育 </Title >
1516 <Summary >
1617 <p >
1718 ut.code();
18- は、全ての人にソフトウェア開発の魅力を伝えるべく、教材の作成から教育活動までを一貫して行っています 。充実した教材、気軽に質問できる環境、切磋琢磨する仲間、この3つの柱により、初心者からでも自分だけのソフトウェア開発ができるようにサポートします 。
19+ は、全ての人にソフトウェア開発の魅力を伝えるべく、教材の作成から教育活動までを一貫して行っており、さらに高みを目指すための自学自習の機会も提供しています 。充実した教材、気軽に質問できる環境、切磋琢磨する仲間、この3つの柱により、初心者から上級者まですべての人に新しい学びを提供します 。
1920 </p >
2021 </Summary >
2122 <Section
@@ -35,19 +36,32 @@ import UTCodeLearn from "+/images/activity/learn/utcode-learn.jpg";
3536 <ActionButton to =" /projects/utcode-learn" > 詳しく見る </ActionButton >
3637 </Section >
3738 <Section
39+ title =" ドキュメントを読む会"
40+ image ={ ReadDocument }
41+ imageAlt =" "
42+ align-image =" left"
43+ >
44+ <p >
45+ ドキュメントを読む会は、ut.code();
46+ の提供するドキュメントにとどまらず、自ら調べて理解を深める“自走力”を養うことを目的としています。
47+ </p >
48+ <p >
49+ 参加者はそれぞれのペースでドキュメントを読み進め、疑問があれば調べたり、周囲と共有したりしながら、ゼロから内容を理解することを目指します。
50+ </p >
51+ </Section ><Section
3852 title =" 全ゼミ / 自主ゼミ「モダン Web システム開発入門」"
3953 image ={ Seminar }
4054 imageAlt =" "
41- align-image =" left "
55+ align-image =" right "
4256 >
4357 <p >
4458 ut.code(); Learn を教材に、駒場キャンパスで講義形式で Web
4559 システム開発を学ぶことのできるゼミです。自学自習のペース配分が苦手でも、毎週の参加と課題により学習を進めることができます。
4660 </p >
4761 </Section >
48- <!--
62+ </Layout >
63+ <!--
4964 TODO: write about:
5065 - extralearn
5166 - ドキュメントを読む会
5267 -->
53- </Layout >
Original file line number Diff line number Diff line change @@ -34,11 +34,7 @@ articles.splice(3);
3434 src ={ Hero }
3535 />
3636 <div class =" absolute top-[40%] left-10 mr-10 max-w-lg bg-gray-50 p-8 pb-24" >
37- <h1 class =" text-2xl md:text-3xl" >
38- <span class =" inline-block" >東京大学の</span ><span class =" inline-block"
39- >ソフトウェア開発</span
40- ><span class =" inline-block" >コミュニティ</span >
41- </h1 >
37+ <h1 class =" text-2xl md:text-3xl" >東京大学のソフトウェア開発サークル</h1 >
4238 <div class =" prose mt-3" >
4339 <p >
4440 ut.code(); は、 2019
You can’t perform that action at this time.
0 commit comments