create projects page
This commit is contained in:
parent
0c3548f9e1
commit
2ffcb1683c
7 changed files with 213 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue