Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
batora9 committed Mar 25, 2024
1 parent c815b9b commit d9cd215
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,9 @@ export default function Home() {
<h1 className={style.contentTitle}>活動内容</h1>
<p className={style.aboutText}>
Maximumでは
<span className={clsx(style.span, style.bold)}>
競技プログラミング
</span>
<span className={clsx(style.span, style.bold)}>競技プログラミング</span>
(週2回)と
<span className={clsx(style.span, style.bold)}>
Web研究会
</span>
<span className={clsx(style.span, style.bold)}>Web研究会</span>
(週1回)の2つの活動を行っています。
</p>
<div className={style.imgBox1}>
Expand All @@ -37,13 +33,9 @@ export default function Home() {
<p>Competitive programming</p>
</div>
<p className={style.activityCPcontent}>
<span className={clsx(style.span, style.bold)}>
AtCoder
</span>
<span className={clsx(style.span, style.bold)}>AtCoder</span>
&nbsp;や&nbsp;
<span className={clsx(style.span, style.bold)}>
ICPC
</span>
<span className={clsx(style.span, style.bold)}>ICPC</span>
に向けて
<br />
毎週競技プログラミングの講義と
Expand Down

0 comments on commit d9cd215

Please sign in to comment.