Skip to content

Instantly share code, notes, and snippets.

@jendiamond
Last active January 20, 2016 19:15
Show Gist options
  • Select an option

  • Save jendiamond/64f504033f4f893a0a2c to your computer and use it in GitHub Desktop.

Select an option

Save jendiamond/64f504033f4f893a0a2c to your computer and use it in GitHub Desktop.

reach for a peach

http://trentrichardson.com/examples/timepicker

Font

https://www.google.com/fonts/specimen/Raleway

Thin 100
Extra-Light 200
Light 300
Normal 400
Medium 500
Semi-Bold 600
Bold 700
Extra-Bold 800
Ultra-Bold 900

Color Pallette

green #5b9b47
taupe #655c39
peach #ff6633
turquoise #afeeee


Header (for all)

  • font Raleway SemiBold
  • taupe #655c39
  • font-size 65px

===

Footer (for all)

Built By DevPrep
  • font Raleway
  • taupe #655c39
  • font-size 14px

landing page

Sign In

  • User signs in using Devise
  • font Raleway Bold
  • taupe #655c39
  • font-size 24px

===

Get Started

  • Links to peaches/new
  • if User is not currently signed in Ask User to sign in
  • if User is not currently signed up Ask User to sign up
  • if User is signed in Sign-in button should say current User's name
  • font Raleway SemiBold
  • green #5b9b47
  • font-size 24px

===

Sign Up

  • User signs up using Devise
  • font Raleway Bold
  • taupe #655c39
  • font-size 24px

===

Get a Job | 5 days left

  • unclickable button
  • font Raleway SemiBold
  • taupe #655c39
  • font-size 18px

===

Directions

Reach your goals & Track your Progress (font-size 20px; font Raleway Bold; taupe #655c39)

  • Create a Goal
  • Set a deadline
  • Organize your goals
  • Track your progress
  • (font-size 18px; font Raleway SemiBold; green #5b9b47)

===

Run L.A. Marathon

  • unclickable button
  • font Raleway SemiBold
  • taupe #655c39
  • font-size 18px

peaches/new

"Name of your Goal" field

@peach.name

  • font Raleway SemiBold
  • green #5b9b47
  • font-size 18px

===

"Deadline" field

@peach.deadline

===

Submit Button

Creates @peach.name && @peach.deadline and adds them to the Peach model in the database

  • button background-color green #5b9b47
  • font Raleway SemiBold
  • font-size 18px
  • font-color #fff

peaches/:id/show

Peach

Float over the peach
@peach.name
@peach.deadline (completion date / days left)

===

Edit Button

  • redirects to peaches/edit page

===

Delete Button

  • soft delete the user
  • redirects to peaches/inactive_user page

https://speakerdeck.com/claudiob

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment