-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
226 lines (206 loc) · 10.1 KB
/
index.html
File metadata and controls
226 lines (206 loc) · 10.1 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
<meta name="keywords" content="WEDDING,PLANNER,PLAN,ASSIGNMENT,">
<meta name="author" content="CookieByte">
<title> ESSENCE </title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lobster">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Satisfy">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Courgette">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="stylistic.css">
<script src="https://code.jquery.com/jquery-3.2.1.min.js"> </script>
</head>
<body>
<div class="top">
<div class="bar" id="myNavbar">
<a class="bar-item-black"
href="javascript:void(0);" onclick="toggleFunction()" title="Toggle Navigation Menu">
<i class="bars"></i>
</a>
<a href="index.html" class="bar-item-button"><i class="home"></i><b>ESSENCE</b></a>
<a href="index.html#about" class="bar-item-white"><i class="info-circle"></i> About</a>
<a href="index.html#work" class="bar-item-white"><i class="th"></i> Work</a>
<a href="index.html#contact" class="bar-item-white"><i class="envelope"></i> Contact</a>
<div class="dropdown-hover">
<button class="button" title="Locations"><i class="globe"></i> Locations <i class="caret-down"></i></button>
<div class="dropdown-content">
<a href="venues_merseyside.html" class="bar-item-button">Merseyside</a>
<a href="venues_north_wales.html" class="bar-item-button">North Wales</a>
</div>
</div>
</div>
<div id="navSmall" class="bar-hide-medium">
<a href="#team" class="bar-item-button">Team</a>
<a href="#work" class="bar-item-button">Work</a>
<a href="#about" class="bar-item-button">About</a>
<a href="#contact" class="bar-item-button">Contact</a>
<a href="venues_merseyside.html" class="bar-item-button">Merseyside</a>
<a href="venues_north_wales.html" class="bar-item-button">North Wales</a>
</div>
</div>
<div class="img1 " id="home">
<div class="display-middle" style="white-space:nowrap;">
<span class="center-padding">ESSENCE</span>
</div>
</div>
<div class="content-container" id="about">
<h3 class="center-font">Luxury Wedding & Destination Event Planners </h3>
<p class="center"><em>ABOUT US</em></p>
<p>At ESSENCE, we specialize in creating luxurious and unforgettable destination weddings that reflect the unique love stories of each couple.
With years of experience in the luxury wedding industry, we offer bespoke planning services that ensure every detail—from stunning venues
to exquisite decor and seamless logistics—is meticulously crafted to perfection. Whether you're dreaming of a romantic beach ceremony,
a fairytale wedding in a European castle, or an intimate celebration in a vineyard, our expert team handles every aspect of the planning
process with creativity, care, and precision. We believe that your wedding day should be nothing short of magical, and we are dedicated to
making your dream celebration a reality, allowing you to relax and enjoy the journey while we take care of the rest.</p>
<p class="center-large">Have a look at our stats from our customers:</p>
<p class="wide"><i class="diamond"></i>Creativity </p>
<div class="light-grey">
<div class="dark-grey-container" style="width:100%">100%</div>
</div>
<p class="w3-wide"><i class="cutlery"></i>Catering</p>
<div class="w3-light-grey">
<div class="dark-grey-container" style="width:90%">90%</div>
</div>
<p class="w3-wide"><i class="child"></i>Entertainment</p>
<div class="w3-light-grey">
<div class="dark-grey-container" style="width:95%">95%</div>
</div>
</div>
<div class="center-row">
<div class="quarter">
<span class="xxlarge">4.9 <i class="star"></i></span>
<br>Overall Rating
</div>
<div class="quarter">
<span class="xxlarge">25</span>
<br>Themes Done
</div>
<div class="quarter">
<span class="xxlarge">250+</span>
<br>Satisfied Clients
</div>
<div class="quarter">
<span class="xxlarge">60,000+</span>
<br>Happy Guests
</div>
</div>
<div class="img2">
<div class="display-middle">
<span class="xxlarge-wide">Our Work</span>
</div>
</div>
<div class="content-container" id="work">
<h3 class="center">OUR WORK</h3>
<p class="center"><em>Explore a curated collection of moments from our breathtaking weddings.<br>Click on the images to immerse yourself in the full experience.</em></p><br>
<div class="row-padding">
<div class="col m3">
<img src="img/work_1.jpg" style="width:100%" onclick="onClick(this)" class="hover-opacity" alt="You'll have memories to last with us">
</div>
<div class="col m3">
<img src="img/work_2.jpg" style="width:100%" onclick="onClick(this)" class="hover-opacity" alt="Satisfied clients on their special day">
</div>
<div class="col m3">
<img src="img/work_3.jpg" style="width:100%" onclick="onClick(this)" class="hover-opacity" alt="Our Wedding Photographers are simply the best!">
</div>
<div class="col m3">
<img src="img/work_4.jpg" style="width:100%" onclick="onClick(this)" class="hover-opacity" alt="We pay close attention to every detail">
</div>
</div>
<div class="row-section">
<div class="col m3">
<img src="img/work_5.jpg" style="width:100%" onclick="onClick(this)" class="hover-opacity" alt="Intricate flower design by our team in house">
</div>
<div class="col m3">
<img src="img/work_6.jpg" style="width:100%" onclick="onClick(this)" class="hover-opacity" alt="Creative flower arrangement catered to your needs">
</div>
<div class="col m3">
<img src="img/work_7.jpg" style="width:100%" onclick="onClick(this)" class="hover-opacity" alt="What's a bride without her bridesmaids?">
</div>
<div class="col m3">
<img src="img/work_8.jpg" style="width:100%" onclick="onClick(this)" class="hover-opacity" alt="We'll leave you feeling this happy after choosing us!">
</div>
</div>
</div>
<div id="modal01" class="modal-black" onclick="this.style.display='none'">
<span class="button-topright" title="Close Modal Image"><i class="remove"></i></span>
<div class="modal-transparent-zoom">
<img id="img01" class="image">
<p id="caption" class="opacity-large"></p>
</div>
</div>
<div class="img4">
<div class="display-middle">
<span class="xxlarge-wide">CONTACT</span>
</div>
</div>
<div class="content-container" id="contact">
<h3 class="center">WHERE WE ARE</h3>
<p class="center"><em>We'd Love For You To Get In Touch</em></p>
<div class="row-padding-32">
<div class="col-container">
</div>
<div class="col-panel">
<div class="large-margin-bottom">
<i class="map-margin-right"></i> Lohegaon, Pune, Maharashtra <br>
<i class="phone-margin-right"></i> Phone: 90888444XX<br>
<i class="envelope-margin-right"></i> Email: CookieByte@gmail.com<br>
</div>
<p>Swing by for a cup of <i class="coffee"></i>, or leave us a note:</p>
<div class="rp" style="margin:0 -16px 8px -16px">
<div class="half">
<input class="input-border" type="text" placeholder="Name" required name="Name">
</div>
<div class="half">
<input class="input-border" type="text" placeholder="Email" required name="Email">
</div>
</div>
<input class="input-border" type="text" placeholder="Message" required name="Message">
<button class="black-button-section" type="submit">
<i class="paper-plane"></i> SEND MESSAGE
</button>
</form>
</div>
</div>
</div>
</body>
<script>
function myMap()
{
myCenter=new google.maps.LatLng(53.396816, -2.981010);
var mapOptions= {
center:myCenter,
zoom:12, scrollwheel: false, draggable: false,
mapTypeId:google.maps.MapTypeId.ROADMAP
};
var map=new google.maps.Map(document.getElementById("googleMap"),mapOptions);
var marker = new google.maps.Marker({
position: myCenter,
});
marker.setMap(map);
}
function onClick(element) {
document.getElementById("img01").src = element.src;
document.getElementById("modal01").style.display = "block";
var captionText = document.getElementById("caption");
captionText.innerHTML = element.alt;
}
</script>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDE08IsNxowB1UrU5pi0xiPPSoyV1NSHsY&callback=myMap"></script>
<script>
function toggleFunction() {
var x = document.getElementById("navSmall");
if (x.className.indexOf("show") == -1) {
x.className+="show";
} else {
x.className = x.className.replace("show", "");
}
}
</script>
</body>
</html>