website icon indicating copy to clipboard operation
website copied to clipboard

Better styling for the related companies

Open baltpeter opened this issue 3 years ago • 4 comments

The related companies on our company single pages (see Epic Games for example) are currently just a basic list:

image

Maybe we can come up with a better design.

The relevant HTML is defined here:

https://github.com/datenanfragen/website/blob/8798593c1b3b09f6a5a2d24360c73db5d1a7e73b/layouts/company/single.html#L122-L130

baltpeter avatar Oct 14 '20 21:10 baltpeter

hello @baltpeter Did you want icons on the list? or make it pull 6 and do 2 columns? or alternating background colours?

lestgabo avatar Oct 16 '20 11:10 lestgabo

Hey @lestgabo,

icons will unfortunately not be possible as we don't have access to them and I would also be concerned about copyright.

As for the design: We don't have anything in mind yet. This issue is for coming up with ideas on what we could do and then seeing what works and what doesn't work. :)

baltpeter avatar Oct 17 '20 12:10 baltpeter

@baltpeter I would love to work on this. Let me know which folder contains the stylesheets for this HTML file. I hope using fa-icons is allowed.

Rutam21 avatar Sep 30 '21 19:09 Rutam21

No fa-icons are not allowed, we use our own iconfont, which is generated in the build. The stylesheets are contained in assets/styles and are written in SCSS. We do write our own small "framework", so please take a look at the existing classes before you create your own. If you want to add Icons, you can use the ones from iconmonstr.com, and add them just like the other icons in the icons.scss. This will give you FontAwesome-like classes you can add to the HTML.

zner0L avatar Sep 30 '21 22:09 zner0L