Skip to content

Instantly share code, notes, and snippets.

@Camvillard
Last active September 14, 2019 12:11
Show Gist options
  • Save Camvillard/f3ad60bc7ff8067e244861fcf16a5758 to your computer and use it in GitHub Desktop.
Save Camvillard/f3ad60bc7ff8067e244861fcf16a5758 to your computer and use it in GitHub Desktop.

basic front end resources

fonts

remember : don't use more than 2 or 3 fonts (well, if you're a designer, you'll know what to do with more fonts), and never, please, never include Comic Sans MS in those 3 fonts.

colors

golden rule : no more than 3 colors, completed by a gray scale. don't hesitate to get inspiration from other websites, re-inventing the (internet's)wheel in 2019 can de difficult.

  • color hunt : nice color palettes brought to you by designers (useful if don't have any clue about colors !)
  • coolors : color palette generator - use it with caution, most of the palettes are really nice, but it's still randomly generated !
  • colorable : tool to verify the color accessibility of your color scheme (#WebAccessibilityFTW)
  • sip : color picker (15 days of free trial)
  • color zilla : color picker for web browser (chrome & firefox extensions)
  • cool hue : nice gradients
  • UI gradients : nice gradients, bis repetita
  • picular : google, but for colors
  • color box : color generator

tools

documentation

flexbox FTW

inspiration

  • Lapa Ninja : landing page inspiration
  • Awwwards : the awards of design, creativity and innovation on the internet
  • dribbble : show and tell for designers
  • one page love : cool one pagers
  • httpster : inspiration resource showcasing totally rocking websites made by people from all over the world. (<- my fav one)
  • UI movement : community of design enthusiasts who share and discuss the most interesting and unique UI designs.
  • good UI: approved patterns for a good UI
  • call to idea : more & more inspirations
  • muz.li : last one for inspiration

icons

libraries

blogs

javascript

misc

  • sidebar : reeeally cool newsletter, 5 design links everyday in your mailbox
  • 8 point grid system : the 8-point grid explained
  • CSS diner : another little game to help you familiarize with css
  • Flex : a tool to visualise flexbox
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment