Added more design, added blog posts.

This commit is contained in:
2015-12-13 23:13:28 -05:00
parent d2faf1a54a
commit 76173ec1b5
15 changed files with 406 additions and 126 deletions

View File

@@ -0,0 +1,66 @@
<!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">
<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/hard-disk-1071670_1920.png" alt="image of assistance">
<div class="caption">
<h2>Hardware Assistance</h2>
<p>This department covers a variety of hardware related issues ranging from installation, to data recovery. We can assist with upgrading your computer, or repair it based on some hardware issues. We can even help with the aftermath of a devastating virus attack by recovering some important information, or replacing parts of your computer.
<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. Prepare and tell us what you would like us to do with your computer from replacing a part, to recovering data. Provide sufficient contact information for us to reply to you. You should recieve an e-mail within 24 business hours.</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. Reply to us one final time with the agreement of scheduling and possibly some information we may ask for about the computer state.</p></li>
<li><p>Our technicians should arrive at the scheduled time, and begin helping!</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>

View File

@@ -0,0 +1,66 @@
<!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">
<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/switch-838385_1280.png" alt="image of assistance">
<div class="caption">
<h2>Network Administration Assistance</h2>
<p>Our network management and assistance department are full of very talented people and will help you get your network on it's feet. From business office networks to school networks, we cover it all.
<br>
If you have any questions, feel free to ask via the contact page.
<br>
We can help you and your organization easily with are three simple steps:
</p>
<ol>
<li><p>First, contact us through the contact page or call us. Describe the assistance you require with details so we can be as effecient with our time as possible. Also leave sufficient information to reply. You should also say the times you are available for us to send a technician to you. Within 24 hours business days, you should get a reply stating the details such as the estimated time necissary for us to complete the task, the cost, resources needed, etc</p></li>
<li><p>Give a final reply on whether the schedule is set, or if there are any issues with anything. Answer any questions we may have about the issue that was not very detailed in the first contact.</p></li>
<li><p>Once our technicians arrive at the scheduled time, you are all set!</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>

View File

@@ -0,0 +1,66 @@
<!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">
<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>
<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>

View File

@@ -0,0 +1,66 @@
<!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">
<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/Assisting1.PNG" alt="image of assistance">
<div class="caption">
<h2>Virus Removal</h2>
<p>The amount of viruses online are overwelming and we understand the pain and stress viruses can cause when viruses get onto your computer and starts displaying annoying popups, or when your drives are suddenly reaching max capacity. Even worse, the virus actually damages the physical hardware. We are here to help with removing the virus of all types and fixing your computer. We will also recommend the next course of action for you.
<br>
If you have any questions, feel free to ask via the contact page.
<br>
To begin the this delightful process of getting rid of those mal-wares on your computer you should:
</p>
<ol>
<li><p>First, contact us through the contact page or call us. Describe what is happening to your computer or even what isn't happening that should be happening. Also provide some means of reaching you, and the time you are free for us to send a technician to assist. You should get a reply within 24 business hours dependent on the way you allowed us to contact you by.</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. Reply to us one final time with the agreement of scheduling and possibly some information we may ask for about the computer state.</p></li>
<li><p>Our technicians should arrive at the scheduled time, and begin helping!</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>