-
Notifications
You must be signed in to change notification settings - Fork 1
/
productSearch.php
208 lines (184 loc) · 7.2 KB
/
productSearch.php
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
<!DOCTYPE html>
<!--
Interphase by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Agri-Bizz : Product Search</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<link rel="stylesheet" href="login.css"/>
<link rel="stylesheet" type="text/css" href="indexFooter.css">
<script src="js/jquery.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="landing">
<!-- Header -->
<header id="header">
<nav id="nav">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="generic.html">Generic</a></li>
<li><a href="elements.html">Elements</a></li>
<li><a href="elements.html">Blog</a></li>
</ul>
</nav>
</header>
<!-- One -->
<section id="one" class="wrapper style1 align-center" >
<div class="container" >
<header>
<h2 style="font-family: 'Balsamiq Sans', cursive;">Welcome to digital market</h2>
<section id="two" class="wrapper style2 align-center">
<div class="container" >
<form method="post" action="#">
<div class="row uniform 50%">
<div class="4u 12u$(small)"></div>
<div class="4u 12u$(small)">
<input type="text" name="pname" id="pname" value="" placeholder="Search" style="background-color:white;color: black;" />
</div>
<div class="4u 12u$(small)">
<ul class="actions">
<li><input type="submit" value="Go!!" class="special" /></li>
</ul>
</div>
<div class="12u 12u$(small)">
<h2 style="font-size: 120%;">Search by Following Categories-</h2>
</div>
<div class="12u 12u$(small)">
<br>
</div>
<br>
<div class="4u 12u$(small)">
<input type="radio" id="priority-low" name="priority" checked>
<label for="priority-low"><h2 style="font-size: 120%;">Grains</h2></label>
</div>
<div class="4u 12u$(small)">
<input type="radio" id="priority-normal" name="priority">
<label for="priority-normal"><h2 style="font-size: 120%;">Fruits</h2></label>
</div>
<div class="4u$ 12u$(small)">
<input type="radio" id="priority-high" name="priority">
<label for="priority-high"><h2 style="font-size: 120%;"> Vegetables</h2></label>
</div>
<div class="4u$ 12u$(small)">
<input type="radio" id="priority-low" name="priority">
<label for="priority-low"><h2 style="font-size: 120%;"> Tools</h2></label>
</div>
</div>
</div>
</form>
</div>
</section>
</header>
</section>
<!-- Footer -->
<!--<footer id="footer">
<div class="container">
<div class="row">
<section class="4u 6u(medium) 12u$(small)">
<h3>Welcome to Digital market</h3>
<ul class="alt">
<li><a href="#">Lorem ipsum dolor sit amet.</a></li>
<li><a href="#">Quod adipisci perferendis et itaque.</a></li>
<li><a href="#">Itaque eveniet ullam, veritatis reiciendis?</a></li>
<li><a href="#">Accusantium repellat accusamus a, soluta.</a></li>
</ul>
</section>
<section class="4u 6u$(medium) 12u$(small)">
<h3>Nostrum, repellat!</h3>
<p>Tenetur voluptate exercitationem eius tempora! Obcaecati suscipit, soluta earum blanditiis.</p>
<ul class="alt">
<li><a href="#">Lorem ipsum dolor sit amet.</a></li>
<li><a href="#">Id inventore, qui necessitatibus sunt.</a></li>
<li><a href="#">Deleniti eum odit nostrum eveniet.</a></li>
<li><a href="#">Illum consectetur quibusdam eos corporis.</a></li>
</ul>
</section>
<section class="4u$ 12u$(medium) 12u$(small)">
<h3>Contact Us</h3>
<ul class="icons">
<li><a href="#" class="icon rounded fa-twitter"><span class="label">Twitter</span></a></li>
<li><a href="#" class="icon rounded fa-facebook"><span class="label">Facebook</span></a></li>
<li><a href="#" class="icon rounded fa-pinterest"><span class="label">Pinterest</span></a></li>
<li><a href="#" class="icon rounded fa-google-plus"><span class="label">Google+</span></a></li>
<li><a href="#" class="icon rounded fa-linkedin"><span class="label">LinkedIn</span></a></li>
</ul>
<ul class="tabular">
<li>
<h3>Address</h3>
1234 Somewhere Road<br>
Nashville, TN 00000
</li>
<li>
<h3>Mail</h3>
<a href="#">someone@untitled.tld</a>
</li>
<li>
<h3>Phone</h3>
(000) 000-0000
</li>
</ul>
</section>
</div>
<ul class="copyright">
<li>© Untitled. All rights reserved.</li>
<li>Design: <a href="http://templated.co">TEMPLATED</a></li>
<li>Images: <a href="http://unsplash.com">Unsplash</a></li>
</ul>
</div>
</footer>-->
<footer class="footer-distributed" style="background-color:black" id="aboutUs">
<center>
<h1 style="font: 35px calibri;">About Us</h1>
</center>
<div class="footer-left">
<h3 style="font-family: 'Times New Roman', cursive;">ART CIRCLE © </h3>
<div class="logo">
<a href="index.php"><img src="images/logo.png" width="200px"></a>
</div>
<p style="font-size:20px;color:white">Art is God <br />& we are devotees !!!</p>
<br />
</div>
<div class="footer-center">
<div>
<i class="fa fa-map-marker"></i>
<p style="font-size:20px">Walchand College Of Engineering<span>Sangli 416 415</span></p>
</div>
<div>
<i class="fa fa-phone"></i>
<p style="font-size:20px">9765106359</p>
</div>
<div>
<i class="fa fa-envelope"></i>
<p style="font-size:20px"><a href="mailto:artistkattawce@gmail.com" style="color:white">artistkattawce@gmail.com</a></p>
</div>
</div>
<div class="footer-right">
<p class="footer-company-about" style="color:white">
<span style="font-size:20px"><b>About ART CIRCLE</b></span>
Art Circle is a club established by the students of Walchand College of Engineering, Sangli
to nurture the art in various forms.
</p>
<div class="footer-icons">
<a href="https://www.facebook.com/wceartcircle/"><i style="margin-left: 0;margin-top:5px;"class="fa fa-facebook"></i></a>
<a href="https://www.instagram.com/wce_artcircle/?hl=en"><i style="margin-left: 0;margin-top:5px" class="fa fa-instagram"></i></a>
<a href="https://www.youtube.com/channel/UCwyXHtmyoQI5EXKEBp2NaIQ"><i style="margin-left: 0;margin-top:5px" class="fa fa-youtube"></i></a>
</div>
</div>
</footer>
</body>
</html>