feat(ui): implement SUPERCOMMAND component and integrate it into the layout; add Projects component for project display
This commit is contained in:
parent
07f65bd76d
commit
506a9bef40
6 changed files with 151 additions and 4 deletions
|
|
@ -1,4 +1,5 @@
|
|||
import NeoFetch from "@/components/NeoFetch";
|
||||
import Projects from "@/components/Projects";
|
||||
import TimelineComponent from "@/components/timeline";
|
||||
import Top from "@/components/Top";
|
||||
|
||||
|
|
@ -16,8 +17,7 @@ export default function Home() {
|
|||
<p>최근에는 정보보안 분야 중 <strong>웹 해킹</strong>에 관심이 많습니다.</p>
|
||||
<br />
|
||||
<p>대표적인 프로젝트들은 아래와 같습니다.</p>
|
||||
<a href="https://www.youtube.com/playlist?list=PLZeYZotn5_IOJDek6e35NKzUtJm09yxZD">Effect Playing Contest 2025 Broadcast Develop</a><br />
|
||||
<a href="https://github.com/imnyang/today.isangjeong">today.isangjeong</a>
|
||||
<Projects />
|
||||
</div>
|
||||
|
||||
<TimelineComponent />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue