From 55668ea3120248b9b70a402c2c06bf9681c08062 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Wed, 3 Jun 2020 13:46:15 +0200 Subject: [PATCH] feat: home page Signed-off-by: Corentin Thomasset --- package.json | 1 + src/App.vue | 18 --------- src/routes/Home.vue | 90 ++++++++++++++++++++++++++++++++++++++++----- 3 files changed, 81 insertions(+), 28 deletions(-) diff --git a/package.json b/package.json index 70a9ec51..e5ef3f21 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,6 @@ { "name": "it-tools", + "description": "", "version": "0.1.0", "private": true, "scripts": { diff --git a/src/App.vue b/src/App.vue index de94b5c1..475c5cbc 100644 --- a/src/App.vue +++ b/src/App.vue @@ -118,24 +118,6 @@ font-weight: 300 !important; } - /* footer {*/ - /* display: flex;*/ - /* flex-direction: row;*/ - /* justify-content: space-between;*/ - /* color: rgba(255, 255, 255, 0.52) !important;*/ - - /* .footer-link {*/ - /* text-decoration: none;*/ - /* color: rgba(255, 255, 255, 0.52) !important;*/ - /* border-bottom: 1px dashed;*/ - - /* &:hover {*/ - /* color: #4CAF50 !important;*/ - /* border-bottom: 1px solid;*/ - /* }*/ - /* }*/ - /* }*/ - .title { text-decoration: none; color: #fff !important; diff --git a/src/routes/Home.vue b/src/routes/Home.vue index 10fac343..bb85e88b 100644 --- a/src/routes/Home.vue +++ b/src/routes/Home.vue @@ -1,16 +1,86 @@ + +