-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
262 lines (237 loc) · 10.7 KB
/
index.php
File metadata and controls
262 lines (237 loc) · 10.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
<?php
require_once('./reqSelect.php');
$products = new select();
$afficherPro = $products->afficher();
// var_dump($afficherPro)
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Glow.Guru</title>
<link rel="stylesheet" href="assets/css/style.css">
<!-- <link rel="stylesheet" href="assets/css/test.css"> -->
<!-- imported bootstrap -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet">
<!-- imported fontawsome -->
<script src="https://kit.fontawesome.com/43bba9fe74.js" crossorigin="anonymous"></script>
</head>
<body>
<nav class="navbar navbar-expand-lg bg-transparent position-absolute w-100">
<div class="container-sm">
<a class="navbar-brand fw-bold text-white" href="#">Glow.<span>Guru</span></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav me-auto mb-2 mb-lg-0">
<li class="nav-item">
<a class="nav-link active text-white" href="./index.html">Home</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="./products.html">Products</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="./about.html">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link text-white" href="./contact.html">Contact Us</a>
</li>
</ul>
<a href="http://localhost/GLOWGURU/index1.php"><button class="login"><i class="fa-solid fa-user"></i></button></a>
</div>
</div>
</nav>
<div class="home">
<img src="./assets/imgs/sos.jpg" alt="">
</div>
<div class="title d-flex flex-column align-items-center">
<h2 class="text-white">Glow.Guru</h2>
<p class="text-white text-center ">Her beauty is her sustenance. Like a dark magnet, it draws monsters from their
dens. <br> They follow her home and scratch at her door until she brings them inside and kills, cleans, eats them.
</p>
</div>
<!-- produit pour payer -->
<div class="row">
<h3 class="produit text-center">Product</h3>
<?php foreach($afficherPro as $elements):?>
<div class="col-md-3 col-sm-6">
<div class="product-grid">
<div class="product-image">
<a href="#" class="image">
<img class="pic-1" src="<?php echo $elements['image'] ?>">
</a>
<ul class="product-links">
<li><a href="#" data-tip="Add to Wishlist"><i class="fas fa-heart"></i></a></li>
<li><a href="#" data-tip="Quick View"><i class="fa fa-search"></i></a></li>
<li><a href="" data-tip="Add to Cart"><i class="fa fa-shopping-bag"></i></a></li>
</ul>
<div class="price text-white"><?php echo $elements['prix'] . "$" ?></div>
</div>
<div class="product-content">
<h3 class="title-card"> <?php echo $elements['name'] ?><a href="#"></a></h3>
<ul class="rating">
<li class="fas fa-star"></li>
<li class="fas fa-star"></li>
<li class="fas fa-star"></li>
<li class="fas fa-star disable"></li>
<li class="fas fa-star disable"></li>
</ul>
</div>
</div>
</div>
<?php endforeach;?>
<p class="paragagraphe text-center text-white" id="para" >
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt
distinctio earum repellat quaerat voluptatibus placeat nam,<br>
commodi optio pariatur est quia magnam eum harum corrupti
dicta, aliquam sequi voluptate quas.
Lorem ipsum dolor sit amet consectetur, <br> adipisicing elit. Deleniti
, exercitationem? Ducimus, alias minima? Obcaecati explicabo vitae reiciendis,
et porro labore molestiae, <br> eveniet nobis numquam sint aperiam! Aspernatur quia
vel blanditiis?
</p>
<h3 class="contact text-center ">Contact Us</h3>
<div class="maps">
<div class="mapouter"><div class="gmap_canvas"><iframe class="gmap_iframe" width="100%" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="https://maps.google.com/maps?width=1728&height=270&hl=en&q=china&t=h&z=7&ie=UTF8&iwloc=B&output=embed"></iframe><a href="https://www.gachacute.com/">www.gachacute.com</a></div>
<style>.mapouter{position:relative;text-align:right;width:100%;height:270px;}.gmap_canvas {overflow:hidden;background:none!important;width:100%;height:270px;}.gmap_iframe {height:270px!important;}</style></div>
</div>
<h3 class="team text-center ">Our Team</h3>
<div class="team">
<div class="lightbox">
<div class="multi-carousel">
<div id="sectionimg" class="d-flex multi-carousel-inner">
<div class="multi-carousel-item">
<img
id="img"
src="./assets/imgs/dior.jfif"
data-mdb-img="https://mdbcdn.b-cdn.net/img/Photos/Slides/1.webp"
alt="Table Full of Spices"
/>
</div>
<div class="multi-carousel-item">
<img
id="img"
style="width: 10em !important;"
src="./assets/imgs/goccci.jfif"
data-mdb-img="https://mdbcdn.b-cdn.net/img/Photos/Slides/2.webp"
alt="Winter Landscape"
/>
</div>
<div class="multi-carousel-item">
<img style=" width: 14em;
margin-top: 2em;"
src="./assets/imgs/nyx.png"
data-mdb-img="https://mdbcdn.b-cdn.net/img/Photos/Slides/3.webp"
alt="View of the City in the Mountains"
/>
</div>
<div class="multi-carousel-item">
<img
id="img"
style=" width:11em !important"
src="./assets/imgs/ysl.jfif"
data-mdb-img="https://mdbcdn.b-cdn.net/img/Photos/Slides/4.webp"
alt="Place Royale Bruxelles"
/>
</div>
</div>
</div>
</div>
</div>
<!-- Footer -->
<footer class="text-center text-white" style="background-color: #1b1b1b">
<!-- Grid container -->
<div class="container">
<!-- Section: Links -->
<section class="mt-5">
<!-- Grid row-->
<div class="row text-center d-flex justify-content-center pt-5">
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="text-white">Home</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="text-white">Product</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="text-white">Contact Us</a>
</h6>
</div>
<!-- Grid column -->
<!-- Grid column -->
<div class="col-md-2">
<h6 class="text-uppercase font-weight-bold">
<a href="#!" class="text-white">Our Team</a>
</h6>
</div>
<!-- Grid column -->
</div>
<!-- Grid row-->
</section>
<!-- Section: Links -->
<hr class="my-5" />
<!-- Section: Text -->
<section class="mb-5">
<div class="row d-flex justify-content-center">
<div class="col-lg-8">
<p>
Lorem ipsum dolor sit amet consectetur adipisicing elit. Sunt
distinctio earum repellat quaerat voluptatibus placeat nam,
commodi optio pariatur est quia magnam eum harum corrupti
dicta, aliquam sequi voluptate quas.
</p>
</div>
</div>
</section>
<!-- Section: Text -->
<!-- Section: Social -->
<section class="text-center mb-5">
<a href="" class="text-white me-4">
<i class="fab fa-facebook-f"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-twitter"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-google"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-instagram"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-linkedin"></i>
</a>
<a href="" class="text-white me-4">
<i class="fab fa-github"></i>
</a>
</section>
<!-- Section: Social -->
</div>
<!-- Grid container -->
<!-- Copyright -->
<div class="text-center p-3" style="background-color: rgba(0, 0, 0, 0.2)">
© 2023 Copyright:
<a class="text-white" href="http://127.0.0.1:5500/index.html#!">Glow.Guru</a>
</div>
<!-- Copyright -->
</footer>
<!-- Footer -->
</div>
<!-- End of .container -->
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/js/bootstrap.bundle.min.js"></script>
</body>
</html>