diff --git a/components/Footer.tsx b/components/Footer.tsx new file mode 100644 index 0000000..7821a22 --- /dev/null +++ b/components/Footer.tsx @@ -0,0 +1,21 @@ +import HeartIcon from "./Images/HeartIcon"; +import NextJSIcon from "./Images/NextJSIcon"; +import TailwindIcon from "./Images/TailwindIcon"; + +const Footer = () => ( + +) + +export default Footer; \ No newline at end of file diff --git a/components/Images/CodeIcon.tsx b/components/Images/CodeIcon.tsx new file mode 100644 index 0000000..b240e06 --- /dev/null +++ b/components/Images/CodeIcon.tsx @@ -0,0 +1,7 @@ +const CodeIcon = (props: any) => ( + + + +) + +export default CodeIcon; \ No newline at end of file diff --git a/components/Images/DesignIcon.tsx b/components/Images/DesignIcon.tsx new file mode 100644 index 0000000..aa1e909 --- /dev/null +++ b/components/Images/DesignIcon.tsx @@ -0,0 +1,7 @@ +const DesignIcon = (props: any) => ( + + + +) + +export default DesignIcon; \ No newline at end of file diff --git a/components/Images/GitHubIcon.tsx b/components/Images/GitHubIcon.tsx new file mode 100644 index 0000000..4aff8d6 --- /dev/null +++ b/components/Images/GitHubIcon.tsx @@ -0,0 +1,7 @@ +const GitHubIcon = (props: any) => ( + + + +) + +export default GitHubIcon; \ No newline at end of file diff --git a/components/Images/HeartIcon.tsx b/components/Images/HeartIcon.tsx new file mode 100644 index 0000000..315e1a6 --- /dev/null +++ b/components/Images/HeartIcon.tsx @@ -0,0 +1,7 @@ +const HeartIcon = (props: any) => ( + + + +) + +export default HeartIcon; \ No newline at end of file diff --git a/components/Images/MailIcon.tsx b/components/Images/MailIcon.tsx new file mode 100644 index 0000000..b885bbb --- /dev/null +++ b/components/Images/MailIcon.tsx @@ -0,0 +1,7 @@ +const MailIcon = (props: any) => ( + + + +) + +export default MailIcon; \ No newline at end of file diff --git a/components/Images/NextJSIcon.tsx b/components/Images/NextJSIcon.tsx new file mode 100644 index 0000000..0dd7390 --- /dev/null +++ b/components/Images/NextJSIcon.tsx @@ -0,0 +1,7 @@ +const NextJSIcon = (props: any) => ( + + + +) + +export default NextJSIcon; \ No newline at end of file diff --git a/components/Images/TailwindIcon.tsx b/components/Images/TailwindIcon.tsx new file mode 100644 index 0000000..a773542 --- /dev/null +++ b/components/Images/TailwindIcon.tsx @@ -0,0 +1,7 @@ +const TailwindIcon = (props: any) => ( + + + +) + +export default TailwindIcon; \ No newline at end of file diff --git a/components/Images/TwitterIcon.tsx b/components/Images/TwitterIcon.tsx new file mode 100644 index 0000000..3a8b293 --- /dev/null +++ b/components/Images/TwitterIcon.tsx @@ -0,0 +1,7 @@ +const TwitterIcon = (props: any) => ( + + + +) + +export default TwitterIcon; \ No newline at end of file diff --git a/components/Loading.tsx b/components/Loading.tsx new file mode 100644 index 0000000..3acb272 --- /dev/null +++ b/components/Loading.tsx @@ -0,0 +1,5 @@ +const Loading = ({ loading }: { loading: boolean }): JSX.Element => ( +
+); + +export default Loading; diff --git a/components/Navbar.tsx b/components/Navbar.tsx index d01d4cf..96befb3 100644 --- a/components/Navbar.tsx +++ b/components/Navbar.tsx @@ -27,7 +27,7 @@ const Navbar = ({ links }: { }) return ( -