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> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <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 --> <!-- 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="description" content="">
<meta name="author" content="alltra101ify"> <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 --> <!-- Bootstrap core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet"> <link href="css/bootstrap.min.css" rel="stylesheet">
@ -33,9 +34,10 @@
</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</a></li>
<li><a href="about.html">About</a></li> <li><a href="#about">About</a></li>
<li><a href="#contact.html">Contact</a></li> <li><a href="#contact">Contact</a></li>
<li><a href="blog.html">Recent News</a></li>
</ul> </ul>
</div> </div>
<!--/.nav-collapse --> <!--/.nav-collapse -->
@ -47,11 +49,13 @@
</div> </div>
<div class="jumbotron" style="background-image: url(../patterns/Circuit Pattern Source File.psd);"> <div class="jumbotron" style="background-image: url(../patterns/Circuit Pattern Source File.psd);">
<div class="container"> <div class="container">
<h1>We are Rekking IT</h1> <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>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="about.html" role="button">Learn more &raquo;</a></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> </div>
<!-- Bootstrap core JavaScript <!-- Bootstrap core JavaScript
================================================== --> ================================================== -->