added footer
This commit is contained in:
@@ -2,13 +2,21 @@
|
||||
const year = new Date().getFullYear();
|
||||
---
|
||||
|
||||
<footer>© vaporvee 2021-{year}</footer>
|
||||
<footer>
|
||||
© vaporvee 2021-{year} 🞄 <a href="https://github.com/vaporvee/web"
|
||||
>Sourcecode</a
|
||||
>
|
||||
</footer>
|
||||
|
||||
<style lang="scss">
|
||||
footer {
|
||||
display: inline-flexbox;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
margin-top: -7vh;
|
||||
margin: 5vh;
|
||||
bottom: 0;
|
||||
a {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
@@ -13,7 +13,6 @@ main {
|
||||
background-image: url("/diagonal_lines_home.png");
|
||||
height: 73vh;
|
||||
margin-left: -1vw;
|
||||
margin-bottom: 13vh;
|
||||
width: 90.4vw;
|
||||
flex-shrink: 0;
|
||||
padding-left: 10vw;
|
||||
|
Reference in New Issue
Block a user