Add footer

This commit is contained in:
MD. Ariful Alam 2021-08-25 13:06:34 +06:00
parent 817aa96780
commit 6b1ee9565e
2 changed files with 16 additions and 0 deletions

View File

@ -155,6 +155,10 @@ function App() {
</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>
</Fragment>
);

View File

@ -62,6 +62,18 @@ svg {
padding-bottom: 0 !important;
}
.credit {
p {
opacity: 0.6;
padding-bottom: 0.5rem;
a {
text-decoration: underline;
font-weight: 600;
}
}
}
.fade-in {
opacity: 1;
animation-name: fadeIn;