Closed haxybaxy closed 1 year ago
The changes primarily focus on enhancing the footer of the web page with social media links and icons, and minor layout adjustments. The social media links are dynamically generated from an array, and the layout changes include CSS modifications and the addition of the footer component to the main page.
File Path | Summary |
---|---|
.../components/Footer.astro |
Added social media links and icons to the footer. Commented out section for additional resources. |
.../layouts/Layout.astro |
Commented out Matomo Tag Manager script. Suggested importing the footer in the layout. Applied max-width and overflow-x properties to the html and body elements. |
.../pages/index.astro |
Imported and added the Footer component to the JSX markup. |
🐇
"In the land of code, where the shadows lie,
A rabbit hops, under the cloudless sky.
With each key press, a new world unfurls,
Social links twirl, as the footer unfurls.
The layout shifts, the script takes a snooze,
In the realm of the web, it's the rabbit who chooses! 🎉"
👀
me and jose did the footer and it looks decent
Summary by CodeRabbit
New Features:
Style:
max-width
andoverflow-x
properties ensure the website displays correctly across different devices.Refactor:
Please note, some sections have been prepared for future updates but are currently commented out. These will be activated as needed in upcoming releases.