From fa98e0dec7efa7b63f6579f9f2e10a0ab4fabeba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Petar=20Cvitanovi=C4=87?= Date: Mon, 23 Oct 2023 21:28:42 +0200 Subject: [PATCH] refactor page links --- web/src/css/custom.css | 24 +++++++++++++++ web/src/pages/index.js | 66 ++++++++++++++++++++++++++++-------------- 2 files changed, 69 insertions(+), 21 deletions(-) diff --git a/web/src/css/custom.css b/web/src/css/custom.css index cfb49c98..68a87a23 100644 --- a/web/src/css/custom.css +++ b/web/src/css/custom.css @@ -30,6 +30,30 @@ html[data-theme='light'] footer { background-color: #e37a00; } +.button.button--discord { + width: 80%; + background-color: #7e61ab; + color: #FFFFFF; + padding-left: 25px; + padding-right: 20px; +} + +.button.button--discord:hover { + background-color: #634c86; +} + +.button.button--github { + width: 80%; + background-color: #000000; + color: #FFFFFF; + padding-left: 25px; + padding-right: 25px; +} + +.button.button--github:hover { + background-color: #333333; +} + /* GitHub */ .header-github-link:hover { opacity: 0.6; diff --git a/web/src/pages/index.js b/web/src/pages/index.js index 2f903c89..ec0e82d2 100644 --- a/web/src/pages/index.js +++ b/web/src/pages/index.js @@ -25,20 +25,57 @@ function HomepageHeader() {

{siteConfig.title}

{siteConfig.tagline}

-
- - Schedule a demo - -
+ {/*
*/} + {/* */} + {/* Schedule a demo*/} + {/* */} + {/*
*/}
Try it for free
+
+ + + + + Check our repo + +
+
+ + + + + Join the community + +

Supported by

    @@ -47,20 +84,7 @@ function HomepageHeader() { -
  • - - - -
- {/*
*/} - {/* */} - {/* */} - {/* */} - {/* */} - {/* */} - {/* */} - {/*
*/}