@@ -10,6 +10,7 @@ import { Footer } from "../components/Footer";
1010import ec_vscode from "../assets/images/eyecatch_vscode.jpg" ;
1111import ec_mtg from "../assets/images/eyecatch_ltmtg.jpg" ;
1212import ec_groupshot from "../assets/images/eyecatch_groupshot.jpg" ;
13+ import ec_stamprally from "../assets/images/eyecatch_stamprally.jpg" ;
1314import nkcuglogo from "../assets/NKCUG_DP.svg" ;
1415import { Header } from "../components/Header" ;
1516import "../style/Toppage.scss" ;
@@ -25,7 +26,7 @@ function createData(name: string, location: string) {
2526const locationData = [
2627 createData ( "部室" , "352b教室(水曜日は他のサークルが使用します)" ) ,
2728 createData ( "学内イベント" , "主に163教室" ) ,
28- createData ( "オンライン活動場所" , "NKC-UG Teams " ) ,
29+ createData ( "オンライン活動場所" , "Teams NKC-UGチーム上 " ) ,
2930] ;
3031
3132export const Toppage = ( ) => {
@@ -85,8 +86,16 @@ export const Toppage = () => {
8586 className = "eyecatchImg"
8687 />
8788 </ SwiperSlide >
89+ < SwiperSlide >
90+ < Box
91+ component = "img"
92+ sx = { { display : "block" , width : "100%" , objectFit : "cover" } }
93+ src = { ec_stamprally }
94+ alt = "ヘッダー用画像"
95+ className = "eyecatchImg"
96+ />
97+ </ SwiperSlide >
8898 </ Swiper >
89-
9099 < Box
91100 component = "img"
92101 src = { nkcuglogo }
@@ -126,6 +135,18 @@ export const Toppage = () => {
126135 </ TableBody >
127136 </ Table >
128137 </ Box >
138+ < Box id = "activity" sx = { { margin : 3 } } >
139+ < Typography variant = "h4" className = "heading" sx = { headingStyle } >
140+ NKC-UGの活動内容について
141+ </ Typography >
142+ < Typography >
143+ 名学祭でのプログラミングクイズ大会やスタンプラリーなどのイベント開催や、4か月に一度の頻度で全体MTGを開催しています。
144+ < br />
145+ 全体MTGは6月・9月・12月に開催を予定しています。
146+ < br />
147+ また、有志のメンバーによる勉強会も開催可能です。
148+ </ Typography >
149+ </ Box >
129150 </ Box >
130151 < Footer />
131152 </ Box >
0 commit comments