From 7a88f8042464ec44e7192ef802bb84dc43791ef9 Mon Sep 17 00:00:00 2001 From: tommytrg Date: Tue, 4 Jun 2024 10:10:46 +0200 Subject: [PATCH 01/47] wip --- assets/styles/main.scss | 4 +- assets/styles/tailwind.css | 4 +- assets/svg/witnet-logo-dark.svg | 11 ++++ assets/svg/witnet-logo.svg | 16 +++--- components/CustomButton.vue | 2 +- components/NavBar.vue | 20 ++----- components/cards/BuildWithWitnet.vue | 24 +++++++- components/cards/ExplorerLink.vue | 33 ++++++++--- components/sections/BuildSection.vue | 4 +- components/sections/CoinSection.vue | 25 +++++++-- components/sections/ExploreSection.vue | 35 ++++++++---- components/sections/HeroSection.vue | 23 ++++++-- components/sections/WhatIsWitnetSection.vue | 30 +++++++++- layouts/default.vue | 62 ++++++++++++++------- locales/en-US.json | 11 ++-- locales/es-ES.json | 6 +- pages/index.vue | 1 + 17 files changed, 220 insertions(+), 91 deletions(-) create mode 100644 assets/svg/witnet-logo-dark.svg diff --git a/assets/styles/main.scss b/assets/styles/main.scss index 0aae4305..19c060e8 100644 --- a/assets/styles/main.scss +++ b/assets/styles/main.scss @@ -5,6 +5,6 @@ html { height: 100%; margin: 0; padding: 0; - color: $white; - background-color: $black; + // color: $white; + // background-color: $black; } diff --git a/assets/styles/tailwind.css b/assets/styles/tailwind.css index 1cadb40f..70d0569a 100644 --- a/assets/styles/tailwind.css +++ b/assets/styles/tailwind.css @@ -5,10 +5,10 @@ @layer components { /* Titles */ .title-h1 { - @apply font-title text-4xl; + @apply font-title text-7xl; } .title-h2 { - @apply font-title text-2xl; + @apply font-normal text-xl; } /* Button */ .btn { diff --git a/assets/svg/witnet-logo-dark.svg b/assets/svg/witnet-logo-dark.svg new file mode 100644 index 00000000..51326ce7 --- /dev/null +++ b/assets/svg/witnet-logo-dark.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/assets/svg/witnet-logo.svg b/assets/svg/witnet-logo.svg index 51326ce7..c083273a 100644 --- a/assets/svg/witnet-logo.svg +++ b/assets/svg/witnet-logo.svg @@ -1,11 +1,11 @@ - - - - - - - - + + + + + + + + diff --git a/components/CustomButton.vue b/components/CustomButton.vue index 2458eb48..9523db11 100644 --- a/components/CustomButton.vue +++ b/components/CustomButton.vue @@ -1,5 +1,5 @@ diff --git a/components/NavBar.vue b/components/NavBar.vue index e5c791a8..cc334999 100644 --- a/components/NavBar.vue +++ b/components/NavBar.vue @@ -1,8 +1,8 @@