2015-10-28 14:59:10 +00:00
<!DOCTYPE html>
< html lang = "en" >
2015-10-29 13:59:22 +00:00
< head >
< meta charset = "utf-8" >
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" >
<!-- 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.ico" >
< title > Rekking IT< / title >
2015-10-28 14:59:10 +00:00
2015-10-29 13:59:22 +00:00
<!-- Bootstrap core CSS -->
< link href = "css/bootstrap.min.css" rel = "stylesheet" >
<!-- Custom styles for this template -->
< link href = "css/custom.css" rel = "stylesheet" >
<!-- Font awesome -->
< link rel = "stylesheet" href = "fonts/font-awesome-4.4.0/css/font-awesome.min.css" >
< / head >
< body >
< div class = "container" >
< / div >
< div class = "navbar navbar-fixed-top" >
< div class = "container-fluid" >
< div class = "navbar-header" >
< button type = "button" class = "navbar-toggle collapsed" data-toggle = "collapse" data-target = "#navbar" aria-expanded = "false" aria-controls = "navbar" >
< span class = "sr-only" > Toggle navigation< / span >
2015-10-28 14:59:10 +00:00
< i class = "fa fa-bars fa-lg" > < / i >
2015-10-29 13:59:22 +00:00
< / button >
2015-10-29 15:47:24 +00:00
< a class = "navbar-brand" href = "index.html" > Rekking IT< / a >
2015-10-29 13:59:22 +00:00
< / div >
< div id = "navbar" class = "collapse navbar-collapse navbar-right" >
< ul class = "nav navbar-nav" >
< li > < a href = "#" > Home< / a > < / li >
2015-10-29 15:47:24 +00:00
< li > < a href = "about.html" > About< / a > < / li >
< li > < a href = "contact.html" > Contact< / a > < / li >
2015-10-29 13:59:22 +00:00
< li > < a href = "blog.html" > Recent News< / a > < / li >
< / ul >
< / div >
<!-- /.nav - collapse -->
2015-10-28 14:59:10 +00:00
< / div >
< / div >
2015-10-29 13:59:22 +00:00
< div class = "jumbotron" style = "background-image: url(../patterns/Circuit Pattern Source File.psd);" >
< div class = "container" >
< h1 > We are Rekking IT!< / h1 >
2015-12-14 04:28:44 +00:00
< p > < img src = "images/mother-board-581597_640.jpg" align = "right" > 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 >
2015-10-29 15:47:24 +00:00
< p > < a class = "btn btn-primary btn-lg" href = "about.html" role = "button" > Learn more » < / a > < / p >
2015-10-29 13:59:22 +00:00
< / div >
2015-10-28 15:22:05 +00:00
< / div >
2015-10-29 13:59:22 +00:00
< div class = "container" id = "footer" >
< div class = "row" >
< div class = "col-md-4" >
2015-10-29 14:03:00 +00:00
< div class = "footer" >
2015-10-29 15:54:06 +00:00
< i class = "fa fa-certificate fa-5x" > < / i >
2015-10-29 14:03:00 +00:00
< / div >
2015-10-29 13:59:22 +00:00
< p class = "footer" > We have been defeating GeekSquad and all other IT companies because of our amazing service. We cover anything from virus issues, to network administration setup and aide.< / p >
< / div >
< div class = "col-md-4" >
< div class = "footer" >
< i class = "fa fa-black-tie fa-5x" > < / i >
< / div >
2015-11-10 14:50:19 +00:00
< p class = "footer" > We have a wide range of support, including everyday 24/7 proffesional, top of the line, support for free. Just go to the < a href = "contact.html" > contact page< / a > and register for quality service today!< / p >
2015-10-29 13:59:22 +00:00
< / div >
< div class = "col-md-4" >
< div class = "footer" >
< i class = "fa fa-hand-paper-o fa-5x" > < / i >
< / div >
< p class = "footer" >
2015-10-30 02:16:22 +00:00
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 merely a school project and not an actual IT company at all. Please refrain from actually calling the business and/or submitting any actual complaints.
2015-10-29 13:59:22 +00:00
< / p >
< / div >
< / div >
2015-10-28 14:59:10 +00:00
< / div >
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
< script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js" > < / script >
< script src = "js/bootstrap.min.js" > < / script >
< / body >
2015-10-28 15:22:05 +00:00
< / html >