-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.html
273 lines (242 loc) · 11 KB
/
services.html
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
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Party Time!</title>
<!-- PNG Favicon link -->
<link rel="/icon" href="images\PT-logo.png" type="image/png">
<link rel="shortcut icon" href="images\PT-logo.png" type="image/png">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css"/>
<script src="https://kit.fontawesome.com/1ea64889e7.js" crossorigin="anonymous"></script>
<!-- Font Google -->
<link href="https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<!-- Navbar -->
<nav class="navbar navbar-expand-lg">
<div class="container"> <a class="navbar-brand navbar-logo" href="#"> <img src="images/logo.png" alt="logo" class="logo-1"> </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="fas fa-bars"></span> </button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item"> <a class="nav-link" href="" data-scroll-nav="0">Home</a> </li>
<li class="nav-item"> <a class="nav-link" href="#" data-scroll-nav="1">Services</a> </li>
<li class="nav-item"> <a class="nav-link" href="#" data-scroll-nav="2">Contact</a> </li>
</ul>
</div>
</div>
</nav>
<!-- End Navbar -->
<!-------Banner Start------->
<section class="banner" data-scroll-index='0'>
<h2 class="white partytime">WHAT DO WE OFFER</h2>
<div class="banner-overlay">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-12">
<div class="banner-text">
</div>
</div>
</div>
</div>
</div>
<span class="svg-wave"> <img class="svg-hero"> </span> </section>
<!-------Banner End------->
<!-------About Start------->
<section class="about section-padding prelative" data-scroll-index='1'>
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="sectioner-header text-center">
<h3>Our packages</h3>
<span class="line"></span>
</div>
<div class="section-content text-center">
<div class="row">
<div class="col-md-4">
<div class="icon-box wow fadeInUp" data-wow-delay="0.4s"> <i class="fa-solid fa-medal" style="color: #cd7003;" aria-hidden="true"></i>
<h5>Bronze</h5>
<p>Room decorations – balloons, banners<br>Table decorations – centrepieces, gifts<br>DJ entertainment<br>Cold buffet.</p>
<a href="contact.html"><button class="button">Book now</button></a>
</div>
</div>
<div class="col-md-4">
<div class="icon-box wow fadeInUp" data-wow-delay="0.6s"> <i class="fa-solid fa-medal" style="color: #ffd700;" aria-hidden="true"></i>
<h5>Gold</h5>
<p>All from Silver package plus:<br>Staff in attendance to ensure complete perfection<br>Finding guest accommodation, booking transport<br>Live band entertainment and magician<br>Hot and Cold buffet and soft drinks.</p>
<a href="contact.html"><button class="button">Book now</button></a>
</div>
</div>
<div class="col-md-4">
<div class="icon-box wow fadeInUp" data-wow-delay="0.2s"> <i class="fa-solid fa-medal" style="color: #808080;" aria-hidden="true"></i>
<h5>Silver</h5>
<p>All from Bronze package plus:<br>Invitation design and handling<br>Party cost clear up<br>Live band entertainment<br>Cold buffet and soft drinks.</p>
<a href="contact.html"><button class="button">Book now</button></a>
</div>
</div>
<div class="row" style="padding-top: 20px;">
<div class="col-md-4 offset-md-4">
<div class="icon-box wow fadeInUp" data-wow-delay="0.2s">
<i class="fa-solid fa-cogs" style="color: #FFFFFF;" aria-hidden="true"></i>
<h5>Custom</h5>
<p>Custom packages are available for specific parties, additional decorations and additional staff. Clients must contact the company to arrange any custom packages.</p>
<a href="contact.html"><button class="button">Book now</button></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-------About End------->
<!-------Services Start------->
<div class="sectioner-header text-center">
<h3>Our Services</h3>
<span class="line"></span>
</div>
<div class="section-content text-center">
<div class="row">
<div class="col-md-4">
<div class="icon-box">
<img src="images/Wedding.jpg" class="service-image" alt="Service">
<h5>Wedding</h5>
<p class="service-description">Transform your wedding dreams into reality with our expert planning. From personalized touches to flawless execution, we handle every detail, allowing you to cherish every moment stress-free. Let's create your perfect day together!</p>
<a href="contact.html"><button class="button">Book now</button></a>
</div>
</div>
<div class="col-md-4">
<div class="icon-box">
<img src="images/Birthday-Party.jpg" class="service-image" alt="Service">
<h5>Birthday Party</h5>
<p class="service-description">Our expert birthday party planning ensures a stress-free experience, tailored themes, top-notch entertainment, delicious catering, and unforgettable memories. Choose us for a seamless and personalized birthday bash that dazzles guests of all ages!</p>
<a href="contact.html"><button class="button">Book now</button></a>
</div>
</div>
<div class="col-md-4">
<div class="icon-box">
<img src="images/themed-events.jpg" class="service-image" alt="Service">
<h5>Themed Events</h5>
<p class="service-description">Bring your dream event to life with our Themed Events service. Our team of experts will work with you to create a unique and memorable event that perfectly fits your theme.</p>
<a href="contact.html"><button class="button">Book now</button></a>
</div>
</div>
<div class="col-md-4">
<div class="icon-box">
<img src="images/marquee-party.jpg" class="service-image" alt="Service">
<h5>Marquee Parties</h5>
<p class="service-description">Experience the magic of our Marquee Parties. With our expert planning and execution, we ensure a memorable event that will leave your guests in awe.</p>
<a href="contact.html"><button class="button">Book now</button></a>
</div>
</div>
<div class="col-md-4">
<div class="icon-box">
<img src="images/special-celebrations.jpg" class="service-image" alt="Service">
<h5>Special Celebrations</h5>
<p class="service-description">Celebrate your special moments with us. Our team of experts will provide a seamless and personalized experience that will create unforgettable memories.</p>
<a href="contact.html"><button class="button">Book now</button></a>
</div>
</div>
<div class="col-md-4">
<div class="icon-box">
<img src="images/entertainment-party.jpg" class="service-image" alt="Service">
<h5>Entertainment</h5>
<p class="service-description">Elevate your events with our Entertainment Package. From top-notch entertainment to seamless planning and execution, we've got everything covered.</p>
<a href="contact.html"><button class="button">Book now</button></a>
</div>
</div>
</div>
</div>
<!-------Services End------->
<!-- Footer -->
<footer class="banner" data-scroll-index='5'>
<img src="images/logo.png" alt="Logo">
<div class="container">
<div class="row">
<div class="col-md-8 col-sm-12">
<div class="banner-text">
<!-- Other content goes here -->
</div>
</div>
</div>
</div>
<div class="social-icons">
<a href="#"><i class="fab fa-instagram"></i></a>
<a href="#"><i class="fab fa-youtube"></i></a>
<a href="#"><i class="fab fa-tiktok"></i></a>
</div>
<div class="footer-links">
<ul>
<li><a href="index.html" class="white">HOME</a></li>
<li><a href="services.html" class="white">SERVICES</a></li>
<li><a href="contact.html" class="white">CONTACT</a></li>
</ul>
</div>
<span class="svg-wave"> <img class="svg-hero"> </span>
</footer>
<!-- End Footer -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.4/jquery.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.1.1/js/bootstrap.min.js" integrity="sha384-smHYKdLADwkXOn1EmN1qk/HfnUcbVRZyYmZ4qpPea6sjB/pTJ0euyQp0Mk8ck+5T" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.min.js"></script>
<!-- scrollIt js -->
<script src="js/scrollIt.min.js"></script>
<script src="js/wow.min.js"></script>
<script src="js/nav.js"></script>
<script>
wow = new WOW();
wow.init();
$(document).ready(function(e) {
$('#video-icon').on('click',function(e){
e.preventDefault();
$('.video-popup').css('display','flex');
$('.iframe-src').slideDown();
});
$('.video-popup').on('click',function(e){
var $target = e.target.nodeName;
var video_src = $(this).find('iframe').attr('src');
if($target != 'IFRAME'){
$('.video-popup').fadeOut();
$('.iframe-src').slideUp();
$('.video-popup iframe').attr('src'," ");
$('.video-popup iframe').attr('src',video_src);
}
});
$('.slider').bxSlider({
pager: false
});
});
$(window).on("scroll",function () {
var bodyScroll = $(window).scrollTop(),
navbar = $(".navbar");
if(bodyScroll > 50){
$('.navbar-logo img').attr('src','images/logo-black.png');
navbar.addClass("nav-scroll");
}else{
$('.navbar-logo img').attr('src','images/logo.png');
navbar.removeClass("nav-scroll");
}
});
$(window).on("load",function (){
var bodyScroll = $(window).scrollTop(),
navbar = $(".navbar");
if(bodyScroll > 50){
$('.navbar-logo img').attr('src','images/logo-black.png');
navbar.addClass("nav-scroll");
}else{
$('.navbar-logo img').attr('src','images/logo-white.png');
navbar.removeClass("nav-scroll");
}
$.scrollIt({
easing: 'swing', // the easing function for animation
scrollTime: 900, // how long (in ms) the animation takes
activeClass: 'active', // class given to the active nav element
onPageChange: null, // function(pageIndex) that is called when page is changed
topOffset: -63
});
});
</script>
</body>
</html>