-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadvsearch.html
More file actions
265 lines (219 loc) · 7.85 KB
/
Copy pathadvsearch.html
File metadata and controls
265 lines (219 loc) · 7.85 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
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
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href=".\logo1.jpg">
<title>Advsearch</title>
<meta charset="UTF-8">
<meta name="viewport" content="width-device-width, initial-scale-1.0">
<meta http_equiv="X-UA-Compatible" content="ie=edge">
<link rel="stylesheet" href="D:\bootstrap-4.4.1-dist\css\bootstrap.min.css"><title>10DER</title>
<title>Advanced Searcher</title>
<link rel="stylesheet" href="login.css">
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<style>
a:hover{
color:green;
}
.socialo ul li a:hover {
background-color: #AE2A2A;
font-size:18px;
}
ul li a{
transition:all 0.7s ease;
}
.homefont i:hover {
font-size:20px;
transition:all 0.7s ease;
}
</style>
<script src="https://kit.fontawesome.com/d5accb5737.js" crossorigin="anonymous"></script>
</head>
<body class="bg-light">
<nav class="navbar navbar-expand-lg navbar-dark bg-primary">
<div class="container-fluid">
<img class="mr-auto rounded" src="logo1.jpg" height="40px" width="40px">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto ml-4">
<li class="nav-item active">
<a class="nav-link" href="10DER.html">Home <span class="sr-only">(current)</span></a>
</li>
</ul>
<form class="form-inline my-2 my-lg-0 mr-auto frm">
<input class="form-control mr-sm-0" onclick="location.href='advsearch.html'" type="search" placeholder="Search" aria-label="Search" size="100%">
<button class="btn btn-outline-light my-2 my-sm-0 ml-1" type="submit">Search</button>
</form>
<ul class="navbar-nav navbar-auto">
<li class="nav-item">
<a class="nav-link active mr-4" href=".\loginnew.html">Login</a>
</li>
<li class="nav-item dropdown active ml-2 mr-4 ">
<a class="nav-link dropdown-toggle" href="#" id="navbarDropdown" role="button" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">
Explore
</a>
<div class="dropdown-menu" aria-labelledby="navbarDropdown">
<a class="dropdown-item" href="#contact">Contact us</a>
<a class="dropdown-item" href="#contact">About</a>
</div>
</li>
</ul>
</div>
</div>
</nav>
<div class="bg-light">
<div class="container bg-white shadow py-4 my-4">
<div class="px-4 py-4">
<h2 class="md-4" style="padding-bottom: 10px;">Advanced search</h2>
<form>
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputEmail4">Tender ID</label>
<input type="text" class="form-control" id="inputEmail4" placeholder="ID">
</div>
<div class="form-group col-md-6">
<label for="inputPassword4">Tender Title</label>
<input type="text" class="form-control" id="inputPassword4" placeholder="Title">
</div>
</div>
<div class="form-group">
<label for="inputState">Tender Category</label>
<select id="category" class="form-control">
<option selected>Choose...</option>
<option>...</option>
</select>
</div>
<label for="customRange2">Price Range in Thousands</label>
<input type="range" class="custom-range" min="1" max="20000" value="5000" id="customRange2">
<div class="form-row">
<div class="form-group col-md-6">
<label for="inputAddress">Start Date</label>
<input type="date" class="form-control" id="startdate">
</div>
<div class="form-group col-md-6">
<label for="inputAddress2">End Date</label>
<input type="date" class="form-control" id="enddate">
</div>
</div>
<div class="form-group">
<label for="inputZip">Pincode</label>
<input type="text" class="form-control" id="inputpincode" >
</div>
<button type="submit" class="btn btn-primary">Search</button>
</form>
</div>
</div>
</div>
<!-- /////////////////////////////////////footer/////////////////////////////////// -->
<footer class="page-footer font-small mdb-color pt-4 bg-dark text-white">
<!-- Footer Links -->
<div class="container text-center text-md-left">
<!-- Footer links -->
<div class="row text-center text-md-left mt-3 pb-3">
<!-- Grid column -->
<div class="col-md-3 col-lg-3 col-xl-3 mx-auto mt-3">
<h6 class="text-uppercase mb-4 font-weight-bold">10Der Corporation</h6>
<p>A step towards Enchancement, Expansion and Economizing</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none">
<!-- Grid column -->
<div class="col-md-2 col-lg-2 col-xl-2 mx-auto mt-3 text-white productso">
<h6 class="text-uppercase mb-4 font-weight-bold">Services</h6>
<p>
Construction
</p>
<p>
Computers
</p>
<p>
Elecrtrical
</p>
<p>
Food
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none">
<!-- Grid column -->
<div class="col-md-3 col-lg-2 col-xl-2 mx-auto mt-3 links text-white">
<h6 class="text-uppercase mb-4 font-weight-bold"> Creators</h6>
<p>
R Senthil Kumar
</p>
<p>
Shashank Kesharwani
</p>
<p>
Gunjan Kumar
</p>
</div>
<!-- Grid column -->
<hr class="w-100 clearfix d-md-none">
<!-- Grid column -->
<div id="contact" class="col-md-4 col-lg-3 col-xl-3 mx-auto mt-3 text-white text-left homefont">
<h6 class="text-uppercase text-left mb-4 font-weight-bold">Contact</h6>
<p>
<i class="fas fa-home mr-3"></i> 10der corporation</p>
<p>
<i class="fas fa-envelope mr-3"></i> gkr54322@gmail.com</p>
<p>
<i class="fas fa-print mr-3"></i> +91 9752422440</p>
<p>
<i class="fas fa-print mr-3"></i> +91 7339659559</p>
</div>
<!-- Grid column -->
</div>
<!-- Footer links -->
<hr>
<!-- Grid row -->
<div class="row d-flex align-items-center">
<!-- Grid column -->
<div class="col-md-7 col-lg-8">
<!--Copyright-->
<p class="text-center text-md-left">© 2020 Copyright:
<a href="#!" class="text-white">
<strong> 10DER.com</strong>
</a>
</p>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-5 col-lg-4 ml-lg-0">
<!-- Social buttons -->
<div class="text-center text-md-right socialo">
<ul class="list-unstyled list-inline">
<li class="list-inline-item">
<a class="btn-floating btn-sm rgba-white-slight mx-1">
<i class="fab fa-facebook-f"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-sm rgba-white-slight mx-1">
<i class="fab fa-twitter"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-sm rgba-white-slight mx-1">
<i class="fab fa-google-plus-g"></i>
</a>
</li>
<li class="list-inline-item">
<a class="btn-floating btn-sm rgba-white-slight mx-1">
<i class="fab fa-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
<!-- Grid column -->
</div>
<!-- Grid row -->
</div>
<!-- Footer Links -->
</footer>
<script src="D:\bootstrap-4.4.1-dist\jquery.js"></script>
<script src="D:\bootstrap-4.4.1-dist\js\bootstrap.js"> </script>
</body>
</html>