Skip to content

Commit

Permalink
add footer
Browse files Browse the repository at this point in the history
  • Loading branch information
aramshiva committed Jun 19, 2024
1 parent f0a2039 commit 0f583e9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { motion } from "framer-motion";
import Image from "next/image";
import Link from "next/link";


export default function Home() {
return (
<>
Expand Down Expand Up @@ -58,8 +57,11 @@ export default function Home() {
<Experience />
<div className="py-5" />
<Email />
<div className="pt-5">
<p className="text-gray-400 text-sm">Made by <Link className="underline" href="https://github.com/aramshiva/website">Aram</Link>. <Link className="underline" href="https://github.com/jaspermayone/website">Open Source</Link></p>
</div>
</div>
</motion.div>
</>
);
}
}

1 comment on commit 0f583e9

@vercel
Copy link

@vercel vercel bot commented on 0f583e9 Jun 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.