You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 21, 2026. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+37-2Lines changed: 37 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,10 +66,45 @@ Used Fonts:
66
66
67
67
### Icons & Images
68
68
69
-
Icons should be license free and as close to the other icons' style as possible. They should be outlined and monochrome. Color should only be used to fill, never as line color, and only if color does provide a more pleasing look than monochrome. Images should be fitting and mainly used as background (partially). They should fit the color scheme if possible or do **not** stand out through a high contrast to the website. Recommended websites for free icons or images:
69
+
Icons should be license free and as close to the other icons' style as possible. They should be outlined and monochrome. Color should only be used to fill, never as line color, and only if color does provide a more pleasing look than monochrome. Images should be fitting and mainly used as background (partially). They should fit the color scheme if possible or do **not** stand out through a high contrast to the website. Currently we use svg images from [undraw](https://undraw.co/) as background images. In the case you are going to use a png, jpg or jpeg, and it does not load in an instant, use gatsby-image and fluid to avoid a spontaneously popping image, e.g.:
Of course you can use this not only for background images, just ignore then everything related to to background in the example. However, currently, the intro style class provides basic styling for the background images.
102
+
103
+
Recommended websites for free icons or images:
70
104
71
105
-[iconmonstr](https://iconmonstr.com/)
72
106
-[pixabay](https://pixabay.com/)
107
+
-[undraw](https://undraw.co/)
73
108
74
109
## Documentation Guide
75
110
@@ -238,7 +273,7 @@ Currently under development, this will be the guide for our "Get Started" tutori
238
273
239
274
#### Developer docs
240
275
241
-
Currently under development, this will be the guide for our "Docs" developer documentation similar to the ones above.
276
+
Currently under development, this will be the guide for our "Docs" developer documentation similar to the ones above.
0 commit comments