From dcc4ebed2f1d1dff22f246ece39238cc88ece009 Mon Sep 17 00:00:00 2001 From: ehab-hassan Date: Tue, 1 Dec 2020 15:18:50 +0200 Subject: [PATCH] update home card --- src/assets/scss/main.scss | 10 +++ src/components/NewCard.vue | 26 ++++++ src/pages/Index.vue | 179 ++++++++++++++++++++----------------- 3 files changed, 131 insertions(+), 84 deletions(-) create mode 100644 src/components/NewCard.vue diff --git a/src/assets/scss/main.scss b/src/assets/scss/main.scss index 56a67776c..b1dfa70f4 100644 --- a/src/assets/scss/main.scss +++ b/src/assets/scss/main.scss @@ -148,6 +148,16 @@ body[data-theme="dark"] { .post-content-text { @apply text-gray-300; } + .lg\:shadow-lg{ + box-shadow :0 20px 25px -5px rgba(255, 255, 255, 0.1), 0 10px 10px -5px rgba(255, 255, 255, 0.04) + } + .learn-button{ + background-color: #c4c4c4; + @apply text-gray-900; + &:hover { + @apply bg-gray-300; + } + } .text-gray-700{ @apply text-white; } diff --git a/src/components/NewCard.vue b/src/components/NewCard.vue new file mode 100644 index 000000000..29a83cb1a --- /dev/null +++ b/src/components/NewCard.vue @@ -0,0 +1,26 @@ + + + \ No newline at end of file diff --git a/src/pages/Index.vue b/src/pages/Index.vue index 638c4ad98..0fa11e6df 100644 --- a/src/pages/Index.vue +++ b/src/pages/Index.vue @@ -2,106 +2,116 @@
- -
-
+
+ imgAlt +
+
+ + + + -
-
- -
-

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.

- - -
-
-
- - + - -