[GoLUG] Another web page to ponder
Ron / BCLUG
admin at bclug.ca
Sat Feb 1 02:35:45 EST 2025
Steve Litt wrote on 2025-01-31 23:08:
> What do you think of the JobSecurity.Com landing page:
>
> https://jobsecurity.com/
It has a clean look, colours don't clash. Maybe the bar charts could use
some contrast enhancement.
[Editing to add:]
Uh oh, there are a few issues with "Does not meet WCAG standards for
accessible text." In Firefox, right-click, Inspect Accessibility
Properties, have a look at the results.
The bar chart - especially the grey bars, have a Colour and Contrast
score of 1.0. The links have a score of 4.28 and are also flagged with
the WCAG warning.
I kinda glanced around with a "what to do here" stance, tried scrolling,
but saw nothing.
It's about as interactive as week-old roadkill. However, since it's
selling a single domain... not sure what interactivity I can even
suggest, so I don't have any suggestions.
The realization just came to me - I think when landing on a page for the
first time, I (people in general?) tend to glance around the perimeter
first before focusing on the centre / content.
Do I do that "IRL" (in real life) too?
The bar charts kind of make me think, "Really?!?" on some of those
categories. Dubious, unsubstantiated claims, no x axis.
Possibly / likely I'm just weird and skeptical that way.
I think the adjacent bars overlap a bit? I can't quite see it clearly,
but I think so.
Have a look at and steal colours from:
https://tailwindcss.com/docs/colors
> Tailwind CSS includes a vast, beautiful color palette out of the box,
> carefully crafted by expert designers and suitable for a wide range of
> different design styles.
>
> Every color in the default palette includes 11 steps, with 50 being
> the lightest, and 950 being the darkest
>
> <div>
> <div class="bg-sky-50"></div>
> ...
> <div class="bg-sky-950"></div>
> </div>
Or, MUI has similar colourways that work together nicely.
More information about the GoLUG
mailing list