mirror of
https://github.com/NohamR/gitprofile.git
synced 2026-05-25 12:27:17 +00:00
Update footer
This commit is contained in:
@@ -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>
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -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',
|
||||||
|
|||||||
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user