Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[www] Update/consolidate palette, monogram and logo, favicons #3639

Merged
merged 34 commits into from
Jan 24, 2018

Commits on Jan 21, 2018

  1. Configuration menu
    Copy the full SHA
    83baad5 View commit details
    Browse the repository at this point in the history
  2. [WIP] Consolidate palette

    fk committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    3d4afcf View commit details
    Browse the repository at this point in the history
  3. Ditch B100 in favor of B200

    fk committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    8e843f3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b2cb4d0 View commit details
    Browse the repository at this point in the history
  5. Fussing around with saturation

    fk committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    14bf582 View commit details
    Browse the repository at this point in the history
  6. Adjustting hues (still WIP ;-))

    fk committed Jan 21, 2018
    Configuration menu
    Copy the full SHA
    d106873 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9381c1a View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2018

  1. Throw in chroma.js, output presets.B*, chroma.js palette at /colors

    * B200 -> B100
    * B300 -> B200
    * colors.b[0] -> B100
      * components/diagram „box“ border
      * layouts/index sidebar border-right
    fk committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    6832415 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    431d51a View commit details
    Browse the repository at this point in the history
  3. Add redrawn monogram and logo (monogram + wordmark)

    * remove gatsby-calm.svg for now – was only used on the blog page, where we’re for now using the regular monogram
    * remove gatsby-negative.png, not in use – will regenerate the favicons that were probably based on this and add them ASAP
    * remove gatsby-positive.svg, unused
    * rename gatsby-negative.svg to monogram.svg, update it with the redrawn version
    * replace logo and <h1> wordmark in components/navigation with the newly added logo.svg
    fk committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    940c94a View commit details
    Browse the repository at this point in the history
  4. Update favicons

    * fix apple-touch-icon.png, which had a transparent background which iOS resolves to black which looks 😒
    * fix non-anti-aliased edges in all favicons
    * add a white background for the „G and chopped edge“ shape of the favicon which was transparent before
    * fix Safari pinned tab color
    fk committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    7c971ed View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f45dd5c View commit details
    Browse the repository at this point in the history
  6. Inherit text color

    fk committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    65bf43c View commit details
    Browse the repository at this point in the history
  7. Move colors from presets to colors

    fk committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    3d8d0a3 View commit details
    Browse the repository at this point in the history
  8. Remove orange logo

    fk committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    7e06ee4 View commit details
    Browse the repository at this point in the history
  9. Bump favicon.ico

    fk committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    96b08a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    22cd471 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    25963a5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5dc8dfe View commit details
    Browse the repository at this point in the history
  13. Add Windows tile browserconfig.xml

    fk committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    719b877 View commit details
    Browse the repository at this point in the history
  14. Oops

    fk committed Jan 22, 2018
    Configuration menu
    Copy the full SHA
    7c35e32 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2018

  1. Configuration menu
    Copy the full SHA
    d6598f2 View commit details
    Browse the repository at this point in the history
  2. Make presets.calm pass WCAG AA

    fk committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    77ffe42 View commit details
    Browse the repository at this point in the history
  3. Fix icon colors

    fk committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    4bfd3dc View commit details
    Browse the repository at this point in the history
  4. Remove presets.brandDark

    fk committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    5b350d6 View commit details
    Browse the repository at this point in the history
  5. Add colors.gray

    fk committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    4ba6e53 View commit details
    Browse the repository at this point in the history
  6. :D

    fk committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    2507933 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    29f3c50 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    bd72939 View commit details
    Browse the repository at this point in the history
  9. Fix logo offset

    fk committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    210d8b4 View commit details
    Browse the repository at this point in the history
  10. Ditch colors.brand, add colors.ui, don’t litter colors in presets 🙄

    * rename `brand` to `gatsby`
    * expose `utils/colors` at `presets.colors`
    * move UI colors to `colors.ui`
    * add colors.success, colors.warning
    fk committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    f254dd3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e706743 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2018

  1. Configuration menu
    Copy the full SHA
    a31518a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0cbd3c5 View commit details
    Browse the repository at this point in the history