-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
172 lines (155 loc) · 7.14 KB
/
index.php
File metadata and controls
172 lines (155 loc) · 7.14 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
<?php
if (isset($_SESSION['auth_user1'])) {
header('location:admin/index.php');
}
include('includes/header.php');
include('includes/navbar.php');
?>
<!-- Carousel wrapper -->
<div id="carouselMaterialStyle" class="carousel slide carousel-fade" data-mdb-ride="carousel">
<!-- Indicators -->
<div class="carousel-indicators">
<button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="0" class="active"
aria-current="true" aria-label="Slide 1"></button>
<button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="1"
aria-label="Slide 2"></button>
<button type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide-to="2"
aria-label="Slide 3"></button>
</div>
<!-- Inner -->
<div class="carousel-inner rounded-5 shadow-4-strong">
<!-- Single item -->
<div class="carousel-item active" data-mdb-interval="4500">
<!-- <img src="image\image1.webp" class="d-block w-100"
alt="Sunset Over the City" /> -->
<video autoplay muted loop id="myVideo" class="d-block w-100 h-25">
<source src="image/1.mp4" type="video/mp4">
</video>
</div>
<!-- Single item -->
<div class="carousel-item" data-mdb-interval="4500">
<video autoplay muted loop id="myVideo" class="d-block w-100 h-25">
<source src="image/2.pooja.mp4" type="video/mp4">
</video>
</div>
<!-- Single item -->
<div class="carousel-item" data-mdb-interval="4500">
<video autoplay muted loop id="myVideo" class="d-block w-100 h-25">
<source src="image/3.poojs.mp4" type="video/mp4">
</video>
</div>
</div>
<!-- Inner -->
<!-- Controls -->
<button class="carousel-control-prev" type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-mdb-target="#carouselMaterialStyle" data-mdb-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- Carousel wrapper -->
<div class="text-center">
<h1 style="color:red" data-aos="fade-down" data-aos-easing="linear" data-aos-duration="2000">Categories</h1>
</div>
<div class="container text-center mb-1 ">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-4" data-aos="flip-up" data-aos-duration="2000">
<div class="col">
<img src="image\bells.jpg" class=" d-block w-100" alt="Sunset Over the City" height=350px; />
</div>
<div class="col">
<img src="image\artidiya.png" class="d-block w-100" alt="Sunset Over the City" height=350px; />
</div>
<div class="col">
<img src="image\poojathali.jpg" class="d-block w-100" alt="Sunset Over the City" height=350px; />
</div>
<div class="col"> <img src="image\inscence.png" class="d-block w-100" alt="Sunset Over the City"
height=350px; />
</div>
</div>
<div class="container text-center">
<div class="row row-cols-1 row-cols-sm-2 row-cols-md-4">
<div class="col" style="">Pooja Bell</div>
<div class="col">Pooja Diya</div>
<div class="col">Pooja Thali</div>
<div class="col">Incense stands</div>
</div>
</div>
</div>
<hr>
<!-- ============================================= new added carousel============================ -->
<?php include("main.php"); ?>
<!-- ===========================================about us ================================================= -->
<div class="container mb-5" id="aboutus">
<div class="row align-items-center">
<div class="col-lg-6 col-md-6 order-2 order-md-1 mt-4 pt-2 mt-sm-0 opt-sm-0">
<div class="row align-items-center">
<div class="col-lg-6 col-md-6 col-6">
<div class="row">
<div class="col-lg-12 col-md-12 mt-3 pt-2">
<div class="card work-desk rounded border-0 shadow-lg overflow-hidden" data-aos="zoom-in"
data-aos-duration="3000">
<img src="image\inscence.png" class="img-fluid" alt="Image" />
<div class="img-overlay bg-dark"></div>
</div>
</div>
<!--end col-->
</div>
<!--end row-->
</div>
<!--end col-->
<div class="col-lg-6 col-md-6 col-6">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="card work-desk rounded border-0 shadow-lg overflow-hidden" data-aos="zoom-in"
data-aos-duration="3000">
<img src="image\poojathali.jpg" class="img-fluid" alt="Image" />
<div class="img-overlay bg-dark"></div>
</div>
</div>
<!--end col-->
<div class="col-lg-12 col-md-12 mt-4 pt-2">
<div class="card work-desk rounded border-0 shadow-lg overflow-hidden" data-aos="zoom-in"
data-aos-duration="3000">
<img src="image\bells.jpg" class="img-fluid" alt="Image" />
<div class="img-overlay bg-dark"></div>
</div>
</div>
<!--end col-->
</div>
<!--end row-->
</div>
<!--end col-->
</div>
<!--end row-->
</div>
<!--end col-->
<div class="col-lg-6 col-md-6 col-12 order-1 order-md-1" data-aos="fade-zoom-in" data-aos-easing="ease-in-back"
data-aos-duration="2000">
<div class="section-title ml-lg-5">
<h2 class="text-custom font-weight-normal mb-3" style="color:red;">About Us</h2>
<h4 class="title mb-4">
Our mission is to <br />
make your life easier.
</h4>
<h2 style="color:red">Pooja.com<h2>
<h4 class="text-muted mb-0">Brings you the best pooja experience with our best services
and make
your life more delight and joyfull. </h4>
</div>
</div>
</div>
<!--end col-->
</div>
<!--enr row-->
</div>
<!-- ====================================================================about us end ===================================== -->
<a href="https://web.whatsapp.com/" class="float" target="_blank">
<i class="fa fa-whatsapp fa-x my-float"></i>
</a>
<?php
include('includes/footer.php');
include('includes/scripts.php');
?>