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="/projects">Projects</NavbarLink>
|
||||||
<NavbarLink :out="false" url="/resources">Resources</NavbarLink>
|
<NavbarLink :out="false" url="/resources">Resources</NavbarLink>
|
||||||
<!--<NavbarLink :out="false" url="/stats">Stats</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>
|
</div>
|
||||||
</nav>
|
</nav>
|
||||||
</template>
|
</template>
|
||||||
|
@ -26,7 +26,6 @@ main {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
|
||||||
gap: 20px;
|
gap: 20px;
|
||||||
padding: 40px;
|
padding: 40px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
@ -14,8 +14,7 @@ export default {
|
|||||||
div{
|
div{
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
padding: 20px;
|
padding: 15px;
|
||||||
align-items: center;
|
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
gap: 30px;
|
gap: 30px;
|
||||||
}
|
}
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "my-website",
|
"name": "my-website",
|
||||||
"version": "1.0.0",
|
"version": "2.1.0",
|
||||||
"private": true,
|
"private": true,
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "nuxt",
|
"dev": "nuxt",
|
||||||
|
@ -33,6 +33,9 @@
|
|||||||
</Card>
|
</Card>
|
||||||
</div>
|
</div>
|
||||||
<Logout v-if="logged"/>
|
<Logout v-if="logged"/>
|
||||||
|
<div class="version">
|
||||||
|
<p>v2.1</p>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -73,6 +76,13 @@ export default {
|
|||||||
gap: 30px;
|
gap: 30px;
|
||||||
display: flex;
|
display: flex;
|
||||||
}
|
}
|
||||||
|
.version{
|
||||||
|
color: var(--dark-fife);
|
||||||
|
position: fixed;
|
||||||
|
bottom: 10px;
|
||||||
|
right: 10px;
|
||||||
|
font-size: 15px;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media only screen and (max-width: 1076px) {
|
@media only screen and (max-width: 1076px) {
|
||||||
|
@ -69,5 +69,12 @@ export default {
|
|||||||
margin-top: 20px;
|
margin-top: 20px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
padding-bottom: 30px;
|
||||||
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width: 1121px) {
|
||||||
|
.projects {
|
||||||
|
padding: 50px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
@ -68,6 +68,7 @@ export default {
|
|||||||
<style scoped>
|
<style scoped>
|
||||||
.resources {
|
.resources {
|
||||||
padding: 50px;
|
padding: 50px;
|
||||||
|
padding-bottom: 60px;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
align-items: center;
|
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 {
|
glitch {
|
||||||
animation-name: colorAnimation;
|
animation-name: colorAnimation;
|
||||||
animation-iteration-count: infinite;
|
animation-iteration-count: infinite;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user