Skip to content

Commit

Permalink
Add Facebook link to Footer component
Browse files Browse the repository at this point in the history
  • Loading branch information
grayashh committed Sep 7, 2024
1 parent 491b589 commit d1ccb77
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions src/app/components/Footer.tsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import Image from "next/image";
import Link from "next/link";
import {
FACEBOOK_LINK,
GITHUB_LINK,
HOMEPAGE_LINK,
INSTAGRAM_LINK,
Expand Down Expand Up @@ -39,6 +40,18 @@ export default function Footer() {
<path d="M 8 4 L 8 6 L 24 6 L 24 4 L 8 4 z M 24 6 L 24 8 L 26 8 L 26 6 L 24 6 z M 26 8 L 26 24 L 28 24 L 28 8 L 26 8 z M 26 24 L 24 24 L 24 26 L 26 26 L 26 24 z M 24 26 L 8 26 L 8 28 L 24 28 L 24 26 z M 8 26 L 8 24 L 6 24 L 6 26 L 8 26 z M 6 24 L 6 8 L 4 8 L 4 24 L 6 24 z M 6 8 L 8 8 L 8 6 L 6 6 L 6 8 z M 21 9 L 21 11 L 23 11 L 23 9 L 21 9 z M 13 11 L 13 13 L 19 13 L 19 11 L 13 11 z M 19 13 L 19 19 L 21 19 L 21 13 L 19 13 z M 19 19 L 13 19 L 13 21 L 19 21 L 19 19 z M 13 19 L 13 13 L 11 13 L 11 19 L 13 19 z"></path>
</svg>
</Link>
<Link href={FACEBOOK_LINK} target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
x="0px"
y="0px"
width="24"
height="24"
viewBox="0 0 32 32"
>
<path d="M 10 4 L 10 6 L 22 6 L 22 4 L 10 4 z M 22 6 L 22 8 L 24 8 L 24 6 L 22 6 z M 24 8 L 24 10 L 26 10 L 26 8 L 24 8 z M 26 10 L 26 22 L 28 22 L 28 10 L 26 10 z M 26 22 L 24 22 L 24 24 L 26 24 L 26 22 z M 24 24 L 22 24 L 22 26 L 24 26 L 24 24 z M 22 26 L 17 26 L 17 19 L 19 19 L 19 17 L 17 17 L 17 13 L 15 13 L 15 17 L 13 17 L 13 19 L 15 19 L 15 26 L 10 26 L 10 28 L 22 28 L 22 26 z M 10 26 L 10 24 L 8 24 L 8 26 L 10 26 z M 8 24 L 8 22 L 6 22 L 6 24 L 8 24 z M 6 22 L 6 10 L 4 10 L 4 22 L 6 22 z M 6 10 L 8 10 L 8 8 L 6 8 L 6 10 z M 8 8 L 10 8 L 10 6 L 8 6 L 8 8 z M 17 13 L 21 13 L 21 11 L 17 11 L 17 13 z"></path>
</svg>
</Link>
<Link href={YOUTUBE_LINK} target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
Expand All @@ -63,6 +76,7 @@ export default function Footer() {
<path d="M15,3C8.373,3,3,8.373,3,15c0,5.623,3.872,10.328,9.092,11.63C12.036,26.468,12,26.28,12,26.047v-2.051 c-0.487,0-1.303,0-1.508,0c-0.821,0-1.551-0.353-1.905-1.009c-0.393-0.729-0.461-1.844-1.435-2.526 c-0.289-0.227-0.069-0.486,0.264-0.451c0.615,0.174,1.125,0.596,1.605,1.222c0.478,0.627,0.703,0.769,1.596,0.769 c0.433,0,1.081-0.025,1.691-0.121c0.328-0.833,0.895-1.6,1.588-1.962c-3.996-0.411-5.903-2.399-5.903-5.098 c0-1.162,0.495-2.286,1.336-3.233C9.053,10.647,8.706,8.73,9.435,8c1.798,0,2.885,1.166,3.146,1.481C13.477,9.174,14.461,9,15.495,9 c1.036,0,2.024,0.174,2.922,0.483C18.675,9.17,19.763,8,21.565,8c0.732,0.731,0.381,2.656,0.102,3.594 c0.836,0.945,1.328,2.066,1.328,3.226c0,2.697-1.904,4.684-5.894,5.097C18.199,20.49,19,22.1,19,23.313v2.734 c0,0.104-0.023,0.179-0.035,0.268C23.641,24.676,27,20.236,27,15C27,8.373,21.627,3,15,3z"></path>
</svg>
</Link>

<Link href={LINKED_IN_LINK} target="_blank">
<svg
xmlns="http://www.w3.org/2000/svg"
Expand Down
1 change: 1 addition & 0 deletions src/app/constants/link.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ export const HOMEPAGE_LINK = "https://ausg.me";
export const YOUTUBE_LINK = "https://www.youtube.com/@ausg";
export const LINKED_IN_LINK = "https://www.linkedin.com/company/ausg-kr";
export const INSTAGRAM_LINK = "https://www.instagram.com/ausg.awskrug";
export const FACEBOOK_LINK = "https://www.facebook.com/ausgkr";
export const GITHUB_LINK = "https://github.com/ausg";
export const EMAIL = "[email protected]";

0 comments on commit d1ccb77

Please sign in to comment.