mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-24 20:00:22 +00:00
Add footer
This commit is contained in:
@@ -155,6 +155,10 @@ function App() {
|
|||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
{/* DO NOT REMOVE/MODIFY THE FOOTER */}
|
||||||
|
<div className="text-center bg-base-200 credit">
|
||||||
|
<p className="font-mono text-sm">Made with <a className="text-primary" href="https://github.com/arifszn/ezprofile" target="_blank" rel="noreferrer">ezprofile</a> and ❤️</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</Fragment>
|
</Fragment>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -62,6 +62,18 @@ svg {
|
|||||||
padding-bottom: 0 !important;
|
padding-bottom: 0 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.credit {
|
||||||
|
p {
|
||||||
|
opacity: 0.6;
|
||||||
|
padding-bottom: 0.5rem;
|
||||||
|
|
||||||
|
a {
|
||||||
|
text-decoration: underline;
|
||||||
|
font-weight: 600;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.fade-in {
|
.fade-in {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
animation-name: fadeIn;
|
animation-name: fadeIn;
|
||||||
|
|||||||
Reference in New Issue
Block a user