-
Notifications
You must be signed in to change notification settings - Fork 2
/
custommini.php
233 lines (213 loc) · 9.94 KB
/
custommini.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
<? ob_start("ob_gzhandler"); ?>
<!doctype html>
<html lang="zxx">
<?php
// Initialize the session
session_start();
require_once "config.php";
?>
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<title>Snap It Out</title>
<link rel="icon" href="img/favicon.png">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="css/bootstrap.min.css">
<!-- animate CSS -->
<link rel="stylesheet" href="css/animate.css">
<!-- owl carousel CSS -->
<link rel="stylesheet" href="css/owl.carousel.min.css">
<!-- font awesome CSS -->
<link rel="stylesheet" href="css/all.css">
<!-- flaticon CSS -->
<link rel="stylesheet" href="css/flaticon.css">
<link rel="stylesheet" href="css/themify-icons.css">
<!-- font awesome CSS -->
<link rel="stylesheet" href="css/magnific-popup.css">
<!-- swiper CSS -->
<link rel="stylesheet" href="css/slick.css">
<!-- style CSS -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--::header part start::-->
<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>
<!-- Header part end-->
<?php
if($_SESSION['username']!=""){
$u=$_SESSION['username'];
echo "<script>document.getElementById ('user'). href = 'logout.php';document.getElementById ('user'). innerHTML = 'Logout, $u';</script>";
}
else
echo "<script>document.getElementById ('user'). href = 'login.php';document.getElementById ('user'). innerHTML = 'Login';</script>";
?>
<!-- breadcrumb part start-->
<section class="breadcrumb_part" style="height: 130px;">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="breadcrumb_iner">
<h2>Custom Frame Mini Polaroids</h2>
</div>
</div>
</div>
</div>
</section>
<!-- breadcrumb part end-->
<!-- product list part start-->
<section class="product_list section_padding">
<div class="container">
<div class="row">
<div class="col-md-8" style="flex: 0 0 100%;max-width: 100%;">
<div class="product_list">
<div class="row">
<div class="col-lg-6 col-sm-6">
<div class="single_product_item">
<a href="custommframe1.php"><img src="images/custom/mini/fm1.webp" alt="custom frame 1" class="img-fluid">
<h3> Frame 1 Polaroid </h3>
<p>From ₹55</p></a>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="single_product_item">
<a href="custommframe2.php"><img src="images/custom/mini/fm2.webp" alt="custom frame 2" class="img-fluid">
<h3> Frame 2 Polaroid </h3>
<p>From ₹55</p></a>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="single_product_item">
<a href="custommframe3.php"><img src="images/custom/mini/fm3.webp" alt="custom frame 3" class="img-fluid">
<h3> Frame 3 Polaroid </h3>
<p>From ₹55</p></a>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="single_product_item">
<a href="custommframe4.php"><img src="images/custom/mini/fm4.webp" alt="custom frame 4" class="img-fluid">
<h3> Frame 4 Polaroid </h3>
<p>From ₹55</p></a>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="single_product_item">
<a href="custommframe5.php"><img src="images/custom/mini/fm5.webp" alt="custom frame 5" class="img-fluid">
<h3> Frame 5 Polaroid </h3>
<p>From ₹55</p></a>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="single_product_item">
<a href="custommframe6.php"><img src="images/custom/mini/fm6.webp" alt="custom frame 6" class="img-fluid">
<h3> Frame 6 Polaroid </h3>
<p>From ₹55</p></a>
</div>
</div>
<div class="col-lg-6 col-sm-6">
<div class="single_product_item">
<a href="custommframe7.php"><img src="images/custom/mini/fm7.webp" alt="custom frame 7" class="img-fluid">
<h3> Frame 7 Polaroid </h3>
<p>From ₹55</p></a>
</div>
</div>
</div>
<div class="load_more_btn text-center">
<a href="custom.php" class="btn_3">Go Back</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- product list part end-->
<!--::footer_part start::-->
<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>
<!--::footer_part end::-->
<!-- jquery plugins here-->
<script src="js/jquery-1.12.1.min.js"></script>
<!-- popper js -->
<script src="js/popper.min.js"></script>
<!-- bootstrap js -->
<script src="js/bootstrap.min.js"></script>
<!-- easing js -->
<script src="js/jquery.magnific-popup.js"></script>
<!-- swiper js -->
<script src="js/swiper.min.js"></script>
<!-- swiper js -->
<script src="js/mixitup.min.js"></script>
<!-- particles js -->
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.nice-select.min.js"></script>
<!-- slick js -->
<script src="js/slick.min.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/waypoints.min.js"></script>
<script src="js/contact.js"></script>
<script src="js/jquery.ajaxchimp.min.js"></script>
<script src="js/jquery.form.js"></script>
<script src="js/jquery.validate.min.js"></script>
<script src="js/mail-script.js"></script>
<!-- Plugins js -->
<script src="js/plugins.js"></script>
<!-- Active js -->
<script src="js/active.js"></script>
<!-- custom js
<script src="js/custom.js"></script>-->
</body>
</html>