-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
225 lines (187 loc) · 7.68 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
<!DOCTYPE html>
<html lang="en" class="has-navbar-fixed-top">
<head>
<title>Vocal For Local</title>
<link rel="icon" href="/img/favicon-16x16.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.8.2/css/bulma.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/izitoast/1.4.0/css/iziToast.min.css">
<!-- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bootstrap-social/5.1.1/bootstrap-social.min.css"> -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.css" type="text/css"
rel="stylesheet">
<link rel="stylesheet" href="style.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.16.1/popper.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/izitoast/1.4.0/js/iziToast.min.js"></script>
<link rel="stylesheet" href="//code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/jquery-1.12.4.js"></script>
<script src="https://code.jquery.com/ui/1.12.1/jquery-ui.js"></script>
<meta charset=utf-8>
<meta http-equiv=X-UA-Compatible content="IE=edge">
<meta name=viewport content="width=device-width,initial-scale=1">
<script src="../no_auth_required.js"></script>
<script src="main.js"></script>
<script src="./cities.js"></script>
<style>
.hideme {
display: none !important;
}
</style>
</head>
<body ">
<!-- navbar begins -->
<div style="min-height: 100vh;">
<nav class="navbar is-fixed-top" role="navigation" aria-label="main navigation">
<div class="navbar-brand">
<a class="navbar-item" href="#">
<img src="./img/logo.png">
</a>
<a role="button" class="navbar-burger burger is-pulled-right" aria-label="menu" aria-expanded="false"
data-target="navbarBasicExample">
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
<span aria-hidden="true"></span>
</a>
</div>
<div id="navbarBasicExample" class="navbar-menu">
<div class="navbar-start">
<a class="navbar-item active" href="#">
Home
</a>
</div>
<div class="navbar-end">
<div class="navbar-item">
<h2 class="subtitle">Are you a vendor?</h2 class="title">
</div>
<div class="navbar-item">
<div class="buttons">
<a class="button is-primary" href="/register">
<strong>Register</strong>
</a>
<a class="button is-light" href="/login">
Log in
</a>
</div>
</div>
</div>
</div>
</nav>
<!-- navbar ends -->
<!-- header begins -->
<header>
<div class="container hero-body" style="margin-top: 30px; padding-bottom: 2rem;">
<div class="field has-addons">
<p class="control">
<input id="tags" class="input" type="text" placeholder="city" >
</p>
<p class="control is-expanded">
<input class="input" id="productsText" type="text" placeholder="Enter you search keyword!">
</p>
<p class="control">
<button class="button is-outlined is-primary" id="searchBtn" onclick="search()">
Search
</button>
</p>
</div>
</div>
<div class="container">
<div class="columns is-vcentered">
<div class="column ">
<section class="hero">
<div class="hero-body">
<div class="container">
<h1 class="title">
Vocal For Local?
</h1>
<h2 class="subtitle">
Search local vendors. Register your business.
</h2>
</div>
</div>
</section>
</div>
<div class="column">
<section class="hero">
<div class="hero-body">
<div class="container">
<h1 class="title">
this website
</h1>
<hr style="background-color: #00D1B3;">
<h2 class="subtitle">
A platform for local vendors who do not have the means to advertize themselves or
even have their own shop. Easily search for products you need and contact the vendor
directly! If you are a vendor, register yourself and add your products!
</h2>
</div>
</div>
</section>
</div>
</div>
</div>
</header>
<!-- header ends -->
<!-- content begins -->
<div class="content container" id="searchParent">
</div>
<!-- content ends -->
</div>
<!-- footer begins -->
<footer class="main" id="footerMain">
<div class="columns">
<div class="column is-6">
<div
class="content has-text-centered"
style="margin-bottom: 0 !important;"
>
<p style="font-size: 16px;">
Made by
<strong
><a
href="https://github.com/aishwary023"
style="text-decoration: none; color: #05386b"
>Aishwary Saxena</a
></strong
>.
</p>
</div>
</div>
<div class="column is-6">
<div class="content has-text-centered">
<a
class="icon is-large btn-github"
href="http://github.com/aishwary023"
target="__blank"
><span class="fa fa-github fa-2x"></span
></a>
<a
class="icon is-large btn-linkedin"
href="http://www.linkedin.com/in/aishwary-saxena"
target="__blank"
><span class="fa fa-linkedin fa-2x"></span
></a>
<a
class="icon is-large btn-facebook"
href="http://www.facebook.com/aishwary23"
target="__blank"
><span class="fa fa-facebook fa-2x"></span
></a>
<a
class="icon is-large"
href="mailto:[email protected]"
target="__blank"
><span class="fa fa-envelope fa-red fa-2x"></span
></a>
<a
class="icon is-large btn-whatsapp"
href="http://wa.me/918299329212"
target="__blank"
><span class="fa fa-whatsapp fa-green fa-2x"></span
></a>
</div>
</div>
</div>
</footer>
<!-- footer ends -->
</body>
</html>