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

@@ -28,13 +28,13 @@
<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</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="about.html">About</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="blog.html">Recent News</a></li>
</ul>
</div>
@@ -45,7 +45,7 @@
<div class="container">
<h1>We are Rekking IT!</h1>
<p>The business that is rekking all other IT companies.<br><b>What we do:</b><br>We Rekk GeekSquad in terms of service. We fix your computer faster than the competitors.</p>
<p><a class="btn btn-primary btn-lg" href="#" role="button">Learn more &raquo;</a></p>
<p><a class="btn btn-primary btn-lg" href="about.html" role="button">Learn more &raquo;</a></p>
</div>
</div>
<div class="container" id="footer">
@@ -67,7 +67,7 @@
<i class="fa fa-hand-paper-o fa-5x"></i>
</div>
<p class="footer">
By the way, if you've somehow found this website by any means other than typing in the address, such as Google, or Bing, you should realize that this is mearly a school project and not an actual IT comany at all. Please refrain from actually calling the business and/or submitting any actual complaints.
By the way, if you've somehow found this website by any means other than typing in the address, you should realize that this is mearly a school project and not an actual IT comany at all. Please refrain from actually calling the business and/or submitting any actual complaints.
</p>
</div>
</div>