Index with Blog tab

This commit is contained in:
Harrison Deng 2015-10-28 10:22:05 -05:00
parent bb811f7de9
commit 4a0c15935e

View File

@ -1,3 +1,4 @@
<!DOCTYPE html>
<html lang="en">
<head>
@ -7,9 +8,9 @@
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="">
<meta name="author" content="alltra101ify">
<link rel="icon" href="favicon.png">
<link rel="icon" href="favicon.ico">
<title>Rekking IT -</title>
<title>Rekking IT</title>
<!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet">
@ -33,9 +34,10 @@
</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="#">Home</a></li>
<li><a href="#about">About</a></li>
<li><a href="#contact">Contact</a></li>
<li><a href="blog.html">Recent News</a></li>
</ul>
</div>
<!--/.nav-collapse -->
@ -47,11 +49,13 @@
</div>
<div class="jumbotron" style="background-image: url(../patterns/Circuit Pattern Source File.psd);">
<div class="container">
<h1>We are Rekking IT</h1>
<p>The business that will rekk all competitors.<br>What we do:<br>We Compete with famous IT companies such as GeekSquad to provide you; the customer, with the best support the IT field can offer. </p>
<p><a class="btn btn-primary btn-lg" href="about.html" role="button">Learn more &raquo;</a></p>
<h1>We are Rekking IT!</h1>
<p>The business that is rekking all other IT companies.<br>What we do:<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>
</div>
</div>
<div class="container" id="footer">
</div>
<!-- Bootstrap core JavaScript
================================================== -->
@ -59,4 +63,4 @@
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
</body>
</html>
</html>