-
Notifications
You must be signed in to change notification settings - Fork 1
/
filter.html
222 lines (221 loc) · 7.84 KB
/
filter.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
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" href="images/icon.png" sizes="96x96" />
<link rel="stylesheet" href="styles/reset.css" />
<link rel="stylesheet" href="styles/style.css" />
<title>Chemisearch - Results</title>
</head>
<body class="w-100 margin-center">
<header class="w-100">
<a href="index.html" class="logo-link">
<picture><img class="logo" src="images/logo.png" alt="Logo"/></picture>
<span class="logo-text">chemisearch</span>
</a>
<nav>
<a href="filter.html"
><img class="icons" src="images/search.png" alt="Search Icon" /><span
>COMPANIES</span
></a
>
<a href="#"
><img class="icons" src="images/user.png" alt="About Icon" /><span
>ABOUT</span
></a
>
<a href="#"
><img class="icons" src="images/feed.png" alt="Feed Icon" /><span
>BLOG</span
></a
>
<a href="#"
><img
class="icons"
src="images/three-lines.png"
alt="More Icon"
/><span>MORE...</span></a
>
</nav>
</header>
<section class="filter-section">
<h1>Filter by name, category, state, distance and price range:</h1>
<form action="#">
<div class="select-div">
<div>
<label for="name">STORE NAME:</label
><input type="text" name="name" id="name" />
</div>
<div>
<label for="category">CATEGORY:</label
><select name="category" id="category"
><option value="none">Choose</option
><option value="oil">Oil</option
><option value="acid">Acid</option
><option value="alcohol">Alcohol</option
><option value="ester">Ester</option
><option value="ether">Ether</option
><option value="solvent">Solvent</option
><option value="fuel">Fuel</option
><option value="detergent">Detergent</option
><option value="pesticide">Pesticide</option
><option value="xylene">Xylene</option></select
>
</div>
<div>
<label for="state">STATE:</label
><select name="state" id="state">
<option value="none">Choose</option>
<option value="AC,">AC</option>
<option value="AL,">AL</option>
<option value="AP,">AP</option>
<option value="AM,">AM</option>
<option value="BA,">BA</option>
<option value="CE,">CE</option>
<option value="DF,">DF</option>
<option value="ES,">ES</option>
<option value="GO,">GO</option>
<option value="MA,">MA</option>
<option value="MT,">MT</option>
<option value="MS,">MS</option>
<option value="MG,">MG</option>
<option value="PA,">PA</option>
<option value="PB,">PB</option>
<option value="PR,">PR</option>
<option value="PE,">PE</option>
<option value="PI,">PI</option>
<option value="RJ,">RJ</option>
<option value="RN,">RN</option>
<option value="RS,">RS</option>
<option value="RO,">RO</option>
<option value="RR,">RR</option>
<option value="SC,">SC</option>
<option value="SP,">SP</option>
<option value="SE,">SE</option>
<option value="TO,">TO</option>
</select>
</div>
<div>
<label for="distance">DISTANCE:</label
><select name="distance" id="distance"
><option value="none">Choose</option
><option value="less-50">Less than 50 km</option
><option value="50-100">Between 50 and 100 km</option
><option value="100-200">Between 100 and 200 km</option
><option value="200-500">Between 200 and 500 km</option
><option value="more-500">More than 500 km</option></select
>
</div>
<div>
<label for="price">PRICE RANGE:</label
><select name="price" id="price"
><option value="none">Choose</option
><option value="$">$</option
><option value="$$">$$</option
><option value="$$$">$$$</option
><option value="$$$$">$$$$</option
><option value="$$$$$">$$$$$</option></select
>
</div>
</div>
<div class="form-buttons">
<a class="search-results" href="filter.html">Search</a>
<button class="clear-filter" type="reset">
<img src="images/clear.png" alt="Clear Icon" />Clear filter
</button>
</div>
</form>
</section>
<section class="search-results-section">
<h2>Search Results Found 6 store(s):</h2>
<div>
<a href="detail.html"
><img src="images/azul-quimica.png" alt="Azul Química"
/></a>
<a href="detail.html"
><img src="images/loja-quimica.png" alt="Loja Química"
/></a>
<a href="detail.html"
><img src="images/essencial-quimica.png" alt="Essencial Química"
/></a>
<a href="detail.html"
><img src="images/base-quimica.png" alt="Base Química"
/></a>
<a href="detail.html"
><img src="images/real-quimica.png" alt="Real Química"
/></a>
<a href="detail.html"
><img src="images/ja-quimica.png" alt="Ja Química"
/></a>
</div>
</section>
<nav class="bottom-nav">
<div class="margin-center">
<a class="home" href="#">HOME</a>
<a class="search-bottom-footer" href="#">SEARCH</a>
<a class="about-us" href="#">ABOUT US</a>
<a class="advertise" href="#">ADVERTISE</a>
<a class="footer-logo" href="#"
><img src="images/logo.png" alt="Icon"
/></a>
<a class="facebook" href="#">FACEBOOK</a>
<a class="twitter" href="#">TWITTER</a>
<a class="blog" href="#">BLOG</a>
<a class="google" href="#">GOOGLE +</a>
</div>
</nav>
<section class="sub-con-ab">
<div class="sub">
<h2>SUBSCRIBE</h2>
<div>
<label class="d-none" for="subscribe"></label
><input
type="email"
name="subscribe"
id="subscribe"
placeholder="you@example.com"
/><a class="sub-send" href="#">send</a>
</div>
</div>
<div class="con">
<h2>CONTACT</h2>
Have a question or submission?<a href="#" class="d-block red-text"
>info@chemisearch.com</a
>
</div>
<div class="ab">
<h2>ABOUT</h2>
Chemisearch is an online platform that assists Brazillians to find a
suitable store by simply searching by category, distance, price range,
etc. <a href="#" class="red-text">Learn more...</a>
</div>
</section>
<footer>
<div>
<a href="#"
><img
src="images/facebook.png"
alt="Facebook Icon"
class="social-icons"
/></a>
<a href="#"
><img src="images/twitter.png" alt="Twitter Icon" class="social-icons"
/></a>
<a href="#"
><img
src="images/google.png"
alt="Google plus Icon"
class="social-icons"
/></a>
<a href="#"
><img
src="images/instagram.png"
alt="Instagram Icon"
class="social-icons"
/></a>
</div>
<div>CHEMISEARCH 2020. ALL RIGHTS RESERVED.</div>
</footer>
</body>
</html>