-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_w.html
59 lines (59 loc) · 2.54 KB
/
test_w.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.css">
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.js"></script>
<script type="text/javascript"src="JS.js"></script>
<link rel="stylesheet" type="text/css" href="test_w.css">
<link rel="stylesheet" type="text/css" href="http://ianlunn.github.io/Hover/css/hover.css">
<title>How Clean It Is</title>
</head>
<body>
<nav class="navbar navbar-default" id="navi">
<div class="conatainer-fluid" >
<div class="navbar-header">
<button id="t_b" type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="#" >
<img alt="Brand" src="Logo copy.png">
</a>
</div>
<div class="collapse navbar-collapse" id="myNavbar">
<ul class="nav navbar-nav navbar-right" id="ul_nav">
<li><a href="default.asp" id="home">HOME</a></li>
<li><a href="news.asp">STANDARD CLEANING</a></li>
<li><a href="contact.asp">SERVICES</a></li>
<li><a href="about.asp">CONTACT US</a></li>
<li><a href="about.asp">REQUEST A QUOTE</a></li>
<li><a href="about.asp">FAQ</a></li>
<li><a href="about.asp">ABOUT US</a></li>
<li id="l_BB" ><img src="Shape 4.PNG" id="bed_bugg"><a href="about.asp" id="bed_bug">BED BUG SERVICES</a></li>
</ul>
</div>
</nav>
<section class="conatainer-fluid"id="R_Q" >
<h1 id='white_h1'>GET YOUR PLACE CLEANED.<br><span id= "white_h2"> It's simple, affordable and convenient.</span></h1>
<div class="row">
<p id="to_the_right" >Let Us Find Your Nearest Merry Maids<br> or Call Now for a Free house cleaning estimate<br><span id="number">848.391.1123</span></p>
<div id="vr-line"></div>
<a href="" id="free_qt" class="hvr-buzz">free quote</a>
</div>
</section>
<section class="conatainer-fluid B" id="R_Q2">
<header>
<p>select the type</p>
<div>
<button class="btn btn-info btn-sm" id='house_'> house & buildings</button>
<button class="btn btn-info btn-sm">offices</button>
</div>
</header>
</section>
</body>
</html>