Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions _posts/journal-week-6.md
Original file line number Diff line number Diff line change
@@ -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
4 changes: 4 additions & 0 deletions _posts/resource-week-6.md
Original file line number Diff line number Diff line change
@@ -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.
4 changes: 4 additions & 0 deletions _posts/tutorial-week-6.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
##How to Install Things with Bower

1) In terminal type `bower install --save <ITEM TO BE INSTALLED ex:jquery, lodash, etc...>
2) Add link/script to your `index.html`