Skip to content

Commit

Permalink
Update Work.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
aoiacai authored Jun 8, 2024
1 parent 22458c7 commit 3c5fdf8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions app/components/Work.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,7 @@ import { Typography } from '@mui/material';
import './Profile.css'

const Work: React.FC = () => {
/*
高専プロコン競技部門 GUI
写真とURL
https://github.com/aoiacai/procon34_Open/blob/main/pic.png
https://github.com/aoiacai/procon34_Open

Pomodoro Timer
https://github.com/aoiacai/pomodoro_simple/blob/main/pic.png
https://github.com/aoiacai/pomodoro_simple
jig.jp インターン 共同開発
https://private-user-images.githubusercontent.com/15647868/293295348-2d0fdf8f-0adc-4fd5-b5ac-ca81413d3752.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MTc4NTg5NjksIm5iZiI6MTcxNzg1ODY2OSwicGF0aCI6Ii8xNTY0Nzg2OC8yOTMyOTUzNDgtMmQwZmRmOGYtMGFkYy00ZmQ1LWI1YWMtY2E4MTQxM2QzNzUyLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNDA2MDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjQwNjA4VDE0NTc0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE1NDBjMjc4OWQxYzAyNzc1MjU3NmY1YTg0Mzk0YWE3OWRmNWJiMDc5NGZkMzdiNjNkYTM1NTgyNGZhZTk0NDgmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0JmFjdG9yX2lkPTAma2V5X2lkPTAmcmVwb19pZD0wIn0.ll72iG3u2GASDX_-5oJeQapWeqr2fzy4nQwrVc-1uJU
https://github.com/jigintern/ultimate-osechi
*/
return (
<div className='profile' id='works' style={{ paddingTop: '20px' }}>
<Typography style={{ fontSize: '7vh', padding: '5vh' }}>Works</Typography>
Expand Down

0 comments on commit 3c5fdf8

Please sign in to comment.