-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.php
62 lines (49 loc) · 2.44 KB
/
about.php
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
<?php include 'includes/header.php';
?>
<div style="background-image: url(assets/img/slide/slide-1.webp);" id="heroserv">
<div class="container" style="max-width: 900px;padding-top:37px;">
<h2 style="" class="aboutserv animate__animated animate__fadeInDown">Five Star Interiors
</h2>
</div>
</div>
<div style="background: #efefef">
<div class="container" style="max-width: 900px;font-size:20px;">
<br><div >
<h2 style="color:grey;font-size:16px">About Us:</h2>
</div> <h3 style="color:#ac1d37">Our History. Our Growth.</h3>
<br>
<p class="servp">
FSI was established in 1999 as your premier source for interior contracting needs. Over the past two
decades, FSI has grown along with the ever-expanding construction industry – always one step ahead
with innovative solutions and new services. </p>
<p class="servp">
Today, we operate out of our offices located in Valley Cottage, NY. We service the tri-state area with the
full gamut of interior and exterior construction services with a focus on quick turnaround and an
unsurpassable customer experience. With over 100 dedicated employees on our team, we successfully
complete your projects on time, every time.
</p>
<p class="servp">
Much has changed over the years except our commitment to realizing your dream.
</p>
<br><br>
</div>
</div>
<div class="container" style="max-width: 900px;font-size:20px;">
<br> <div >
<h2 style="color:grey;font-size:16px">Our Promise:</h2>
</div> <h3 style="color:#ac1d37">Your Vision Is Our mission.</h3>
<br>
<p class="servp">
We keep your vision at the forefront of our operations with every nail we secure! Regardless of the
project size, we promise to provide you with absolute perfection. Our job is not complete until every last
touch-up is done with a Five Star Rating. </p>
<p class="servp">
Our large scale operation enables us to forge valuable relationships with the leaders in contracting
material giving us the opportunity to offer our clients the latest, strongest, and most economical
solution every step of the way.
</p>
<p class="servp">
Rely on our promise of 100% satisfaction. </p>
<br><br>
</div>
<?php include 'includes/footer.php'; ?>