-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
223 lines (217 loc) · 8.41 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta name="google-site-verification" content="hecwqYrSWskdU6foIhsOepCXrQd6_AG2spWVEAC_rOo" />
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!--` font awesome started -->
<link
rel="stylesheet"
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"
integrity="sha512-iecdLmaskl7CVkqkXNQ/ZH/XLlvWZOJyj7Yy7tcenmpD1ypASozpmT/E0iPtmFIB46ZmdtAc9eNBvH0H/ZpiBw=="
crossorigin="anonymous"
referrerpolicy="no-referrer"
/>
<!--? font awesome ended -->
<!--` fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Righteous&display=swap"
rel="stylesheet"
/>
<!--? fonts -->
<!--` link css file tag started -->
<link rel="stylesheet" href="style.css" />
<!--? link css file tag ended -->
<title>ENVISION</title>
</head>
<body>
<!--` header started -->
<header>
<div class="contactdiv">
<div class="phonediv">
<a href="tel:+923330000000">
<i class="fa-solid fa-phone"></i> +923300000000</a
>
</div>
<div class="emaildiv">
<a href="mailto: [email protected]">
<i class="fa-solid fa-envelope"></i> [email protected]</a
>
</div>
</div>
<div class="nav-div">
<div class="nav-left">
<div class="logo-div">
<img src="images/logo.png" alt="" />
</div>
</div>
<div class="nav-right">
<ul>
<div>HOME</div>
<div>SERVICES</div>
<div>ABOUT US</div>
<div>VIDEOS</div>
<div>PHOTOS</div>
<div>CONTACT US</div>
</ul>
</div>
</div>
<div class="center-cont">
<div class="cont cont1">
<span> EVENTS </span>
DESIGNER
</div>
<div class="cont cont2">Designing Experiences</div>
<div class="cont cont3">
Bringing Your Vision to Life, one Event at a Time
</div>
<div class="cont cont4"><button class="btn">READ MORE</button></div>
<div class="cont cont5">
<i class="fa-brands fa-facebook-f"></i>
<i class="fa-brands fa-youtube"></i>
<i class="fa-brands fa-instagram"></i
><i class="fa-brands fa-twitter"></i>
</div>
</div>
</header>
<!--? header ended -->
<!--` herosec1 started -->
<div class="herosec1">
<div class="hero-heading"><h2>SERVICES</h2></div>
<!--` cards started -->
<div class="card-div">
<div class="card1 cards">
<h3>WEDDING PLANNERS</h3>
<div class="cardbg cardbg1"></div>
<div class="cardtxt">
<p>
From exquisite floral arrangements to elegant decor, our wedding
services bring enchantment to every detail.
</p>
</div>
</div>
<div class="card2 cards">
<h3>EVENT PLANNING SERVICES</h3>
<div class="cardbg cardbg2"></div>
<div class="cardtxt">
<p>
Event planning services offer professional expertise and seamless
coordination to create memorable and flawlessly.
</p>
</div>
</div>
<div class="card3 cards">
<h3>CATERING SERVICES</h3>
<div class="cardbg cardbg3"></div>
<div class="cardtxt">
<p>
Catering services provide delectable culinary experiences tailored
to specific events, ensuring exceptional food quality and
delightful dining experiences for guests.
</p>
</div>
</div>
<div class="card4 cards">
<h3>BRAND ACTIVATIONS</h3>
<div class="cardbg cardbg4"></div>
<div class="cardtxt">
<p>
Brand activations engage consumers through immersive experiences,
igniting brand awareness and fostering meaningful connections
between brands and their target audiences.
</p>
</div>
</div>
<div class="card5 cards">
<h3>CORPORATE EVENT PLANNING</h3>
<div class="cardbg cardbg5"></div>
<div class="cardtxt">
<p>
Corporate event planning orchestrates professional gatherings that
combine strategic objectives, meticulous logistics, and engaging
experiences to drive business success.
</p>
</div>
</div>
<div class="card6 cards">
<h3>TEAM BUILDING ACTIVITIES</h3>
<div class="cardbg cardbg6"></div>
<div class="cardtxt">
<p>
Team building activities foster collaboration, boost morale, and
strengthen interpersonal relationships among team members,
enhancing overall productivity and success.
</p>
</div>
</div>
<!--? cards ended -->
</div>
</div>
<!--? herosec1 ended -->
<!--` herosec2 started -->
<div class="herosec2">
<div class="hero-heading"><h2>ABOUT US</h2></div>
<div class="herosec2txt">
<p>
Envision is a powerful concept that encapsulates the ability to
imagine, plan, and visualize a desired future state. It involves
cultivating a clear vision, setting goals, and developing a roadmap to
achieve them. Envisioning goes beyond mere daydreaming; it requires
intention, focus, and determination. By envisioning, individuals and
organizations can clarify their aspirations, align their actions, and
strive towards their desired outcomes. It serves as a guiding light,
providing a sense of purpose and direction. Envisioning enables
individuals to tap into their creativity, think outside the box, and
challenge the status quo. It empowers them to overcome obstacles,
embrace change, and actively shape their own destiny. Whether it's
envisioning personal growth, organizational success, or societal
transformation, the power of envisioning lies in its ability to
inspire and propel individuals and collectives towards a brighter
future.
</p>
</div>
<div class="testimonials"><h2>Testimonials</h2></div>
<div class="testdiv">
<div class="testcard">
<div class="photo1 photo"></div>
<div class="name">JOHN WICK</div>
<div class="rank">CEO/FOUNDER</div>
<div class="about">
<i class="fa-solid fa-quote-left"></i>
making major corporate decisions, setting strategic goals, and
overseeing the overall operations and performance of the company. As
the leader, the CEO plays a crucial role in driving the company's
vision<i class="fa-solid fa-quote-right"></i>
</div>
</div>
<div class="testcard">
<div class="photo2 photo"></div>
<div class="name">ROBERT HOOK</div>
<div class="rank">WEDDING PLANNER</div>
<div class="about">
<i class="fa-solid fa-quote-left"></i>
making major corporate decisions, setting strategic goals, and
overseeing the overall operations and performance of the company. As
the leader, the CEO plays a crucial role in driving the company's
vision<i class="fa-solid fa-quote-right"></i>
</div>
</div>
<div class="testcard">
<div class="photo3 photo"></div>
<div class="name">T.SHAWAN</div>
<div class="rank">CORPORATE EVENT PLANNER</div>
<div class="about">
<i class="fa-solid fa-quote-left"></i>
making major corporate decisions, setting strategic goals, and
overseeing the overall operations and performance of the company. As
the leader, the CEO plays a crucial role in driving the company's
vision<i class="fa-solid fa-quote-right"></i>
</div>
</div>
</div>
</div>
<!--? herosec2 ended -->
</body>
</html>