-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
321 lines (281 loc) · 17.7 KB
/
about.html
File metadata and controls
321 lines (281 loc) · 17.7 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
<!DOCTYPE html>
<html class="no-js">
<head>
<!-- Meta Tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>The Vision Nest</title>
<meta name="description" content="A Template by Denis Griu"/>
<meta name="keywords" content=""/>
<meta name="author" content="Denis Griu"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<link rel="apple-touch-icon" sizes="57x57" href="fab/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="fab/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="fab/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="fab/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="fab/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="fab/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="fab/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="fab/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="fab/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="fab/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="fab/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="fab/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="fab/favicon-16x16.png">
<link rel="manifest" href="fab/manifest.json">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="fab/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- <link rel="shortcut icon" href="assets/img/favicon.ico" type="image/x-icon"> -->
<!-- Web Fonts -->
<link href='http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700' rel='stylesheet' type='text/css'/>
<link href='http://fonts.googleapis.com/css?family=Raleway:400,100,300,500,700' rel='stylesheet' type='text/css'/>
<!-- Css Global Compulsory -->
<link rel="stylesheet" href="css/bootstrap.min.css"/>
<!-- Css Implementing Plugins -->
<link rel="stylesheet" href="css/font-awesome.min.css"/>
<link rel="stylesheet" type="text/css" href="css/revolution/style.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="css/revolution/extralayers.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="css/revolution/settings.css" media="screen"/>
<link rel="stylesheet" href="css/owl.carousel.css"/>
<link rel="stylesheet" href="css/owl.theme.css"/>
<link rel="stylesheet" href="css/cubeportfolio.min.css"/>
<link rel="stylesheet" href="css/jquery.mmenu.css"/>
<!-- Css Theme -->
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!--Start Preloader-->
<div id="preloader">
<div class="preloader-container">
<div class="spinner">
<div class="bounce1"></div>
<div class="bounce2"></div>
<div class="bounce3"></div>
</div>
</div>
</div>
<!--End Preloader-->
<!-- Navbar -->
<nav class="navbar navbar-default header-nav" role="navigation">
<div class="container">
<!-- Brand and toggle get grouped for better mobile display -->
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Logo -->
<a class="navbar-brand" href="index.html"><img src="img/logonew.png" class="img-responsive" alt="TrueLineInterior"></a>
</div>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li class="active"><a href="index.html">Home</a></li>
<li><a href="about.html">About</a></li>
<li><a href="services.html">Services</a></li>
<li><a href="gallery.html">Gallery</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="login.html">Login</a></li>
</ul>
</div>
</div>
</nav>
<!-- Navbar -->
<!-- Header Background Parallax Image -->
<div id="about_bg">
<div class="head-title">
<h2>About Us</h2>
</div>
</div>
<!-- End Header Background Parallax Image -->
<!-- Site Wrapper -->
<div class="site-wrapper">
<!-- Who We Are -->
<div class="container who-we-are padding-bottom">
<div class="row">
<div class="col-md-8 about-caption">
<div class="general-title">
<h2>Our Story</h2>
<div class="space-bottom-2x"></div>
</div>
<!--<h5>Lorem ipsum dolor sit amet, consectetuer adipiscing elit, sed diam nonummy nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat. Ut wisi enim ad minim veniam.</h5>-->
<p>"The Vision Nest was born from a passion for creating beautiful, functional spaces that people can truly call home. We
Kumari Sakshi, Pragya Pandey, and Krisha Garg started as a small team of designers and tech enthusiasts, each with a deep
love for the art of interior design and a vision for how technology could revolutionize the design experience. We wanted
to build something more than just a catalog or visualization tool – we envisioned an interactive space where users could
fully immerse themselves in the world of design.
Over time, as we experimented with VR and 3D modeling, The Vision Nest evolved into a platform where anyone can bring
their dream spaces to life with ease and precision. Our journey has been fueled by the belief that everyone should have
access to quality design tools and resources, regardless of their level of expertise. Each feature we develop and every
improvement we make is guided by the desire to simplify and enhance the creative process.
Today, The Vision Nest is more than just a tool; it's a community where creativity, technology, and design intersect.
We’re proud to empower designers, homeowners, and enthusiasts to transform their ideas into reality, and we’re excited
to continue innovating as we grow. For us, the journey is just beginning."</p>
<div class="space-bottom-2x"></div>
<!--<a href="#" class="btn gold-btn">Read More</a>-->
</div>
<div class="col-md-4 text-center">
<br>
<h3>Founded in 2009</h3>
<hr>
<h3>More than 2000 Happy Customers</h3>
<hr>
<h3>98 Completed Projects</h3>
<hr>
</div>
</div>
</div><!-- /container -->
<!-- End Who We Are -->
<!-- Our Office Slider
<div class="bg-color padding-bottom padding-top-x2">
<div class="container">
<div class="general-title text-center">
<h2>Our Office</h2>
<div class="space-bottom-2x"></div>
</div>
<div id="owl-office" class="owl-carousel owl-theme">
<div class="item">
<img src="img/about/office_1.jpg" alt="Specifie an alternate text for an image" >
</div>
<div class="item">
<img src="img/about/office_2.jpg" alt="Specifie an alternate text for an image" >
</div>
<div class="item">
<img src="img/about/office_3.jpg" alt="Specifie an alternate text for an image" >
</div>
</div>
</div>
</div> -->
<!-- End Our Office Slider -->
<!-- Testimonials -->
<div id="testimonials">
<div class="container text-center padding-bottom padding-top-x2">
<div class="general-title">
<h2>From Clients</h2>
<div class="space-bottom-2x"></div>
</div>
<div class="row">
<div id="owl-testimonials" class="owl-carousel owl-theme">
<div class="item">
<div class="col-md-8 col-md-offset-2 t-info">
<p>The Vision Nest transformed my home! The immersive 3D experience let me experiment with layouts and designs I hadn’t
considered. Seeing everything in detail before making decisions saved me time and money. Absolutely thrilled with the
results!</p>
<b>- Hermione Granger</b>
</div>
</div>
<div class="item">
<div class="col-md-8 col-md-offset-2 t-info">
<p>Working with The Vision Nest was a game-changer. Their platform made it so easy to visualize different options, and the
team provided helpful suggestions that perfectly matched my style. My space feels more me than I ever thought
possible.</p>
<b>- Harry Reswald</b>
</div>
</div>
<div class="item">
<div class="col-md-8 col-md-offset-2 t-info">
<p>The interactive tools at The Vision Nest allowed me to feel confident in my choices. I loved seeing how everything
looked in real-time. It felt like I was designing with a friend who truly understood my vision. Couldn’t be happier!</p>
<b>- Ginny Wesley</b>
</div>
</div>
</div>
</div>
</div>
</div>-->
<!-- End Testimonials
</div><!-- /site-wrapper -->
<!-- End Site Wrapper -->
<!-- Call to Action -->
<div class="cta-section padding-top-x2 padding-bottom">
<div class="container text-center">
<div class="cta-title">
<h2>Want to work with us?</h2>
<div class="space-bottom-2x"></div>
</div>
<div class="row">
<div class="col-md-6 col-md-offset-3">
<p>Ready to bring your dream space to life? Reach out to The Vision Nest team, and let’s start designing a home that truly
reflects you. We’re here to answer your questions, offer expert advice, and help turn your vision into reality.</p>
<div class="space-bottom-2x"></div>
<a href="contact.html" class="btn gold-btn">Get In Touch</a>
</div>
</div>
</div>
</div>
<!-- End Call to Action -->
<!-- Footer -->
<div class="footer-big">
<div class="container">
<div class="row">
<!-- About Us Information -->
<div class="col-md-3 col-sm-6">
<div class="f-logo">
<h2>Our<br>Offices</h2>
</div>
</div>
<!-- Recent Posts -->
<!-- Latest Tweet -->
<!-- Recent Works -->
<div class="col-md-6 col-sm-6 f-inner">
<div class="col-sm-1">
<i class="fa fa-map-marker fa-lg"></i>
</div>
<div class="col-sm-11">
<strong>India</strong>
<div class="f-space"></div>
<address>
251/E, 1st Floor, XYZXS<br>
New Delhi- 110057 <br>
<abbr title="Phone">P:</abbr> (011) 123456789 <br/>
<abbr title="Phone">M:</abbr> 9800000000 <br/>
info@interiorweb.com<br/>
abc@interiorweb.com
</address>
</div>
</div>
<div class="col-md-3 col-sm-6">
<div class="f-logo">
<img src="img/logonew.png" width="167" height="82">
</div>
</div>
</div>
</div>
</div>
<div id="footer">
<div class="container">
<div class="row">
<!-- Copyright -->
<div class="col-sm-6 col-md-6 f-copyright">
<span>© Copyright - All Rights Reserved</span>
</div>
<div class="col-sm-6 col-md-6">
<!-- Social Icons -->
<ul class="footer-social">
<li><a href="#"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-facebook fa-stack-1x fa-inverse"></i></span></a></li>
<li><a href="#"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-twitter fa-stack-1x fa-inverse"></i></span></a></li>
<li><a href="#"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-skype fa-stack-1x fa-inverse"></i></span></a></li>
<li><a href="#"><span class="fa-stack fa-lg"><i class="fa fa-circle fa-stack-2x"></i><i class="fa fa-pinterest fa-stack-1x fa-inverse"></i></span></a></li>
</ul>
</div>
</div><!-- /row -->
</div><!-- /container -->
</div>
<!-- End Footer -->
<!-- jQuery Plugins -->
<script src="js/jquery-1.11.1.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.themepunch.tools.min.js"></script>
<script src="js/jquery.themepunch.revolution.min.js"></script>
<script src="js/jquery.cubeportfolio.min.js"></script>
<script src="js/owl.carousel.js"></script>
<script src="js/moderniz.js"></script>
<script src="js/jquery.sticky.js"></script>
<script src="js/jquery.mmenu.min.js"></script>
<!-- <script src="https://maps.googleapis.com/maps/api/js?v=3.exp"></script> -->
<script src="js/app.js"></script>
</body>
</html>