forked from Dharanish-PM/ES_
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
333 lines (306 loc) · 15.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EpicSense</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/font/bootstrap-icons.css">
<!--flaticon cdn-->
<link rel='stylesheet' href='https://cdn-uicons.flaticon.com/uicons-regular-rounded/css/uicons-regular-rounded.css'>
<link rel="stylesheet" href="./styles.css">
</head>
<body>
<div id="preloader"></div>
<div id="showcase" class="hero ">
<div class="vid">
<video id="videoplay" autoplay loop muted plays-inline src="./video/video.mp4" class="back-video "></video>
</div>
<nav class="navbar navbar-expand-xl navbar-dark py-3 fixed-top">
<div class="container">
<a href="./index.html" id="img-link"><img class="d-xl-none" src="./img/ES-logo.webp" alt="ES-Logo"></a>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navmenu">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse " id="navmenu">
<ul class="navbar-nav mx-auto">
<li class="nav-item tag">
<a href="index.html" class="nav-link ">Overview</a>
</li>
<li class="nav-item tag">
<a href="work.html" class="nav-link ">Our Work</a>
</li>
<li class="nav-item tag">
<a href="people.html" class="nav-link ">Our People</a>
</li>
<a href="./index.html" id="img-link"><img class="d-none d-xl-block" src="./img/ES-logo.webp"
alt="ES-Logo"></a>
<li class="nav-item tag">
<a href="insights.html" class="nav-link ">Our Insights</a>
</li>
<li class="nav-item tag">
<a href="career.html" class="nav-link ">Career</a>
</li>
<li class="nav-item tag">
<a href="contactus.html" class="nav-link ">Contact Us</a>
</li>
</ul>
</div>
</div>
</nav>
<div class="content d-block">
<div class="text-center">
<div>
<p class="h5">Welcome to</p>
<h1>Epic Sense</h1>
<p class="h5">With the adequate knowledge in technical and functional aspects of a business, </p>
<p>we
cater to the success of industries by creating winning strategies and solve complex problems
faced by them.</p>
</div>
</div>
</div>
</div>
<section class="">
<div class="container" style="position: absolute;bottom: 20px;left:60px">
<div class="row text-center g-4">
<div onmouseover="NewVideo1()" class="col-lg-4 d-lg-block d-none p-3 item1 parent"
style="color: #fff;">
<p style="font-size: 2.5rem;">Business</p>
<span>
<i class="fa-solid fa-2x fa-plane child"></i>
</span>
</div>
<div onmouseover="NewVideo2()" class="col-lg-4 d-lg-block d-none p-3 item1 parent"
style="color: #fff;">
<p style="font-size: 2.5rem;">Operational</p>
<span>
<i class="fa-solid fa-2x fa-plane child"></i>
</span>
</div>
<div onmouseover="NewVideo3()" class="col-lg-4 d-lg-block d-none p-3 item1 parent"
style="color: #fff;">
<p style="font-size: 2.5rem;">Digital</p>
<span>
<i class="fa-solid fa-2x fa-plane child"></i>
</span>
</div>
</div>
</div>
</section>
<!--work-->
<section class="p-5 work">
<div class="container text-center text-sm-start">
<p class="h5" style="line-height: 30px;"> We specialize in transformation and optimization in the industrial
landscape through consultation on the digital, operational, financial aspects of business. The insights
we provide to the clients are shaped up by our leading experts of the team, cutting edge digital and
analytical tools, and our experience in working with diversified verticals to drive growth and build
capabilities.</p>
</div>
</section>
<!--Impact-->
<section class="py-5">
<div class="container">
<h3 class="text-center mb-5">
<p><strong> OUR IMPACT</strong></p>
</h3>
<div class="row text-center g-4">
<div class="col-lg-4 p-5 item">
<h1 style="font-size: 4.5rem;">70%</h1>
<p>Improvement in the business operations during the Covid 19 pandemic as our consultation impacted
the way business operate remotely during the national lock down.</p>
</div>
<div class="col-lg-4 p-5 item">
<h1 style="font-size: 4.5rem; ">100%</h1>
<p>Retainment of core customers and multifold increase in new business partnerships</p>
</div>
<div class="col-lg-4 p-5 item" style="border-right: 0;">
<h1 style="font-size: 4.5rem; ">>40%</h1>
<p>Increase in productivity and efficiency resulting in improved customer satisfaction </p>
</div>
</div>
</div>
</section>
<!--Card Section-->
<section class="py-3">
<div class="container text-center ">
<h3 class="text-center mb-5">
<p><strong> IN THE COMMUNITY</strong></p>
</h3>
<div class="card-section row py-2 g-4 text-sm-start text-center justify-content-between align-items-center">
<div class="col-md-5">
<img class="img-fluid w-10 mb-3" style="border-radius:20px ;" src="./img/socialres.webp"
alt="Community">
</div>
<div class="col-md-7 ">
<h1><strong style="font-family: Cinzel;">Social
Responsibility</strong></h1>
<p class="h5 pt-3 pb-3">We are committed to empowering our ecosystem in the nation – to give back to
our communities in ways that are socially responsible and environmentally sustainable.</p>
</div>
</div>
</div>
</section>
<section class="py-3">
<div class="container text-center ">
<div class="card-section row py-2 g-4 text-sm-start text-center justify-content-between align-items-center">
<div class="col-md-5">
<img class="img-fluid w-10 mb-3" style="border-radius:20px" src="./img/backto.webp"
alt="Social-responsibility">
</div>
<div class="col-md-7 ">
<h1><strong style="font-family: Cinzel;">Back to the Community</strong></h1>
<p class="h5 mt-2 pb-3" style="line-height: 30px;">By partnering with organizations, government,
foundations and education providers across healthcare and the Edu tech industry, we facilitate
programs to create awareness on digital literacy and sanitation. </p>
</div>
</div>
</div>
</section>
<!--4 cards-->
<section class="cards py-5">
<div class="container text-sm-start text-center justify-content-center align-items-center">
<div class="row g-6">
<h3 class="text-center mb-5">
<strong>Use Cases</strong>
</h3>
<div class="card-section col-md-4 col-sm-6" style="height: 375px;">
<img class="my-3 w-75 mx-auto " src="./img/static.webp" alt="Strategic Due Diligence">
<h5 style="font-weight: bolder;">Strategic Due Diligence</h5>
<p>Provide your clients with maximum insight into their targets so they can make
decisions with confidence.</p>
</div>
<div class="card-section col-md-4 col-sm-6" tyle="height: 375px;">
<img class="my-3 w-75 " src="./img/indus.webp" alt="Industry Deep Dives">
<h5 style="font-weight: bolder;">Industry Deep Dives</h5>
<p>Assess new markets and areas of opportunity for your client by speaking with
the leading subject-matter experts in their field.</p>
</div>
<div class="card-section col-md-4 col-sm-6" tyle="height: 375px;">
<img class=" my-3 w-75 " src="./img/aud.webp" alt="Audience Insights">
<h5 style="font-weight: bolder;">Audience Insights</h5>
<p>Discover unmet user needs and understand the decision-making criteria of key
groups.</p>
</div>
</div>
<div class="row justify-content-center">
<div class="card-section col-lg-4 col-sm-6" tyle="height: 375px;">
<img class="my-3 w-75 " src="./img/dig.webp" alt="Digital Testing">
<h5 style="font-weight: bolder;">Digital Testing</h5>
<p>Get real-time feedback on digital campaigns and marketing strategies from a
panel of industry experts.</p>
</div>
<div class="card-section col-lg-4 col-sm-6" tyle="height: 375px;">
<img class="my-3 w-75 " src="./img/change.webp" alt="Change Management">
<h5 style="font-weight: bolder;">Change Management</h5>
<p>Offer business advisory to help organizations manage change, mitigate risk
and resolve disputes: fiscal, legal, operational, political & regulatory, reputational
and transactional.</p>
</div>
</div>
</div>
</section>
<!--Our PEOPLE-->
<section class="people py-5 bg-light">
<div class="container text-center ">
<h3 class="py-5" style="font-size:28px;"><strong> OUR PEOPLE</strong></h3>
<div class="d-lg-flex justify-content-center ">
<div class=" card p-5 text-center mx-auto my-2">
<a href="">
<img src="./img/Selvakumar_P.webp" alt="Selvakumar">
<h3 class="mt-5">Selvakumar</h3>
<h6>Chief Consultant Business Development</h6>
<div class="line"></div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam sequi laudantium inventore
necessitatibus ut. Commodi eum reprehenderit nisi sunt ab.</p>
</a>
</div>
<div class=" card p-5 text-center mx-auto my-2">
<a href="">
<img src="./img/Mohan_R.webp" alt="Mohan R">
<h3 class="mt-5">Mohan R</h3>
<h6>Chief Consultant Operations</h6>
<div class="line"></div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam sequi laudantium inventore
necessitatibus ut. Commodi eum reprehenderit nisi sunt ab.</p>
</a>
</div>
<div class=" card p-5 text-center mx-auto my-2">
<a href="">
<img src="./img/Dr_PalanikkumaR.webp" alt="Palanikkumar D">
<h3 class="mt-5">Palanikkumar D</h3>
<h6>Chief Consultant - DX</h6>
<div class="line"></div>
<p>Lorem ipsum dolor sit amet, consectetur adipisicing elit. Ullam sequi laudantium inventore
necessitatibus ut. Commodi eum reprehenderit nisi sunt ab.</p>
</a>
</div>
</div>
<a href="./people.html"><button class="px-5 py-2 m-5">Meet Our People</button></a>
</div>
</section>
<!--contact-->
<section class="contact mt-2 py-5 bg-light" id="contact">
<div class="container">
<div class="d-flex justify-content-between">
<h1 style="font-family: Cinzel;"><strong>Connect with EpicSense</strong></h1>
<a href="./contactus.html"><button class="btn btn-secondary"><i
class="fa-solid fa-envelope"></i><strong> Contact </strong> </button></a>
</div>
<div class="line"></div>
<div class="mt-4">
<a href="./contactus.html">Contact us</a>
<a href="./contactus.html">FAQ</a>
<a href="./privacy.html">Privacy policy</a>
<a href="./cookies.html">Cookie preferences</a>
</div>
<div class=" mt-3">
<a href="">Terms of use</a>
<a href="">Local language information</a>
</div>
<div class="mt-4">
<a href=""><i class="fa-brands fa-twitter fa-2x "></i>Twitter</a>
<a href=""><i class="fa-brands fa-facebook fa-2x"></i>Facebook</a>
<a href=""><i class="fa-brands fa-linkedin fa-2x"></i>LinkedIn</a>
</div>
</div>
</section>
<!--fontawesome-->
<script src="https://kit.fontawesome.com/f330e21c61.js" crossorigin="anonymous"></script>
<script src=" https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"></script>
<script>
var loader = document.getElementById("preloader");
window.addEventListener("load", () => {
loader.style.display = "none";
})
var one = false;
var two = false;
var three = false;
function NewVideo1() {
if (one == false) {
document.getElementById('videoplay').src = "./video/1.mp4";
one = true;
two = false;
three = false;
}
}
function NewVideo2() {
if (two == false) {
document.getElementById('videoplay').src = "./video/2.mp4";
two = true;
one = false;
three = false;
}
}
function NewVideo3() {
if (three == false) {
document.getElementById('videoplay').src = "./video/3.mp4";
two = false;
one = false;
three = true;
}
}
</script>
</body>
</html>