From 043a223d41612cbd6416b1226c96f30a160e7c44 Mon Sep 17 00:00:00 2001 From: Pugma Date: Sat, 12 Oct 2024 23:52:16 +0900 Subject: [PATCH 1/3] replace: our University name --- index.html | 6 +++--- src/pages/IndexPage.vue | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index cff8c27..529d855 100644 --- a/index.html +++ b/index.html @@ -17,14 +17,14 @@ - - + + traPortfolio diff --git a/src/pages/IndexPage.vue b/src/pages/IndexPage.vue index a0d79b3..4fde97b 100644 --- a/src/pages/IndexPage.vue +++ b/src/pages/IndexPage.vue @@ -32,7 +32,7 @@ onMounted(() => {

traPortfolio

- traPortfolioは東京工業大学デジタル創作同好会traPの部員のポートフォリオです。 + traPortfolioは東京科学大学デジタル創作同好会traPの部員のポートフォリオです。

@@ -45,7 +45,7 @@ onMounted(() => {

traPとは

- 東京工業大学・大岡山キャンパスを拠点に活動する創作・プログラミングの総合サークルです。
+ 東京科学大学・大岡山キャンパスを拠点に活動する創作・プログラミングの総合サークルです。
アプリ・ゲームの制作を中心に、音楽(DTM)、グラフィック(イラスト、3DCG、ドット絵、動画)などの創作活動に加え、Webインフラや競技プログラミング・サイバーセキュリティ(CTF)、機械学習(kaggle)などに関する活動も行っています。

From 57635d0f2db091cbf4ec8e122e1305cd51e09240 Mon Sep 17 00:00:00 2001 From: Pugma Date: Sun, 13 Oct 2024 07:14:43 +0900 Subject: [PATCH 2/3] remove: `TokyoTech` --- src/components/Layout/PageFooter.vue | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/src/components/Layout/PageFooter.vue b/src/components/Layout/PageFooter.vue index 268a63d..629c202 100644 --- a/src/components/Layout/PageFooter.vue +++ b/src/components/Layout/PageFooter.vue @@ -1,16 +1,19 @@ From 35f6689f1969e5c3e878a2a26d76ee533fb67a7e Mon Sep 17 00:00:00 2001 From: Pugma Date: Sun, 13 Oct 2024 07:16:57 +0900 Subject: [PATCH 3/3] =?UTF-8?q?=E3=82=B5=E3=82=A4=E3=82=BA=E3=82=92?= =?UTF-8?q?=E6=B1=BA=E3=82=81=E3=82=8B=E8=A6=81=E7=B4=A0=E3=82=92=E3=83=AD?= =?UTF-8?q?=E3=82=B4=E3=82=88=E3=82=8A=E3=82=82=E4=B8=80=E3=81=A4=E8=A6=AA?= =?UTF-8?q?=E3=81=AE=20`div`=20=E3=81=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Layout/PageFooter.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/Layout/PageFooter.vue b/src/components/Layout/PageFooter.vue index 629c202..260b6de 100644 --- a/src/components/Layout/PageFooter.vue +++ b/src/components/Layout/PageFooter.vue @@ -18,11 +18,11 @@ text-align: center; } } -.logo { +.copy { max-width: 20rem; } -.copy { - width: 320px; +.logo { + width: 100%; } .copyright { font-size: 0.8rem;