-
Notifications
You must be signed in to change notification settings - Fork 0
/
aboutus.php
146 lines (115 loc) · 6.13 KB
/
aboutus.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>DECO</title>
<meta content="" name="description">
<meta content="" name="keywords">
<!-- Favicons -->
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=EB+Garamond:wght@400;500&family=Inter:wght@400;500&family=Playfair+Display:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<!-- Vendor CSS Files -->
<link href="assets/vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link href="assets/vendor/bootstrap-icons/bootstrap-icons.css" rel="stylesheet">
<link href="assets/vendor/swiper/swiper-bundle.min.css" rel="stylesheet">
<link href="assets/vendor/glightbox/css/glightbox.min.css" rel="stylesheet">
<link href="assets/vendor/aos/aos.css" rel="stylesheet">
<!-- Template Main CSS Files -->
<link href="assets/css/variables.css" rel="stylesheet">
<link href="assets/css/main.css" rel="stylesheet">
<!-- =======================================================
* Template Name: ZenBlog - v1.0.0
* Template URL: https://bootstrapmade.com/zenblog-bootstrap-blog-template/
* Author: BootstrapMade.com
* License: https:///bootstrapmade.com/license/
======================================================== -->
</head>
<body>
<div class="position-relative">
<a href="#" class="mx-2 js-search-open"></span></a>
<!-- ======= Search Form ======= -->
<button class="btn js-search-close"></button>
</form>
</div><!-- End Search Form -->
</div>
</div>
</header><!-- End Header -->
<section>
<div class="container" data-aos="fade-up">
<div class="row">
<div class="col-lg-12 text-center mb-5">
<h1 class="page-title">About us</h1>
<p>We offer uniquely personalised interior design services for each of our clients,
creating a functional and attractive environment that is beneficial to your quality of life.
From help with interiors on a new home purchases, construction or home remodelling to home staging to help sell your home our design consultation services are packaged according to your needs,
with a selection of options to fit your schedule and budget.
We work with homeowners, landlords, property developers and property management companies across Srilanka and abroad. We have a network of skilled suppliers including fine artisan artists, such as muralists and custom furniture makers, to create timeless designs, customised art works and furnishings for our clients. We also source high quality,
eco-friendly materials from a range of trusted resources and suppliers from across the globe.</p>
</div>
</div>
<div class="row mb-5">
<div class="d-md-flex post-entry-2 half">
<a href="#" class="me-4 thumbnail">
<img src="img/a.jpg" alt="" class="img-fluid">
</a>
<div class="ps-md-5 mt-4 mt-md-0">
<h2 class="mb-4 display-4">Company History</h2>
<p>At DECO NEEDS (PVT) LTD we take time to understand the needs of our clients to ensure that we deliver the best design with the best quality.
our reputation has been built on our exceptional level of service.</p>
</div>
</div>
<div class="d-md-flex post-entry-2 half mt-5">
<a href="#" class="me-4 thumbnail order-2">
<img src="img/vm.jpeg" alt="" class="img-fluid">
</a>
<div class="pe-md-5 mt-4 mt-md-0">
<h2 class="mb-4 display-4">Mission & Vision</h2>
<p>Our mission is to create reward experience and value that combine functionality with high quality and innovation for our customers.
We want every partner and client experience to be the talk of a life time.</p>
<p>Also, to define the most sophisticated and superior standard of quality in every exterior and interior designs.</p>
</div>
</div>
</div>
</div>
</section>
<section class="mb-5 bg-light py-5">
<div class="container" data-aos="fade-up">
<div class="row justify-content-between align-items-lg-center">
<div class="col-lg-5 mb-4 mb-lg-0">
<h2 class="display-4 mb-4">Our Team</h2>
<p>We are a small professional team coming from different backgrounds and bringing on the table different high-level skills
We only use our trusted and of high standards suppliers
Every project has got its challenges and our skills will help you to find the best creative bespoke solution.
As human beings, we need to be connected to nature, when we can, we try to include natural elements in our designs
Time is always a constraint, thus we help our clients to have the project delivered on time
One of the most important things for us is to listen carefully to the requirements of our clients.
We design for you and not for us!
</p>
</div>
<div class="col-lg-6">
<div class="row">
<div class="col-6">
<img src="img/team.jpeg">
</div>
<div class="col-6 mt-4">
<img src="img/skill.png" alt="" class="img-fluid mb-4">
</div>
</div>
</div>
</div>
</div>
</section>
</main><!-- End #main -->
<!-- Vendor JS Files -->
<script src="assets/vendor/bootstrap/js/bootstrap.bundle.min.js"></script>
<script src="assets/vendor/swiper/swiper-bundle.min.js"></script>
<script src="assets/vendor/glightbox/js/glightbox.min.js"></script>
<script src="assets/vendor/aos/aos.js"></script>
<script src="assets/vendor/php-email-form/validate.js"></script>
<!-- Template Main JS File -->
<script src="assets/js/main.js"></script>
</body>
</html>