Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
titles and 3 groups section improved, Data Labeling Error on mobile s…
Browse files Browse the repository at this point in the history
…creen fixed, email section updated, Redbar announcement alert removed and mobile responsiveness has been improved (#198)

* Refactored code to update the page title and banner link. Applied light color to the header and paragraph description( 3 groups ) for improved visibility on mobile screens in dark mode.

* Style: Applied light color to the header text and paragraph description( 3 groups ) for improved visibility on larger  screens in dark mode.

Style:  added hovers to Buttons in GPU-Testnet Page and refactored some of the css ro make it readable.

* 1. Reduced width of the main titles to prevent text overlaps.

2.Updated the top-level red link banner to open a new tab when the user clicks.

* Style: refactored the css file to make it organize and readable.

* GPU-Testnet Page Update: Date updated from "June 12, 2023 - Ends: July 3rd, 2023" to "June 20th, 2023 - Ends: July 11th, 2023 "
1. GPU docs links added successfuly,
2. kyc guideline button removed. 3. Gpu table caption and horizontal line  removed.
4.Updated the introductory text to provide a clearer description of the open-source marketplace for GPU compute.

* Style: Space added  around the GPU Models (top, left, bottom).

* 1. Fixed font issue on the community page for dark mode
2. Updated GPU docs link

* Styles: Refactored the css in dark mode to make it readable

* Updated Token page: added SVG illustrations and implemented new design layout

* merge remote tracking

* Updated Hugo image processor and increased blog image quality by 95. Added styling to blog header

* update

* Blog page improved, update on homepage blog section cards

* Refactored the css to make it readable

* Style: added  a font-size to bog-title

* feat(section): Added scroll interactions to the 3 groups sections

* a click event added to 3 groups

* Feat:  fixed scrolling error on 3 groups section

* Data labelling error fixed on small screen

* refactored css to make it readable

* Feat: Red bar announcement alert removed

---------

Signed-off-by: Arthur Emmanuel <86601468+ArthurEmma2@users.noreply.github.com>
  • Loading branch information
ArthurEmma2 authored Jul 20, 2023
1 parent 31e43ec commit 6526a4b
Show file tree
Hide file tree
Showing 9 changed files with 688 additions and 315 deletions.
99 changes: 77 additions & 22 deletions assets/scss/common/_dark.scss
Original file line number Diff line number Diff line change
Expand Up @@ -54,16 +54,34 @@ $navbar-dark-active-color: $link-color-dark;
[data-dark-mode] body table {
color: #f0f0f0;
}
[data-dark-mode] body .table_data_link a{
[data-dark-mode] body .table_data_link a {
color: #f0f0f0;
}

[data-dark-mode] body .metrics_border{
[data-dark-mode] body .metrics_border {
border-right-color: #515559 !important;
}

[data-dark-mode]
body
div.col-md-12.col-lg-13
> div
> div
> div
> span:nth-child(1)
> a {
color: #fff;
font-weight: 600;
text-underline-offset: 5px;
text-decoration: underline;
}


[data-dark-mode] body div.col-md-12.col-lg-13 > div > div > div > a {
color: #fff;
font-weight: 600;
text-underline-offset: 5px;
text-decoration: underline;
}

[data-dark-mode] body .btn-outline-primary:hover {
color: $body-bg-dark;
Expand All @@ -80,7 +98,7 @@ $navbar-dark-active-color: $link-color-dark;
background-color: #f0f0f0;
}

[data-dark-mode] body .token_eco_desc{
[data-dark-mode] body .token_eco_desc {
color: #f0f0f0;
}

Expand All @@ -102,21 +120,60 @@ $navbar-dark-active-color: $link-color-dark;
[data-dark-mode] body .gpu_sub_text {
color: #f0f0f0 !important;
}
[data-dark-mode] body .group-1_header,
.group-2_header,
.group-3_header {
color: #f0f0f0;
}

[data-dark-mode] body .link-underline {
color: #f0f0f0 !important;
[data-dark-mode] body .highlight_header::after {
background-color: #f0f0f0;
}

[data-dark-mode] body .link-underline .active {
color: #f0f0f0 !important;
[data-dark-mode]
body
div
> div:nth-child(1)
> div
> div:nth-child(2)
> a
> h3
> span {
color: #f0f0f0;
}

[data-dark-mode] body .link-underline .active {
color: #f0f0f0 !important;
[data-dark-mode]
body
div:nth-child(1)
> div
> div:nth-child(3)
> a
> h3
> span {
color: #f0f0f0;
}
[data-dark-mode]
body
div:nth-child(1)
> div
> div:nth-child(3)
> a
> h3
> span:hover {
color: #f0f0f0;
opacity: 0.5;
}

[data-dark-mode] body .link-underline::before {
background-color: #f0f0f0;
[data-dark-mode] body div > div > div:nth-child(1) > div > h3 > span:hover {
color: #f0f0f0;
opacity: 0.5;
}

[data-dark-mode] body div:nth-child(1) > div > div:nth-child(2) > h3 > span {
color: #f0f0f0;
}

[data-dark-mode] body div:nth-child(1) > div > div:nth-child(3) > h3 > span {
color: #f0f0f0;
}

Expand Down Expand Up @@ -177,10 +234,10 @@ $navbar-dark-active-color: $link-color-dark;
border-bottom: 0;
}

section.d-xs-block.d-sm-block.d-md-none > div.row > div > div > svg{
section.d-xs-block.d-sm-block.d-md-none > div.row > div > div > svg {
fill: #ccc;
stroke: #ddd;
}
}

[data-dark-mode] .svg-container svg,
[data-dark-mode] .token_svg svg,
Expand All @@ -203,7 +260,7 @@ $navbar-dark-active-color: $link-color-dark;
color: $body-color-dark;
}

[data-dark-mode] #ecosystem-tools > div div > div > p > a{
[data-dark-mode] #ecosystem-tools > div div > div > p > a {
color: #fff;
}

Expand All @@ -216,11 +273,11 @@ $navbar-dark-active-color: $link-color-dark;
stroke: #fff;
}

[data-dark-mode] body #faq__toggle > svg path:first-of-type{
[data-dark-mode] body #faq__toggle > svg path:first-of-type {
stroke: #fff;
}

[data-dark-mode] #second_faq_toggle > svg path:first-of-type{
[data-dark-mode] #second_faq_toggle > svg path:first-of-type {
stroke: #fff;
}

Expand All @@ -229,20 +286,18 @@ $navbar-dark-active-color: $link-color-dark;
fill: #fff;
}

[data-dark-mode] body table{
[data-dark-mode] body table {
border-bottom-color: #515559;
}

[data-dark-mode] div > p.mx-auto.metrics_border_bottom{
[data-dark-mode] div > p.mx-auto.metrics_border_bottom {
border-bottom-color: #515559 !important;
}

[data-dark-mode] body .table_data_link{
[data-dark-mode] body .table_data_link {
border-bottom-color: #515559 !important;
}



[data-dark-mode] body .offcanvas .nav-link:hover,
[data-dark-mode] body .offcanvas .nav-link:focus {
color: $link-color-dark;
Expand Down
Loading

0 comments on commit 6526a4b

Please sign in to comment.