Skip to content

Commit

Permalink
Merge pull request #155 from traPtitech/fix/top_page_description
Browse files Browse the repository at this point in the history
トップページのテキスト変更
  • Loading branch information
mehm8128 authored Jun 16, 2024
2 parents b152bae + edf1dcc commit f1cd051
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/IndexPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ const logoSize = computed(() => (isMobile.value ? '64px' : '120px'))
<section :class="$style.traPDescriptionContainer">
<h2 :class="$style.h2">traPとは</h2>
<p :class="$style.traPDescription">
東京工業大学で活動するデジタル創作・プログラミング系サークルです。<br />
ゲーム制作を中心に、アプリ、音楽(DTM)、グラフィック(イラスト、3Dモデル、ドット絵、動画)などのクリエイティブ活動の他、競技プログラミング(競プロ)やCTFも行っています
東京工業大学・大岡山キャンパスを拠点に活動する創作・プログラミングの総合サークルです。<br />
アプリ・ゲームの制作を中心に、音楽(DTM)、グラフィック(イラスト、3DCG、ドット絵、動画)などの創作活動に加え、Webインフラや競技プログラミング・サイバーセキュリティ(CTF)、機械学習(kaggle)などに関する活動も行っています
</p>
</section>
</div>
Expand Down

0 comments on commit f1cd051

Please sign in to comment.