Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit 7ec4eb9

Browse files
author
dpatanin
committed
write styleguide in README
1 parent fd195a7 commit 7ec4eb9

1 file changed

Lines changed: 42 additions & 0 deletions

File tree

README.md

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,45 @@ gatsby serve
1515
```
1616
And then visit [this](http://localhost:8000/) in your browser.
1717

18+
19+
## Style Guide
20+
21+
The overall design-idea is a clean and professional look. And since securecodebox.io serves mostly an informational purpose, it should stay more simplistic than extraordinary, meaning include only information and elements which either are necessary or helpful and very few basic elements for a good look (e.g. fitting background picture).
22+
23+
### Colors
24+
25+
The color scheme is aimed to be basically white with a soft blue coloring as the main color and gentle highlighting. This website should not be monochrome or monotonous, so feel free to include colored elements and icons but use different colors only ever so slightly and avoid strong contrasts.
26+
27+
Included colors:
28+
29+
```
30+
$white: #ffffff;
31+
$black: #000000;
32+
$primary: #1c3ed3; // Strong blue tone
33+
$iteragenta: #a9218e; // iteratec's main color (avoid using it ;) )
34+
$highlight: #7c00ce57; // Gentle, half transparent violet-ish for highlighting
35+
$secureCodeBlue: #3296dc; // Main, soft blue tone
36+
$secondary: #414156; // Grey, used for non-header text
37+
```
38+
39+
If new colors will be used standardized, make sure to include them as a variable and list it here with it's purpose.
40+
41+
### Fonts
42+
43+
Fonts should be simple and readable. Nothing fancy or special and not be web loaded.
44+
45+
Used Fonts:
46+
47+
```
48+
-apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
49+
Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
50+
'Segoe UI Symbol';
51+
```
52+
53+
### Icons & Images
54+
55+
Icons should be license free and as close too 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:
56+
57+
- [iconmonstr](https://iconmonstr.com/)
58+
- [pixabay](https://pixabay.com/)
59+

0 commit comments

Comments
 (0)