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

Create new footer #448

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open

Create new footer #448

wants to merge 2 commits into from

Conversation

eleanorLYJ
Copy link

Change footer to 5 sections: logo, activity, about, project and contact us.
Additionally, ensure footer columns wrap on smaller screens.

Change footer to 5 sections: logo, activity, about, project and
contact us.
Additionally, ensure footer columns wrap on smaller screens.
Copy link
Contributor

@chestercheng chestercheng left a comment

Choose a reason for hiding this comment

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

@eleanorLYJ thanks for the quick contribution. @jack482653 @rockleona could you please help review this PR

</a>
</div>

<div class="flex flex-col items-center justify-center py-4 px-6 rounded-lg h-full w-full" style="border: 2px solid white;">
Copy link
Contributor

Choose a reason for hiding this comment

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

Since our volunteer system isn’t ready yet, we can remove the subscription block

<div class="flex flex-col">
<h3 class="text-red-800 mb-2">activity</h3>
<div class="pl-2">
<a href='' class="block text-white no-underline">meetup</a>
Copy link
Contributor

Choose a reason for hiding this comment

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

Could you please update the href to a real link?
For example, Meetup' should point to {{ SITEURL }}/meetup, and the project of modmesh should link to {{ SITEURL }}/project#modmesh

Copy link
Author

Choose a reason for hiding this comment

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

Yes. But I would like to ask what is the link to the seminar? and is the link to orgainzers {{ SITEURL }}/about#organizers ?

Copy link
Contributor

Choose a reason for hiding this comment

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

Since we don’t have a navigation item for seminar, I think we can use training ({{ SITEURL }}/training) instead.
Yes, the link to the organizers could be {{ SITEURL }}/about#organizers.

<i class="fab fa-github fa-stack-1x grey-text text-gray-800"></i>
</a>

<footer class="bg-blue-900 text-white">
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we can extend the width of the footer, it looks a little cramped on my screen

image

Copy link
Author

Choose a reason for hiding this comment

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

Do you mean making every section more horizontally distributed??
footer

Copy link
Collaborator

Choose a reason for hiding this comment

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

I think it looks better now!

Comment on lines 95 to 96
<a href='' class="block text-white no-underline">seminar</a>
<a href='' class="block text-white no-underline">conference</a>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Following from @eleanorLYJ 's comment here, I suggest that we can do this change for now, since we do not have a specified page for seminar.

Suggested change
<a href='' class="block text-white no-underline">seminar</a>
<a href='' class="block text-white no-underline">conference</a>
<a href='' class="block text-white no-underline">conference & seminar</a>

@rockleona
Copy link
Collaborator

Thanks @eleanorLYJ, just leave some comments above, please take a look if you're available!

Also would you like to do another two breakpoint for responsive design?

and
<a class="text-white" target="_blank" href="https://python.org">Python</a>.
<div class="flex flex-col">
<h3 class="text-red-800 mb-2">activity</h3>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Looks like mb-2 does not have css definition:
CleanShot 2024-08-25 at 21 02 37@2x

<a href='' class="block text-white no-underline">seminar</a>
<a href='' class="block text-white no-underline">conference</a>
</div>
<h3 class="text-red-800 mt-1 mb-1">about</h3>
Copy link
Collaborator

Choose a reason for hiding this comment

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

mb-1 does not have definition, too.

@jack482653
Copy link
Collaborator

Note: we need to have footer layout at mobile and tablet device. (not available yet on figma)

Correct <a> tag links and implement responsive design with grid and two
breakpoints
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