TIY-LR-FEE-2015-Fall / assignments

1 stars 4 forks source link

18-run-timer Jeremy Glover #84

Open Jeremy-Glover opened 8 years ago

Jeremy-Glover commented 8 years ago

Index Screen

Jeremy-Glover commented 8 years ago

https://github.com/Jeremy-Glover/18-run-timer/pull/1

rtablada commented 8 years ago

Your routes and model/collection look good.

For your styling, I would make the styles full screen width. Then you will want to keep the chrome window at half to a third of your screen so that it looks like a phone. When full screen things will look at bit weird like this:

screen shot 2015-11-30 at 5 26 02 am

rtablada commented 8 years ago

Functionality wise, everything looks like it is there. Work on the styles to make things match closer to the mock ups.

Jeremy-Glover commented 8 years ago

@rtablada Styled to look more like mock ups.

rtablada commented 8 years ago

A few comments, use position: fixed on the footer buttons so they stay in the spot no matter how much you scroll through the page.

Other than that, it looks good!