``.
.. code-block:: html
    
							
.. index:: Navigation
Navigation
~~~~~~~~~~
The navigation menu is made up of a wrapper, nav-bar class, and an unordered list of nav-items. Each list item has a child
anchor element which has a nested div. The nested ``
`` is the actual nav button to change.
For example if you wanted to change the icon displayed for the profile section:
.. code-block:: html
	
Profile
you would change the class name ``fa-home`` to a different FontAwesome icon class:
.. code-block:: html
	
Profile
------
.. code-block:: html
    
    
    
.. index:: Profile Section
Profile
-------
At the start of the profile section, there is a general overview area. This area is a standard div with a class of info.
Edit the contents of ``
`` to update this sections.
Information
~~~~~~~~~~~
The information sections contains information about yourself. 
.. code-block:: html
	
	
 
Skills
~~~~~~
The skills section is broken down into two divs. The center column and the right column. The center column is commented as ````
with the right column being ````. An individual skill item is shown below:
| The skill item title is nested inside a ``
``, and the description is nested inside the ``
``.
.. important:: The ``data-fill-level`` attribute is used to set the amount to fill the progress bars. *Values range 1-10*
.. code-block:: html
	
	    C# / ASP.NET
	    
	    Tamquam apeirian argumentum vim id. Cu reque quaeque vis, id quo sumo vero.
	 
Resume
------
The resume is broken down into two sections, the :ref:`Timeline` and :ref:`Experience`.
.. index:: Timeline
.. _Timeline:
Timeline
~~~~~~~~
The timeline is used for both the *Education* and *Work* sections of the Resume. The *Work* section uses an extra
``
`` to display the job title.
.. note:: The ```` show a sub heading other the item's header. ex. *Work List Item*.
.. code-block:: html
	
	    
	    Great Company
	    iOS Developer
	    Donec blandit aliquam enim ac adipiscing. Quisque tempus lacus quis volutpat mattis. Quisque vel
	        gravida massa, et pharetra lacus. Nulla facilisi.
	 
.. index:: Experience
.. _Experience:
Experience
~~~~~~~~~~
| The experience section is an area to show a quick overview of progress bars and tag area. 
| A single experience item
.. code-block:: html
	
	 
To change the value of the progress bar update the ``data-value`` attribute on the ``progress-bar-experience`` ``