Skip to content

Commit

Permalink
feat: update main
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftpsh committed Dec 25, 2024
1 parent 2e2277c commit a2cecd8
Showing 1 changed file with 12 additions and 13 deletions.
25 changes: 12 additions & 13 deletions app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import styled from "@emotion/styled";
import { Space, Typo } from "@solved-ac/ui-react";
import { IconAt, IconBriefcase, IconSchool } from "@tabler/icons-react";
import { IconAt, IconBriefcase, IconCheck, IconSchool } from "@tabler/icons-react";
import { useEffect, useState } from "react";
import ExternalLink from "../components/ExternalLink";
import ExternalLinkInline from "../components/ExternalLinkInline";
Expand Down Expand Up @@ -109,33 +109,32 @@ const Page = () => {
<IconBriefcase />
</HistoryIcon>
<HistoryContent>
<ExternalLinkInline href="https://solved.ac">
솔브드
<ExternalLinkInline href="https://company.nexon.com">
넥슨
</ExternalLinkInline>{" "}
대표
인텔리전스랩스 알고리즘연구팀 (예정)
</HistoryContent>
</HistoryEntry>
<HistoryEntry>
<HistoryIcon>
<IconSchool />
<IconCheck />
</HistoryIcon>
<HistoryContent>
<ExternalLinkInline href="https://www.sogang.ac.kr">
서강대학교
<ExternalLinkInline href="https://solved.ac">
솔브드
</ExternalLinkInline>{" "}
컴퓨터공학과 학부 4학년
개발자
</HistoryContent>
</HistoryEntry>
<HistoryEntry>
<HistoryIcon>
<IconBriefcase />
<IconSchool />
</HistoryIcon>
<HistoryContent>
{" "}
<ExternalLinkInline href="https://career.nexon.com/user/recruit/member/postList?joinCorp=GN">
엔진스튜디오(넥슨)
<ExternalLinkInline href="https://www.sogang.ac.kr">
서강대학교
</ExternalLinkInline>{" "}
소프트웨어 엔지니어 (파트장)
컴퓨터공학과 학부 (졸업예정)
</HistoryContent>
</HistoryEntry>
</HistoryEntries>
Expand Down

0 comments on commit a2cecd8

Please sign in to comment.