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
+42Lines changed: 42 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,3 +15,45 @@ gatsby serve
15
15
```
16
16
And then visit [this](http://localhost:8000/) in your browser.
17
17
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.
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:
0 commit comments