51 lines
2.2 KiB
HTML
51 lines
2.2 KiB
HTML
<!-- template... -->
|
|
<!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>
|
|
<div class="container">
|
|
<center>
|
|
<iframe src="https://docs.google.com/forms/d/1WOcvhHUssDL8txofh6OKYpF_LxiCeoKgaNp-398TcWY/viewform?embedded=true" width="760" height="770" frameborder="0" marginheight="0" marginwidth="0">Loading...</iframe>
|
|
</center>
|
|
</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>
|
|
|