1
0
Fork 0

create projects page

This commit is contained in:
Moritz Ruth 2019-03-09 22:48:13 +01:00
parent 0c3548f9e1
commit 2ffcb1683c
7 changed files with 213 additions and 3 deletions

View file

@ -1,5 +1,5 @@
<template>
<div id="index">
<main>
<CtexxxLogo :text="logoText"/>
<div class="horizontally-centered">
<SocialIcon
@ -11,7 +11,7 @@
<div class="link-section">
<nuxt-link class="button" to="/projects">My Projects</nuxt-link>
</div>
</div>
</main>
</template>
<script>
@ -53,7 +53,7 @@
<style scoped lang="scss">
@import "~@/assets/_responsive.scss";
#index {
main {
height: 100%;
display: flex;