diff --git a/src/pages/About.vue b/src/pages/About.vue index b5f4ebe64..c7ce26ecd 100644 --- a/src/pages/About.vue +++ b/src/pages/About.vue @@ -1,127 +1,193 @@ diff --git a/src/pages/Index.vue b/src/pages/Index.vue index c79f5947e..4e7ad61e1 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -2,16 +2,96 @@
-
- - - - - -
+ +
+ + + +
+
+ +
+

THANK YOU PARTNERS

+

Welcome to the growing ecosystem of ThreeFold

+
+
+ imgAlt +
+
+
+ + + +
+
+
+ imgAlt +
+
+

Projects

+

Organisations that take action now to shape a conscious digital world.

+ + +
+
+
+
+
+
+ imgAlt +
+
+

People

+

Independent of location, race, gender, religion we leave no one behind.

+ + +
+
+
+
+
+
+ imgAlt +
+
+

Blog

+

We collaborate to improve our solutions, efficiency, reach, visibility and service.

+ + +
+
+
+
+ +
@@ -25,7 +105,7 @@ export default { computed: { contentHeight() { if (process.isClient) { - return window.innerHeight - 128; + return window.innerHeight - 50; } }, }, diff --git a/static/img/blog.png b/static/img/blog.png new file mode 100644 index 000000000..f17a37bbe Binary files /dev/null and b/static/img/blog.png differ diff --git a/static/img/new_home2.png b/static/img/new_home2.png new file mode 100644 index 000000000..927322b33 Binary files /dev/null and b/static/img/new_home2.png differ diff --git a/static/img/people.png b/static/img/people.png new file mode 100644 index 000000000..a26f3abf3 Binary files /dev/null and b/static/img/people.png differ diff --git a/static/img/projects_card.png b/static/img/projects_card.png new file mode 100644 index 000000000..c4c044791 Binary files /dev/null and b/static/img/projects_card.png differ