fixing small things and adding version num
This commit is contained in:
parent
172ebcc46a
commit
b67709a215
@ -8,7 +8,7 @@
|
||||
<NavbarLink :out="false" url="/projects">Projects</NavbarLink>
|
||||
<NavbarLink :out="false" url="/resources">Resources</NavbarLink>
|
||||
<!--<NavbarLink :out="false" url="/stats">Stats</NavbarLink>-->
|
||||
<NavbarLink :out="true" url="http://github.com/ngn13/my-website">Source</NavbarLink>
|
||||
<NavbarLink :out="true" url="http://github.com/ngn13/ngn13.fun">Source</NavbarLink>
|
||||
</div>
|
||||
</nav>
|
||||
</template>
|
||||
|
@ -26,7 +26,6 @@ main {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 20px;
|
||||
padding: 40px;
|
||||
cursor: pointer;
|
||||
|
@ -14,8 +14,7 @@ export default {
|
||||
div{
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
padding: 20px;
|
||||
align-items: center;
|
||||
padding: 15px;
|
||||
justify-content: center;
|
||||
gap: 30px;
|
||||
}
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "my-website",
|
||||
"version": "1.0.0",
|
||||
"version": "2.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "nuxt",
|
||||
|
@ -33,6 +33,9 @@
|
||||
</Card>
|
||||
</div>
|
||||
<Logout v-if="logged"/>
|
||||
<div class="version">
|
||||
<p>v2.1</p>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@ -73,6 +76,13 @@ export default {
|
||||
gap: 30px;
|
||||
display: flex;
|
||||
}
|
||||
.version{
|
||||
color: var(--dark-fife);
|
||||
position: fixed;
|
||||
bottom: 10px;
|
||||
right: 10px;
|
||||
font-size: 15px;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 1076px) {
|
||||
|
@ -69,5 +69,12 @@ export default {
|
||||
margin-top: 20px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
padding-bottom: 30px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 1121px) {
|
||||
.projects {
|
||||
padding: 50px;
|
||||
}
|
||||
}
|
||||
</style>
|
@ -68,6 +68,7 @@ export default {
|
||||
<style scoped>
|
||||
.resources {
|
||||
padding: 50px;
|
||||
padding-bottom: 60px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
|
Binary file not shown.
@ -290,23 +290,6 @@ body {
|
||||
}
|
||||
}
|
||||
|
||||
@keyframes minecraftAnimation {
|
||||
0%{
|
||||
font-size: 15px;
|
||||
}
|
||||
50%{
|
||||
font-size: 17px;
|
||||
}
|
||||
100%{
|
||||
font-size: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
@font-face {
|
||||
font-family: "Minecraft";
|
||||
src: url("/Minecraft.ttf") format("opentype");
|
||||
}
|
||||
|
||||
glitch {
|
||||
animation-name: colorAnimation;
|
||||
animation-iteration-count: infinite;
|
||||
|
Loading…
x
Reference in New Issue
Block a user