diff --git a/_posts/journal-week-6.md b/_posts/journal-week-6.md new file mode 100644 index 0000000..ab6f6bb --- /dev/null +++ b/_posts/journal-week-6.md @@ -0,0 +1,9 @@ +##Week 6 + +Things Learned this Week: +* How to do tabs in css +* _Lodash +* Bower +* Leveraging `package.json` and `bower.json` +* Git Flow +* Templating diff --git a/_posts/resource-week-6.md b/_posts/resource-week-6.md new file mode 100644 index 0000000..8293963 --- /dev/null +++ b/_posts/resource-week-6.md @@ -0,0 +1,4 @@ +Like them or not the Hamburger menu is an often used navagation tool in today's mobil designs. It's a great idea to +learn different ways to create them so that you have more options the next time you need to add one to your project. Here +is a great tutorial on [_7 Non-raster Approaches for Making the "Hamburger" Menu Icon_](http://webdesign.tutsplus.com/tutorials/7-non-raster-approaches-for-making-the-hamburger-menu-icon--cms-21686). +This tutorial covers using SVG, Icon Fonts, Bootstrap, multiple CSS approaches, and even Keyboard methods. diff --git a/_posts/tutorial-week-6.md b/_posts/tutorial-week-6.md new file mode 100644 index 0000000..80aa90c --- /dev/null +++ b/_posts/tutorial-week-6.md @@ -0,0 +1,4 @@ +##How to Install Things with Bower + +1) In terminal type `bower install --save +2) Add link/script to your `index.html`