-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.php
More file actions
289 lines (244 loc) · 11.7 KB
/
index.php
File metadata and controls
289 lines (244 loc) · 11.7 KB
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
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
<? ob_start("ob_gzhandler"); ?>
<!doctype html>
<html lang="zxx">
<?php session_start();?>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Snap It Out</title>
<meta name="title" content="SnapItOut">
<meta name="description" content="Get your pictures in the form of polaroids. Suitable as gifts. Free delivery at Amrita Vishwa Vidyapeetham only.">
<link rel="icon" href="img/favicon.png">
<link rel="stylesheet" href="css/combinecss.css">
</head>
<body>
<header class="main_menu home_menu">
<div class="container">
<div class="row align-items-center justify-content-center">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg navbar-light">
<a class="navbar-brand" href="index.php" > <img src="img/logo.png" alt="logo"> </a>
<button class="navbar-toggler" type="button" data-toggle="collapse"
data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent"
aria-expanded="false" aria-label="Toggle navigation">
<span class="menu_icon"><i class="fas fa-bars"></i></span>
</button>
<div class="collapse navbar-collapse main-menu-item" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="index.php">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="about.php">About</a>
</li>
</ul>
</div>
<div class="hearer_icon d-flex align-items-center">
<div class="collapse navbar-collapse main-menu-item" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link" href="login.php" id="user">Login</a>
</li>
</ul>
</div>
<a href="cart.php">
<i class="flaticon-shopping-cart-black-shape"></i>
</a>
</div>
</nav>
</div>
</div>
</div>
</header>
<?php
if($_SESSION['username']!=""){
$u=$_SESSION['username'];
echo "<script async>document.getElementById ('user'). href = 'logout.php';document.getElementById ('user'). innerHTML = 'Logout, $u';</script>";
}
else
echo "<script async>document.getElementById ('user'). href = 'login.php';document.getElementById ('user'). innerHTML = 'Login';</script>";
?>
<section class="banner_part">
<div class="container">
<div class="row align-items-center">
<div class="col-md-5">
<div class="banner_text" style="padding-left:15px;">
<div class="banner_text_iner">
<h1>Best quality
Snaps</h1>
<p>Simply put, we provide you with top-quality printed products at affordable prices.</p>
</div>
</div>
</div>
</div>
</div>
<div class="banner_img">
<img src="images/basic.webp" alt="#" class="img-fluid">
<img src="img/banner_pattern.png " alt="#" class="pattern_img img-fluid">
</div>
</section>
<section class="single_product_list">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="single_product_iner">
<div class="row align-items-center justify-content-between">
<div class="col-lg-6 col-sm-6">
<div class="single_product_img">
<img src="images/a1.webp" class="img-fluid" alt="#">
<img src="img/product_overlay.png" alt="#" class="product_overlay img-fluid">
</div>
</div>
<div class="col-lg-5 col-sm-6">
<div class="single_product_content">
<h5>Starting from ₹40</h5>
<h2> <a href="single-product.html">Basic White
Polaroids</a> </h2>
<a href="whitepolaroids.php" class="btn_3">More Info</a>
</div>
</div>
</div>
</div>
<div class="single_product_iner">
<div class="row align-items-center justify-content-between">
<div class="col-lg-6 col-sm-6">
<div class="single_product_img">
<img src="images/a2.webp" class="img-fluid" alt="#">
<img src="img/product_overlay.png" alt="#" class="product_overlay img-fluid">
</div>
</div>
<div class="col-lg-5 col-sm-6">
<div class="single_product_content">
<h5>Starting from ₹50</h5>
<h2> <a href="single-product.html">Custom Frame
Polaroids</a> </h2>
<a href="custom.php" class="btn_3">More Info</a>
</div>
</div>
</div>
</div>
<div class="single_product_iner">
<div class="row align-items-center justify-content-between">
<div class="col-lg-6 col-sm-6">
<div class="single_product_img">
<img src="images/a3.webp" class="img-fluid" alt="#">
<img src="img/product_overlay.png" alt="#" class="product_overlay img-fluid">
</div>
</div>
<div class="col-lg-5 col-sm-6">
<div class="single_product_content">
<h5>Starting from ₹50</h5>
<h2> <a href="photostrips.php">Photostrip Polaroids</a> </h2>
<a href="photostrips.php" class="btn_3">More Info</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="trending_items">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="section_tittle text-center">
<h2>Coming Soon</h2>
</div>
</div>
</div>
<div class="row">
<div class="col-lg-4 col-sm-6">
<div class="single_product_item">
<img src="images/bookaloid.webp" alt="#" class="img-fluid">
<h3> Booklaroids </h3>
<p>From ₹125</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_product_item">
<div class="single_product_item_thumb">
<img src="images/mugs.webp" alt="#" class="img-fluid">
</div>
<h3>Custom Coffee Mugs</h3>
<p>From ₹350</p>
</div>
</div>
<div class="col-lg-4 col-sm-6">
<div class="single_product_item">
<div class="single_product_item_thumb">
<img src="images/hotmug.webp" alt="#" class="img-fluid">
</div>
<h3>Heat Sensitive Mugs </h3>
<p>From ₹550</p>
</div>
</div>
</div>
</div>
</section>
<section class="client_review">
<div class="single_client_review">
<p>Disclaimer: The sheet used is not the actual Polaroid sheets due to its expensive price but a high quality glossy sheet.</p>
</div>
</section>
<section class="feature_part section_padding">
<div class="container">
<div class="row justify-content-between">
<div class="col-lg-6">
<div class="feature_part_tittle">
<h3> Share your life moments with friends.<br>
Turn your memories into colorful photo prints.</h3>
</div>
</div>
<div class="col-lg-5">
<div class="feature_part_content">
<p>Don't waste your precious moments in digital devices like mobile and hard drives. We at Snap It Out will help you turn your photos into unique custom personalized photo gifts, photo prints, decor and photo prints online.</p>
</div>
</div>
</div>
<div class="row justify-content-center">
<div class="col-lg-3 col-sm-6">
<div class="single_feature_part">
<img src="img/icon/feature_icon_1.svg" alt="#">
<h4>UPI Payment Support</h4>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single_feature_part">
<img src="img/icon/feature_icon_2.svg" alt="#">
<h4>Online Order</h4>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single_feature_part">
<img src="img/icon/feature_icon_3.svg" alt="#">
<h4>Cheap Delivery*</h4>
</div>
*Free delivery to Amrita Vishwa Vidyapeetham
</div>
</div>
</div>
</div>
</section>
<footer class="footer_part">
<div class="footer_iner" style="padding: 20px;padding-bottom: 50px;">
<div class="container">
<div class="row justify-content-between align-items-center">
<div class="col-lg-8" style="flex: 0 0 100%;max-width: 100%;">
<div class="" style="text-align: center;">
<div class="footer_menu_item" style="text-align: center;">
<a href="index.php">Home</a>
<a href="about.php">About</a>
<a href="https://www.instagram.com/snapitout.studio/"><i class="fab fa-instagram"></i></a>
</div>
</div>
</div>
<div class="col-lg-4">
</div>
</div>
</div>
</div>
</footer>
<script async src="js/combinejs.js"></script>
</body>
</html>