diff --git a/README.md b/README.md index 92dd024..8adfa84 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ This repository contains the assets required to build the **AOSSIE's website**. Contributions to the project are very much welcomed! Please reach out with ideas for new content or issues with existing content! -Th website is a **Next.js** project using **Tailwind** for styling and design. +The website is a **Next.js** project using **Tailwind** for styling and design. # **Getting Started** diff --git a/src/components/CardEffect.jsx b/src/components/CardEffect.jsx index 21733d8..74e9f47 100644 --- a/src/components/CardEffect.jsx +++ b/src/components/CardEffect.jsx @@ -2,26 +2,31 @@ import Image from 'next/image' export function CardEffect({heading, content, logo}) { return ( - - {/* */} + +
+ +
+ Project Logo +

+ {heading} +

+
+ +
+

{content}

+
+ +
+
+ - {/*
*/} - {/*
*/} -
-
- Project Logo -

{heading}

-
-
-

{content}

-
-
- ) } \ No newline at end of file diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index a036da7..0244faa 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -18,7 +18,7 @@ function NavLink({ href, children }) { export function Footer() { return ( -