rekkingit-site/blog.html

60 lines
3.2 KiB
HTML
Raw Normal View History

2015-10-28 15:21:40 +00:00
<!DOCTYPE html>
<html lang=en>
<head>
2015-10-28 15:21:40 +00:00
<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">
2015-10-28 15:21:40 +00:00
<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="#">Recent News</a></li>
</ul>
</div>
2015-10-28 15:21:40 +00:00
</div>
</div>
<div class="container" style="padding-top: 20px;">
<div class="jumbotron" id="291015">
<p>
October 29 2015
<br><br>
The first question people ask us is: “What makes us different from the rest?” Honestly, there is only so much an IT company can do. What we can do is outclass our competitors in the core fields related to IT companies. Whether it be a change in operating systems, virus removal, or connectivity issues. We formed this IT company because we realize that technology is the fastest developing industry out there. People, and businesses will need help from time to time.
<br><br>
Youve heard the reasons behind our business. Now its time for us to explain how we will keep our promise. Its simple. We will outclass our competitors because we have a great team of great people and technicians that are always willing to help and support you or your business in any way they can. There are a lot of ways for us to help since we have multiple departments including but not limited to: network administration, hardware repairs and virus removal.
<br><br>
Thank you for supporting us in accomplishing our journey.
<br>
Mr. Deng
</p>
2015-10-28 15:21:40 +00:00
</div>
</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>