Skip to content

Add footer feature#33

Open
haywirebanana wants to merge 31 commits intomainfrom
feature/footer
Open

Add footer feature#33
haywirebanana wants to merge 31 commits intomainfrom
feature/footer

Conversation

@haywirebanana
Copy link

Created the Footer, but removed the "sign up to present" button.
(Idea: User inputs email to subscribe?)

image

@haywirebanana haywirebanana changed the title Footer Feature Add footer feature Jan 16, 2025
@lindan4 lindan4 requested a review from a team January 19, 2025 19:15
lindan4 and others added 13 commits January 19, 2025 17:01
What did we do?

Update documentation by replacing npm commands with pnpm commands

Why was it done?

Since we are using pnpm, different files will be generated.
What was done?

Ran pnpm dlx @astrojs/upgrade tp upgrade Astro to the latest version.

why was this done?

To keep Astro up to date. This is major version upgrade, and considering how early we are in the development of the project, it is better to do it now.
<meta name="description" content="Astro description" />
<meta name="viewport" content="width=device-width" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" rel="stylesheet">
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why do we need this?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This link was used to fetch icons from an external dependency (Font Awesome). Would it be cleaner to use PNGs for icons instead, or is there a way to install Font Awesome (or similar icon libraries) as a dependency via pnpm?

Comment on lines +3 to +4
<h1>Collaborate with us</h1>
<p>Interested in further connecting with us?<br>Engage through our socials, or leave us a message below.</p>
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you say to putting the text here in a div with 2 p elements instead of using a br tag?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done in the next commit!

Copy link
Collaborator

@lindan4 lindan4 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@haywirebanana you will have to rebase this PR as there are merge conflicts.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants