-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.html
188 lines (156 loc) · 5.89 KB
/
search.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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Local First</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- css -->
<link rel="stylesheet" type="text/css" href="css/styles.css">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<link href="https://gitcdn.github.io/bootstrap-toggle/2.2.2/css/bootstrap-toggle.min.css" rel="stylesheet">
<script src="https://gitcdn.github.io/bootstrap-toggle/2.2.2/js/bootstrap-toggle.min.js"></script>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script>
<!-- add font here -->
</head>
<body>
<div class="smartphone">
<div class="content">
<div class="back-header">
<div class="head">
<img src="img/profile.png" alt="profile" class="profile">
<div class="dropdown">
<img src="img/settings.png" alt="settings" class="settings">
<div class="dropdown-content">
<a href="home.html">Switch to User</a>
<a href="#">Update Info</a>
<a href="#">Report User</a>
<a href="#">Help</a>
<a href="index.html">Logout</a>
</div> <!-- end of dropdown-content -->
</div><!-- end of dropdown -->
</div> <!-- end of head -->
<a href="partner.html">
<img src="img/back.png" class="back" alt="back button">
</a>
<h2 class="backh2">Partnerships</h2>
</div> <!-- end of back-header -->
<div class="container">
<input class="form-input" type="text" name="search" value="" placeholder="Search">
<button type="button" class="filter" data-toggle="modal" data-target="#myModal7">
<img src="img/filter.png" class="filter" alt="filter">
</button>
</div>
<!-- create model to change distance -->
<button id="toggle" class="view" type="button" name="map">
Map
</button>
<button class="view" type="button" name="list">
List
</button>
<div class="find">
<button id="geo">Find Me</button>
</div>
<!-- map -->
<div id="map" class="map show">
<img class="map" src="img/map.png" alt="">
</div> <!-- end of map -->
<div>
<a href="profile.html" class="input-wrapper">
<img src="img/kendall.jpg" class="partner_img" alt="">
<p><span>Kendall Flower Shop</span><br><br>
96 Ames St, <br>
Cambridge, MA 02142</p>
</a>
</div>
<div>
<a href="profile.html" class="input-wrapper">
<img src="img/csprofile.jpg" class="partner_img" alt="">
<p><span>Central Square Florist</span><br><br>
653 Mass Ave, <br>Cambridge, MA 02139</p>
</a>
</div>
<div>
<a href="profile.html" class="input-wrapper">
<img src="img/ehchoco.jpg" class="partner_img" alt="">
<p><span>EHChocolatier</span><br><br>
145 Huron Ave, <br>Cambridge, MA 02138</p>
</a>
</div>
<footer class="footer">
<div class="nav">
<a href="business-home.html" >
<img src="img/home.png" class="nav" alt="">
<h4 class="footer-text">Home</h4>
</a>
</div>
<div class="nav">
<a href="partner.html" >
<img src="img/partner.jpg" class="nav" alt="">
<h4 class="footer-text">Partner</h4>
</a>
</div>
<div class="nav">
<a href="messages.html" >
<img src="img/messages.png" class="nav" alt="">
<h4 class="footer-text">Messages</h4>
</a>
</div>
<div class="nav">
<a href="offers1.html">
<img src="img/offers.png" class="nav" alt="">
<h4 class="footer-text">Promos</h4>
</a>
</div>
</footer>
</div>
</div>
<!-- Modal 7 -->
<div class="modal fade" id="myModal7" role="dialog">
<div class="modal-dialog">
<!-- Modal content-->
<div class="modal-content" id="modal-body7">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal">×</button>
<h4 class="modal-title">
Filters
</h4>
</div>
<div class="modal-body" >
<p>Distance</p>
<!-- range slider -->
<div class="slidecontainer">
<input type="range" min="1" max="10" value="50" class="slider" id="myRange">
</div>
<div>
<label class="rangeLeft" for="myRange">1 mi.</label>
<label class="rangeRight" for="myRange">10 mi.</label>
</div>
<form class="form" action="index.html" method="post">
<p class="only">Only Minority Owned Businesses</p>
<label class="switch">
<input type="checkbox">
<span class="slider-round"></span>
</label>
<p class="only">Only Women Owned Businesses</p>
<label class="switch">
<input type="checkbox">
<span class="slider-round"></span>
</label>
</form>
<div class="modal-footer">
<button type="button" class="button" data-dismiss="modal">
Cancel
</button>
<button type="button" class="button" data-dismiss="modal">
Done
</button>
</div>
</div>
</div>
</div>
</div> <!-- end of modal fade -->
<script src="js/scripts.js"></script>
</body>
</html>