-
Notifications
You must be signed in to change notification settings - Fork 0
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
created footer #16
Conversation
kellyma073
commented
Jan 19, 2024
src/components/Footer.js
Outdated
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 "> |
There was a problem hiding this comment.
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.
src/components/Footer.js
Outdated
</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 /> |
There was a problem hiding this comment.
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.
src/components/Footer.js
Outdated
</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"> |
There was a problem hiding this comment.
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