From ff791098d8fdeb2a83930e7f475e76db036e42d0 Mon Sep 17 00:00:00 2001 From: Liyas Thomas Date: Fri, 2 Jul 2021 08:55:03 +0000 Subject: [PATCH] feat: users section --- assets/scss/themes.scss | 2 +- components/landing/Users.vue | 39 +++++++++++++++++++++++-------- layouts/default.vue | 2 +- static/images/users/accenture.svg | 1 + static/images/users/bytedance.svg | 1 + static/images/users/decathlon.svg | 1 + static/images/users/github.svg | 1 + static/images/users/gojek.svg | 1 + static/images/users/google.svg | 1 + static/images/users/microsoft.svg | 1 + static/images/users/paytm.svg | 1 + static/images/users/twilio.svg | 1 + static/images/users/udemy.svg | 1 + static/images/users/zendesk.svg | 1 + static/images/users/zoho.svg | 1 + 15 files changed, 43 insertions(+), 12 deletions(-) create mode 100644 static/images/users/accenture.svg create mode 100644 static/images/users/bytedance.svg create mode 100644 static/images/users/decathlon.svg create mode 100644 static/images/users/github.svg create mode 100644 static/images/users/gojek.svg create mode 100644 static/images/users/google.svg create mode 100644 static/images/users/microsoft.svg create mode 100644 static/images/users/paytm.svg create mode 100644 static/images/users/twilio.svg create mode 100644 static/images/users/udemy.svg create mode 100644 static/images/users/zendesk.svg create mode 100644 static/images/users/zoho.svg diff --git a/assets/scss/themes.scss b/assets/scss/themes.scss index 616cfad57..57e77bdf3 100644 --- a/assets/scss/themes.scss +++ b/assets/scss/themes.scss @@ -94,7 +94,7 @@ // Light Accent color --accent-light-color: rgba(73, 204, 104, 1); // Dark Accent color - --accent-dark-color: rgba(73, 204, 104, 1); + --accent-dark-color: rgba(64, 182, 91, 1); // Gradient from --gradient-from-color: theme("colors.green.200"); // Gradient via diff --git a/components/landing/Users.vue b/components/landing/Users.vue index 512d73351..0295d2097 100644 --- a/components/landing/Users.vue +++ b/components/landing/Users.vue @@ -1,22 +1,18 @@ + + diff --git a/layouts/default.vue b/layouts/default.vue index d1a5929eb..0b4ca2bf1 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -30,7 +30,7 @@ - +