-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
769 lines (705 loc) · 39.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>HouseWise</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/logo-tab-icon.png" />
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<script src="https://code.jquery.com/jquery-3.2.1.slim.min.js" integrity="sha384-KJ3o2DKtIkvYIK3UENzmM7KCkRr/rE9/Qpg6aAZGJwFDMVNA/GpGFF93hXpG5KkN" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js" integrity="sha384-ApNbgh9B+Y1QKtv3Rn7W3mgPxhU9K/ScQsAP7hUibX39j7fakFPskvXusvfa0b4Q" crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js" integrity="sha384-JZR6Spejh4U02d8jOt6vLEHfe/JQGiRRSQQxSfFWpi1MquVdAyjUar5+76PVCmYl" crossorigin="anonymous"></script>
<!-----------------font awesome ----------------->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha384-wvfXpqpZZVQGK6TAh5PVlGOfQNHSoD2xbE+QkPxCAFlNEevoEH3Sl0sibVcOQVnN" crossorigin="anonymous">
<!---------------- my custom css ---------------->
<link rel="stylesheet" href="static/css/index.css">
<!---------------- font ------------------------->
<link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet'>
</head>
<body>
<!-------------------------- top blue green gradient row ------------------------->
<div class="wrapper">
<div id="above-nav-container" class="container text-white ">
<div class=" d-flex justify-content-between align-items-center flex-wrap ">
<div class="d-flex mr-auto ml-1 ">
<img src="assets/linkedin-icon.png" alt="">
<img src="assets/fb-icon.png" width="12" height="20" alt="">
</div>
<div id="mails" class="d-flex ">
<div class="d-flex ">
<i class="fa fa-envelope-o" aria-hidden="true"></i>
<p>[email protected]</p>
</div>
<div class="d-flex ml-4">
<i class="fa fa-phone" aria-hidden="true"></i>
<p>+91-8448440693</p>
</div>
</div>
</div>
</div>
</div>
<!-------------------------- navigation bar ------------------------->
<nav class="navbar navbar-expand-md pt-md-4 navbar-light bg-white">
<div class="container ">
<!---------------- logo ----------------------->
<div class="navbar-brand">
<a href="#"><img src="assets/logo.png" class="img-responsive" alt=""></a>
</div>
<!------------------- toggle button bars------------------------>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#mynav">
<span class="navbar-toggler-icon"></span>
</button>
<!------------------- side collapsible------------------------>
<div class=" navbar-collapse collapse justify-content-end" id="mynav">
<ul class="navbar-nav justify-content-around align-items-baseline text-dark">
<li class="navbar-items"><a class="nav-link text-dark" href="#">Home</a></li>
<li class="navbar-items"><a class="nav-link text-dark" href="#">Services</a></li>
<li class="navbar-items"><a class="nav-link text-dark" href="#">About Us</a></li>
<li class="navbar-items"><a class="nav-link text-dark" href="#">Contact</a></li>
</ul>
<ul class="navbar-nav d-flex justify-content-around align-items-baseline ml-lg-4 pl-lg-2">
<li class="navbar-items ">
<a href="#" class="text-dark"><i class="fa fa-phone nav-link" aria-hidden="true"></i> Login / SignUp</a>
</li>
<li class="navbar-items "><a href="#" class="btn text-white p-2">Submit Property</a></li>
</ul>
</div>
</div>
</nav>
<!-------------------------- header main section with two split ------------------------->
<div class=" banner mt-md-4 container">
<div class="row">
<div class="col-lg-6 justify-content-center align-self-center banner-text">
<h1 class="mb-4">Property Management For NRI's in India</h1>
<p class="mb-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore
et dolore magna aliqua. aliquip exea commodo I m waiting for LHC to start at it's full potential.
</p>
<a href="#" class="btn explore-services text-white p-2" >Explore Services</a>
<div class="w-100 mb-lg-3 mb-md-1"></div>
<a href="# " class="mb-md-3">Click If you are a tenant</a>
</div>
<div class="col-lg-6 banner-img">
<img src="assets/banner-img.png" alt="">
</div>
</div>
</div>
<!-------------------------- cities banner ---------------------------->
<div id="cities-banner-fluid" class="">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="city ">
<img src="assets/pune.png" alt="">
<a href="#">Pune</a>
</div>
<div class="city ">
<img src="assets/bangalore.png" alt="">
<a href="#">Bangalore</a>
</div>
<div class="city ">
<img src="assets/hyderabad.png" alt="">
<a href="#">Hyderabad</a>
</div>
<div class="city ">
<img src="assets/gurugram.png" alt="">
<a href="#">Gurugram</a>
</div>
<div class="city ">
<img src="assets/noida.png" alt="">
<a href="#">Noida</a>
</div>
<div class="city ">
<img src="assets/chennai.png" alt="">
<a href="#">Chennai</a>
</div>
<div class="city ">
<img src="assets/delhi.png" alt="">
<a href="#">Delhi</a>
</div>
<div class="city ">
<img src="assets/mumbai.png" alt="">
<a href="#">Mumbai</a>
</div>
</div>
</div>
</div>
<div class="row-md">
<br><br>
</div>
<!-------------------------- what we do ------------------------------->
<div id="services-heading" class="d-flex mb-md-3">
<img src="assets/element-7.png" alt="">
<h1 class="mx-auto">What we do</h1>
</div>
<div id="services-container" class="container">
<div id="services-row" class="row">
<div class="col-lg-3 Services col-md-6 col-sm-12 col-xs-12">
<div class="box-part text-center">
<img src="assets/icon-1.png" class="mb-3" width="40" height="40" alt="">
<div class="title">
<h5 class="font-weight-bold">End To End Services</h5>
</div>
<div class="text">
<span>The ARC fusion reactor is a theoretical design for a compact
fusion reactor developed by the</span>
</div>
<a href="#" class="mt-3 text-dark">Read More <i class="fa fa-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
<div class="col-lg-3 Services col-md-6 col-sm-12 col-xs-12">
<div class="box-part text-center">
<img src="assets/icon-2.png" class="mb-3" width="35" height="40" alt="">
<div class="title">
<h5 class="font-weight-bold">Rental Management</h5>
</div>
<div class="text">
<span>Lorem ipsum dolor sit amet, id quo eruditi eloquentiam. Assum decore te sed. </span>
</div>
<a href="#" class="mt-3 text-dark">Read More <i class="fa fa-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
<div class="col-lg-3 Services col-md-6 col-sm-12 col-xs-12">
<div class="box-part text-center">
<img src="assets/icon-3.png" class="mb-3" width="40" height="40" alt="">
<div class="title">
<h5 class="font-weight-bold">Property Management</h5>
</div>
<div class="text">
<span>Lorem ipsum dolor sit amet, id quo eruditi eloquentiam. Assum decore te sed. </span>
</div>
<a href="#" class="mt-3 text-dark">Read More <i class="fa fa-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
<div class="col-lg-3 Services col-md-6 col-sm-12 col-xs-12">
<div class="box-part text-center">
<img src="assets/icon-4.png" class="mb-3" width="40" height="40" alt="">
<div class="title">
<h5 class="font-weight-bold">Online Rent Agreement</h5>
</div>
<div class="text">
<span>Lorem ipsum dolor sit amet, id quo eruditi eloquentiam. Assum decore te sed.</span>
</div>
<a href="#" class="mt-3 text-dark">Read More <i class="fa fa-arrow-right" aria-hidden="true"></i></a>
</div>
</div>
</div>
<div id="explore-more-btn" class="row text-center">
<a href="#" class="btn">Explore More</a>
</div>
</div>
<!--------------------------- About Us --------------------------------->
<div class="container-fluid">
<div id="about-us-birds" class="row float-right mb-md-3 mr-4">
<img src="assets/element-3.png" width="100" height="60" alt="">
</div>
</div>
<br>
<div class=" about-us-container mt-md-4 container">
<div class="row">
<div class="col-lg-6 text-center about-us-img">
<img src="assets/about-us-img.png" alt="">
</div>
<div class="col-lg-6 justify-content-center align-self-center about-us-text">
<h3 class="mb-4 font-weight-bold">About Us</h3>
<p class="mb-3">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut
aliquip ex ea commodo
</p>
<a href="#" class="btn learn-more-btn text-white p-2" >Learn more</a>
</div>
</div>
</div>
<!--------------------------- statistic ------------------------------->
<div id="stats-banner-fluid" class="">
<div class="container">
<div class="row d-flex justify-content-center">
<div class="stats ">
<img src="assets/icon-properties.png" alt="">
<h5 class="mb-2 mt-2">710</h5>
<a href="#">Properties</a>
</div>
<div class="stats ">
<img src="assets/icon-sqft.png" alt="">
<h5 class="mb-2 mt-2">852000</h5>
<a href="#">Square Foot</a>
</div>
<div class="stats mt-2 ">
<img src="assets/icon-clients.png" class="mt-2 mb-4" alt="">
<h5 class="mb-2 mt-2">3200</h5>
<a href="#">Happy Clients</a>
</div>
<div class="stats ">
<img src="assets/icon-cities.png" alt="">
<h5 class="mb-2 mt-2">7</h5>
<a href="#">Cities</a>
</div>
<div class="stats ">
<img src="assets/icon-countries.png" alt="">
<h5 class="mb-2 mt-2">21</h5>
<a href="#">Countries</a>
</div>
</div>
</div>
</div>
<!--------------------------- How it works ------------------------------->
<div id="work-heading" class="container-fluid mb-5 mt-4">
<div class="row ">
<div class="column col-lg-5 col-md-4 col-sm-4">
</div>
<div class="column col-lg-7 col-md-8 col-sm-8 d-flex text-align-baseline justify-content-between pl-0 pr-0">
<h3 class="font-weight-bold " style="margin-top: auto;">How It Works</h3>
<img class= "d-none d-md-block d-lg-block d-xl-block" src="assets/element-5.png" width="150" height="60" alt="">
<img class="" src="assets/element-6.png" alt="">
</div>
</div>
</div>
<div class="work-container container-fluid">
<div class="row">
<div class="column col-lg-4 col-md-6 col-sm-6 p-3">
<div class="box-part-work text-center">
<img src="assets/icon-step-1.png" class="mb-3" alt="">
<div class="title">
<h4 class="font-weight-bold">Step 1</h4>
</div>
<div class="text">
<p>House Owner Contact housewise represenative and authorizes
him/her to rent out the property (flat/bunglow) on the house owner's
behalf
</p>
</div>
</div>
</div>
<div class="column col-lg-4 col-md-6 col-sm-6 p-3">
<div class="box-part-work text-center">
<img src="assets/icon-step-2.png" class="mb-3" alt="">
<div class="title">
<h4 class="font-weight-bold">Step 2</h4>
</div>
<div class="text">
<p>House owner hands over keys and relevent property documents to the
housewise represenative
</p>
</div>
</div>
</div>
<div class="column col-lg-4 col-md-6 col-sm-6 p-3">
<div class="box-part-work text-center">
<img src="assets/icon-step-3.png" class="mb-3" alt="">
<div class="title">
<h4 class="font-weight-bold">Step 3</h4>
</div>
<div class="text">
<p>On finalizing the tenant, housewise does the following;
</p>
<p> a ) Police verification of the prospective tennant</p>
<p>b ) Ask for proof of employment (HR letter) from the prospective tenant</p>
</div>
</div>
</div>
<div class="column col-lg-4 col-md-6 col-sm-6 p-3">
<div class="box-part-work text-center">
<img src="assets/icon-step-4.png" class="mb-3" alt="">
<div class="title">
<h4 class="font-weight-bold">Step 4</h4>
</div>
<div class="text">
<p>After Successful verification of the prospective tenant, housewise
prepare the contract to be signed by both parties - house owner and the
tenant. House owner can preauthorize housewise represenative to sign onthe
owner's behalf.
</p>
</div>
</div>
</div>
<div class="column col-lg-4 col-md-6 col-sm-6 p-3">
<div class="box-part-work text-center">
<img src="assets/icon-step-5.png" class="mb-3" alt="">
<div class="title">
<h4 class="font-weight-bold">Step 5</h4>
</div>
<div class="text">
<p> a ) Tenant transfers monthly rent to house owner's account</p>
<p>b ) HouseWise continues to maintain property till end of the
lease </p>
</div>
</div>
</div>
<div class="column col-lg-4 col-md-6 col-sm-6 p-3">
<div class="box-part-work text-center">
<img src="assets/icon-step-6.png" class="mb-3" alt="">
<div class="title">
<h4 class="font-weight-bold">Step 6</h4>
</div>
<div class="text">
<p>The ARC fusion reactor is a theoretical design for a compact
fusion reactor developed by the</p>
</div>
</div>
</div>
</div>
</div>
<!--------------------------- Benifits ------------------------------->
<div class="benifit-heading container-fluid d-flex justify-content-start mt-5 mb-5">
<img class= "" src="assets/element-3.png" width="150" height="60" alt="">
<h3 class="font-weight-bold " style="margin-top: auto;">Benifits</h3>
</div>
<div class="benifit-container container mt-4">
<div class="row">
<div class="column col-lg-4 col-md-4 col-sm-6 p-3">
<div class="box-part-benifit text-center">
<img src="assets/benefits-2.png" class="mb-3" alt="">
<div class="title">
<h4 class="font-weight-bold">Low Risk Profile</h4>
</div>
<div class="text">
<span>The ARC fusion reactor is a theoretical design for a compact
fusion reactor developed by the</span>
</div>
</div>
</div>
<div class="column col-lg-4 col-md-4 col-sm-6 p-3">
<div class="box-part-benifit text-center">
<img src="assets/benefits-1.png" class="mb-3" alt="">
<div class="title">
<h4 class="font-weight-bold">Superior Financing</h4>
</div>
<div class="text">
<span>The ARC fusion reactor is a theoretical design for a compact
fusion reactor developed by the</span>
</div>
</div>
</div>
<div class="column col-lg-4 col-md-4 col-sm-6 p-3">
<div class="box-part-benifit text-center">
<img src="assets/benefits-3.png" class="mb-3" alt="">
<div class="title">
<h4 class="font-weight-bold">Tax Benifit</h4>
</div>
<div class="text">
<span>The ARC fusion reactor is a theoretical design for a compact
fusion reactor developed by the</span>
</div>
</div>
</div>
</div>
</div>
<!--------------------------- team ------------------------------->
<div class="team-container-fluid container-fluid">
<div class="founder-bird-img-div">
<img src="assets/element-3.png" alt="">
</div>
<div class="founder-row row">
<div class="d-flex justify-content-between align-items-center">
<div class="founder-social-div mt-0 mt-md-2 ml-md-5 pl-4 d-flex flex-column">
<img src="assets/linkedin-icon.png" class="" alt="">
<img src="assets/twitter-icon.png" class="" alt="">
<img src="assets/insta-icon.png" class="" alt="">
<img src="assets/fb-icon.png" class="" alt="">
</div>
<div class="d-flex justify-content-start pl-sm-3 flex-column flex-md-row flex-xl-row flex-lg-row flex-md-row">
<div class="founder-img-div d-flex justify-content-start align-items-center" class="mr-2 ">
<img src="assets/founder-image.png" class="" alt="">
<div class="pt-2 before-breakpoint-about">
<h2 class="mb-2">Priyank Agrawal</h2>
<h4 class="mb-3">Founder & CEO</h4>
<h5 class="mb-4"><i> IIT Roorkee</i> </h5>
<div class="founder-social-div-breakpoint d-flex flex-row">
<img src="assets/linkedin-icon.png" class="" alt="">
<img src="assets/twitter-icon.png" class="" alt="">
<img src="assets/insta-icon.png" class="" alt="">
<img src="assets/fb-icon.png" class="" alt="">
</div>
</div>
</div>
<div class="founder-about-div" class="ml-2 mt-1">
<div class="after-breakpoint-about">
<h2 class="mb-2">Priyank Agrawal</h2>
<h4 class="mb-3">Founder & CEO</h4>
<h5 class="mb-4"><i> IIT Roorkee</i> </h5>
</div>
<p>Priyank joined Philips in 2011 and is responsible for Strategy, M&A, Alliances & New
Business Development at Philips India with a focus on business growth and operational
optimization across all businesses of Philips India. He is a member of the Philips
India Management team.</p>
</div>
</div>
</div>
</div>
<hr class="mt-5 mb-5">
<div class="rest-team-heading container-fluid mb-3 d-flex justify-content-start mt-5 mb-5">
<img class= "" src="assets/element-2.png" width="50" height="40" alt="">
<h3 class="font-weight-bold " style="margin-top: auto;">Advisory Board</h3>
</div>
<div class="row rest-team-row pb-5">
<div class="column col-lg-4 col-md-4">
<div class="layer bg-dark">
<img src="assets/advisor-1.jpg" alt="">
</div>
<div class="team-member-info">
<h4>Ruchir Awasti</h4>
<i class=" text-primary font-weight-bold">ISB HYDERABAD</i>
<p>A person is a being that has certain capacities or attributes such as
reason, morality, consciousness or self-consciousness, and being a part
of a culturally established form</p>
</div>
</div>
<div class="column col-lg-4 col-md-4">
<div class="layer bg-dark">
<img src="assets/advisor-2.jpg" alt="">
</div>
<div class="team-member-info">
<h4>Abir Awasti</h4>
<i class=" text-primary font-weight-bold">ISB HYDERABAD</i>
<p>A person is a being that has certain capacities or attributes such as
reason, morality, consciousness or self-consciousness, and being a part
of a culturally established form</p>
</div>
</div>
<div class="column col-lg-4 col-md-4 ">
<div class="bg-dark">
<img src="assets/advisor-1.jpg" style="opacity: 0;" alt="">
</div>
</div>
</div>
</div>
<!--------------------------- Rating ------------------------------->
<div class="container-fluid rating-container">
<div class="card border-0 text-center">
<div class="card-body">
<div class="stars-div d-flex justify-content-center mb-4">
<img src="assets/star-icon.png" alt="">
<img src="assets/star-icon.png" alt="">
<img src="assets/star-icon.png" alt="">
<img src="assets/star-icon.png" alt="">
<img src="assets/star-icon.png" alt="">
</div>
<p class="">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et
dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur
</p>
<h4 class="font-weight-bold" >James KnudSon</h4>
<p style="font-size: 12px;" >Product Designer</p>
<div class="testimonial-div d-flex justify-content-center align-items-center">
<img src="assets/testimonial-1.png" alt="">
<img src="assets/testimonial-2.png" alt="">
<img src="assets/testimonial-3.png" alt="">
</div>
</div>
</div>
</div>
<!--------------------------- In the news ------------------------------->
<div class="news-heading container-fluid d-flex justify-content-start text-center mt-5 mb-5">
<img class= "" src="assets/element-4.png" width="100" height="50" alt="">
<h3 class="font-weight-bold " style="margin-top: auto;">In the News</h3>
</div>
<div class="container news-company-container ">
<div class="row d-flex justify-content-center text-center">
<img src="assets/client-1.png" alt="">
<img src="assets/client-2.png" alt="">
<img src="assets/client-3.png" alt="">
<img src="assets/client-4.png" alt="">
<img src="assets/client-5.png" alt="">
</div>
</div>
<!----------------------------------------------- blog post --------------------------------------------------->
<div class="container blog-post-container">
<div class="row">
<div class="col-lg-4 col-md-4 card border-0">
<img src="assets/post-1.png" class="card-img-top pl-3 pr-3" alt="...">
<div class="card-body">
<h5 class="card-title font-weight-bold">Ways to reduce interest</h5>
<p class="card-text">People with lot of stuff to do (generally) are not able to decide what to do. Even if they are able
to decide something, the other options are always at the back of their mind .... <a href="#">Read more</a></p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
<div class="col-lg-4 col-md-4 card border-0">
<img src="assets/post-2.png" class="card-img-top pl-3 pr-3" alt="...">
<div class="card-body">
<h5 class="card-title font-weight-bold">Ways to reduce interest</h5>
<p class="card-text">People with lot of stuff to do (generally) are not able to decide what to do. Even if they are able
to decide something, the other options are always at the back of their mind .... <a href="#">Read more</a></p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
<div class="col-lg-4 col-md-4 card border-0">
<img src="assets/post-3.png" class="card-img-top pl-3 pr-3" alt="...">
<div class="card-body">
<h5 class="card-title font-weight-bold">Ways to reduce interest</h5>
<p class="card-text">People with lot of stuff to do (generally) are not able to decide what to do. Even if they are able
to decide something, the other options are always at the back of their mind.... <a href="#">Read more</a></p>
<p class="card-text"><small class="text-muted">Last updated 3 mins ago</small></p>
</div>
</div>
</div>
</div>
<div class="view-all container-fluid d-flex justify-content-start text-center mt-5 mb-5">
<img class= "" src="assets/element-4.png" width="100" height="50" alt="">
<a href="#" class="btn btn-primary pr-3 pl-3 ">View All</a>
</div>
<!----------------------------------------------- location --------------------------------------------------->
<div class="container location-container mb-5 pt-5">
<div class="row">
<ul class="nav mx-auto">
<li class="nav-item mb-2" >
<a class="nav-link bg-light active" data-toggle="tab" id="mumbai-nav" href="#">Mumbai</a>
</li>
<li class="nav-item mb-2 ">
<a class="nav-link bg-light " data-toggle="tab" id="pune-nav" href="#">Pune</a>
</li>
<li class="nav-item mb-2">
<a class="nav-link bg-light" data-toggle="tab" id="bangalore-nav" href="#">Bangalore</a>
</li>
<li class="nav-item mb-2">
<a class="nav-link bg-light " data-toggle="tab" id="delhi-nav" href="#">Delhi</a>
</li>
<li class="nav-item mb-2">
<a class="nav-link bg-light " data-toggle="tab" id="gurugram-nav" href="#">Gurugram</a>
</li>
<li class="nav-item mb-2">
<a class="nav-link bg-light " data-toggle="tab" id="noida-nav" href="#">Noida</a>
</li>
<li class="nav-item mb-2">
<a class="nav-link bg-light " data-toggle="tab" id="chennai-nav" href="#">Chennai</a>
</li>
<li class="nav-item mb-2">
<a class="nav-link bg-light " data-toggle="tab" id="hyderabad-nav" href="#">Hyderabad</a>
</li>
</ul>
</div>
</div>
<!---------------------------------------------- map -------------------------------------------->
<div id="googleMap" style="width:100%;height:500px;"></div>
<!--------------------------------------------- contact ------------------------------------------>
<div class="contact-heading container-fluid d-flex text-center mt-5 mb-5">
<img class= "bird" src="assets/element-4.png" width="100" height="50" alt="">
<h3 class="font-weight-bold " style="margin-top: auto;">Contact</h3>
<img class= "cloud" src="assets/element-9.png" width="70" height="50" alt="">
</div>
<div class="container-fluid contact-form-container-fluid">
<div class="container contact-form-container p-5">
<div class="row">
<div class="col-lg-6">
<form action="POST" class="text-center">
<input type="text" name="name" class="form-control p-2 mb-3" id="name" placeholder=" Name">
<input type="email" name="email" class="form-control p-2 mb-3" id="email" placeholder=" Email">
<input type="phone" name="phone" class="form-control p-2 mb-3" id="phone" placeholder=" Phone">
<textarea type="text" name="message" class="form-control p-2 mb-3" id="message" cols="30" rows="5" placeholder=" Message....."></textarea>
<input type="submit" class="btn pl-3 pr-3">
</form>
</div>
<div class="col-lg-6">
<div class="d-flex">
<img src="assets/contact-phone-icon.png" alt="">
<div class="numbers pl-3">
<h5 class="font-weight-bold">+91 98867 69886</h5>
<h5 class="font-weight-bold">+91 81478 24460</h5>
</div>
</div>
<br>
<div class="d-flex align-items-center">
<img src="assets/contact-email-icon.png" alt="">
<h5 class="font-weight-bold pl-3">[email protected]</h5>
</div>
<br>
<div class="d-flex align-items-center">
<img src="assets/contact-location-icon.png" alt="">
<div class="numbers pl-3">
<h5 class="font-weight-bold">#51/2, 13th Cross, JP Nagar</h5>
<h5 class="font-weight-bold">1st Phase, Anjaneya</h5>
<h5 class="font-weight-bold">Temple Street, Sarakki Gate</h5>
</div>
</div>
</div>
</div>
<img src="assets/contact-img-2.png" id="magnifying_glass" alt="">
<img src="assets/contact-img.png" id="building" alt="">
</div>
</div>
<!-------------------------------- footer -------------------------------->
<div class="container-fluid bg-dark">
<div class="footer-container container ">
<div class="row">
<div class="col-lg-3 col-md-4 left-side ">
<img class="logo mb-4" src="assets/logo.png" alt="">
<div class="d-flex justify-content-center social-logo mt-3 text-center">
<img src="assets/twitter-icon.png" class="mr-3" alt="">
<img src="assets/linkedin-icon.png" class="mr-3" alt="">
<img src="assets/insta-icon.png" class="mr-3" alt="">
<img src="assets/fb-icon.png" class="mr-3" alt="">
</div>
<br>
<h5 class="font-weight-bold">Contact</h5>
<div class="d-flex align-items-baseline">
<i class="fa fa-envelope" ></i>
<p class="ml-3">[email protected]</p>
</div>
<div class="d-flex align-items-baseline">
<i class="fa fa-phone" ></i>
<p class="ml-3">+91-8448440693</p>
</div>
<h5 class="font-weight-bold">Office Address</h5>
<div class="d-flex flex-column">
<p class="">#51/2 , 13th cross, JP Nagar,
1st Phase, Anjaeya
Temple Street, Sarraki Gate</p>
</div>
</div>
<div class="col-lg-2 col-md-2 center-left-side ">
<ul class="list-unstyled">
<li><h4 class="font-weight-bold">Services</h4></li>
<li><a href="#" class="h5 text-white">End To End Services</a></li>
<li><a href="#" class="h5 text-white">Rental Management</a></li>
<li><a href="#" class="h5 text-white">Property Management</a></li>
<li><a href="#" class="h5 text-white">Online Rent Agreement</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-2 center-right-side ">
<ul class="list-unstyled">
<li><a href="#" class="h5 ">Home</a></li>
<li><a href="#" class="h5 ">About Us</a></li>
<li><a href="#" class="h5 ">Pay Rent</a></li>
<li><a href="#" class="h5 ">Submit Property</a></li>
<li><a href="#" class="h5 ">Careers</a></li>
<li><a href="#" class="h5 ">Blogs</a></li>
</ul>
</div>
<div class="col-lg-2 col-md-2 right-side ">
<ul class="list-unstyled">
<li><a href="#" class="h5 ">Sitemap</a></li>
<li><a href="#" class="h5 ">Contact Us</a></li>
<li><a href="#" class="h5 ">Terms and Conditions</a></li>
<li><a href="#" class="h5 ">Privacy Policy</a></li>
</ul>
</div>
</div>
</div>
</div>
<script>
function myMap()
{
var Mumbai = {lat: 19.0760, lng: 72.8777};
var delhi = { lat:28.7041 , lng : 77.1025}
var map = new google.maps.Map(document.getElementById('googleMap'), {zoom: 4, center: Mumbai});
var mumbai_content = "<h3 class=\"text-primary font-weight-bold\">Mumbai</h3>" +
"<p> Vishala complex, 1st Floor Sector 7,<br> HSR layout, Mumbai 570247.</p>" +
" <a href= \"#\"><i class=\"fa fa-phone text-primary\"> </i> Emergency </a> <br>" +
" <a href= \"#\"><i class=\"fa fa-envelope text-primary\"> </i> Mail us </a>";
var delhi_content = "<h3 class=\"text-primary font-weight-bold\">Mumbai</h3>" +
"<p> Vishala complex, 1st Floor Sector 7,<br> HSR layout, Mumbai 570247.</p>"+
" <a href= \"#\"><i class=\"fa fa-phone text-primary\"> </i> Emergency </a> <br>" +
" <a href= \"#\"><i class=\"fa fa-envelope text-primary\"> </i> Mail us </a>";
var infowindow = new google.maps.InfoWindow({
content: mumbai_content
});
var marker1 = new google.maps.Marker({position: Mumbai, map: map});
var marker2 = new google.maps.Marker({position: delhi, map: map});
infowindow.open(map, marker1);
delhi_btn.addListener('click', function() {
infowindow.open(map, marker2);
});
}
</script>
<!---------------------------------- used empty key Link for developer only ------------------------------------->
<script src="https://maps.googleapis.com/maps/api/js?key=&callback=myMap"></script>
</body>
</html>