-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathclean.html
More file actions
143 lines (133 loc) · 5.94 KB
/
clean.html
File metadata and controls
143 lines (133 loc) · 5.94 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
<!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">
<title>D Cleaners</title>
<!-- Bootstrap -->
<link href="css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="clean.css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="navbar-wrapper">
<div class="logo"><a href="index.html"><img src="logo.jpg" alt="Logo"></a></div>
<div class="navbar navbar-inverse navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav">
<li><a href="clean.html">Home</a></li>
<li><a href="contact.html">Contact </a></li>
<li class="dropdown">
<a href="" class="dropdown-toggle" data-toggle="dropdown">Services<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li><a href="service.html">Janitorial Cleaning</a></li>
<li><a href="service.html">Home Service</a></li>
<li><a href="service.html">Skyscrapper Cleaning</a></li>
<li><a href="service.html">Post-Construction Cleaning</a></li>
</ul>
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-5">
<div class="leftside">
<h1>D CLEANERS</h1>
<h3>Cleaning Services</h3>
<p>Commercial and Residential cleaning company with clients in different sections of the economy.
We fulfill both your home and office cleaning demands with well-trained custodians.<br>
<p><a href="contact.html">Contact Us</a> for your cleaning needs today.</p>
</div>
</div>
<div class="col-lg-7">
<div class="rightside">
<img src="index.jpg" alt="cleaning people">
</div>
</div>
</div><hr>
<div class="row">
<div class="col-lg-12">
<div class="we">
<h1>Why D Cleaners</h1>
<div class="row">
<div class="col-lg-4">
<div class="earth">
<img src="friendly.jpg">
<h3>Environment Friendly</h3>
<p>Our comapny protects the environment and your health with green cleaning products</p>
</div>
</div>
<div class="col-lg-4">
<div class="personal">
<img src="personal.jpg">
<h3>Personal Attention</h3>
<p>We pay attention to your cleaning needs and match our services accordingly</p>
</div>
</div>
<div class="col-lg-4">
<div class="smart">
<img src="smart.jpg">
<h3>Smart Service</h3>
<p>D Cleaners staffs are all professionally trained cleaners with an eye for shine</p>
</div>
</div>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="motto">
<h1>Reliable, Efficient, Cost effective</h1>
<p>D Cleaners will show up on time, get your cleaning done quickly, and save you money in the process</p>
<p><a class="btn btn-lg btn-primary" href="#top" role="button">VIEW TESTIMONIALS</a></p>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-12">
<div class="testi">
<div class="col-lg-6">
<div class="test-left">
<h3>Testimonials</h3>
<p>D Cleaner, we just wanted to let you know that we are very pleased with your services over the years,
you are always on time and deliver to the best quality</p>
</div>
</div>
<div class="col-lg-6">
<div class="test-right">
<h3>About Us</h3>
</div>
</div>
</div>
</div>
</div>
<footer>
<p class="pull-right"><a href="#">Back to top</a></p>
<p>Samifizzy Concept © 2016 · <a href="#">Privacy</a> · <a href="#">Terms</a></p>
</footer>
</div>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<!-- Include all compiled plugins (below), or include individual files as needed -->
<script src="js/bootstrap.min.js"></script>
</body>
</html>