Update footer

This commit is contained in:
MD. Ariful Alam
2021-08-28 23:19:14 +06:00
parent a40d4453f9
commit 284c1a87de
3 changed files with 7 additions and 17 deletions

View File

@@ -163,9 +163,11 @@ function App() {
</div> </div>
</div> </div>
{/* DO NOT REMOVE/MODIFY THE FOOTER */} {/* DO NOT REMOVE/MODIFY THE FOOTER */}
<div className="text-center bg-base-200 credit"> <footer className="p-4 footer bg-base-200 text-base-content footer-center">
<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> <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>
</footer>
</Fragment> </Fragment>
) )
} }

View File

@@ -73,11 +73,11 @@ module.exports = {
// Display blog posts from your medium or dev.to account. (Optional) // Display blog posts from your medium or dev.to account. (Optional)
source: 'dev.to', // medium | dev.to source: 'dev.to', // medium | dev.to
username: 'arifszn', username: 'arifszn',
limit: 3 // How many posts to display. Max is 10. limit: 2 // How many posts to display. Max is 10.
}, },
googleAnalytics: { googleAnalytics: {
// GA3 tracking id/GA4 tag id // GA3 tracking id/GA4 tag id
id: '' // UA-XXXXXXXXX-X | G-XXXXXXXXXX id: 'G-WLLB5E14M6' // UA-XXXXXXXXX-X | G-XXXXXXXXXX
}, },
themeConfig: { themeConfig: {
default: 'light', default: 'light',

View File

@@ -63,18 +63,6 @@ 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;