A tool to present you as a developer with Slick, Shark, Savvy skills and style.
We have 2 components:
- Theme (trait
Shade
)- Allows you to get colors necessary for coloring.
- Layout (trait
Render
)- Defines how to arrange data from the Config and Colors from Shade.
- Intended to create small cards with brief information about yourself, but no one stops you from creating a full one as well :)
- Lib
- User config parser
- Toml
- Json
- Base card composition
- Sections
- Svg (Icons)
- Generator from Tabler source
- Render
- Layouts
- Umbrella (default)
- Layouts
- Themes
- Umbrella
- Rosé Pine
- GrooveBox
- Dracula
- If you want to see more Themes, make an issue!
- User config parser
- Site viewer/generator
- CLI app
Colors
primary
-> for textsecondary
-> for backgroundthirdly
-> for accentborder
-> for any accent elements
Note still under development.
- components - base elements
- parser - config parser
- render - theme & render traits
- sss-core - base structures
- sss-std - base themes & layouts
- Umbrella (card)