2015-10-28 10:22:05 -05:00
2015-10-28 09:59:10 -05:00
<!DOCTYPE html>
< html lang = "en" >
< 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" >
2015-10-28 10:22:05 -05:00
< link rel = "icon" href = "favicon.ico" >
2015-10-28 09:59:10 -05:00
2015-10-28 10:22:05 -05:00
< title > Rekking IT< / title >
2015-10-28 09:59:10 -05: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 = "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 >
< i class = "fa fa-bars fa-lg" > < / i >
< / button >
< a class = "navbar-brand" href = "#" > Rekking IT< / a >
< / div >
< div id = "navbar" class = "collapse navbar-collapse navbar-right" >
< ul class = "nav navbar-nav" >
2015-10-28 10:22:05 -05:00
< 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 >
2015-10-28 09:59:10 -05:00
< / ul >
< / div >
<!-- /.nav - collapse -->
< / div >
< / div >
< div class = "alert alert-warning alert-dismissible" role = "alert" >
< button type = "button" class = "close" data-dismiss = "alert" aria-label = "Close" > < span aria-hidden = "true" > × < / span > < / button >
< strong > Warning!< / strong > Be careful, this site is under construction!
< / div >
< div class = "jumbotron" style = "background-image: url(../patterns/Circuit Pattern Source File.psd);" >
< div class = "container" >
2015-10-28 10:22:05 -05:00
< 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 » < / a > < / p >
< / div >
< / div >
< div class = "container" id = "footer" >
2015-10-28 09:59:10 -05: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 10:22:05 -05:00
< / html >