IERoboticsClub / club_website_v0

https://IERoboticsClub.com
6 stars 5 forks source link

Footer #72

Closed haxybaxy closed 1 year ago

haxybaxy commented 1 year ago

me and jose did the footer and it looks decent

Summary by CodeRabbit

New Features:

Style:

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.

coderabbitai[bot] commented 1 year ago

Walkthrough

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.

Changes

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! 🎉"


Tips ### Chat with CodeRabbit Bot (`@coderabbitai`) - Mention `@coderabbitai` in any *review comment* for bot assistance. - Note: Review comments are made on code diffs or files, not on the PR overview. ### Pause Incremental Reviews - Insert `@coderabbitai: ignore` in the PR description to halt the bot's ongoing reviews. Remove the line to resume. - Additionally, enter `@coderabbitai pause` to halt the bot's ongoing reviews as any issue or review comment. To resume reviews, enter `@coderabbitai resume` as any issue or review comment.
velocitatem commented 1 year ago

👀