Update footer

This commit is contained in:
Ariful Alam
2022-03-27 14:55:25 +06:00
parent 21f8b0633d
commit e46529b25b

View File

@@ -189,25 +189,27 @@ const GitProfile = ({ config }) => {
</div> </div>
</div> </div>
</div> </div>
{/* DO NOT REMOVE/MODIFY THE FOOTER. FOR MORE INFO https://github.com/arifszn/gitprofile#-please-read */}
{/* The below attribution notice shall be
included in all copies or substantial portions of the Software. */}
{/* DO NOT REMOVE/MODIFY THE BELOW FOOTER. */}
{/* SEE 4(C) SECTION OF THE LICENSE FOR MORE DETAILS. */}
{/* https://github.com/arifszn/gitprofile/blob/main/LICENSE */}
<footer className="p-4 footer bg-base-200 text-base-content footer-center"> <footer className="p-4 footer bg-base-200 text-base-content footer-center">
<div className="card compact bg-base-100 shadow"> <div className="card compact bg-base-100 shadow">
<div className="card-body">
<div>
<p className="font-mono text-sm">
Made with{' '}
<a <a
className="text-primary" className="card-body"
href="https://github.com/arifszn/gitprofile" href="https://github.com/arifszn/gitprofile"
target="_blank" target="_blank"
rel="noreferrer" rel="noreferrer"
> >
GitProfile <div>
</a>{' '} <p className="font-mono text-sm">
and Made with{' '}
<span className="text-primary">GitProfile</span> and
</p> </p>
</div> </div>
</div> </a>
</div> </div>
</footer> </footer>
</Fragment> </Fragment>