minor html fuckup lol
This commit is contained in:
parent
07dd11d97a
commit
e471f4a03f
1 changed files with 44 additions and 44 deletions
|
|
@ -16,52 +16,52 @@ const t = useTranslations(lang);
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="footer-madeby">
|
<div class="footer-madeby">
|
||||||
<Link href="https://wearr.dev" newTab linkTextContent={t("footer.madeWithLove")} />
|
<Link href="https://wearr.dev" newTab linkTextContent={t("footer.madeWithLove")}>
|
||||||
</div>
|
</div>
|
||||||
<div class="footer-bottom">
|
</div>
|
||||||
<div class="footer-links">
|
<div class="footer-bottom">
|
||||||
<Link href="https://titaniumnetwork.org" newTab linkTextContent={t("footer.poweredBy")} />
|
<div class="footer-links">
|
||||||
|
<Link href="https://titaniumnetwork.org" newTab linkTextContent={t("footer.poweredBy")}>
|
||||||
<div class="footer-copyright">
|
|
||||||
<p>© {t("footer.aluProject")} 2024</p>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<style>
|
<div class="footer-copyright">
|
||||||
.wave-svg-container {
|
<p>© {t("footer.aluProject")} 2024</p>
|
||||||
bottom: 0;
|
</div>
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
width: 100%;
|
|
||||||
z-index: -1;
|
|
||||||
overflow: hidden;
|
|
||||||
height: 300px;
|
|
||||||
filter: brightness(1.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer {
|
|
||||||
display: flex;
|
|
||||||
flex-direction: column;
|
|
||||||
justify-content: space-around;
|
|
||||||
color: var(--text-color);
|
|
||||||
position: relative;
|
|
||||||
padding-top: 150px;
|
|
||||||
gap: 50px;
|
|
||||||
}
|
|
||||||
.footer-top,
|
|
||||||
.footer-bottom {
|
|
||||||
width: 90%;
|
|
||||||
margin: 0 auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.footer-title {
|
|
||||||
font-size: 20px;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: var(--text-color);
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<style>
|
||||||
|
.wave-svg-container {
|
||||||
|
bottom: 0;
|
||||||
|
left: 0;
|
||||||
|
position: absolute;
|
||||||
|
width: 100%;
|
||||||
|
z-index: -1;
|
||||||
|
overflow: hidden;
|
||||||
|
height: 300px;
|
||||||
|
filter: brightness(1.5);
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-around;
|
||||||
|
color: var(--text-color);
|
||||||
|
position: relative;
|
||||||
|
padding-top: 150px;
|
||||||
|
gap: 50px;
|
||||||
|
}
|
||||||
|
.footer-top,
|
||||||
|
.footer-bottom {
|
||||||
|
width: 90%;
|
||||||
|
margin: 0 auto;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer-title {
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: var(--text-color);
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue