-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·369 lines (288 loc) · 12.1 KB
/
index.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
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SE IT 11</title>
<!-- font awesome cdn link -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css">
<!-- custom css file link -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- header section starts -->
<header>
<a href="#" class="logo"></a>
<div id="menu-bar" class="fas fa-bars"></div>
<nav class="navbar">
<a href="#home">home</a>
<a href="#vendor">vendor</a>
<a href="#clients">clients</a>
<a href="#team">team</a>
<a href="#contact">contact</a>
<a href="#blog">blog</a>
</nav>
</header>
<!-- header section ends -->
<!-- home section starts -->
<section class="home" id="home">
<div class="content">
<span>wedding planner agency</span>
<h3>we make every moment special!</h3>
<!-- <a href="#" class="btn">Login</a> -->
</div>
</section>
<!-- home section ends -->
<section class="step-container">
<div class="step">
<span>01</span>
<h3>engagement</h3>
<p>book your venu, cake, food caterring, etc... for the engagement.</p>
<a href="#" class="btn">Book now</a>
</div>
<div class="step">
<span>02</span>
<h3>save the date</h3>
<p>select your date and confirm it for the selected fuction.</p>
<a href="#" class="btn">Select</a>
</div>
<div class="step">
<span>03</span>
<h3>wedding ceremony</h3>
<p>book your venu, cake, food caterring, DJ night, party,etc... for the wedding ceremony.</p>
<a href="#" class="btn">Book now</a>
</div>
</section>
<!-- vendor section starts -->
<section class="vendor" id="vendor">
<div class="heading">
<h1>Top wedding vendors</h1>
<img src="images/header-img.png" alt="">
</div>
<div class="box-container">
<div class="box">
<img src="images/img1.jpg" alt="">
<div class="info">
<h3>dressing</h3>
<p>We arrange you all types of traditional dresses of boys and girls.</p>
<a href="#" class="btn">dresses</a>
</div>
</div>
<div class="box">
<img src="images/img2.jpg" alt="">
<div class="info">
<h3>Florist</h3>
<p>We arrange you all types of natural flowers availabel from our side.</p>
<a href="#" class="btn">flowers</a>
</div>
</div>
<div class="box">
<img src="images/img3.jpg" alt="">
<div class="info">
<h3>wedding cake</h3>
<p>We arrange you all types of cakes with delicious flavours & so many types of shapes.</p>
<a href="#" class="btn">cakes</a>
</div>
</div>
<div class="box">
<img src="images/img4.jpg" alt="">
<div class="info">
<h3>venu and hall</h3>
<p>We arrange you resorts, hotels and halls at your choosen location.</p>
<a href="#" class="btn">venus</a>
</div>
</div>
<div class="box">
<img src="images/img5.jpg" alt="">
<div class="info">
<h3>music and party</h3>
<p>We arrange DJ nights, music concert as well as with party.</p>
<a href="#" class="btn">music and parties</a>
</div>
</div>
<div class="box">
<img src="images/img6.jpg" alt="">
<div class="info">
<h3>photographer</h3>
<p>We have every types of photography team with video shooting.</p>
<a href="#" class="btn">wedding shoots</a>
</div>
</div>
</div>
</section>
<!-- vendor section ends -->
<!-- client section starts -->
<section class="clients" id="clients">
<div class="heading">
<h1>previous clients</h1>
<img src="images/header-img.png" alt="">
</div>
<div class="row">
<div class="box-container">
<div class="box">
<img src="images/client-5.jpg" alt="">
<div class="info">
<h3>01. Ashton & Demi</h3>
<p> <i class="fas fa-quote-left"></i> Our Wedding was held at Himachal. They planned it very traditionaly. Their arrangments are as we have expected. It was a dream wedding for us. Thank you for making our wedding special.<i class="fas fa-quote-right"></i> </p>
</div>
</div>
<div class="box">
<img src="images/client-6.jpg" alt="">
<div class="info">
<h3>02. Krishna & Radha</h3>
<p> <i class="fas fa-quote-left"></i> We are searching for the best wedding planner and we got it from our home without any hardwork. The arrangment were very efficient well planned. Thanks for making our wedding royal.<i class="fas fa-quote-right"></i> </p>
</div>
</div>
</div>
<img src="images/divider.png" class="divider" alt="">
<div class="box-container">
<div class="box">
<div class="info">
<h3>03. kim & kanye</h3>
<p> <i class="fas fa-quote-left"></i> We are searching for engagement planner physical but we nver reach at our expectation and it was very time consuming. Then one of our friend suggest us this site. they have grate to arrange all the evets like photography, decoration, etc... . thanks to this site for making our engagement succesful.<i class="fas fa-quote-right"></i> </p>
</div>
<img src="images/client-7.jpg" alt="">
</div>
<div class="box">
<div class="info">
<h3>04. justin & jennifer</h3>
<p> <i class="fas fa-quote-left"></i> we were plannig for destination wedding but with quality of event manager. After some searching someone told us about this site. This site is best for those who want to save their time and book their dream wedding from their home at one place. thank you for this site<i class="fas fa-quote-right"></i> </p>
</div>
<img src="images/client-8.jpg" alt="">
</div>
</div>
</div>
</section>
<!-- client section ends -->
<!-- team section starts -->
<section class="team" id="team">
<div class="heading">
<h1>creative team</h1>
<img src="images/header-img.png" alt="">
</div>
<div class="box-container">
<div class="box">
<img src="images/Train.jpg" alt="">
<h3>Dip</h3>
<span>Wedding Planner</span>
<p>Dip prajapat the wedding planner. he manage all the wedding works. you can contact him here.</p>
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="box">
<img src="images/team-2.jpg" alt="">
<h3>Sagar</h3>
<span>Event planner</span>
<p>sagar mote the event planner. he manage all types of event works. you can contact him here.</p>
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
<div class="box">
<img src="images/team-3.JPG" alt="">
<h3>Chaitanya</h3>
<span>Engagement planner</span>
<p>Chaitanya katore the engagement planner. he manage all the engagement works. you can contact him here.</p>
<div class="share">
<a href="#" class="fab fa-facebook-f"></a>
<a href="#" class="fab fa-twitter"></a>
<a href="#" class="fab fa-instagram"></a>
<a href="#" class="fab fa-linkedin"></a>
</div>
</div>
</div>
</section>
<!-- team section ends -->
<!-- contact section starts -->
<section class="contact" id="contact">
<div class="heading">
<h1>contact us</h1>
<img src="images/header-img.png" alt="">
</div>
<form onsubmit="myfunc(event)" action="">
<div class="inputBox">
<input type="text" placeholder="your name" id="yname">
<input type="email" placeholder="your email" id="yemail">
</div>
<div class="inputBox">
<input type="number" placeholder="your number" id="ynumber">
<input type="text" placeholder="your address" id="yaddress">
</div>
<textarea placeholder="say something" name="" id="message" cols="30" rows="10"></textarea>
<input type="submit" value="send message" class="btn">
</form>
<script type="text/javascript">
function myfunc(event){
event.preventDefault();
var yname = document.getElementById("yname").value;
var yemail = document.getElementById("yemail").value;
var ynumber = document.getElementById("ynumber").value;
var yaddress = document.getElementById("yaddress").value;
var message = document.getElementById("message").value;
localStorage.setItem('ls_yame', yname);
localStorage.setItem('ls_yemail', yemail);
localStorage.setItem('ls_ynumber', ynumber);
localStorage.setItem('ls_yaddress', yaddress);
localStorage.setItem('ls_message', message);
}
</script>
</section>
<!-- contact section ends -->
<!-- blog section starts -->
<section class="blog" id="blog">
<div class="heading">
<h1>latest blogs</h1>
<img src="images/header-img.png" alt="">
</div>
<div class="box-container">
<div class="box">
<img src="images/blog-4.jpg" alt="">
<div class="info">
<h3> <span>01. </span> Wedding Shoot </h3>
<p>Here we have blogs of wedding shoot captured by our photography team.</p>
<a href="#" class="btn">Shoots</a>
</div>
</div>
<div class="box">
<img src="images/blog-5.jpg" alt="">
<div class="info">
<h3> <span>02. </span> Food Caterring </h3>
<p>Here we have blogs of caterring arrangment that done by us in previous fuctions.</p>
<a href="#" class="btn">caterring by us</a>
</div>
</div>
<div class="box">
<img src="images/blog-3.jpg" alt="">
<div class="info">
<h3> <span>03. </span> Cake Cutting </h3>
<p>Here we have blogs of cake cute by the couples in previous fuctions.</p>
<a href="#" class="btn">cakes</a>
</div>
</div>
</div>
</section>
<!-- blog section ends-->
<!-- footer section -->
<div class="footer"> created by <span>SE IT 11</span> Copyright ©| all rights reserved! </div>
<!-- Javascript -->
<script>
let menu = document.querySelector('#menu-bar');
let navbar = document.querySelector('.navbar');
menu.addEventListener('click', () =>{
menu.classList.toggle('fa-times');
navbar.classList.toggle('nav-toggle');
});
window.onscroll = () =>{
menu.classList.remove('fa-times');
navbar.classList.remove('nav-toggle');
}
</script>
</body>
</html>