Skip to content

Commit

Permalink
Update Award.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aoiacai authored Jun 9, 2024
1 parent 3c5fdf8 commit e635270
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions app/components/Award.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,14 @@ const Award: React.FC = () => {
<div className='text_and_icon'>
<div style={{ display: 'block' }}>
<Typography style={{ fontSize: '2vh', color: 'cyan' }}>2023</Typography>
<Typography style={{ fontSize: '3vh' }}>高専プロコン競技部門優勝 チーム「蟹高専」アルゴリズム担当</Typography>
<Typography style={{ fontSize: '3vh' }}>文部科学大臣賞</Typography>
<Typography style={{ fontSize: '3vh' }}>情報処理学会若手奨励賞</Typography>
<Typography style={{ fontSize: '3vh' }}>電子情報通信学会若手奨励賞</Typography>
<Typography style={{ fontSize: '3vh' }}>The 15th NAPROCK INTERNATIONAL PROGRAMMING CONTEST Competition section Champion </Typography>
<Typography style={{ fontSize: '3vh' }}>高専プロコン競技部門優勝 チーム「蟹高専」アルゴリズム担当</Typography>
<Typography style={{ fontSize: '3vh' }}>文部科学大臣賞</Typography>
<Typography style={{ fontSize: '3vh' }}>情報処理学会若手奨励賞</Typography>
<Typography style={{ fontSize: '3vh' }}>電子情報通信学会若手奨励賞</Typography>
<Typography style={{ fontSize: '3vh' }}>The 15th NAPROCK INTERNATIONAL PROGRAMMING CONTEST Competition section Champion </Typography>

<Typography style={{ fontSize: '2vh', color: 'cyan' }}>2024</Typography>
<Typography style={{ fontSize: '3vh' }}>AI-STEP 準奨励賞</Typography>
<Typography style={{ fontSize: '3vh' }}>AI-STEP 準奨励賞</Typography>
</div>
</div>
</div>
Expand All @@ -27,4 +27,4 @@ const Award: React.FC = () => {
);
};

export default Award;
export default Award;

0 comments on commit e635270

Please sign in to comment.