Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Add missing footer to home page #214

Closed
wants to merge 2 commits into from
Closed

fix: Add missing footer to home page #214

wants to merge 2 commits into from

Conversation

ashirbadsahu
Copy link

@ashirbadsahu ashirbadsahu commented Jan 3, 2024

Description

closes #175
This PR addresses the issue of the missing footer on the home page of the website.

Changes Include:

  • Added footer component to the home page.
  • Adjusted CSS to ensure proper positioning of the footer, hero image and wave.
  • Made the changed components responsive.

Please review and provide any feedback.

@ashirbadsahu ashirbadsahu changed the title Fix: Add missing footer to home page fix: Add missing footer to home page Jan 3, 2024
Copy link
Contributor

@KTibow KTibow left a comment

Choose a reason for hiding this comment

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

Also if this PR closes #175, put "closes #175" in the issue description to link it

@@ -14,10 +14,10 @@
}

.hero-img {
overflow: hidden;
overflow:hidden;
Copy link
Contributor

Choose a reason for hiding this comment

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

Irrelevant change, incorrect formatting

Copy link
Author

Choose a reason for hiding this comment

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

Ohh I did that by mistake, my bad. I have implemented the changes now:)

@@ -4,6 +4,7 @@
import SocialHost from '$layout/Hero/SocialHost.svelte';
import Wave from '$lib/components/Wave.svelte';
import Head from '$lib/components/Head.svelte';
import FooterHost from '$layout/Footer/FooterHost.svelte';
Copy link
Contributor

Choose a reason for hiding this comment

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

I would suggest to group imports from layout with other imports from layout

Copy link
Author

Choose a reason for hiding this comment

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

thanks for your advice. I'm implementing it.

@ashirbadsahu ashirbadsahu reopened this Jan 4, 2024
@Ushie Ushie changed the base branch from main to dev January 4, 2024 11:52
Copy link
Member

@Ushie Ushie left a comment

Choose a reason for hiding this comment

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

On mobile, the wavey line overlaps with the social icons

image

And overall, it looks totally out of place
image
With the line awkwardly being there
image

I think the intended design should be established first, before attempting to add the footer to the homepage

@Ushie Ushie marked this pull request as draft January 4, 2024 11:57
@Ushie
Copy link
Member

Ushie commented Jan 7, 2024

I'll close this as there's currently no design decided, and this PR would no longer be fit for the design

Nevertheless, thank you much for the contribution!

@Ushie Ushie closed this Jan 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

fix: add footer to home
3 participants