Skip to content
/ SSS-rs Public

Transform your IT skills into a professional portfolio that showcases your expertise.

License

Notifications You must be signed in to change notification settings

TOwInOK/SSS-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Under development ⚠️

Skill, Slick, Style - rs

A tool to present you as a developer with Slick, Shark, Savvy skills and style.

How it works?

We have 2 components:

  1. Theme (trait Shade)
    • Allows you to get colors necessary for coloring.
  2. 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 :)

Progress status

  • Lib
    • User config parser
      • Toml
      • Json
    • Base card composition
      • Sections
      • Svg (Icons)
        • Generator from Tabler source
    • Render
      • Layouts
        • Umbrella (default)
    • Themes
      • Umbrella
      • Rosé Pine
      • GrooveBox
      • Dracula
    • If you want to see more Themes, make an issue!
  • Site viewer/generator
  • CLI app

Structure of Theme

  • Colors
    • primary -> for text
    • secondary -> for background
    • thirdly -> for accent
    • border -> for any accent elements

Structure of project

Note still under development.

  1. components - base elements
  2. parser - config parser
  3. render - theme & render traits
  4. sss-core - base structures
  5. sss-std - base themes & layouts

Example

License

Apache 2.0

About

Transform your IT skills into a professional portfolio that showcases your expertise.

Topics

Resources

License

Stars

Watchers

Forks