teacherfund / TeacherFund_next

A website to fund teachers discretionary spending because the government sucks at it
https://theteacherfund.com
MIT License
90 stars 87 forks source link

Feature/ipad style #119

Closed DustinHaefele closed 5 years ago

DustinHaefele commented 5 years ago

I modified a lot of classes to fit the design for Ipad styling. This is for issue #100.

Currently, I have most of the homepage styling done. I modified font sizes where I could to remove custom sizes and use Tachyons if the size was identical. I could undo this but would have to put media queries in the custom font sizes in the __sizez.scss file.

Let me know what you think, and i'll keep going or make adjustments.

vercel[bot] commented 5 years ago

This pull request is automatically deployed with Now. To access deployments, click Details below or on the icon next to each push.

Latest deployment for this branch: https://teacherfund-git-fork-dustinhaefele-feature-ipad-style.teacherfund1.now.sh

DustinHaefele commented 5 years ago

While working on this I noticed some differences in content between the abode screens and what is currently coded. For instance, the "let's keep in touch" form has just a name field instead of a first and last. There ale also some missing buttons in a couple of places in the codebase. The biggest difference is the Nav drawer in the codebase takes you to all the different pages but in the adobe it is mainly links to the different sections of the home page. I didn't modify any of this in the code base but if you would like me to I can make any desired changes to the content as well.

DustinHaefele commented 5 years ago

Fixed the merge conflicts into master

ghost commented 5 years ago

@DustinHaefele styles look great, thanks for the help.