============== HTML Structure ============== Flatrok theme is a responsive layout using the `Bootstrap framework (ver. 3) `_ Each content sections is labeled with an ``id``. ``(ex:
)``. Many classes associated with each ``div`` are related to the `bootstrap framework`. For more information regarding bootstrap classes please refer to the bootstrap docs, located `here `_. You will find that the html file, ``index.html`` is well commented on each section. Refer to the documentation below for more information. .. index:: Social Links Social Links Section -------------------- Remove / Update the social links using `FontAwesome `_ set class names. .. note:: For more information on FontAwesome class names, please refer to `FontAwesome CheatSheet `_. .. code-block:: html .. note:: When changing social links in the header, the footer social links will update accordingly. .. index:: Page Header Page Header ----------- The page header sections is marked with a class ``page-head`` and it contains your profile picture, name, quote, job tag and navigation. These elements are shown below: .. index:: Profile Picture, Quote and Jobtag Profile Picture, Quote and Jobtag ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ To change the profile picture, update the URL of the ```` tag. The name and quote displayed are both inside the ``
``. .. code-block:: html
Profile picture.
Joe SmithGoing forward, one line at a time.
Developer
.. 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

Profile

Information

Name: Joe Smith
Age: 27
From: USA
Lives In: New York, NY
Likes:
  • Programming
  • Running
  • Sports
  • Design
  • Cars
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
    Feb 2001 - Nov 2003
    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

    PHP

    70% Complete (success)
    To change the value of the progress bar update the ``data-value`` attribute on the ``progress-bar-experience`` ``
    ``. ----- The *Other Experience* section is made up of a ``
      `` element with a class of ``tag-area``. Each ``
    • `` element is a new item in the section. .. code-block:: html
      Other Experience
      • Django
      • Visual Studio
      • Adobe Illustrator
      • Adobe Photoshop
      • Ruby
      • Rails
      • Linux
      • Windows
      • Mac OSX
      • MongoDB
      .. index:: Portfolio .. _Portfolio: Portfolio --------- The Portfolio section uses to ``