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

This commit is contained in:
Harrison Deng 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 -->

View File

@ -29,13 +29,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="index.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>

View File

@ -1,6 +1,6 @@
body {
background-image: url(../patterns/footer_lodyas.png);
margin-top: 50px;
background-image: url(../patterns/footer_lodyas.png);
margin-top: 50px;
}
.jumbotron {
text-align: left;
@ -13,4 +13,8 @@ body {
.footer {
color: beige;
text-align: center;
}
.inverted-body {
color: white;
font-size: 20px;
}

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>

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 -->