-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
823 lines (780 loc) · 49.4 KB
/
Copy pathindex.html
File metadata and controls
823 lines (780 loc) · 49.4 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" id="initialMeta" content="width=device-width, initial-scale=1.0">
<title>Mint Management</title>
<!-- Font Awesome -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" rel="stylesheet" />
<!-- Google Fonts -->
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap" rel="stylesheet" />
<!-- MDB -->
<link href="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.5.0/mdb.min.css" rel="stylesheet" />
<!-- Link Swiper's CSS -->
<link rel="stylesheet" href="https://unpkg.com/swiper/swiper-bundle.min.css" />
<!-- globalStyle -->
<link rel="stylesheet" href="./css/globalStyle.css">
<!-- customStyle -->
<link rel="stylesheet" href="./css/customStyle.css">
</head>
<body>
<header>
<div class="position-absolute w-100 d-flex justify-content-between">
<div class="design_triangle">
<a href="./index.html"><img class="rounded-3" src="./img/logo.png" alt="logo"></a>
</div>
<nav class="nav__wrapper">
<div
class="navbar shadow-0 navbar-expand-lg nav__ul w-100 my-4 z_1000 position-relative family_panton d-flex align-items-start justify-content-end justify-content-lg-stretch">
<button
class="navbar-toggler position-relative bg_success text-white py-2 px-4 shadow-sm first-button"
type="button" data-mdb-toggle="collapse" data-mdb-target="#navToggleBtn">
<i class="fas fa-bars "></i>
</button>
<ul id="navToggleBtn" class="navbar-nav py-3 py-lg-0 flex-lg-wrap collapse navbar-collapse ">
<li class="nav-item">
<a class="nav-link text-light font_size_18 " href="./services.html">SERVICES</a>
</li>
<li class="nav-item">
<a class="nav-link text-light font_size_18" href="./faqs.html">FAQS</a>
</li>
<li class="nav-item">
<a class="nav-link text-light font_size_18" href="./about.html">ABOUT</a>
</li>
<li class="nav-item">
<a class="nav-link text-light font_size_18" href="./referrals.html">REFERRALS</a>
</li>
<li class="nav-item">
<a class="nav-link text-light font_size_18" href="./search.html">RENTAL SEARCH</a>
</li>
<li class="nav-item">
<a class="nav-link text-light font_size_18" href="./contact.html">CONTACT</a>
</li>
<li class="nav-item">
<a class="nav-link text-light font_size_18 d-flex align-items-center" href="#">
<svg width="20" height="20" viewBox="0 0 20 20" fill="none" class="me-2">
<path
d="M15.707 10.2932C15.6142 10.2003 15.504 10.1265 15.3827 10.0762C15.2613 10.0259 15.1313 10 15 10C14.8686 10 14.7386 10.0259 14.6173 10.0762C14.496 10.1265 14.3858 10.2003 14.293 10.2932L12.699 11.8872C11.96 11.6672 10.581 11.1672 9.70697 10.2932C8.83297 9.4192 8.33297 8.0402 8.11297 7.3012L9.70697 5.7072C9.79991 5.61441 9.87365 5.50421 9.92396 5.38289C9.97427 5.26158 10.0002 5.13153 10.0002 5.0002C10.0002 4.86887 9.97427 4.73882 9.92396 4.61751C9.87365 4.49619 9.79991 4.38599 9.70697 4.2932L5.70697 0.293201C5.61418 0.200255 5.50398 0.126518 5.38266 0.0762068C5.26135 0.0258961 5.1313 0 4.99997 0C4.86863 0 4.73859 0.0258961 4.61727 0.0762068C4.49596 0.126518 4.38576 0.200255 4.29297 0.293201L1.58097 3.0052C1.20097 3.3852 0.986968 3.9072 0.994968 4.4402C1.01797 5.8642 1.39497 10.8102 5.29297 14.7082C9.19097 18.6062 14.137 18.9822 15.562 19.0062H15.59C16.118 19.0062 16.617 18.7982 16.995 18.4202L19.707 15.7082C19.7999 15.6154 19.8737 15.5052 19.924 15.3839C19.9743 15.2626 20.0002 15.1325 20.0002 15.0012C20.0002 14.8699 19.9743 14.7398 19.924 14.6185C19.8737 14.4972 19.7999 14.387 19.707 14.2942L15.707 10.2932ZM15.58 17.0052C14.332 16.9842 10.062 16.6492 6.70697 13.2932C3.34097 9.9272 3.01497 5.6422 2.99497 4.4192L4.99997 2.4142L7.58597 5.0002L6.29297 6.2932C6.17543 6.41065 6.08901 6.55554 6.04152 6.71477C5.99403 6.874 5.98697 7.04256 6.02097 7.2052C6.04497 7.3202 6.63197 10.0472 8.29197 11.7072C9.95197 13.3672 12.679 13.9542 12.794 13.9782C12.9565 14.0132 13.1252 14.0067 13.2846 13.9593C13.444 13.9119 13.5889 13.8252 13.706 13.7072L15 12.4142L17.586 15.0002L15.58 17.0052Z"
fill="#FFC9BD" />
</svg>
Call Us: (540) 692-3650</a>
</li>
<!-- <div class="nav-item d-flex">
<a class="d-inline-flex justify-content-center align-items-center social_size rounded-circle bg-white mx-2 text_facebook"
href="#"> <i class="fab fa-facebook-f "></i></a>
<a class="d-inline-flex justify-content-center align-items-center social_size rounded-circle bg-white me-2 text_twitter"
href="#"><i class="fab fa-twitter "></i></a>
<a class="d-inline-flex justify-content-center align-items-center social_size rounded-circle bg-white text_dribbble"
href="#"> <i class="fab fa-dribbble "></i></a>
</div> -->
</ul>
</div>
</nav>
</div>
</header>
<main>
<section class="header__bg__angles header__bg__angles--vector pointer_none">
<div class="container-xxl">
<div class="row">
<div class="col-12 position-relative">
<div class="col__wrapper">
<h1 class="font_size_65 text-white pointer_visible">
THE VALLEY’S PROPERTY <br>
MANAGEMENT
</h1>
<p class="text-white font_size_35 content_shadow my-4 pointer_visible">
Serving Warren County, Clarke County, Page County,
<br>
Frederick County and other surrounding areas
</p>
<div class="btn__wrapper pointer_visible">
<a href="#"
class="btn font_size_20 bg_orange text-white py-md-3 px-md-5 rounded-pill text-capitalize">
Manage My Property
</a>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section__why__mint">
<div class="container-xxl">
<div class="row mb-3 mb-md-5">
<div class="col-12">
<h2 class="text-center text_title font_size_60 text-uppercase">
<span class="mint__title family_panton" data-mint-title="Why Mint">
Why Mint
</span>
</h2>
<h3 class="text-center text-uppercase font_size_25 text_gray font-weight-bold family_panton">
we are driven by excellence
</h3>
</div>
</div>
<div class="row row-cols-1 row-cols-md-2 row-cols-lg-3 row-cols-xl-4">
<div class="col mb-3 h-auto">
<div class="col__wrapper h-100">
<div class="card text-left shadow-4 rounded_45">
<img class="card-img-top w_h_133 rounded-circle mx-auto my-2"
src="./img/assets/law_experts.png" alt="">
<div class="card-body">
<h3
class="card-title mb-md-4 text-uppercase font_size_25 text-black text-center family_panton">
tentant law eXPERTS</h3>
<p
class="card-text font_size_16 text-uppercase font-weight-bold family_panton line_144 text-center text_gray2">
Don't let just anyone manage your rental property. We're experts IN VA, WV AND
md landlord-tenant laws, and work to keep your property compliant. Say goodbye
to the risks and let our team take control.
</p>
</div>
</div>
</div>
</div>
<div class="col mb-3 h-auto">
<div class="col__wrapper h-100">
<div class="card text-left shadow-4 rounded_45">
<img class="card-img-top w_h_133 rounded-circle mx-auto my-2"
src="./img/assets/law_experts.png" alt="">
<div class="card-body">
<h3
class="card-title mb-md-4 text-uppercase font_size_25 text-black text-center family_panton">
tentant law eXPERTS</h3>
<p
class="card-text font_size_16 text-uppercase font-weight-bold family_panton line_144 text-center text_gray2">
Don't let just anyone manage your rental property. We're experts IN VA, WV AND
md landlord-tenant laws, and work to keep your property compliant. Say goodbye
to the risks and let our team take control.
</p>
</div>
</div>
</div>
</div>
<div class="col mb-3 h-auto">
<div class="col__wrapper h-100">
<div class="card text-left shadow-4 rounded_45">
<img class="card-img-top w_h_133 rounded-circle mx-auto my-2"
src="./img/assets/law_experts.png" alt="">
<div class="card-body">
<h3
class="card-title mb-md-4 text-uppercase font_size_25 text-black text-center family_panton">
tentant law eXPERTS</h3>
<p
class="card-text font_size_16 text-uppercase font-weight-bold family_panton line_144 text-center text_gray2">
Don't let just anyone manage your rental property. We're experts IN VA, WV AND
md landlord-tenant laws, and work to keep your property compliant. Say goodbye
to the risks and let our team take control.
</p>
</div>
</div>
</div>
</div>
<div class="col mb-3 h-auto">
<div class="col__wrapper h-100">
<div class="card text-left shadow-4 rounded_45">
<img class="card-img-top w_h_133 rounded-circle mx-auto my-2"
src="./img/assets/law_experts.png" alt="">
<div class="card-body">
<h3
class="card-title mb-md-4 text-uppercase font_size_25 text-black text-center family_panton">
tentant law eXPERTS</h3>
<p
class="card-text font_size_16 text-uppercase font-weight-bold family_panton line_144 text-center text_gray2">
Don't let just anyone manage your rental property. We're experts IN VA, WV AND
md landlord-tenant laws, and work to keep your property compliant. Say goodbye
to the risks and let our team take control.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="section_bg_slider">
<div class="container-xxl py-3 py-md-5">
<div class="row mb-3 mb-md-5">
<div class="col-12">
<div class="col-12">
<div class="col__wrapper">
<h2 class="text-center text_title font_size_50 text-uppercase">
<span class="family_panton">
We are driven by excellence
</span>
</h2>
<h3
class="text-center text-uppercase font_size_25 text_gray font-weight-bold family_panton">
Check out all our services
</h3>
</div>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<!-- Swiper -->
<div class="swiper-container swiper__driven pb-3 pb-md-5">
<div class="swiper-wrapper">
<div class="swiper-slide h-100 rounded_45">
<div class="col__wrapper h-100 rounded_45">
<div class="card text-left h-100 rounded_45">
<div class="card-header border-0 px-2 px-4 pt-4 pb-0">
<img class="card-img-top rounded_45" src="./img/marketing.png" alt="">
</div>
<div class="card-body pb-0">
<h3
class="card-title my-md-4 text-uppercase font_size_25 text-black text-center family_panton">
Property Marketing</h3>
<hr style="border: 2px solid #26A2A0; width: 32px; margin: auto;">
<p
class=" text_black8 family_panton text-center mt-2 mt-md-4 font_size_16">
Our team markets your property aggressively with a combination of
promotional
tools to FIND the right tenant as quickly as possible.
</p>
</div>
<div class="card-footer border-0 text-center mb-3">
<a href="#"
class="text_unset font_size_18 font-weight-bold px-md-5 border_orange btn btn-muted shadow-0 rounded-pill">
Read more...
</a>
</div>
</div>
</div>
</div>
<div class="swiper-slide h-100 rounded_45">
<div class="col__wrapper h-100 rounded_45">
<div class="card text-left h-100 rounded_45">
<div class="card-header border-0 px-2 px-4 pt-4 pb-0">
<img class="card-img-top rounded_45" src="./img/tenant.png" alt="">
</div>
<div class="card-body pb-0">
<h3
class="card-title my-md-4 text-uppercase font_size_25 text-black text-center family_panton">
Tenant Screening</h3>
<hr style="border: 2px solid #26A2A0; width: 32px; margin: auto;">
<p
class=" text_black8 family_panton text-center mt-2 mt-md-4 font_size_16">
Every application we receive is subjected to our strict tenant
screening process. We only place highly qualified tenants to keep
you protected.
</p>
</div>
<div class="card-footer border-0 text-center mb-3">
<a href="#"
class="text_unset font_size_18 font-weight-bold px-md-5 border_orange btn btn-muted shadow-0 rounded-pill">
Read more...
</a>
</div>
</div>
</div>
</div>
<div class="swiper-slide h-100 rounded_45">
<div class="col__wrapper h-100 rounded_45">
<div class="card text-left h-100 rounded_45">
<div class="card-header border-0 px-2 px-4 pt-4 pb-0">
<img class="card-img-top rounded_45" src="./img/rent.png" alt="">
</div>
<div class="card-body pb-0">
<h3
class="card-title my-md-4 text-uppercase font_size_25 text-black text-center family_panton">
Rent Collection</h3>
<hr style="border: 2px solid #26A2A0; width: 32px; margin: auto;">
<p
class=" text_black8 family_panton text-center mt-2 mt-md-4 font_size_16">
We handle all billing and rent collection on your behalf,
guaranteeing you get your rent in on time and protecting your
cashflow.
</p>
</div>
<div class="card-footer border-0 text-center mb-3">
<a href="#"
class="text_unset font_size_18 font-weight-bold px-md-5 border_orange btn btn-muted shadow-0 rounded-pill">
Read more...
</a>
</div>
</div>
</div>
</div>
<div class="swiper-slide h-100 rounded_45">
<div class="col__wrapper h-100 rounded_45">
<div class="card text-left h-100 rounded_45">
<div class="card-header border-0 px-2 px-4 pt-4 pb-0">
<img class="card-img-top rounded_45" src="./img/marketing.png" alt="">
</div>
<div class="card-body pb-0">
<h3
class="card-title my-md-4 text-uppercase font_size_25 text-black text-center family_panton">
Property Marketing</h3>
<hr style="border: 2px solid #26A2A0; width: 32px; margin: auto;">
<p
class=" text_black8 family_panton text-center mt-2 mt-md-4 font_size_16">
Our team markets your property aggressively with a combination of
promotional
tools to FIND the right tenant as quickly as possible.
</p>
</div>
<div class="card-footer border-0 text-center mb-3">
<a href="#"
class="text_unset font_size_18 font-weight-bold px-md-5 border_orange btn btn-muted shadow-0 rounded-pill">
Read more...
</a>
</div>
</div>
</div>
</div>
<div class="swiper-slide h-100 rounded_45">
<div class="col__wrapper h-100 rounded_45">
<div class="card text-left h-100 rounded_45">
<div class="card-header border-0 px-2 px-4 pt-4 pb-0">
<img class="card-img-top rounded_45" src="./img/marketing.png" alt="">
</div>
<div class="card-body pb-0">
<h3
class="card-title my-md-4 text-uppercase font_size_25 text-black text-center family_panton">
Property Marketing</h3>
<hr style="border: 2px solid #26A2A0; width: 32px; margin: auto;">
<p
class=" text_black8 family_panton text-center mt-2 mt-md-4 font_size_16">
Our team markets your property aggressively with a combination of
promotional
tools to FIND the right tenant as quickly as possible.
</p>
</div>
<div class="card-footer border-0 text-center mb-3">
<a href="#"
class="text_unset font_size_18 font-weight-bold px-md-5 border_orange btn btn-muted shadow-0 rounded-pill">
Read more...
</a>
</div>
</div>
</div>
</div>
<div class="swiper-slide h-100 rounded_45">
<div class="col__wrapper h-100 rounded_45">
<div class="card text-left h-100 rounded_45">
<div class="card-header border-0 px-2 px-4 pt-4 pb-0">
<img class="card-img-top rounded_45" src="./img/marketing.png" alt="">
</div>
<div class="card-body pb-0">
<h3
class="card-title my-md-4 text-uppercase font_size_25 text-black text-center family_panton">
Property Marketing</h3>
<hr style="border: 2px solid #26A2A0; width: 32px; margin: auto;">
<p
class=" text_black8 family_panton text-center mt-2 mt-md-4 font_size_16">
Our team markets your property aggressively with a combination of
promotional
tools to FIND the right tenant as quickly as possible.
</p>
</div>
<div class="card-footer border-0 text-center mb-3">
<a href="#"
class="text_unset font_size_18 font-weight-bold px-md-5 border_orange btn btn-muted shadow-0 rounded-pill">
Read more...
</a>
</div>
</div>
</div>
</div>
<div class="swiper-slide h-100 rounded_45">
<div class="col__wrapper h-100 rounded_45">
<div class="card text-left h-100 rounded_45">
<div class="card-header border-0 px-2 px-4 pt-4 pb-0">
<img class="card-img-top rounded_45" src="./img/marketing.png" alt="">
</div>
<div class="card-body pb-0">
<h3
class="card-title my-md-4 text-uppercase font_size_25 text-black text-center family_panton">
Property Marketing</h3>
<hr style="border: 2px solid #26A2A0; width: 32px; margin: auto;">
<p
class=" text_black8 family_panton text-center mt-2 mt-md-4 font_size_16">
Our team markets your property aggressively with a combination of
promotional
tools to FIND the right tenant as quickly as possible.
</p>
</div>
<div class="card-footer border-0 text-center mb-3">
<a href="#"
class="text_unset font_size_18 font-weight-bold px-md-5 border_orange btn btn-muted shadow-0 rounded-pill">
Read more...
</a>
</div>
</div>
</div>
</div>
<div class="swiper-slide h-100 rounded_45">
<div class="col__wrapper h-100 rounded_45">
<div class="card text-left h-100 rounded_45">
<div class="card-header border-0 px-2 px-4 pt-4 pb-0">
<img class="card-img-top rounded_45" src="./img/marketing.png" alt="">
</div>
<div class="card-body pb-0">
<h3
class="card-title my-md-4 text-uppercase font_size_25 text-black text-center family_panton">
Property Marketing</h3>
<hr style="border: 2px solid #26A2A0; width: 32px; margin: auto;">
<p
class=" text_black8 family_panton text-center mt-2 mt-md-4 font_size_16">
Our team markets your property aggressively with a combination of
promotional
tools to FIND the right tenant as quickly as possible.
</p>
</div>
<div class="card-footer border-0 text-center mb-3">
<a href="#"
class="text_unset font_size_18 font-weight-bold px-md-5 border_orange btn btn-muted shadow-0 rounded-pill">
Read more...
</a>
</div>
</div>
</div>
</div>
<div class="swiper-slide h-100 rounded_45">
<div class="col__wrapper h-100 rounded_45">
<div class="card text-left h-100 rounded_45">
<div class="card-header border-0 px-2 px-4 pt-4 pb-0">
<img class="card-img-top rounded_45" src="./img/marketing.png" alt="">
</div>
<div class="card-body pb-0">
<h3
class="card-title my-md-4 text-uppercase font_size_25 text-black text-center family_panton">
Property Marketing</h3>
<hr style="border: 2px solid #26A2A0; width: 32px; margin: auto;">
<p
class=" text_black8 family_panton text-center mt-2 mt-md-4 font_size_16">
Our team markets your property aggressively with a combination of
promotional
tools to FIND the right tenant as quickly as possible.
</p>
</div>
<div class="card-footer border-0 text-center mb-3">
<a href="#"
class="text_unset font_size_18 font-weight-bold px-md-5 border_orange btn btn-muted shadow-0 rounded-pill">
Read more...
</a>
</div>
</div>
</div>
</div>
</div>
<div class="swiper-pagination"></div>
</div>
</div>
</div>
</div>
</section>
<section class="section__saying__slider mb-5 pb-5">
<div class="container-xxl">
<div class="row">
<div class="col-12">
<div class="col__wrapper">
<h2 class=" text_title font_size_60 text-uppercase">
<span class="family_panton">
WHAT OTHERS ARE SAYING
</span>
</h2>
<h3 class="text-uppercase font_size_25 text_gray font-weight-bold family_panton">
Reviews FROM SATISIFIED CLIENTS
</h3>
<hr style="width: 222px; border: 1px solid #269A9A;" class="d-block">
</div>
</div>
</div>
<div class="row">
<div class="col-lg-7">
<div class="col__wrapper">
<b class="font_size_140 text_orange font-weight-bold d-inline-block mt-n5">
,,
</b>
<h3 class="font_size_30 text_blackGray font-weight-bold family_panton">
NEED A REVIEW
</h3>
<br><br><br><br>
<br><br><br>
<hr style="border: 1px solid #2ED2A6; width: 387px" class="d-block">
<br>
<h3 class="font_size_30 text-black font-weight-bold family_panton">
BETH WALLER
</h3>
<h3 class="font_size_35 family_panton font-weight-bold text_gray3">
FRONT ROYAL, VA
</h3>
</div>
</div>
<div class="col-lg-5">
<div class="col__wrapper">
<!-- Swiper -->
<div class="swiper-container saying__swiper py-3 py-md-5">
<div class="swiper-wrapper">
<div class="swiper-slide">
<img class="rounded-3" src="./img/review_img1.png" alt="">
</div>
<div class="swiper-slide">
<img class="rounded-3" src="./img/review_img2.png" alt="">
</div>
<div class="swiper-slide">
<img class="rounded-3" src="./img/review_img2.png" alt="">
</div>
<div class="swiper-slide">
<img class="rounded-3" src="./img/review_img2.png" alt="">
</div>
<div class="swiper-slide">
<img class="rounded-3" src="./img/review_img2.png" alt="">
</div>
</div>
<div class="swiper-button-next"></div>
<div class="swiper-button-prev"></div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="mt-5 pt-5">
<div class="container-xxl shadow p-3 p-5 angle__vector rounded_45">
<div class="row row-cols-1 row-cols-md-2 ">
<div class="col ">
<div class="col__wrapper">
<h2 class=" text_title font_size_45 text-uppercase">
<span class="family_panton">
FREE RENTAL ANALYSIS!
</span>
</h2>
<ul class="list-group">
<li class="list-group-item border-0">
<i class="fas fa-dot-circle bg_success text_success me-2 rounded-circle "></i>
Discover the rental value of your property.
</li>
<li class="list-group-item border-0">
<i class="fas fa-dot-circle bg_success text_success me-2 rounded-circle "></i>
Find out how to earn your maximum rent.
</li>
<li class="list-group-item border-0">
<i class="fas fa-dot-circle bg_success text_success me-2 rounded-circle "></i>
Learn whether your home fits our portfolio.
</li>
</ul>
</div>
</div>
<div class="col">
<form action="" onsubmit="return EmailForm(this)" method="post" class="d-flex flex-wrap">
<div class="form-group flex-grow-1 me-3">
<input type="email" placeholder="Type your email" name="email"
class="px-4 py-md-3 form-control border_success shadow-0 rounded-pill">
</div>
<div class="form-group">
<button type="submit"
class="btn font_size_20 h-100 bg_orange text-white rounded-pill py-md-3 px-md-5 text-capitalize">
Submit
</button>
</div>
</form>
</div>
</div>
</div>
</section>
<br><br><br><br><br>
<section class="section__realState">
<div class="container-xxl">
<div class="row ">
<div class="col-12 col-lg-7 mb-4 order-2 order-lg-1">
<div class="col__wrapper d-flex">
<hr style="border: 1px solid #FF623F;width: 39px" class="me-4">
<div class="col__content">
<h5 class="text_orange font_size_20">
We know OUR COMMUNITY. We know real estate.
</h5>
<h2 class="text_title my-3 font_size_45 text-uppercase family_panton">
THE VALLEY’S LOCAL PROPERTY MANAGEMENT EXPERTS
</h2>
<div class="content__body text_black7 family_panton">
<p class="font_size_20">
If you own a local rental property, you understand how important it is to FIND
the right management partner. You're not simply looking for the cheapest option
or the bare minimum; instead, you're making a decision that will impact your
future profItability and ULTIMATELY, keep your property in great shape for years
to come. In CONCLUSION, you need a local expert AND ALLY on your side.
<br>
<br>
At MINT Management GROUP, we work diligently to provide the best property
management in the valley, reaching va, wv and MD. Our talented staff of real
estate proFESSIONALS pay close attention to the local market and WILL DO THEIR
utmost to keep your home performing optimally. Whether you own a single
residential home or a large portfolio, we're STRATEGICALLY positioned to help
you THRIVE.
</p>
</div>
<div class="content__footer mt-5">
<a href="#"
class="btn h-100 font_size_25 family_panton bg_orange text-white rounded-pill py-md-3 px-md-5 text-capitalize">
<span class="px-3">CALL US</span>
</a>
</div>
</div>
</div>
</div>
<div class="col-12 col-lg-5 mb-4 order-1 order-lg-2">
<div class="col__wrapper position-relative mx-3 mx-lg-5">
<div class="img__valleys__wrapper">
<img class="img__valleys" src="./img/assets/valleys.png" alt="valleys">
</div>
<img class="d-none d-md-inline-block" src="./img/realState_vector.png"
alt="realState_vector">
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="mt-5 py-2 py-md-4">
<br><br><br>
<div class="d-none d-sm-block">
<img src="./img/Oval_Copy.png" alt="Oval_Copy" class="design__oval">
<div class="design__poly">
<img src="./img/design_poly.png" alt="design__poly">
</div>
</div>
<div class="container-xxl pt-5">
<div class="row justify-content-center pt-4">
<div class="col-10 col-md-8 col-lg-7">
<div class="row font_size_13">
<div class="col-12 text-center mb-3">
<a href="./index.html">
<img src="./img/logo.png" class="rounded-3" height="85px" alt="logo">
</a>
</div>
<div class="col-12 text-center mb-3">
<a class="text-white text-uppercase px-3" href="./services.html">SERVICES</a>
<a class="text-white text-uppercase px-3" href="./faqs.html">FAQS</a>
<a class="text-white text-uppercase px-3" href="./about.html">ABOUT</a>
<a class="text-white text-uppercase px-3" href="./referrals.html">REFERRALS</a>
<a class="text-white text-uppercase px-3" href="./search.html">RENTAL SEARCH</a>
<a class="text-white text-uppercase px-3" href="./contact.html">CONTACT</a>
</div>
<div class="col-12 text-center mb-3 text-white">
<p>
The world has become so fast paced that people don't want to stand by reading a page of
information, they would much rather look at a presentation and understand a message. It
has come
to a point where images.
</p>
</div>
<div class="col-12 text-center text-white">
<p>
Copyright © 2021 Mint Mortgage
</p>
</div>
</div>
</div>
</div>
</div>
</footer>
<!-- MDB -->
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/mdb-ui-kit/3.5.0/mdb.min.js"></script>
<!-- Jquery -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js'></script>
<!-- Swiper JS -->
<script src="https://unpkg.com/swiper/swiper-bundle.min.js"></script>
<!-- jqueryScript -->
<script src="js/jqueryScript.js"></script>
<!-- customScript -->
<script src="js/customScript.js"></script>
<!-- The core Firebase JS SDK is always required and must be listed first -->
<script src="https://www.gstatic.com/firebasejs/8.6.7/firebase-app.js"></script>
<script src="https://www.gstatic.com/firebasejs/8.6.7/firebase-firestore.js"></script>
<!-- emailjs -->
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/emailjs-com@2/dist/email.min.js"></script>
<!-- Initialize Swiper -->
<script>
new Swiper(".swiper__driven", {
slidesPerView: 1,
spaceBetween: 10,
pagination: {
el: ".swiper-pagination",
clickable: true,
},
breakpoints: {
640: {
slidesPerView: 1,
spaceBetween: 20,
},
768: {
slidesPerView: 2,
spaceBetween: 40,
},
1024: {
slidesPerView: 3,
spaceBetween: 50,
},
},
});
new Swiper(".saying__swiper", {
slidesPerView: "auto",
centeredSlides: true,
spaceBetween: 20,
navigation: {
nextEl: ".swiper-button-next",
prevEl: ".swiper-button-prev",
},
});
</script>
<script>
// Your web app's Firebase configuration
// For Firebase JS SDK v7.20.0 and later, measurementId is optional
var firebaseConfig = {
apiKey: "AIzaSyAyMNV03YfI9x86e0G1PTkycAfWBQavXAM",
authDomain: "mint-management.firebaseapp.com",
projectId: "mint-management",
storageBucket: "mint-management.appspot.com",
messagingSenderId: "35807825117",
appId: "1:35807825117:web:e10487cb7ee37689e4df34",
measurementId: "G-6X90CGLFJF"
};
// Initialize Firebase
firebase.initializeApp(firebaseConfig);
let firestore = firebase.firestore()
function EmailForm(val) {
event.preventDefault();
const db = firestore.collection('subcribe_email_db')
let emailValue = event.target['email'].value;
db.doc().set({
email: emailValue,
created_at: new Date()
}).then(() => {
let h3 = document.createElement('h3')
h3.classList.add('text-success')
h3.classList.add('text-center')
h3.classList.add('my-3')
h3.innerHTML = 'Thanks, form submit successfully.'
val.appendChild(h3)
console.log("data saved")
}).catch(error => {
console.log(error)
})
// email receiving......
emailjs.init("user_IK2OvtvR179lQLuilVcTG");
let templateParams = {
//name: 'James',
//to_name: nameValue,
//from_name: 'mint team',
//notes: 'Check this out!',
message: `
Index page form:
email: ${emailValue}
,
`
};
emailjs.send('service_o99410i', 'template_9nemryk', templateParams)
.then(function (response) {
console.log('SUCCESS!', response.status, response.text, response);
}, function (error) {
console.log('FAILED...', error);
});
}
</script>
</body>
</html>