-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
282 lines (259 loc) · 13.2 KB
/
index.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
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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
<!doctype html>
<html lang="en">
<head>
<title>Homie-Services</title>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet"href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha384-PsH8R72JQ3SOdhVi3uxftmaW6Vc51MKb0q5P2rRUpPvrszuE4W1povHYgTpBfshb" crossorigin="anonymous">
<link rel="icon" href="assets/images/logo.png" type="image/gif" sizes="16x16">
<link href="https://fonts.googleapis.com/css?family=Cinzel" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="assets/css/stylesheet.css">
<link href="https://unpkg.com/[email protected]/dist/aos.css" rel="stylesheet">
<script src="https://unpkg.com/[email protected]/dist/aos.js"></script>
<!-- Icons -->
<script src="https://unpkg.com/[email protected]/dist/ionicons.js"></script>
</head>
<body>
<nav class="navbar navbar-default navbar navbar-fixed-top">
<div class="container" style="display:inline;">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#myNavbar" style="background-color: #1a6095;">
<span class="icon-bar" id="sp"></span>
<span class="icon-bar" id="sp"></span>
<span class="icon-bar" id="sp"></span>
</button>
<a class="navbar-brand" id="brand" href=""><img src="assets/images/logo.png" class="img-fluid pull-xs-left" alt="homie"></a>
</div>
<div class="collapse navbar-collapse " id="myNavbar">
<div class="container">
<div class="row">
<div class="col-md-8">
<div class="input-group" id="ip1" style="margin-top:10px;">
<input type="text" class="form-control" placeholder="Search" id="ipmain" name="search" style="font-size:15px;">
<div class="input-group-btn" style="font-size:18px;">
<button class="btn btn-default" id="btsearch" type="submit" style="background-color: #1a6095;">
<i class="glyphicon glyphicon-search" style="color:white"></i>
</button>
</div>
</div>
</div>
<div class="col-md-4">
<button class="btn btn-default" onclick="document.getElementById('id01').style.display='block'" type="submit" id="bt2" style="float:right;font-size:15px;">
<span class="glyphicon glyphicon-user" style="color:white;"></span> <b style="color:white"> Sign in</b>
</button>
<div id="id01" class="modal">
<br /><br /><br />
<form style="width:65%;" class="modal-content animate" action="">
<div class="imgcontainer">
<h1 style="color:black"><b><span class="glyphicon glyphicon-user"></span> sign<span style="color: #1a6095;"> in</span></b></h1> <span onclick="document.getElementById('id01').style.display='none'" class="close" title="Close Modal">×</span>
</div>
<div class="container" id="signup">
<label for="uname"><h3><b>Username</b></h3></label>
<input type="text" placeholder="Enter Username" name="uname" id="user" required>
<label for="psw"><h3><b>Password</b></h3></label>
<input type="password" placeholder="Enter Password" name="psw" id="pass" required>
<button type="submit" id="sub">Login</button>
</div>
</form>
</div>
</div>
</div>
</div>
</div>
</div>
</nav>
<nav style="margin-top:90px;">
<div id="myNavbar">
<ul class="nav justify-content-center">
<li class="nav-item">
<a class="nav-link" href="#" id="navigate"><h3><b> <span class="glyphicon glyphicon-picture"></span> photos</b></h3></a>
</li>
<li>
<div class="dropdown">
<button class="dropbtn"><h3><b> <span class="glyphicon glyphicon-th"></span> services</b></h3></button>
<div class="dropdown-content">
<div class="row">
<div class="col-md-4">
<a href="#"><h3><b> Design</b></h3></a>
<a href="#"><h3><b> house keeping</b></h3></a>
<a href="#"><h3><b> Interior finishing</b></h3></a>
<a href="#"><h3><b> repairing</b></h3></a>
</div>
<div class="col-md-4">
<a href="#"><h3><b> party</b></h3></a>
<a href="#"><h3><b> logistics</b></h3></a>
<a href="#"><h3><b> health</b></h3></a>
<a href="#"><h3><b> land scaping</b></h3></a>
</div>
<div class="col-md-4">
<a href="#"><h3><b> security</b></h3></a>
<a href="#"><h3><b> services</b></h3></a>
<a href="#"><h3><b> salon,spa</b></h3></a>
<a href="#"><h3><b> fitness</b></h3></a>
</div>
</div>
</div>
</div>
</li>
<li class="nav-item">
<a class="nav-link" href="#about" id="navigate"><h3><b> <span class="glyphicon glyphicon-user"></span> About</b></h3></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact" id="navigate"><h3><b><span class="glyphicon glyphicon-earphone"></span> contact</b></h3></a>
</li>
</ul>
</div>
</nav>
<!--carousel-->
<div id="myCarousel" class="carousel slide" data-ride="carousel">
<!-- Indicators -->
<ol class="carousel-indicators">
<li data-target="#myCarousel" data-slide-to="0" class="active"></li>
<li data-target="#myCarousel" data-slide-to="1"></li>
<li data-target="#myCarousel" data-slide-to="2"></li>
</ol>
<!-- Wrapper for slides -->
<div class="carousel-inner" role="listbox">
<div class="item active">
<img src="assets/images/1.jpeg" alt="carousel" width="1200" height="100px;" id="cour" >
</div>
<div class="item">
<img src="assets/images/2.jpeg" alt="carousel" width="1200" height="100px;" id="cour" >
</div>
<div class="item">
<img src="assets/images/3.jpeg" alt="carousel" width="1200" height="100px;" id="cour">
</div>
<!-- Left and right controls -->
<a class="left carousel-control" href="#myCarousel" role="button" data-slide="prev">
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
<span class="sr-only">Previous</span>
</a>
<a class="right carousel-control" href="#myCarousel" role="button" data-slide="next">
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
<section id="about">
<div>
<br /><br /><br /><br /><br /><br /><br />
<h1 class="text-center" style="font-size: 50px;"data-aos="zoom-out" data-aos-duration="1000"><b><span style="color:#1a6095;">Homie Services</span> pvt ltd</b></h1>
<br />
<div class="container-fluid">
<div class="row container-fluid" data-aos="zoom-in-left" data-aos-duration="1000">
<ul style="font-size:20px; list-style-type: circle;" >
<li>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s.</p>
</li>
<li>
</p> when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged.</p>
</li>
<li>
</p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. it to make a type specimen book. It has survived , remaining essentially unchanged.</p>
</li>
</ul>
</div>
<br />
<div class="row" style="text-align:center;">
<div class=" container-fluid col-md-4" data-aos="flip-up" data-aos-duration="800">
<div class="jumbotron" id="jumbo">
<h4><b> <span class="glyphicon glyphicon-screenshot"></span> Mission</b></h4>
<hr />
<ul style="font-size:20px;" class="list-unstyled">
<li>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum htext ever since the 1500s.</p>
</li>
</ul>
</div>
</div>
<div class=" container-fluid col-md-4" data-aos="flip-down" data-aos-duration="800">
<div class="jumbotron" id="jumbo">
<h4><b><span class="glyphicon glyphicon-eye-open"></span> Vision</b></h4>
<hr />
<ul style="font-size:20px;" class="list-unstyled">
<li>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the 1500s.</p>
</li>
</ul>
</div>
</div>
<div class=" container-fluid col-md-4" data-aos="flip-up" data-aos-duration="800">
<div class="jumbotron" id="jumbo">
<h4><b> <span class="glyphicon glyphicon-fire"></span> Performance</b></h4>
<hr />
<ul style="font-size:20px;" class="list-unstyled">
<li>
<p>Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has ever since the 1500s.</p>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section id="contact" style="background-color:#f3f8fa;height:600px;">
<div>
<br /><br />
<h1 class="text-center" data-aos="zoom-out" data-aos-duration="1000"><b><span class="glyphicon glyphicon-earphone"></span> Contact Us</b></a></h1>
<br />
<div class="container" id="container">
<div class="row" id="row">
<div class="col-md-6">
<div class="jumbotron" id="jumbo2" data-aos="zoom-in-right">
<div class="row" style="margin-left:3px;">
<h2><b><span class="glyphicon glyphicon-home"></span> BN- 81 Balram nagar , Safilguda</b></h2><br /><br />
<h2><b><span class="glyphicon glyphicon-earphone"></span> +917702062212</b></h2><br /><br />
<h2><b><span class="glyphicon glyphicon-envelope"></span> [email protected]</b></h2>
</div>
<br />
</div>
</div>
<br />
<div class="col-md-6">
<table class="table" cellspacing="-5" data-aos="zoom-in-left">
<tbody>
<tr >
<td id="tr"><input type="text" id="fname" name="firstname" placeholder="Your name.." id="text"></td>
</tr>
<tr>
<td id="tr"><input type="Email" id="Email" name="Email" placeholder="Your Email.." id="email"></td>
</tr>
<tr>
<td id="tr">
<select id="country" name="country">
<option value="country">country</option>
<option value="australia">India</option>
<option value="canada">England</option>
<option value="usa">China</option>
</select></td>
</tr>
<tr>
<td id="tr"><input type="submit" id="submit" value="Submit" style="font-size:18px;"></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.3/umd/popper.min.js" integrity="sha384-vFJXuSJphROIrBnz7yo7oB41mKfc8JzQZiCq4NCceLEaO4IHwicKwpJf9c9IpFgh" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-beta.2/js/bootstrap.min.js" integrity="sha384-alpBpkh1PFOepccYVYDB4do5UnbKysX5WZXm3XxPqe5iKTfUKjNkCk9SaVuEZflJ" crossorigin="anonymous"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<!--main js file-->
<script type="text/javascript" src="assets/js/script.js"></script>
</body>
</html>