-
-
Notifications
You must be signed in to change notification settings - Fork 29
/
index.html
865 lines (595 loc) · 29 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
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
<!DOCTYPE html>
<html lang="en">
<head>
<script src="https://scripts.sirv.com/sirv.js"></script>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--
- primary meta tags
-->
<title>603 The Coworking Space</title>
<meta name="title" content="603 The Coworking Space">
<!--
- favicon
-->
<link rel="apple-touch-icon" sizes="180x180" href="./assets/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./assets/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./assets/favicon/favicon-16x16.png">
<link rel="manifest" href="./assets/favicon/site.webmanifest">
<!--
- google font link
-->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<!--
- custom css link
-->
<link rel="stylesheet" href="./assets/css/style.css">
<!--
- preload images
-->
<link rel="preload" as="image" href="./assets/images/sunmill-loc_batcheditor_fotor (1).avif">
<!-- <link rel="preload" as="image" href="./assets/images/sunshine-loc.png">
<link rel="preload" as="image" href="./assets/images/heroLocation.png"> -->
</head>
<link href="https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;700&family=Forum&display=swap" rel="stylesheet">
<body id="top">
<!--
- #PRELOADER
-->
<div class="preload" data-preaload>
<div class="circle"></div>
<p class="text">603</p>
</div>
<!--
- #TOP BAR
-->
<div class="scroll-watcher"> <!--Scroll Element Div-->
<!-- <p>Hello Everyone</p> -->
</div>
<div class="topbar">
<div class="container">
<address class="topbar-item">
<div class="icon">
<ion-icon name="location-outline" aria-hidden="true"></ion-icon>
</div>
<span class="span newSpan ">
Makhija Arcade, 35th Rd, Khar, Khar West, Mumbai, Maharashtra 400052
</span>
</address>
<div class="separator"></div>
<div class="topbar-item item-2">
<div class="icon">
<ion-icon name="time-outline" aria-hidden="true"></ion-icon>
</div>
<span class="span newSpan">Daily : 8.00 am to 10.00 pm</span>
</div>
<a href="tel:+11234567890" class="topbar-item link">
<div class="icon">
<ion-icon name="call-outline" aria-hidden="true"></ion-icon>
</div>
<span class="span newSpan">
+91 9136036603</span>
</a>
<div class="separator"></div>
<a href="mailto:
[email protected]" class="topbar-item link">
<div class="icon">
<ion-icon name="mail-outline" aria-hidden="true"></ion-icon>
</div>
<span class="span newSpan">
[email protected]</span>
</a>
</div>
</div>
<!--
- #HEADER
-->
<header class="header" data-header>
<div class="container">
<a href="index.html#" class="logo">
<img src="./assets/images/603logo (1).avif" width="160" height="50" alt="Grilli - Home">
</a>
<nav class="navbar" data-navbar>
<button class="close-btn scale-up" aria-label="close menu" data-nav-toggler>
<ion-icon name="close-outline" aria-hidden="true"></ion-icon>
</button>
<a href="index.html#" class="logo">
<img src="./assets/images/603logo (1).avif" width="160" height="50" alt="Grilli - Home">
</a>
<ul class="navbar-list">
<li class="navbar-item">
<a href="index.html#home" class="navbar-link hover-underline">
<div class="separator"></div>
<span class="span">Home</span>
</a>
</li>
<li class="navbar-item">
<a href="blogpost4.html" class="navbar-link hover-underline">
<div class="separator"></div>
<span class="span">Spaces</span>
</a>
</li>
<li class="navbar-item">
<a href="about.html" class="navbar-link hover-underline">
<div class="separator"></div>
<span class="span">About Us</span>
</a>
</li>
<li class="navbar-item">
<a href="index.html#images" class="navbar-link hover-underline">
<div class="separator"></div>
<span class="span">Images</span>
</a>
</li>
<li class="navbar-item">
<a href="blogs.html" class="navbar-link hover-underline">
<div class="separator"></div>
<span class="span">Blogs</span>
</a>
</li>
<li class="navbar-item">
<a href="contact.html" class="navbar-link hover-underline">
<div class="separator"></div>
<span class="span">Contact</span>
</a>
</li>
</ul>
<div class="text-center">
<p class="headline-1 navbar-title">Visit Us</p>
<address class="body-4">
Restaurant St, Delicious City, <br>
London 9578, UK
</address>
<p class="body-4 navbar-text">Open: 9.30 am - 2.30pm</p>
<a href="mailto:[email protected]" class="body-4 sidebar-link">[email protected]</a>
<div class="separator"></div>
<p class="contact-label">Booking Request</p>
<a href="tel:+88123123456" class="body-1 contact-number hover-underline">
+88-123-123456
</a>
</div>
</nav>
<a href="indexLayout.html" class="btn btn-secondary scale-up">
<span class="text text-1">Make Your Space</span>
<span class="text text-2" aria-hidden="true">Make Your Space</span>
</a>
<button class="nav-open-btn scale-up" aria-label="open menu" data-nav-toggler>
<span class="line line-1"></span>
<span class="line line-2"></span>
<span class="line line-3"></span>
</button>
</div>
</header>
<main>
<article>
<!--
- #HERO
-->
<div class="glass"></div>
<section class="hero text-center" aria-label="home" id="home">
<ul class="hero-slider" data-hero-slider>
<li class="slider-item active" data-hero-slider-item>
<div class="container">
<div class="slider-bg">
<!-- <img src="./assets/images/sunmill-loc_batcheditor_fotor (1).avif" width="1880" height="950" alt="" class="img-cover"> -->
<img
src="https://abhiram.sirv.com/609%20Workved/assets/sunmill-loc_batcheditor_fotor%20(1).avif?format=webp"
width="1880" height="950" alt="" class="img-cover">
</div>
<p class="label-2 section-subtitle slider-reveal newHero2" id="classic-elegance">Classic Elegance</p>
<h1 class="display-1 hero-title slider-reveal newHero">
Create Your Space <br>
that breathe creativity
</h1>
<p class="body-2 hero-text slider-reveal newHero">
Best working environment that suits your business needs.
</p>
<a href="https://cdn.botpress.cloud/webchat/v2.2/shareable.html?configUrl=https://files.bpcontent.cloud/2024/10/29/14/20241029145535-1707TD8Z.json"
id="chatbot-icon" target="_blank"><img src="image/bot1.png" alt=""></a>
<a href="indexLayout.html" class="btn btn-primary slider-reveal">
<span class="text text-1 newHero">Make Your Space</span>
<span class="text text-2 newHero" aria-hidden="true">Make Your Space</span>
</a>
</li>
<li class="slider-item" data-hero-slider-item>
<div class="slider-bg">
<!-- <img src="./assets/images/heroLocation (1).avif" width="1880" height="950" alt="" class="img-cover"> -->
<img src="https://abhiram.sirv.com/609%20Workved/assets/heroLocation%20(1).avif?format=webp" width="1880"
height="950" alt="" class="img-cover">
</div>
<p class="label-2 section-subtitle slider-revea newHero2">delightful experience</p>
<h1 class="display-1 hero-title slider-reveal newHero">
Transforming offices into <br>
vibrant stories
</h1>
<p class="body-2 hero-text slider-reveal newHero">
Spaces that are occupied by Corporates and Start ups, designed with your business in mind
</p>
<a href="https://cdn.botpress.cloud/webchat/v2.2/shareable.html?configUrl=https://files.bpcontent.cloud/2024/10/29/14/20241029145535-1707TD8Z.json"
id="chatbot-icon" target="_blank"><img src="image/bot1.png" alt=""></a>
<a href="indexLayout.html" class="btn btn-primary slider-reveal scale-up">
<span class="text text-1 newHero">Make Your Space</span>
<span class="text text-2 newHero" aria-hidden="true">Make Your Space</span>
</a>
</li>
<li class="slider-item" data-hero-slider-item>
<div class="slider-bg">
<!-- <img src="./assets/images/sunshine-loc.webp" width="1880" height="950" alt="" class="img-cover"> -->
<img src="https://abhiram.sirv.com/609%20Workved/assets/sunshine-loc.webp" width="1880" height="950"
alt="" class="img-cover">
</div>
<p class="label-2 section-subtitle slider-reveal newHero2">amazing & elegence</p>
<h1 class="display-1 hero-title slider-reveal newHero ">
Where Every Floor <br>
tells a story
</h1>
<p class="body-2 hero-text slider-reveal newHero">
Come with your team & experience the joy of inspiring office design.
</p>
<a href="https://cdn.botpress.cloud/webchat/v2.2/shareable.html?configUrl=https://files.bpcontent.cloud/2024/10/29/14/20241029145535-1707TD8Z.json"
id="chatbot-icon" target="_blank"><img src="image/bot1.png" alt=""></a>
<a href="indexLayout.html" class="btn btn-primary slider-reveal scale-up">
<span class="text text-1 newHero">Make Your Space</span>
<span class="text text-2 newHero" aria-hidden="true">Make Your Space</span>
</a>
</li>
</ul>
</div>
<button class="slider-btn prev scale-up " aria-label="slide to previous" data-prev-btn>
<ion-icon name="chevron-back"></ion-icon>
</button>
<button class="slider-btn next scale-up" aria-label="slide to next" data-next-btn>
<ion-icon name="chevron-forward"></ion-icon>
</button>
<a href="indexLayout.html" class="hero-btn has-after scale-up">
<!-- <img src="./assets/images/hero-icon.png" width="48" height="48" alt="booking icon"> -->
<img src="https://abhiram.sirv.com/609%20Workved/assets/hero-icon.png?format=webp" width="48" height="48"
alt="booking icon">
<span class="label-2 text-center span newHero">Book A Space</span>
</a>
</section>
</div>
<!--
- #SERVICE
-->
<section class="section service bg-black-10 text-center" aria-label="service" id="menu">
<div class="container">
<p class="section-subtitle label-2 scale-up">Luxurious Office Interiors</p>
<h2 class="headline-1 section-title scale-up">We Offer Top Notch</h2>
<p class="section-text scale-up">
Elevate your workspace with our luxurious office interiors, where sophistication meets functionality.
Crafted with premium materials, sleek finishes, and tailored designs, each space exudes elegance and
professionalism.
</p>
<ul class="grid-list">
<li>
<div class="service-card slide-in">
<a href="#" class="has-before hover:shine">
<figure class="card-banner img-holder" style="--width: 285; --height: 336;">
<!-- <img src="./assets/images/benjamin-child-0sT9YhNgSEs-unsplash.avif" width="285" height="336" loading="lazy" alt="Breakfast"
class="img-cover"> -->
<img
src="https://abhiram.sirv.com/609%20Workved/assets/benjamin-child-0sT9YhNgSEs-unsplash.avif?format=webp"
width="285" height="336" loading="lazy" alt="Breakfast" class="img-cover">
</figure>
</a>
<div class="card-content">
<h3 class="title-4 card-title">
<a href="blogpost4.html">Meeting Room</a>
</h3>
<a href="blogpost4.html" class="btn-text hover-underline label-2 scale-up">View Space</a>
</div>
</div>
</li>
<li>
<div class="service-card slide-in">
<a href="#" class="has-before hover:shine">
<figure class="card-banner img-holder" style="--width: 285; --height: 336;">
<!-- <img src="./assets/images/nastuh-abootalebi-JdcJn85xD2k-unsplash.avif" width="285" height="336" loading="lazy" alt="Appetizers"
class="img-cover"> -->
<img
src="https://abhiram.sirv.com/609%20Workved/assets/nastuh-abootalebi-JdcJn85xD2k-unsplash.avif?format=webp"
width="285" height="336" loading="lazy" alt="Appetizers" class="img-cover">
</figure>
</a>
<div class="card-content">
<h3 class="title-4 card-title">
<a href="blogpost4.html">Appetizers</a>
</h3>
<a href="blogpost4.html" class="btn-text hover-underline label-2 scale-up">View Space</a>
</div>
</div>
</li>
<li>
<div class="service-card slide-in">
<a href="#" class="has-before hover:shine">
<figure class="card-banner img-holder" style="--width: 285; --height: 336;">
<!-- <img src="./assets/images/the-9th-coworking--MezGpfNBTo-unsplash.avif" width="285" height="336" loading="lazy" alt="Drinks"
class="img-cover"> -->
<img
src="https://abhiram.sirv.com/609%20Workved/assets/the-9th-coworking--MezGpfNBTo-unsplash.avif?format=webp"
width="285" height="336" loading="lazy" alt="Drinks" class="img-cover">
</figure>
</a>
<div class="card-content">
<h3 class="title-4 card-title">
<a href="blogpost4.html">Manager Desk</a>
</h3>
<a href="blogpost4.html" class="btn-text hover-underline label-2 scale-up">View Space</a>
</div>
</div>
</li>
</ul>
<!-- <img src="./assets/images/images.jpeg" width="246" height="412" loading="lazy" alt="shape"
class="shape shape-1 move-anim"> -->
<!-- <img src="./assets/images/shape-2.png" width="343" height="345" loading="lazy" alt="shape"
class="shape shape-2 move-anim"> -->
</div>
</section>
<!--
- #ABOUT
-->
<section class="section about text-center" aria-labelledby="about-label" id="about">
<div class="container">
<div class="about-content scale-up">
<p class="label-2 section-subtitle" id="about-label">Our Story</p>
<h2 class="headline-1 section-title">603 vor Tells a Story</h2>
<p class="section-text">
Our journey began with a simple idea—to create environments that inspire and reflect the personality and
lifestyle of the people who live in them.
What started as a passion for design has blossomed into a full-fledged interior design studio, offering
customized solutions for homes, offices, and commercial spaces.
With a keen eye for detail, a love for creativity, and a deep understanding of spatial functionality, our
team of designers works closely with each client to bring their vision to life.
Join us on this creative journey and let’s build a space that speaks to you!
</p>
<div class="contact-label">Book Through Call</div>
<a href="tel:+804001234567" class="body-1 contact-number hover-underline">
+91 9136036603</a>
<a href="blogs.html" class="btn btn-primary scale-up">
<span class="text text-1">Read More</span>
<span class="text text-2" aria-hidden="true">Read More</span>
</a>
</div>
<figure class="about-banner fade-in">
<!-- <img src="./assets/images/Untitled20-202024-05-14T202107.959.jpg" width="570" height="570" loading="lazy" alt="about banner"
class="w-100" data-parallax-item data-parallax-speed="1"> -->
<img src="https://abhiram.sirv.com/609%20Workved/assets/Untitled20-202024-05-14T202107.959.jpg?format=webp"
width="570" height="570" loading="lazy" alt="about banner" class="w-100" data-parallax-item
data-parallax-speed="1">
<div class="abs-img abs-img-1 has-before" data-parallax-item data-parallax-speed="1.75">
<!-- <img src="./assets/images/image-4.jpg" width="285" height="285" loading="lazy" alt=""
class="w-100"> -->
<img src="https://abhiram.sirv.com/609%20Workved/assets/image-4.jpg?format=webp" width="285" height="285"
loading="lazy" alt="" class="w-100">
</div>
<div class="abs-img abs-img-2 has-before">
<!-- <img src="./assets/images/badge-2.png" width="133" height="134" loading="lazy" alt=""> -->
<img src="https://abhiram.sirv.com/609%20Workved/assets/badge-2.png?format=webp" width="133" height="134"
loading="lazy" alt="">
</div>
</figure>
<!-- <img src="./assets/images/shape-3.png" width="197" height="194" loading="lazy" alt="" class="shape"> -->
</div>
</section>
<!--
- #TESTIMONIALS
-->
<section class="section testi text-center has-bg-image fade-in"
style="background-image: url('./assets/images/uneebo-office-design-UgYT5nkXdK4-unsplash.avif');"
aria-label="testimonials">
<div class="container" style="position: relative; z-index: 1;">
<div class="quote"></div>
<div class="glass-box">
<p class="headline-2 testi-text" style="color: rgb(255, 255, 255); font-size: 30px;">
Creativity flows freely at 603 The Coworking Space. As a content creator, I find the ambiance truly
inspiring. Being surrounded by fellow creatives has led to unexpected collaborations and projects. It's
like working in a hub of innovation, and I couldn't be happier with my choice.
</p>
<div class="profile">
<!-- <img src="./assets/images/testi-avatar.jpg" width="100" height="100" loading="lazy" alt="Sam Jhonson"
class="img"> -->
<img src="https://abhiram.sirv.com/609%20Workved/assets/testi-avatar.jpg?format=webp" width="100"
height="100" loading="lazy" alt="Sam Jhonson" class="img">
<p class="label-2 profile-name">Sam Jhonson</p>
</div>
</div>
<div class="wrapper">
<div class="separator"></div>
<div class="separator"></div>
<div class="separator"></div>
</div>
</div>
</section>
<style>
.glass-box {
background: rgba(0, 0, 0, 0.5);
border-radius: 10px;
padding: 20px;
backdrop-filter: blur(9px);
-webkit-backdrop-filter: blur(10px);
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
border: 1px solid rgba(255, 255, 255, 0.18);
display: inline-block;
margin: 0 auto;
}
.glass-box p {
margin: 10px 0;
}
.profile {
margin-top: 20px;
text-align: center;
}
.profile .img {
border-radius: 50%;
border: 2px solid rgba(255, 255, 255, 0.3);
padding: 5px;
}
</style>
<!--
- #EVENT
-->
<section class="section event bg-black-10" aria-label="event" id="images">
<div class="container">
<p class="section-subtitle label-2 text-center scale-up">Recent Updates</p>
<h2 class="section-title headline-1 text-center scale-up">Upcoming Offices </h2>
<ul class="grid-list">
<li>
<div class="event-card has-before hover:shine scale-up">
<div class="card-banner img-holder" style="--width: 350; --height: 450;">
<!-- <img src="./assets/images/copernico-p_kICQCOM4s-unsplash (1).avif" width="350" height="450" loading="lazy"
alt="Flavour so good you’ll try to eat with your eyes." class="img-cover"> -->
<img
src="https://abhiram.sirv.com/609%20Workved/assets/copernico-p_kICQCOM4s-unsplash%20(1).avif?format=webp"
width="350" height="450" loading="lazy" alt="Flavour so good you’ll try to eat with your eyes."
class="img-cover">
<time class="publish-date label-2" datetime="2022-09-15">15/09/2024</time>
</div>
<div class="card-content">
<p class="card-subtitle label-2 text-center">Main Office</p>
<h3 class="card-title title-2 text-center">
The Main Office is the Place Which has to be designed to it's best.
</h3>
</div>
</div>
</li>
<li>
<div class="event-card has-before hover:shine scale-up">
<div class="card-banner img-holder" style="--width: 350; --height: 450;">
<!-- <img src="./assets/images/google-oc-rapt-studio-office-design-9-700x467.avif" width="350" height="450" loading="lazy"
alt="Flavour so good you’ll try to eat with your eyes." class="img-cover"> -->
<img
src="https://abhiram.sirv.com/609%20Workved/assets/google-oc-rapt-studio-office-design-9-700x467.avif?format=webp"
width="350" height="450" loading="lazy" alt="Flavour so good you’ll try to eat with your eyes."
class="img-cover">
<time class="publish-date label-2" datetime="2022-09-08">08/09/2024</time>
</div>
<div class="card-content">
<p class="card-subtitle label-2 text-center">Main Cabinete</p>
<h3 class="card-title title-2 text-center">
Cabinait is the place for best productive work.
</h3>
</div>
</div>
</li>
<li>
<div class="event-card has-before hover:shine scale-up">
<div class="card-banner img-holder" style="--width: 350; --height: 450;">
<!-- <img src="./assets/images/jose-losada-DyFjxmHt3Es-unsplash.avif" width="350" height="450" loading="lazy"
alt="Flavour so good you’ll try to eat with your eyes." class="img-cover"> -->
<img
src="https://abhiram.sirv.com/609%20Workved/assets/jose-losada-DyFjxmHt3Es-unsplash.avif?format=webp"
width="350" height="450" loading="lazy" alt="Flavour so good you’ll try to eat with your eyes."
class="img-cover">
<time class="publish-date label-2" datetime="2022-09-03">03/09/2024</time>
</div>
<div class="card-content">
<p class="card-subtitle label-2 text-center">Main Centre</p>
<h3 class="card-title title-2 text-center">
Main Center is the place for best productive work.
</h3>
</div>
</div>
</li>
</ul>
<a href="blogpost4.html" class="btn btn-primary scale-up">
<span class="text text-1">Check Out BOQ</span>
<span class="text text-2" aria-hidden="true">Check Out BOQ</span>
</a>
</div>
</section>
</article>
</main>
<!--
- #FOOTER
-->
<footer class="footer section has-bg-image text-center fade-in"
style="background-image: url('./assets/images/fae955e3-de29-4d6b-a41a-85563f86a931.avif')">
<div class="container">
<div class="footer-top grid-list">
<div class="footer-brand has-before has-after">
<a href="#" class="logo">
<!-- <img src="./assets/images/603logo (1).avif" width="160" height="50" loading="lazy" alt="grilli home"> -->
<img src="https://abhiram.sirv.com/609%20Workved/assets/603logo%20(1).avif?format=webp" width="160" height="50" loading="lazy" alt="grilli home">
</a>
<address class="body-4">
Makhija Arcade, 35th Rd, Khar, Khar West, Mumbai, Maharashtra 400052
</address>
<a href="mailto:[email protected]" class="body-4 contact-link">[email protected]</a>
<a href="tel:+88123123456" class="body-4 contact-link">Booking Request : +88-123-123456</a>
<p class="body-4">
Open : 09:00 am - 01:00 pm
</p>
<div class="wrapper">
<div class="separator"></div>
<div class="separator"></div>
<div class="separator"></div>
</div>
<p class="title-1">Get News & Offers</p>
<p class="label-1">
Subscribe us & Get <span class="span">25% Off.</span>
</p>
<form action="" class="input-wrapper">
<div class="icon-wrapper">
<ion-icon name="mail-outline" aria-hidden="true"></ion-icon>
<input type="email" name="email_address" placeholder="Your email" autocomplete="off" class="input-field">
</div>
<button type="submit" class="btn btn-secondary scale-up">
<span class="text text-1">Subscribe</span>
<span class="text text-2" aria-hidden="true">Subscribe</span>
</button>
</form>
</div>
<ul class="footer-list">
<li>
<a href="#" class="label-2 footer-link hover-underline">Home</a>
</li>
<li>
<a href="#" class="label-2 footer-link hover-underline">Contact</a>
</li>
</ul>
<ul class="footer-list">
<li>
<a href="#" class="label-2 footer-link hover-underline">Facebook</a>
</li>
<li>
<a href="#" class="label-2 footer-link hover-underline">Instagram</a>
</li>
<li>
<a href="#" class="label-2 footer-link hover-underline">Twitter</a>
</li>
<li>
<a href="#" class="label-2 footer-link hover-underline">Youtube</a>
</li>
<li>
<a href="#" class="label-2 footer-link hover-underline">Google Map</a>
</li>
</ul>
</div>
<div class="footer-bottom">
<p class="copyright">
© 2024 . All Rights Reserved | Crafted by <a href="603thecoworkingspace.com" target="_blank"
class="link">603 The Coworking Space</a>
</p>
</div>
</div>
</footer>
<!--
- #BACK TO TOP
-->
<a href="#top" class="back-top-btn active scale-up" aria-label="back to top" data-back-top-btn>
<ion-icon name="chevron-up" aria-hidden="true"></ion-icon>
</a>
<!--
- custom js link
-->
<script src="./assets/js/script.js"></script>
<!--
- ionicon link
-->
<script type="module" src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.esm.js"></script>
<script nomodule src="https://unpkg.com/[email protected]/dist/ionicons/ionicons.js"></script>
</body>
</html>