-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
513 lines (480 loc) · 23.2 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
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<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 -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css" />
<!-- MDB -->
<link rel="stylesheet" href="css/mdb.min.css" />
<link rel="stylesheet" href="./allcss/home.css">
<title>BlueChip</title>
</head>
<body>
<!-- navigation starts -->
<div class="nav">
<div class="nav-insider">
<div class="nav-right">
<div class="nav-logo">
<label for="logo">
<a href="./index.html">
<img src="./allimages/logo.png" alt="bluechipimage">
</a>
</label>
</div>
<div class="nav-menu" id="navmenu">
<ul class="main-menu">
<li><a href="./we.html">We</a></li>
<li><a href="./ouroffering.html">Offerings</a></li>
<li><a href="./victories.html">Victories</a></li>
<li><a href="./moments.html">Moments</a></li>
<li><a href="./contact.html">Connect</a></li>
</ul>
</div>
</div>
<div class="burger1" onclick="burger()">
<i class="fa-solid fa-bars" id="faburger"></i>
</div>
<div class="nav-btn">
<a href="./contact.html">
<button type="submit" class="nav-btn1"><i class="fa-regular fa-calendar-days"></i> Book an
Appoinment</button>
</a>
</div>
</div>
</div>
<!-- navigation ends -->
<!-- hero section starts -->
<div id="carouselExampleIndicators" class="carousel slide " data-mdb-ride="carousel">
<div class="carousel-inner" id="carousel-inner-banner">
<!-- hero carousel 1 -->
<div class="carousel-item active">
<img src="./allimages/sonu sood.jpg" class="img-fluid d-block w-100" id="hero-img"
alt="Wild Landscape" />
<img src="./allimages/1.png" class="w-100 img-fluid" alt="">
<div class="carousel-caption d-block d-md-block w-100" id="hero">
<div class="hero-insider">
<div class="hero-top hidden">
<div class="hero-right-content">
<span class="hero-coloured">A decade old</span><br>
<clients class="hero-text">extensive financial advisory and services provider enabling
our clients financial growth</span>
</div>
<div class="hero-right-btn">
<button class="hero-btn">
Let's Work Together
</button>
</div>
</div>
</div>
</div>
</div>
<!-- hero carousel 2 -->
<div class="carousel-item">
<img src="./allimages/trade.jpg" class="d-block w-100" id="hero-img" alt="Wild Landscape" />
<img src="./allimages/2.png" class="d-block w-100 " alt="">
<div class="carousel-caption d-block d-md-block w-100" id="hero">
<div class="hero-insider">
<div class="hero-top hidden">
<div class="hero-right-content" id="hero-right-spacing">
<span class="hero-coloured">Scoping for</span><br>
<span class="hero-text">opportunities as a trait in the DNA embarking on a path of possibilities
</span>
</div>
<div class="hero-right-btn">
<button class="hero-btn">
Let's Work Together
</button>
</div>
</div>
</div>
</div>
</div>
<!-- hero carousel 3 -->
<div class="carousel-item">
<img src="./allimages/A&Y.jpg" class="d-block w-100" id="hero-img" alt="Wild Landscape" />
<img src="./allimages/3.png" class="d-block w-100" alt="">
<div class="carousel-caption d-block d-md-block w-100" id="hero">
<div class="hero-insider">
<div class="hero-top hidden">
<div class="hero-right-content">
<span class="hero-coloured">A decade of</span><br>
<span class="hero-text">transforming dreams into reality and making a lasting impact
by investing in relationships</span>
</div>
<div class="hero-right-btn">
<button class="hero-btn">
Let's Work Together
</button>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- hero section ends -->
<div class="body">
<!-- about us section starts -->
<div class="aboutus">
<div class="about-insider">
<div class="aboutus-headers hidden">
<div class="about-header" id="abthead">
Our Diversified Business
</div>
</div>
<div class="aboutus-body">
<div class="aboutus-logos">
<div class="aboutus-logo1">
<img src="./allimages/bluechip-fx_color.png" alt="" class="aboutus-img-main">
<img src="./allimages/music_col.png" alt="" class="aboutus-img-main">
<img src="./allimages/acre-n-yard_c.png" alt="" class="aboutus-img-main">
<img src="./allimages/entertainment_c.png" alt="" class="aboutus-img-main">
<img src="./allimages/Bluechip-investmant-log0_color.png" alt="" class="aboutus-img-main">
</div>
</div>
<!-- <div class="about-card-top">
<div class="about-card hidden" id="aboutrotate">
<div class="about-card-img">
<img src="./allimages/Layer -1.svg" alt="" style="height: 75px;">
</div>
<div class="about-card-header">
FOREX TRADING
</div>
<div class="about-card-body">
Navigate global currency markets with confidence through Bluechip Group's reliable Forex
trading services
</div>
</div>
<div class="about-card hidden">
<div class="about-card-img" id="aboutrotate">
<img src="./allimages/Layer -4.svg" alt="" style="height: 75px;">
</div>
<div class="about-card-header">
REAL ESTATE(UAE & OVERSEAS)
</div>
<div class="about-card-body">
Offering comprehensive solutions for individualsand business to invest , buy, sell and
manage properties with utmost proffesionalism and expertise.
</div>
</div>
<div class="about-card hidden" id="aboutrotate">
<div class="about-card-img">
<img src="./allimages/Layer -3.svg" alt="" style="height: 75px;">
</div>
<div class="about-card-header">
BUSINESS SETUP SERVICES (UAE)
</div>
<div class="about-card-body">
Offers comprehesive business setup services in the UAE, providing expert guidance and
support for individuals and companies to establish and grow their ventures with ease and
efficiency
</div>
</div>
</div> -->
</div>
</div>
</div>
<!-- about us section ends -->
<!-- our offering section starts -->
<div class="our-offering">
<div class="our-offering-insider">
<div class="our-offering-left" id="offerleft">
<img src="./allimages/Group 24.png" alt="offering image" class="offering-img1 hidden">
</div>
<div class="our-offering-right" id="offerright">
<div class="our-offering-subheader">
established since more than a decade
</div>
<div class="our-offering-header">
Scoping for opportunities <br>is ingrained in our DNA
</div>
<div class="our-offering-btn">
<button type="submit" class="offering-btn1"><a href="./ouroffering.html"
class="offeringanchor">Our Offerings</a></button>
</div>
</div>
</div>
</div>
<!-- our offering section ends -->
<!-- diversify section starts -->
<div class="diversify">
<div class="divesify-insider">
<div class="diversify-content">
<div class="diversify-header" id="diverserotate">
<strong> Evolving </strong> to diversify into verticals with opportunity
</div>
<div class="diversify-content1">
We empower individuals to achieve financial independence, enabling them to<br> pursue their
dreams
with
confidence.
</div>
<div class="diversify-btn">
<button type="submit" class="diversify-btn1">
<a href="./victories.html" class="diversifyanchor">
Our Victories
</a>
</button>
</div>
</div>
</div>
</div>
<!-- diversify section ends -->
<!-- testimonial carousel starts -->
<div id="carouselExampleControls" class="carousel slide text-center carousel-dark" data-mdb-ride="carousel">
<div class="carousel-inner hidden" id="carousel-testimonail">
<div class="carousel-item active">
<i class="fa-solid fa-quote-right" id="testi-quote"></i>
<!-- <i class="fa-sharp fa-solid fa-quote-right" ></i> -->
<div class="row d-flex justify-content-center">
<div class="col-lg-20">
<p class="text-white" id="testi-text">
I am honored to represent as the brand ambassdor for BlueChip Group<br> of Companies, an
esteemed
organization
dedicated to empowering<br> individuals and enabling their financial growth and
independence.
</p>
<h5 class="mb-1" id="name-id">SONU SOOD</h5>
<p id="post-id">Brand Ambassador</p>
</div>
</div>
</div>
<div class="carousel-item">
<i class="fa-solid fa-quote-right" id="testi-quote"></i>
<div class="row d-flex justify-content-center">
<div class="col-lg-20">
<p class="text-white" id="testi-text">
I am delighted to be associated with Bluechip group of companies resonating<br> the
values
of long lasting trust building by investing in relationships<br> leading to an unmatched
win-win scenario for all.
</p>
<h5 class="mb-1" id="name-id">Erica Fernandes</h5>
<p id="post-id">Brand Ambassador</p>
</div>
</div>
</div>
</div>
<button class="carousel-control-prev " type="button" data-mdb-target="#carouselExampleControls"
data-mdb-slide="prev">
<span class="carousel-control-prev-icon" aria-hidden="true"></span>
<span class="visually-hidden">Previous</span>
</button>
<button class="carousel-control-next" type="button" data-mdb-target="#carouselExampleControls"
data-mdb-slide="next">
<span class="carousel-control-next-icon" aria-hidden="true"></span>
<span class="visually-hidden">Next</span>
</button>
</div>
<!-- testimonial testislide ends -->
<!-- our victories section starts -->
<div class="ourvictories">
<div class="ourvictories-insider">
</div>
</div>
<!-- our victories section ends -->
<!-- offering section starts -->
<div class="offering">
<div class="offering-insider" id="myElement1">
<div class="offeing-left hidden" id="myElement">
<div class="offering-subheader">
OUR OFFERING
</div>
<div class="offering-header">
Enabling financial growth and security
</div>
<div class="offering-content-2">
At BlueChip Group of Companies, we understand the importance of financial growth and security in
today's rapidly changing business landscape. We are dedicated to empowering individuals and
businesses alike to achieve their financial goals and safeguard their financial futures. With
our comprehensive suite of services and expert guidance, we strive to provide the tools and
support needed to navigate the path to prosperity.
</div>
<div class="offering-points">
<ul class="offering-list">
<li>Bluechip fx</li>
<li>Acre n Yard registered in
UAE
</li>
<li>BlueChip Entertainment
</li>
<li>Blue Music</li>
</ul>
</div>
<div class="offering-btn">
<button type="submit" class="card-btn"><a href="./contact.html" class="cardbtnanchor">Take the
next step</a></button>
</div>
</div>
<div class="offering-right" id="offright">
<div class="offering-right-cards">
<div class="offering-right-top">
<div class="card1">
<div class="img">
<img src="./allimages/Layer -6.svg" alt="" class="offering-card-img">
</div>
<div class="card-header">
BLUECHIP FX
</div>
<div class="card-foot">
READ MORE
</div>
</div>
<div class="card1">
<div class="img">
<img src="./allimages/svg3654.svg" alt="" class="offering-card-img">
</div>
<div class="card-header">
ACRE N YARD
</div>
<div class="card-foot">
READ MORE
</div>
</div>
</div>
<div class="offering-right-bottom">
<div class="card1" id="cardflip">
<div class="img">
<img src="./allimages/Group 80.svg" alt="" class="offering-card-img">
</div>
<div class="card-header">
BLUECHIP ENTERTAINMENT
</div>
<div class="card-foot">
READ MORE
</div>
</div>
<div class="card1">
<div class="img">
<img src="./allimages/svg-1.svg" alt="" class="offering-card-img">
</div>
<div class="card-header">
BLUE MUSIC
</div>
<div class="card-foot">
READ MORE
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- offering section ends -->
</div>
<!-- footer starts -->
<div class="footer">
<div class="footer-insider">
<div class="footer-top">
<div class="footer-top-right">
<img src="./allimages/newsletter-icon (1).png" alt="" id="subscribe"> Subscribe to our Newsletter
</div>
<div class="footer-top-left">
<input type="email" name="email" id="email" placeholder="Your email">
<button type="submit" class="footer-top-left-btn">Subscribe</button>
</div>
</div>
<div class="footer-bottom">
<div class="footer-section1">
<div class="img-footer">
<img src="./allimages/logo.png" alt="" height="70px">
</div>
<div class="footer-contact">
<i class="fa-solid fa-phone-volume" id="footer-phone"></i> +97142556168 || +971
564002452
(WhatsApp)
</div>
<div class="footer-mail">
<i class="fa-solid fa-envelope" id="footer-phone"></i> [email protected]
</div>
<div class="footer-location">
<i class="fa-solid fa-location-dot" id="footer-phone"></i> Al Jawhara Building - Khalid Bin Al
Waleed Road Office 308 – Dubai, UAE.
</div>
</div>
<div class="footer-section1">
<div class="img-footer-header">
Business Verticals
</div>
<div class="footer-name">
BlueChipFx
</div>
<div class="footer-name">
Acre n Yard
</div>
<div class="footer-name">
BlueChip Entertainment
</div>
<div class="footer-name">
Blue Music
</div>
</div>
<div class="footer-section1">
<div class="img-footer-header">
Quick Links
</div>
<div class="footer-name">
We
</div>
<div class="footer-name">
Our Offerings
</div>
<div class="footer-name">
Our Victories
</div>
<div class="footer-name">
Moments
</div>
<div class="footer-name">
Connect
</div>
</div>
<div class="footer-section1">
<div class="img-footer-header">
Connect
</div>
<div class="footer-Socialmedia">
<img src="./allimages/Group 11.svg" alt="">
<img src="./allimages/Group 12.svg" alt="">
<img src="./allimages/Group 13.svg" alt="">
</div>
<div class="footer-name">
A decade old extensive financial advisory<br> and services provider enabling our Clients<br>
financial
growth and reliable security.
</div>
</div>
</div>
</div>
</div>
<!-- footer ends -->
<!-- final footer starts -->
<div class="final-footer">
<div class="final-footer-insider">
<div class="final-footer-right">
© 2023 Blue Chip Group. All rights reserved
</div>
<div class="final-footer-left">
<div class="final-footer-content1">Privacy Policy</div>
<div class="final-footer-content1">Cookie Policy</div>
</div>
</div>
</div>
<!-- final footer ends -->
<div class="imgrobo">
<a href="https://wa.me/message/ZA7OLXHUUDXQM1" target="_blank">
<img src="./allimages/final-mascot.png" alt="robot" class="robotimg " id="roborotate">
</a>
</div>
<!-- chatbot ends -->
<!-- MDB -->
<script type="text/javascript" src="js/mdb.min.js"></script>
<script src="./alljs/home.js"></script>
</body>
</html>