Open baltpeter opened 4 years ago
hello @baltpeter Did you want icons on the list? or make it pull 6 and do 2 columns? or alternating background colours?
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 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.
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.
The related companies on our company single pages (see Epic Games for example) are currently just a basic list:
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