From ae5a024c76de137efb6173d78b035ae8a3bdad0c Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Mon, 23 Nov 2020 17:30:45 +0200 Subject: [PATCH] update home --- src/pages/Index.vue | 135 +++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 128 insertions(+), 7 deletions(-) diff --git a/src/pages/Index.vue b/src/pages/Index.vue index c79f5947e..f3a84e477 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -2,12 +2,133 @@
-
- - - - - +
+
+
+ +
+
+
+ +

+ Projects +

+

+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. +

+ +
+
+
+ +
+
+ +
+
+
+ +

+ Pepole +

+

+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. +

+ +
+
+
+ +
+
+ +
+
+
+ +

+ Overview +

+

+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. +

+ +
+
+
+ +
+
+ +
+
+
+ +

+ News +

+

+ Lorem Ipsum is simply dummy text of the printing and typesetting industry. +

+ +
+
+
+ + +
@@ -25,7 +146,7 @@ export default { computed: { contentHeight() { if (process.isClient) { - return window.innerHeight - 128; + return window.innerHeight - 50; } }, },