Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# <img src="./public/zentry-icon.png" width="24" height="24" alt="Zentry Icon" /> Zentry Clone

Este projeto é um clone da landing page da Zentry, desenvolvido com React, TypeScript, Vite e TailwindCSS.
Este projeto é um clone da landing page da Zentry, desenvolvido com React, TypeScript, TailwindCSS e GASP.

> 🚧 **Em desenvolvimento** — funcionalidades e estilos ainda podem sofrer alterações.

Expand Down
13 changes: 7 additions & 6 deletions src/components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,9 @@ export function Footer() {
return (
<footer
ref={footerRef}
className="bg-linear-to-br from-0% from-[#5542FF] to-100% to-[#b28ef2] h-64 sm:h-80 lg:h-96 flex items-center justify-around flex-col relative px-4 sm:px-6 lg:px-8"
className="bg-linear-to-br from-0% from-[#5542FF] to-100% to-[#b28ef2] h-64 sm:h-80 lg:h-96
flex items-center justify-around flex-col relative px-4 sm:px-6 lg:px-8
"
>
<img
src="/zentry-symbol-white.png"
Expand All @@ -81,11 +83,10 @@ export function Footer() {
Desenvolvido por{" "}
<a
href="www.linkedin.com/in/wellington123"
className="relative inline-block
after:content-[''] after:absolute after:left-0 after:bottom-0
after:h-[2px] after:w-0 after:bg-zinc-800
after:transition-all after:duration-300
hover:after:w-full font-medium"
className="relative inline-block after:content-[''] after:absolute after:left-0
after:bottom-0 after:h-[2px] after:w-0 after:bg-zinc-800 after:transition-all
after:duration-300 hover:after:w-full font-medium
"
target="_blank"
rel="noopener"
>
Expand Down