From 5407d1cfe18a6f076072231156cd55fea7a09293 Mon Sep 17 00:00:00 2001 From: Will Murphy Date: Sun, 13 Oct 2019 19:25:07 -0500 Subject: [PATCH] styling and WIP homepage --- README.md | 2 +- web/public/index.html | 4 ++-- web/src/App.vue | 19 ++++++++----------- web/src/components/PostCard.vue | 23 +++++++++-------------- web/src/views/Home.vue | 32 +++++++++++++++++++++++++++----- 5 files changed, 47 insertions(+), 33 deletions(-) diff --git a/README.md b/README.md index fa39891..dfa0d75 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This server-2-server ActivityPub implementation adds decentralized, federaded "g ## Tech stack -Node.js, ExpressJS, MongoDB +MEVN: MongoDD, ExpressJS, Vue, NodeJS ## Installation diff --git a/web/public/index.html b/web/public/index.html index 5a55a81..446cc83 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -6,8 +6,8 @@ - - + + web diff --git a/web/src/App.vue b/web/src/App.vue index 7853a17..82953c4 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -4,15 +4,13 @@ Home | About --> -
-
 
-
- - -
- +
 
+
+
 
+
+ +
+