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

@@ -1,4 +1,4 @@
<! This is for CNTRL C and CNTRL Ving the fundimentals for this website. Do not actually link this page to any website -Rekai !>
<! This is for CTRL C and CTRL Ving the fundimentals for this website. Do not actually link this page to any website -Rekai !>
<!DOCTYPE html>
<html lang="en">
@@ -31,13 +31,14 @@
<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="home.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="#contact.html">Contact</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="blog.html">Recent News</a></li>
</ul>
</div>
<!--/.nav-collapse -->