Fixed code, fixed links, and added fillers for about tab.
This commit is contained in:
25
about.html
25
about.html
@@ -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 -->
|
||||
|
Reference in New Issue
Block a user