Skip to content

Commit

Permalink
Merge pull request #1 from LikeACloud7/init
Browse files Browse the repository at this point in the history
profile base
  • Loading branch information
LikeACloud7 authored Sep 10, 2024
2 parents ddad3bf + 8546ad2 commit 6706b47
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 34 deletions.
1 change: 0 additions & 1 deletion public/vite.svg

This file was deleted.

40 changes: 8 additions & 32 deletions src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,41 +1,17 @@
import './App.css';

import { useState } from 'react';

import viteLogo from '/vite.svg';

import reactLogo from './assets/react.svg';

function App() {
const [count, setCount] = useState(0);

return (
<>
<div>
<a href="https://vitejs.dev" target="_blank" rel="noreferrer">
<img src={viteLogo} className="logo" alt="Vite logo" />
</a>
<a href="https://react.dev" target="_blank" rel="noreferrer">
<img src={reactLogo} className="logo react" alt="React logo" />
</a>
<div className="profile-container">
<div className="profile-image">
<img src="src/assets/jerry.PNG" alt="Profile" />
</div>
<h1>Vite + React</h1>
<div className="card">
<button
onClick={() => {
setCount(count + 1);
}}
>
count is {count}
</button>
<p>
Edit <code>src/App.tsx</code> and save to test HMR
</p>
<div className="profile-details">
<h2>박세준</h2>
<p>컴퓨터공학부</p>
<p>21학번</p>
</div>
<p className="read-the-docs">
Click on the Vite and React logos to learn more
</p>
</>
</div>
);
}

Expand Down
Binary file added src/assets/jerry.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 0 additions & 1 deletion src/assets/react.svg

This file was deleted.

0 comments on commit 6706b47

Please sign in to comment.