-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathreception.html
More file actions
150 lines (108 loc) · 6.33 KB
/
reception.html
File metadata and controls
150 lines (108 loc) · 6.33 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
<!doctype html>
<html>
<head>
<title>Reception</title>
<link href="css/style.css" type="text/css" rel="stylesheet">
<link href="css/grid.css" type="text/css" rel="stylesheet">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.3/umd/popper.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/js/bootstrap.min.js"></script>
<link href='https://fonts.googleapis.com/css?family=Cabin+Sketch:400,700' rel='stylesheet' type='text/css'>
</head>
<body>
<main>
<!--------------------- header --------------------------->
<header class="container">
<h1><a href="index.html"><img src="images/logo1.gif"></a></h1>
<nav>
<div class="slide">
<div class="slider">
<script>
var i = 0; // Start Point
var images = []; // Images Array
var time = 2000; // Time Between Switch
images[0] = "images/2.jpg";
images[1] = "images/0000.jpg";
images[2] = "images/000.jpg";
images[3] = "images/3_2.jpg";
images[4] = "images/3_4.jpg";
images[5] = "images/101.jpg";
function changeImg(){
document.slide.src = images[i];
// Check If Index Is Under Max
if(i < images.length - 1){
// Add 1 to Index
i++;
} else {
// Reset Back To O
i = 0;
}
// Run function every x seconds
setTimeout("changeImg()", time);
}
// Run function when page loads
window.onload=changeImg;
</script>
<img name="slide" width="900px">
</div>
<a class="prev"></a>
<a class="next"></a>
</div>
<ul class="menu">
<li class="current"> <a href="index.html" class="clr-1">Home</a> </li>
<li> <a href="about.html" class="clr-2">About The Ambanis</a> </li>
<li> <a href="bride.html" class="clr-3">About The bride</a> </li>
<li> <a href="pwc.html" class="clr-4">Pre Wedding Celeberations</a> </li>
<li> <a href="wd.html" class="clr-5">On the Wedding Day</a> </li>
<li> <a href="reception.html" class="clr-5">Wedding Reception</a> </li>
<li> <a href="news.html" class="clr-5">News</a> </li>
</ul>
</nav>
</header>
<!--------------------- content --------------------------->
<section class="content-bg">
<div class="container">
<aside class="adjust-1">
<div class="wrap-col">
<h2 class="top-6">The Reception</h2>
<dl>
</dl>
</div>
</aside>
<div class="adjust-2">
<div class="wrap-col">
<p>The wedding celebration was followed by a grand reception on December 14. The majestic celebrations took place at Jio Gardens in Bandra Kurla Complex, Mumbai. Jio Gardens was transformed into an enchanted garden full of flowers for celebrating Isha and Anand's exquisite reception. Designer Preston Bailey took the work of changing the look of JIO Gardens to an exquisite one.</p>
<br><img src="images/64.jpg" width="500px" alt="" style="border-radius:16px; display:block"></br >
<br><img src="images/65.jpg" width="500px" alt="" style="border-radius:16px; display:block"></br >
<br><img src="images/66.jpg" width="500px" alt="" style="border-radius:16px; display:block"></br >
<p>The wedding reception of the newly-weds also took place in Mumbai and Foodlink were reportedly managing the F&B for the event.</p>
<p>At the reception, guests were served exquisite dishes from cuisines from across the country. The menu additionally enclosed Mediterranean and pan-Asian dishes, as well as food from Thai and Japanese cuisines. Among highlights from the Asian menu were the dimsums from Hong Kong. For desserts, French luxury brand Laduree served delicious macarons to the guests. A great variety of desserts, together with a counter-full of truffles, was additionally part of the marriage reception menu. </p>
<br><img src="images/67.jpg" width="500px" alt="" style="border-radius:16px; display:block"></br >
<br><img src="images/68.jpg" width="500px" alt="" style="border-radius:16px; display:block"></br >
<br><img src="images/69.jpg" width="500px" alt="" style="border-radius:16px; display:block"></br >
<p>The reception also had a music concert organised for Isha and Anand. Singer Javed Ali and Rekha Bhardwaj gave a mesmerising performance. Most of the limelight, however was stolen by music maestro AR Rahman as he sang his beautiful renditions. Sukhwinder Singh and Udit Narayan and Neeti Mohan were among the other talented singers who performed at the function. </p>
<br><img src="images/70.jpg" width="500px" alt="" style="border-radius:16px; display:block"></br >
<br><img src="images/71.jpg" width="500px" alt="" style="border-radius:16px; display:block"></br >
<p>The famous singer Falguni Pathak also attended Isha Ambani-Anand Piramal wedding reception.
Celebrity couple Zaheer Khan and Sagarika Ghatge were also captured at the reception. Hema Malini blessed the occasion with her daughter Esha Deol. Legendary actor Jeetendra arrived with daughter Ekta Kapoor and son Tusshar Kapoor. </p>
<br><img src="images/73.jpg" width="500px" alt="" style="border-radius:16px; display:block"></br >
<br><img src="images/74.jpg" width="500px" alt="" style="border-radius:16px; display:block"></br >
<br><img src="images/75.jpg" width="500px" alt="" style="border-radius:16px; display:block"></br >
<p>For her grand reception, Isha wore a customised gold lehenga designed by Valentino, a first-ofits-kind creation by the designer. The newlyweds posed in great delight with their family and friends. </p>
It was a high profile wedding ceremony with some the most prominent personalities like Pranab Mukherjee, Hillary Clinton, Ratan Tata, Amitabh and Jaya Bachchan, Rajinikanth with wife Lata.
<br><img src="images/76.jpg" width="500px" alt="" style="border-radius:16px; display:block"></br >
<br><img src="images/77.jpg" width="500px" alt="" style="border-radius:16px; display:block"></br >
</div>
</div>
<!--------------------- footer --------------------------->
<footer>
<p>©2019 Manish</p>
<p> <a href="https://sfoly.com/" class="link">created </a> by <a href="https://sfoly.com/" class="link">Manish Kumar</a> | sfoly india</p>
</footer>
</div>
</div>
</div>
</section>
</main>
</body>
</html>