added footer

This commit is contained in:
2024-02-01 09:02:24 +01:00
parent 3af8228c2a
commit c7c2bd3df2
2 changed files with 10 additions and 3 deletions

View File

@@ -2,13 +2,21 @@
const year = new Date().getFullYear(); const year = new Date().getFullYear();
--- ---
<footer>&copy vaporvee 2021-{year}</footer> <footer>
&copy vaporvee 2021-{year} 🞄 <a href="https://github.com/vaporvee/web"
>Sourcecode</a
>
</footer>
<style lang="scss"> <style lang="scss">
footer { footer {
display: inline-flexbox; display: inline-flexbox;
align-items: center; align-items: center;
text-align: center; text-align: center;
margin-top: -7vh; margin: 5vh;
bottom: 0;
a {
color: white;
}
} }
</style> </style>

View File

@@ -13,7 +13,6 @@ main {
background-image: url("/diagonal_lines_home.png"); background-image: url("/diagonal_lines_home.png");
height: 73vh; height: 73vh;
margin-left: -1vw; margin-left: -1vw;
margin-bottom: 13vh;
width: 90.4vw; width: 90.4vw;
flex-shrink: 0; flex-shrink: 0;
padding-left: 10vw; padding-left: 10vw;