Fixed code, fixed links, and added fillers for about tab.

This commit is contained in:
2015-10-29 10:47:24 -05:00
parent c9b27a84ae
commit f289240f65
5 changed files with 37 additions and 17 deletions

View File

@@ -23,17 +23,32 @@
<span class="sr-only">Toggle navigation</span>
<i class="fa fa-bars fa-lg"></i>
</button>
<a class="navbar-brand" href="#">Rekking IT</a>
<a class="navbar-brand" href="index.html">Rekking IT</a>
</div>
<div id="navbar" class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="index.html">Home</a></li>
<li><a href="#">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="blog.html">Recent News</a></li>
</ul>
</div>
</div>
</div>
<div class="container inverted-body" style="padding-top: 20px;">
<ul>
<li>
<p>We will help you with all your technological needs.</p>
</li>
<li>
<p>Filler</p>
</li>
<li>
<p>Filler</p>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->