Fixed code, fixed links, and added fillers for about tab.
This commit is contained in:
parent
c9b27a84ae
commit
f289240f65
21
about.html
21
about.html
@ -23,17 +23,32 @@
|
|||||||
<span class="sr-only">Toggle navigation</span>
|
<span class="sr-only">Toggle navigation</span>
|
||||||
<i class="fa fa-bars fa-lg"></i>
|
<i class="fa fa-bars fa-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="#">Rekking IT</a>
|
<a class="navbar-brand" href="index.html">Rekking IT</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="navbar" class="collapse navbar-collapse navbar-right">
|
<div id="navbar" class="collapse navbar-collapse navbar-right">
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
<li><a href="about.html">About</a></li>
|
<li><a href="#">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>
|
||||||
|
</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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!--/.nav-collapse -->
|
<!--/.nav-collapse -->
|
||||||
</div>
|
|
||||||
<!-- Bootstrap core JavaScript
|
<!-- Bootstrap core JavaScript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
|
@ -29,13 +29,13 @@
|
|||||||
<span class="sr-only">Toggle navigation</span>
|
<span class="sr-only">Toggle navigation</span>
|
||||||
<i class="fa fa-bars fa-lg"></i>
|
<i class="fa fa-bars fa-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="#">Rekking IT</a>
|
<a class="navbar-brand" href="index.html">Rekking IT</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="navbar" class="collapse navbar-collapse navbar-right">
|
<div id="navbar" class="collapse navbar-collapse navbar-right">
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
<li><a href="index.html">Home</a></li>
|
<li><a href="index.html">Home</a></li>
|
||||||
<li><a href="about.html">About</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>
|
<li><a href="blog.html">Recent News</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
@ -14,3 +14,7 @@ body {
|
|||||||
color: beige;
|
color: beige;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
.inverted-body {
|
||||||
|
color: white;
|
||||||
|
font-size: 20px;
|
||||||
|
}
|
10
index.html
10
index.html
@ -28,13 +28,13 @@
|
|||||||
<span class="sr-only">Toggle navigation</span>
|
<span class="sr-only">Toggle navigation</span>
|
||||||
<i class="fa fa-bars fa-lg"></i>
|
<i class="fa fa-bars fa-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="#">Rekking IT</a>
|
<a class="navbar-brand" href="index.html">Rekking IT</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="navbar" class="collapse navbar-collapse navbar-right">
|
<div id="navbar" class="collapse navbar-collapse navbar-right">
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
<li><a href="#">Home</a></li>
|
<li><a href="#">Home</a></li>
|
||||||
<li><a href="#about">About</a></li>
|
<li><a href="about.html">About</a></li>
|
||||||
<li><a href="#contact">Contact</a></li>
|
<li><a href="contact.html">Contact</a></li>
|
||||||
<li><a href="blog.html">Recent News</a></li>
|
<li><a href="blog.html">Recent News</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
@ -45,7 +45,7 @@
|
|||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>We are Rekking IT!</h1>
|
<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>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 »</a></p>
|
<p><a class="btn btn-primary btn-lg" href="about.html" role="button">Learn more »</a></p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="container" id="footer">
|
<div class="container" id="footer">
|
||||||
@ -67,7 +67,7 @@
|
|||||||
<i class="fa fa-hand-paper-o fa-5x"></i>
|
<i class="fa fa-hand-paper-o fa-5x"></i>
|
||||||
</div>
|
</div>
|
||||||
<p class="footer">
|
<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>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -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>
|
<!DOCTYPE html>
|
||||||
<html lang="en">
|
<html lang="en">
|
||||||
@ -31,13 +31,14 @@
|
|||||||
<span class="sr-only">Toggle navigation</span>
|
<span class="sr-only">Toggle navigation</span>
|
||||||
<i class="fa fa-bars fa-lg"></i>
|
<i class="fa fa-bars fa-lg"></i>
|
||||||
</button>
|
</button>
|
||||||
<a class="navbar-brand" href="#">Rekking IT</a>
|
<a class="navbar-brand" href="index.html">Rekking IT</a>
|
||||||
</div>
|
</div>
|
||||||
<div id="navbar" class="collapse navbar-collapse navbar-right">
|
<div id="navbar" class="collapse navbar-collapse navbar-right">
|
||||||
<ul class="nav navbar-nav">
|
<ul class="nav navbar-nav">
|
||||||
<li><a href="home.html">Home</a></li>
|
<li><a href="home.html">Home</a></li>
|
||||||
<li><a href="about.html">About</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>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<!--/.nav-collapse -->
|
<!--/.nav-collapse -->
|
||||||
|
Loading…
Reference in New Issue
Block a user