-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvinyll.php
248 lines (212 loc) · 9.68 KB
/
vinyll.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
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
<!Doctype html>
<html>
<link rel="stylesheet" href="http:www.w3schools.com/lib/w3.css">
<script src="code.js"></script>
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
<head>
<title>Screen-O-Print | Flex, Vinyl Printing</title>
<meta name="description" content="Prints high quality Flex or Vinyl printing with custom sizes.">
<meta name="keywords" content="Printing, print, product, service, quaity, flex, vinyl">
<meta name="robots" content="index,follow">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel = "icon" href = "images/logo5.png" type = "image/x-icon">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-168650451-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-168650451-1');
</script>
</head>
<style type="text/css">
* {
box-sizing: border-box;
}
</style>
<body >
<div id="loader" class="center"></div>
<nav>
<img alt="logo" class="logo" src="images/logo.png">
<ul>
<li class="items"> <a href="index.html" >HOME</a></li>
<li class="items"> <a href="product.html">PRODUCTS</a> </li>
<li class="items"> <a href="service.html">SERVICES</a> </li>
<li class="items"> <a href="contact.html">CONTACT US</a></li>
<li class="items"> <a href="about.html" >ABOUT US</a> </li>
<li class="btn"> <a href="#"><i class="fas fa-bars"></i></a></li>
</ul>
</nav>
<div class="space" style="height: 20%"></div>
<a href="product.html#h"><button class="back" >Back</button></a>
<div class="hit">
<h1 style="text-align:center; color: #4e342e"><b><i>Flex/Vinyl</i></b></h1></div>
<div class="container1">
<div class="mySlides">
<div class="numbertext">1 / 3</div>
<img alt="viny" src="vinyl/vinyl.jpg" class="slip">
</div>
<div class="mySlides">
<div class="numbertext">2 / 3</div>
<img alt="vinyl" src="vinyl/vinyl2.jpg" class="slip">
</div>
<div class="mySlides">
<div class="numbertext">3 / 3</div>
<img alt="vinyl" src="vinyl/vinyl3.jpg" class="slip">
</div>
<a class="prev" onclick="plusSlides(-1)"><</a>
<a class="next" onclick="plusSlides(1)">></a>
<br>
<div class="row">
<div class="column">
<img class="demo cursor" src="vinyl/vinyl.jpg" onclick="currentSlide(1)" alt="The Woods">
</div>
<div class="column">
<img class="demo cursor" src="vinyl/vinyl2.jpg" onclick="currentSlide(2)" alt="Cinque Terre">
</div>
<div class="column">
<img class="demo cursor" src="vinyl/vinyl3.jpg" onclick="currentSlide(3)" alt="Mountains and fjords">
</div>
</div><br><br>
</div>
<div class="info">
<h2><i class="fa fa-cart-plus" style="; color: #4e342e"> <b>Product Details</b></i></h2>
<hr style="width: 100%; margin-width:2px; background-color: black">
<div class="contactus" style="font-size: 17px">
<p><b><ul>
<li>Sizes Available : <ul ><li>(3ft x 6ft)</li><li>(2ft x 8ft)</li><li>Custom Sizes</li></ul></li>
<li>Material Details: <ul><li>Sticker Quality (glossy/matte)</li></ul>
<li>Designing: <ul><li>Designing facilities also Available</li></li></ul>
<br>
<li>Available in different size as per your requirement in various quality </li>
</ul>
<br>
<div class="supper">
<sup>*</sup>Prices Negotiable for Large Orders.</div>
</b>
</p></div>
<hr style="width: 100%; margin-width:2px; background-color: black">
<br>
<div class="last">
<b>Order Now</b><br><a href="contact.html#query" class="link"> Send Enquiry for Rates here</a><br>
<i class="fa fa-mobile" ><a href="tel: 9869031638" > +91 9869031638</a></i><br>
<i class="fa fa-envelope" > <a href = "mailto:[email protected]"> [email protected]</a></i><br></div>
<hr style="width: 100%; margin-width:1px; background-color: black">
</div>
<footer>
</footer>
<br>
<hr style="width: 50%; margin-width:2px; background-color: black"><br>
<div class="related">
<br><br>
<div align="center" class="stars">
<form action="save.php" method="post" class="rating" >
<h2>Customer Review:</h2>
<hr class="line" style="width: 50%; margin-width:2px; background-color: black"><br>
<label class="rate" for="name">Name/Company Name:</label>
<input class="rate" type="text" name="fname" placeholder="enter your name/company name"><br>
Product Name:<select class="rate" name="pname">
<option value="vinyl">Vinyl/Flex</option>
</select>
<br>
<label for="name" class="rate">Review:</label><br>
<input class="star star-5" id="star-5" type="radio" name="star" value="5" />
<label class="star star-5" for="star-5"></label>
<input class="star star-4" id="star-4" type="radio" name="star" value="4" />
<label class="star star-4" for="star-4"></label>
<input class="star star-3" id="star-3" type="radio" name="star" value="3" />
<label class="star star-3" for="star-3"></label>
<input class="star star-2" id="star-2" type="radio" name="star" value="2" />
<label class="star star-2" for="star-2"></label>
<input class="star star-1" id="star-1" type="radio" name="star" value="1" />
<label class="star star-1" for="star-1"></label>
<br>
<textarea class="rate" name="review" placeholder="your review"></textarea><br>
<input type="submit" class="sub" name="submit" value="Add Review"/>
</form>
</div>
<br>
<br>
<?php include 'process.php'; ?>
<?php include 'connection.php'; ?>
<?php
?>
<div class="row container" align="center">
<div class="col-md-4 ">
<h3><b>Rating & Reviews</b></h3>
<div class="row">
<div class="col-md-6">
<h3 align="center"><b><?php echo round($AVGRATE,1);?></b> <i class="fa fa-star" data-rating="2" ></i></h3>
<h4 ><?=$Total;?> reviews</h4>
</div>
<div class="col-md-7">
<?php
while($db_rating= mysqli_fetch_array($rating)){
?>
<h4 align="center"><?=$db_rating['rate'];?> <i class="fa fa-star" data-rating="2"></i> Total <?=$db_rating['Total'];?></h4>
<?php
}
?>
</div>
</div>
<div class="row">
<div class="col-md-12" align="left" >
<?php
$review = mysqli_query($connection,"SELECT review,rate,fname from stars where pname='vinyl' order by rate desc limit 4 ");
while($db_review= mysqli_fetch_array($review)){
?>
<h4><?=$db_review['rate'];?> <i class="fa fa-star" data-rating="2"></i> by <span><?=$db_review['fname'];?></span></h4>
<p><?=$db_review['review'];?></p>
<br><hr>
<?php
}
?>
</div>
</div>
</div>
</div>
<a class="more" href="review.php">See more reviews</a>
<br>
<br>
<h2 style="margin-left: 2% "><b>More Products</b></h2>
<a href="paper.php"> <img alt="paperbag" class="click" src="name/paperbag.jpg"></a>
<a href="posterr.php"><img alt="poster" class="click" src="name/posters.jpg"></a>
<a href="stick.php"> <img alt="stickerlabels" class="click" src="name/stickerlabels.jpg"></a>
</div>
<div class="foot">
<div class="part" style="background-color:peru; max-height: 100%;">
<img alt="logo" src="images/logo.png" class="head" style="width: 50%">
<p class="matter">
<br>
<i class="fa fa-mobile" > <a href="tel: 9869031638"> +91 9869031638</a></i><br><br>
<i class="fa fa-envelope" > <a href="mailto:[email protected]"> [email protected]</a></i><br><br>
<i class="fa fa-clock-o"> Monday-Friday : 10am-6pm</i><br><br>
<i class="fa fa-home" > 4-Joshi Chawl, Opp. Neeldhara Apt, DevidasLane, S.V.P. Road, Borivali-West, Mumbai-400103</i>
</p>
</div>
<div class="part1" style="background-color:peru">
<h2 class="head"><b>Site Map</b></h2>
<a href="index.html" class="matter">Home</p></a>
<a href="product.html" class="matter">Products</p></a>
<a href="service.html" class="matter">Services</p></a>
<a href="contact.html" class="matter">Contact Us</p></a>
<a href="about.html" class="matter">About Us</p></a>
</div>
<div class="part2" style="background-color:peru">
<h2 class="head"><b>Find Us</b></h2>
<a href="https://www.google.com/maps/place/Neeldhara+Apartment,+Devidas+Cross+Ln,+Prem+Nagar,+Borivali+West,+Mumbai,+Maharashtra+400091/@19.2371725,72.8509338,18.28z/data=!4m5!3m4!1s0x3be7b12755dfe673:0xbbbece8cf00d9f52!8m2!3d19.2374622!4d72.8514314"><img alt="map" class="trick" src="images/map.png"></a>
</div>
<div class="bottom">
<p>asdfghjkl</p>
Developed by: <abbr class="bun" title="Mob: 8169800983"><a href="tel: 8169800983">Hitanshu Shah</a></abbr>
, Logo Designed by: <abbr class="man" title="Mob: 9969208155"><a href="tel: 9969208155">Manasvi Gokhlani</a></abbr><br>
<p>asdfghjkl</p></div>
</div>
</div>
<button id="myBtn"><a href="#top" style="color: white; text-decoration: none;">Top</a></button>
<script type="text/javascript">document.onreadystatechange=function(){if(document.readyState!=="complete"){document.querySelector("body").style.visibility="hidden";document.querySelector("#loader").style.visibility="visible"}else{document.querySelector("#loader").style.display="none";document.querySelector("body").style.visibility="visible"}}</script>
<script type="text/javascript">$(document).ready(function(){$('.btn').click(function(){$('.items').toggleClass("show");$('ul li').toggleClass("hide")})})</script>
<script src="item.js"></script>
</body>
</html>