Skip to content

Files

Latest commit

 

History

History
56 lines (40 loc) · 1.43 KB

README.md

File metadata and controls

56 lines (40 loc) · 1.43 KB

Chapeaux Project

A relatively unopinionated toolset built around enterprise-grade, functional, web components.

Three Primary Concerns (3Ds)

  • Develop: create enterprise-grade, functional, web components
  • Discover: centralize the ability to find web components (and related assets) in an enterprise-wide catalog
  • Deliver: standardize an enterprise-wide, web component (and related assets) delivery system

Non-Concerns of the project (valid concerns, mostly just not answered here)

  • Visual style or design
  • Library or framework selection
  • Etc.

Examples of functional web components

  • Search querying
  • Element filtering
  • URL parsing
  • Templating
  • Containers
  • Service request and response handling
  • Auto-complete/suggest data

Brand Details

Colors

  • Dark Blue - 1D4174 | 29,65,116
  • Orange - F7823C | 247,130,60
  • Yellow - FFEA6C | 255,234,108
  • Teal - 43ADAF | 67,173,175
  • Blue - 0499C5 | 4,153,197

Fonts

  • Logo - Oswald

  • Site - Overpass Mono

  • <link rel="preconnect" href="https://fonts.gstatic.com">
    
    <link href="https://fonts.googleapis.com/css2?family=Oswald;700&family=Overpass+Mono:wght@400;700&display=swap" rel="stylesheet">

    OR

    @import url('https://fonts.googleapis.com/css2?family=Oswald&family=Overpass+Mono:wght@400;700&display=swap');
  •   font-family: 'Oswald', sans-serif;
      font-family: 'Overpass Mono', monospace;