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

created footer #16

Merged
merged 8 commits into from
Jan 23, 2024
Merged

created footer #16

merged 8 commits into from
Jan 23, 2024

Conversation

kellyma073
Copy link
Collaborator

Screenshot 2024-01-18 at 6 14 42 PM

@kellyma073 kellyma073 self-assigned this Jan 19, 2024
@kellyma073 kellyma073 linked an issue Jan 19, 2024 that may be closed by this pull request
return <div>Footer</div>;
return (
<div className="bg-black flex w-full pl-6 pb-14 pt-28">
<div className="grid grid-cols-11 text-white justify-between w-full ">
Copy link
Contributor

Choose a reason for hiding this comment

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

instead of 11 columns try use changing the width for each column to have it span more.

</div>
<div className="bg-white w-1 h-52 flex justify-start ml-16 mt-7"></div>
<div className="grid grid-cols-2 gap-10 space-x-2 text-5xl mt-7 cols-span-2">
<FaInstagram />
Copy link
Contributor

Choose a reason for hiding this comment

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

make all these links. For now, just include basic links later we will add hsp socials.

</div>
<div className="grid grid-cols-2 text-5xl text-white h-5/6 hover:curson-pointer ">
<div className="flex justify-between flex-col items-center">
<Link href="https://github.com/acm-ucr/hsp-website/pull/16/files">
Copy link
Contributor

Choose a reason for hiding this comment

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

put a classname with text-white in each link. The links show up as blue now it should be white

@rfairooz rfairooz merged commit 76377da into dev Jan 23, 2024
4 checks passed
@rfairooz rfairooz deleted the kelly/footer branch February 2, 2024 18:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Footer
2 participants