Skip to content

Commit

Permalink
abcd
Browse files Browse the repository at this point in the history
  • Loading branch information
junho2343 committed May 5, 2024
1 parent 884d029 commit dcaea47
Show file tree
Hide file tree
Showing 4 changed files with 7,165 additions and 7,152 deletions.
6 changes: 6 additions & 0 deletions _data/about.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@ import AboutType from "interfaces/about";

const aboutData: AboutType = {
career: [
{
companyName: "(주)넥슨코리아",
period: "2023.05 ~ (재직중)",
href: "https://company.nexon.com/",
summary: [],
},
{
companyName: "(주)플레이오토",
period: "2018.12 ~ 2022.10 (3년 10개월)",
Expand Down
4 changes: 3 additions & 1 deletion components/layout/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ const Footer = () => {
return (
<div className="w-full h-20 mt-10 flex justify-center border-t border-t-[#d8e0e7] bg-[#f6f9fc] ">
<Container className="flex items-center">
<span className="text-[#8898a9] font-[300]">© Moon Junho. 2022</span>
<span className="text-[#8898a9] font-[300]">
© Moon Junho. {new Date().getFullYear()}
</span>
<a href="https://github.com/junho2343" target="_blank">
<img src="/assets/icon_github_logo.svg" alt="" className="pl-4" />
</a>
Expand Down
Loading

0 comments on commit dcaea47

Please sign in to comment.