Clairefollett / portfolio

MIT License
0 stars 1 forks source link

responsive-mobile-first #6

Open Clairefollett opened 7 years ago

Clairefollett commented 7 years ago

Responsive Mobile-First

Work on the nav menu, making it mobile first and responsive, and work on the styling. Put more articles into your blog.

Clairefollett commented 7 years ago

jQuery and Events

Turn your home and other nav links into tabs, so this means your links do NOT navigate to a new page. Instead, your page shows only the section related to the nav tab that was selected. Then use jQuery so when the tab is clicked, you hide all sections and only reveal associated section only.

Clairefollett commented 7 years ago

Templates

Use Handlebars for your project template so you can include new projects more easily. Organize CSS so that it follows SMACSS organization.

Clairefollett commented 7 years ago

Ajax and JSON

Store your project data in a .json file so I can keep my data well organized. Retrieve that source data file asynchronously, so that my app logic gets the data just when I need it.