-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
360 lines (313 loc) · 14.5 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
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="stylesheet" href="css/all.min.css">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link href="https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&display=swap" rel="stylesheet">
<title>shadi</title>
<style>
body{
font-family: 'Dancing Script', cursive;
font-weight: bold;
font-size: 0.6cm;
}
.navbar{
position: fixed;
width: 100%;
background: rgb(56, 19, 19) !important;
box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.25);
transition: .6s;
z-index: 10;
}
.button {
/* Green */
border: none;
color: white;
padding: 20px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
.navbar-nav{
font-family: 'Dancing Script', cursive;
font-weight: bold;
font-size: x-large;
}
.nav-link{
margin-right: 5px;
}
.nav-link:hover{
color: rgb(180, 85, 93) !important;
}
nav.sticky{
background-color: rgb(250, 244, 244) !important;
margin-right: 5px;
}
@media (max-width:768px){
.navbar{
z-index: 10;
}
.navbar-brand .logo-one{
margin-left: 5px !important;
height: 40px;
}
.icons{
margin-bottom: 1rem;
}
}
.button5 {border-radius: 12px;}
textarea {
width: 100%;
height: 150px;
padding: 12px 20px;
box-sizing: border-box;
border: 2px solid #ccc;
border-radius: 4px;
background-color: #f8f8f8;
font-size: 16px;
resize: none;
}
</style>
</head>
<body style="background-color: rgb(243, 243, 120);" id="top">
<nav class="navbar navbar-expand-lg navbar-light bg-light">
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="true" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item active">
<a class="nav-link" href="index.html" style="color: white;">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#story" style="color: white;">Our Story</a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#gallery" style="color: white;">Gallery</a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#invitation" style="color: white;">Invitation</a>
</li>
<li class="nav-item">
<a class="nav-link" href="projects.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="profile.html" style="color: white;"></a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blessing" style="color: white;">Blessing</a>
</li>
</ul>
</div>
</nav>
<br><br>
<img src="back.png" alt="" width="100%">
<br><br>
<center><h1 style="color: rgb(9, 56, 3);" id="story"> When Anand met Saisha!</h1></center><br>
<div class="jumbotron" style="background-color: rgb(230, 150, 150);">
<div class="container-fluid" id="story">
<div class="row">
<div class="col">
<iframe width="603" height="360" src="https://www.youtube.com/embed/2Vmy642OICA" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
<div class="col">
<div class="jumbotron" style="background-color: rgb(245, 150, 150);">
<b><p style="color: rgb(100, 33, 33);"> They say that when two people are destined to be together, no matter the distance that is keeping them apart,
they somehow find a way of coming together. That is exactly what happened with our to be wedded couple Tarun and Sejal.</b>
<br>
<b><p style="color: rgb(61, 11, 11);">It was only their ‘first meeting’, which was left to happen because ‘love at first sight’ was ready to strike as soon as they met.
So, join us as we take you through the magical love story and wedding journey of this gorgeous couple.
</p></b>
</div>
</div>
</div>
</div>
</div>
<center><h1 style="color: rgb(9, 56, 3);" id="gallery">
Every photograph defines a story!!!</h1></center><br>
<div class="container-fluid" id="workshop" style="margin-top: 1%;">
<div class="row" style="margin-top: 0; ">
<div class="col-md-3" style="margin-top: 0.5%;" >
<div class="card shadow" style="width: 20rem;">
<div class="inner">
<a href="images/1.jpg" data-lightbox="mygallery"> <img src="images/1.jpg" class="card-img-top" alt="..." width="80%"> </a>
</div>
</div>
</div>
<div class="col-md-3" style="margin-top: 0.5%;">
<div class="card shadow" style="width: 20rem;">
<div class="inner">
<a href="images/2.jpg" data-lightbox="mygallery"> <img src="images/2.jpg" class="card-img-top" alt="..." width="100%"> </a>
</div>
</div>
</div>
<div class="col-md-3" style="margin-top: 0.5%;">
<div class="card shadow" style="width: 20rem;">
<div class="inner">
<a href="images/3.jpg" data-lightbox="mygallery"> <img src="images/3.jpg" class="card-img-top" alt="..." width="100%"> </a>
</div>
</div>
</div>
<div class="col-md-3" style="margin-top: 0.5%;">
<div class="card shadow" style="width: 20rem;">
<div class="inner">
<a href="images/4.jpg" data-lightbox="mygallery"> <img src="images/4.jpg" class="card-img-top" alt="..." width="100%"></a>
</div>
</div>
</div>
<div class="col-md-3" style="margin-top: 0.5%;">
<div class="card shadow" style="width: 20rem;">
<div class="inner">
<a href="images/1.jpg" data-lightbox="mygallery"> <img src="images/5.jpg" class="card-img-top" alt="..." width="100%"> </a>
</div>
</div>
</div>
<div class="col-md-3" style="margin-top: 0.5%;">
<div class="card shadow" style="width: 20rem;">
<div class="inner">
<a href="images/2.jpg" data-lightbox="mygallery"> <img src="images/6.jpg" class="card-img-top" alt="..." width="100%"></a>
</div>
</div>
</div>
<div class="col-md-3" style="margin-top: 0.5%;">
<div class="card shadow" style="width: 20rem;">
<div class="inner">
<a href="images/3.jpg" data-lightbox="mygallery"> <img src="images/7.jpg" class="card-img-top" alt="..." width="100%"></a>
</div>
</div>
</div>
<div class="col-md-3" style="margin-top: 0.5%;">
<div class="card shadow" style="width: 20rem;">
<div class="inner">
<a href="images/4.jpg" data-lightbox="mygallery"> <img src="images/8.jpg" class="card-img-top" alt="..." width="100%"></a>
</div>
</div>
</div>
</div>
</div>
<center><h1 style="color: rgb(9, 56, 3);" id="invitation">
Your presence matters!</h1></center><br>
<div class="jumbotron" style="background-color: rgb(230, 150, 150);;">
<div class="row">
<div class="col">
<div class="jumbotron" style="background-color: rgb(218, 107, 107);">
<div class="card">
<div class="card-body" style="background-color: rgb(228, 123, 123);">
<div class="jumbotron" style="background-color: rgb(196, 134, 134);">
<b><p style="color: rgb(100, 33, 33);"> We invite you to share the joy with us as the<br> wedding of Tarun Goyal and Sejal Sharma<br> takes place on
15 February 2021 at Goa.<br>
We expect you together with your family!<br></p></b>
<center><button class="button button5" style="background-color: red;">Join The Live Wedding</button></center>
</div>
</div>
</div>
</div>
</div>
<div class="col">
<img src="images/marriage.jpg" alt="" width="100%">
</div>
</div>
</div>
<center><h1 style="color: rgb(9, 56, 3);" id="blessing">
Your blessings are precious!</h1>
</center>
<center><h3 style="color: rgb(9, 56, 3);">
(Dooriyan kam karo...!!!)</h3>
</center><br>
<div class="container">
<div class="row">
<div class="col">
<div class="row">
<div class="col-md-10 mx-auto">
<form>
<div class="form-group row">
<div class="col-sm-6">
<label for="inputFirstname">First Name</label>
<input type="text" class="form-control" id="inputFirstname" placeholder="First name">
</div>
<div class="col-sm-6">
<label for="inputLastname">Last Name </label>
<input type="text" class="form-control" id="inputLastname" placeholder="Last Name">
</div>
</div>
<label for="inputLastname">Send Your Best Wishes...</label>
<textarea>We Loved Your Message...</textarea>
<center><button class="button button5" style="background-color:purple;">Send Your Best Wishes</button></center>
</form>
</div>
</div>
</div>
<div class="col">
<img src="images/ganesh.jpg" alt="" width="100%">
</div>
</div>
<hr>
<div class="jumbotron" style="background-color: rgb(243, 243, 120);">
<a href="#top"><center><i class="fas fa-5x fa-angle-up" style="color: black;"></i></center></a>
<center><h1>Back To Top</h1></center>
</div>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js" integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
</body>
</html>