Skip to content

Commit 96c6b9b

Browse files
committed
style guide draft
1 parent 5c9386e commit 96c6b9b

6 files changed

Lines changed: 2108 additions & 0 deletions

File tree

app/template/style-guide/README.md

Lines changed: 106 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,106 @@
1+
<p align="center">
2+
<a href="https://github.com/gigamaster/codemo">
3+
<img src="https://github.com/gigamaster/codemo/html-css-javascript.svg" width="auto" alt="Codemo Digital Nomad Style Guide"></a>
4+
<img src="http://ForTheBadge.com/images/badges/powered-by-electricity.svg">
5+
</p>
6+
7+
<h2 align="center">
8+
<br />
9+
///// — CODEMO DIGITAL NOMAD — \\\\\
10+
<br /><br />
11+
</h1>
12+
13+
14+
<p align="center">Codemo Digital Nomad Style Guide<br>
15+
The purpose of this style guide is to provide a set of rules for website.</p>
16+
17+
---
18+
19+
[![Codemo Digital Nomad Style Guide](style-guide-cover.webp)](https://gigamaster.github.io/codemo/)
20+
21+
---
22+
23+
<h2 align="center">
24+
<br />
25+
<br />
26+
///// — Style Guide — \\\\\
27+
<br /><br />
28+
</h2>
29+
30+
### Color Palette
31+
Logo and brand colors
32+
33+
| | `square` | `round` | `circle` | | `square` | `round` | `circle` |
34+
|:--:|:--:|:--:|:--:|:--:|:--:|:--:|:--:|
35+
|`#9e8e61`|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/9e8e61'/></a>|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/9e8e61?style=round'/></a>|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/9e8e61?style=circle'/></a>|`#3e6598`|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/3e6598'/></a>|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/3e6598?style=round'/></a>|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/3e6598?style=circle'/></a>|
36+
|`#2f4d74`|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/2f4d74'/></a>|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/2f4d74?style=round'/></a>|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/2f4d74?style=circle'/></a>|`#213550`|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/213550'/></a>|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/213550?style=round'/></a>|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/213550?style=circle'/></a>|
37+
|`#121d2b`|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/121d2b'/></a>|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/121d2b?style=round'/></a>|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/121d2b?style=circle'/></a>|`#f1f1f1`|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/f1f1f1'/></a>|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/f1f1f1?style=round'/></a>|<a href='#'><img valign='middle' src='https://readme-swatches.vercel.app/f1f1f1?style=circle'/></a>|
38+
39+
40+
### Gradients
41+
CSS gradients, linear and radial
42+
43+
### Textures
44+
CSS background patterns
45+
46+
### Layouts
47+
Responsive grid layout sections
48+
49+
### Components
50+
Modular elements
51+
52+
### Iconography
53+
Scalable vectors Icons
54+
55+
### Typography
56+
Fonts
57+
HTML Text Formatting
58+
Highlight source code
59+
60+
### Form elements
61+
Forms and control elements
62+
63+
> [!NOTE]
64+
> Highlights information that users should take into account, even when skimming.
65+
66+
> [!TIP]
67+
> Optional information to help a user be more successful.
68+
69+
> [!IMPORTANT]
70+
> Crucial information necessary for users to succeed.
71+
72+
> [!WARNING]
73+
> Critical content demanding immediate user attention due to potential risks.
74+
75+
> [!CAUTION]
76+
> Negative potential consequences of an action.
77+
78+
---
79+
80+
### License
81+
82+
MIT License
83+
84+
Copyright (c) 2024
85+
86+
Permission is hereby granted, free of charge, to any person obtaining a copy
87+
of this software and associated documentation files (the "Software"), to deal
88+
in the Software without restriction, including without limitation the rights
89+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
90+
copies of the Software, and to permit persons to whom the Software is
91+
furnished to do so, subject to the following conditions:
92+
93+
The above copyright notice and this permission notice shall be included in all
94+
copies or substantial portions of the Software.
95+
96+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
97+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
98+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
99+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
100+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
101+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
102+
SOFTWARE.
103+
104+
[web]: https://gigamaster.github.io/codemo/web-app/
105+
[dpaint]: https://gigamaster.github.io/codemo/web-app/dpaint/
106+
[drawio]: https://gigamaster.github.io/codemo/web-app/drawio/

app/template/style-guide/assets/icons.css

Lines changed: 90 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)