Skip to content

Commit

Permalink
Enable footer links
Browse files Browse the repository at this point in the history
Signed-off-by: Little Human <[email protected]>
  • Loading branch information
Little Human committed Sep 12, 2022
1 parent bf11f59 commit 2d29bd1
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
export default function Footer() {
return (
<div className="center-child absolute bottom-2 left-0 right-0 footer z-20 md:bottom-4">
<div className="footer-section-1 z-20 flex flex-row ">
{/* <div className="footer-section-1 z-20 flex flex-row ">
<div className="flex items-center justify-items-center">
<img
className="w-5 font-medium h-5 mx-2 justify-self-center"
src="./time_icon.svg"
/>
</div>
<div>STAY TUNED FOR MORE!</div>
</div>
{/* <div className="footer-section-2 z-20 ">
<div onClick={() => window.open("https://t.me/kongkowITpekanbaru")}>
TELEGRAM
</div>
|
</div> */}
<div className="footer-section-2 z-20 ">
<div onClick={() => window.open("https://blog.kongkowitpku.xyz")}>
BLOG
</div>
|
<div onClick={() => window.open("https://github.com/kongkowitpku")}>
GITHUB
</div>
|
<div
onClick={() =>
window.open("https://www.instagram.com/kongkowitpekanbaru/")
}
>
INSTAGRAM
</div>
</div> */}
</div>
<div className="footer-section-3 z-20 ">
Kongkow IT Pekanbaru - © 2022 All Rights Reserved.
</div>
Expand Down

1 comment on commit 2d29bd1

@vercel
Copy link

@vercel vercel bot commented on 2d29bd1 Sep 12, 2022

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.