rekkingit-site/about.html
2015-12-14 13:45:14 -06:00

119 lines
5.7 KiB
HTML

<!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="Rekai Musuka, Harrison Deng" content="About">
<link rel="icon" href="favicon.png">
<title>Rekking IT</title>
<!-- 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>
<div class="navbar navbar-fixed-top">
<div class="container-fluid">
<div class="navbar-header">
<butujhgfv cph gv9[7ton 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="index.html">Rekking IT</a>
</div>
<div id="navbar" class="collapse navbar-collapse navbar-right">
<ul class="nav navbar-nav">
<li><a href="index.html">Home</a></li>
<li><a href="#">About</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="jumbotron" style="background: url(../patterns/contemporary_china_2.png);">
<div class="container">
<div class="row">
<div class="col-sm-3">
<div class="thumbnail">
<p style="text-align: center;"><i class="fa fa-server fa-5x"></i></p>
<div class="caption">
<h3>Network Administration Assistance</h3>
<p>We have a great deal of techies on our team to help you with your networking needs!</p>
<p><a href="moreinfo/network-administration.html" class="btn btn-primary" role="button">More Info</a></p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="thumbnail">
<p style="text-align: center;"><i class="fa fa-bug fa-5x"></i></p>
<div class="caption">
<h3>Virus Removal and Repair</h3>
<p>Virus repair and removal should be easy on the consumer, and it is with us!</p>
<p><a href="moreinfo/virus-removal.html" class="btn btn-primary" role="button">More Info</a></p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="thumbnail">
<p style="text-align: center;"><i class="fa fa-hdd-o fa-5x"></i></p>
<div class="caption">
<h3>Hardware Assistance</h3>
<p>Need help with hard drives, SSDs, graphics cards, or even data recovery? We got the crew to help!</p>
<p><a href="moreinfo/hardware-assistance.html" class="btn btn-primary" role="button">More Info</a></p>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="thumbnail">
<p style="text-align: center;"><i class="fa fa-wrench fa-5x"></i></p>
<div class="caption">
<h3>Troubleshooting</h3>
<p>We can help find the issue and recommend the correct care package for you! We can even create a custom package for you!</p>
<p><a href="moreinfo/troubleshooting.html" class="btn btn-primary" role="button">More Info</a></p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="container" style="padding-top: 20px; color: white;">
<h2>About Us</h2>
<ul>
<li>
<p>Our Mission: We understand that technology is developing faster than ever and despite what some say, it's not always the easiest thing to use. Unfortunatley, we have unreliable and overly expensive competitors that aren't worth the price you're paying. Because of this, we set our mission to be helping all personal and business needs, with great speedy, quality service.</p>
</li>
<li>
<p>We have a great crew of extraordinary people. They will help you or your business to the best of their ability (which is pretty good).</p>
</li>
<li>
<p>Some of the many thing the crew does well:
<br>
virus removal
<br>
hardware repairs, installation, or upgrade
<br>
network administration setup, assistance, or troubleshooting
<br>
many more!
</p>
</li>
<li>
<p>We strive for perfection:
<br>
We will try our very best to satisfy all of our customers with the great technicians we have. With solutions to your questions and problems, we are the IT company that you were looking for.</p>
</li>
</ul>
</div>
<!--/.nav-collapse -->
<!-- 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>
</html>