DEV Community

Discussion on: Why is everyone so excited about PolyWork? First impressions aren't good!

Collapse
 
siddharthshyniben profile image
Siddharth

The site is really peculiar...

On the landing page, every sentence is a div and every word is a div. It's probably for the overkill animations.

You can't select anything. There is user-select: none

The logo inside the navbar is actually outside the nav in the markup?

WTF I can't scroll.

They seem to be using Tailwind and Bootstrap?!

What's a <turbo-frame> which seems to be popping up everywhere?

I can't tab through because there are on keyboard focus styles on buttons!
It doesn't even tab through half of the elements.

Badges are <label>s.

There are tens of <h1>s on each page. Plain text are in <h2>s. Buttons are <h5>s. Nav items are <h5>s

There are images which are actually <a>s with a background image.

One dropdown item is a <button> while the rest are <a>?

I could go on forever...

Collapse
 
grahamthedev profile image
GrahamTheDev

It isn’t any better once you log in! I gave up once they disabled selection.

We should use it as an example of how NOT to build a site! 🀣