IERoboticsClub / club_website_v0

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

Burger #54

Closed velocitatem closed 1 year ago

velocitatem commented 1 year ago

Summary by CodeRabbit

coderabbitai[bot] commented 1 year ago

Walkthrough

This pull request introduces a responsive navigation bar and restructures the layout of the main page. It also adds a new section about IE University's Robotics & AI Lab. The navigation bar's visibility can be toggled, and its width and the main content's margin are dynamically adjusted. The main page now includes additional components and has been reorganized for better readability and structure.

Changes

File Summary
fe-public/src/components/AboutInfo.astro Added a new section to display information about IE University's Robotics & AI Lab.
fe-public/src/components/NavBar.astro Introduced a responsive navigation bar with toggle functionality. The width of the navigation bar and the margin of the main content are dynamically adjusted.
fe-public/src/pages/index.astro Reorganized the layout of the main page by adding new components and wrapping sections in divs for better structure. Introduced a constant navBarLength and moved components for better readability.

"In the land of code, where logic is king, 🤴 A rabbit hopped in, changes to bring. 🐇 With a navbar so neat, and layout so fine, 👌 The website now shines, truly divine. ✨ Celebrate we must, for the work is done, 🎉 In the world of code, under the binary sun. ☀️"

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.
i-be-keggles commented 1 year ago

Given the website currently only has one page, I suggest keeping this off prod for now as it doesn't really do anything.

i-be-keggles commented 1 year ago

You know actually nevermind, I filled it with socials and stuff. We could use it as a stand in for the footer for now.

@vtwoptwo thoughts?

velocitatem commented 1 year ago
velocitatem commented 1 year ago
files in the public directory are served at the root path.
Instead of /public/burger.png, use /burger.png.