Common Parts
Some pages has common parts such as sidebar and page title.
Sidebar
Each page has sidebar part. It's a block which contains logo, intro message, navigation, different widgets and copyright.
sidebar
<header id="sidebar">
<div class="sidebar-inner">
<a class="logo smooth-leave" href="index.html">
<img src="img/logo.png" alt="GA">
</a>
<p class="intro">A small team of designers based in Kirovograd, UA. See our latest projects and get in touch.</p>
<nav>
<ul>
<li class="dropdown"><span class="current">Work</span>
<ul>
<li><a class="smooth-leave" href="index-columns-2.html">2 Columns</a>
</li>
<li><a class="smooth-leave current" href="index.html">3 Columns</a>
</li>
<li><a class="smooth-leave" href="index-columns-4.html">4 Columns</a>
</li>
<li><a class="smooth-leave" href="project-page.html">Project Page</a>
</li>
<li><a class="smooth-leave" href="project-page-alt.html">Project Page Alt</a>
</li>
</ul>
</li>
<li><a class="smooth-leave" href="about.html">About</a>
</li>
<li class="dropdown"><span>Blog</span>
<ul>
<li><a class="smooth-leave" href="blog.html">Posts List</a>
</li>
<li><a class="smooth-leave" href="blog-alt.html">Posts List Alt</a>
</li>
<li><a class="smooth-leave" href="blog-single.html">Single Post</a>
</li>
</ul>
</li>
<li><a class="smooth-leave" href="contact.html">Contact</a>
</li>
</ul>
</nav>
<div class="widgets-block">
<!-- YOUR WIDGETS -->
</div>
<p class="copyright">SONEX © 2016.<br>Crafted with care & love.</p>
</div>
</header>
Page Title
Some pages has block called page title which contains title, text and image (I recommend to use 1000x465px size).
page title
<div class="page-title">
<div class="row">
<div class="col-md-8">
<h1>About</h1>
<p class="lead">We are Sonex Studio, a small team of designers based in Kirovograd, that create nice looking designs.</p>
</div>
<div class="col-md-12">
<div class="page-title-image">
<img src="img/about/title.png" alt="">
</div>
</div>
</div>
</div>
If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here. Thanks so much!