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

chore: edit banner and add line to footer #99

Merged
merged 2 commits into from
Dec 19, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion src/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function RootLayout({children}: { children: React.ReactNode}) {
function Banner () {
return (
<div className='bg-zinc-950 text-white text-sm text-center p-3'>
Looking for the <strong>old</strong> web3.storage? Read more <a className='underline' href='https://blog.web3.storage/posts/the-data-layer-is-here-with-the-new-web3-storage'>about our changes</a> or <a className='underline' href='https://old.web3.storage'>log in</a> to the old web3.storage.
Storage just got hotter and more decentralized! Check out <a className='underline' href='https://storacha.network'> Storacha</a>!
</div>
)
}
Expand All @@ -48,6 +48,9 @@ function Footer () {
<Web3StorageLogo>web3.storage</Web3StorageLogo>
<p className='pt-6 pr-24 font-light text-lg'>Sign up for free using your email address.</p>
<a className='shadow-md border bg-zinc-200 rounded-full inline-block px-4 py-2 bg-grad font-light uppercase mt-8' href='https://console.web3.storage'>Sign up</a>
<p className='pt-6 pr-24 font-light text-lg'>
Looking for the old web3.storage? <a className='underline' href='https://old.web3.storage'>Log in</a> to the old web3.storage.
</p>
</div>
<div className='md:w-1/4'>
<h2 className='font-semibold pb-2 pt-16 md:pt-0'>Resources</h2>
Expand Down
Loading