Posts
All the articles I've posted.
Random Quote Part II
Published: at 12:56 PMIn part II of this tutorial, we will get this random quote generator working with some jQuery. If you haven't read [part I](/post/random-quote-part-I/), I would suggest doing so now as I won't be covering any styling in this part of the tutorial.
Random Quote Part I
Published: at 01:00 PMI decided to revisit a project I completed a while ago that displays a random quote from [Forismatic](http://forismatic.com/en/). This project is also part of the [Free Code Camp](http://freecodecamp.com/) curriculum that I have been completing in my spare time. I originally used [Bootstrap](http://getbootstrap.com/) to help with the layout of the page. I figured I would rewrite it without the help of a CSS framework to lean against, using flexbox. I have made a [codepen](http://codepen.io/krjordan/full/oXRQXG/) for anyone who wants to look at the finished product.
Navigation Header with Flexbox
Published: at 01:02 PMI decided to continue with the small flexbox tutorials. So here is another one. In this tutorial, we will make a navigation header using flexbox. If you haven't read my first post on flexbox, you should check it out [here](http://mycodingblog.com/discovering-flexbox/). I have made a [codepen](http://codepen.io/krjordan/pen/PPppOd/) of what we will be building. Let's get started with the HTML.