rekkingit-site/moreinfo/troubleshooting.html

67 lines
3.5 KiB
HTML
Raw Permalink Normal View History

2015-12-14 04:13:28 +00: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="Rekai Musuka, Harrison Deng" content="About">
<link rel="icon" href="../favicon.png">
2015-12-14 04:13:28 +00:00
<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">
<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="../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.html">About</a></li>
<li><a href="../contact.html">Contact</a></li>
<li><a href="../blog.html">Recent News</a></li>
</ul>
</div>
</div>
</div>
<!--/.nav-collapse -->
<div class="container">
<div class="jumbotron">
<div class="thumbnail">
<img src="../images/electronics-1075482_1280.png" alt="image of assistance">
<div class="caption">
<h2>Troubleshooting</h2>
2015-12-14 19:45:14 +00:00
<h4>Starting at: $14.99</h4>
2015-12-14 04:13:28 +00:00
<p>This is the department you need if your not sure of what the issue is, and what you should order. We can even create a custom package to serve you for your needs.
<br>
If you have any questions, feel free to ask via the contact page.
<br>
For us to be able to know the situation, and help you you should:
</p>
<ol>
<li><p>First, contact us through the contact page or call us. Tell us the situation your in and describe what you would like to achieve with us. You should recieve a reply within 24 business hours with a recommendation.</p></li>
<li><p>The reply from us should also contain some information based on what you provided us so far including the price, the estimated time it should take, and other scheduling information. If we don't currently already have a department to take care of your needs, we will state that in the reply with the solution which will most likely be a custom package.</p></li>
<li><p>You should then make a final call and follow the steps given.</p></li>
</ol>
</div>
</div>
</div>
</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>
</html>