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; } }, },