-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservices.html
More file actions
287 lines (250 loc) · 14 KB
/
Copy pathservices.html
File metadata and controls
287 lines (250 loc) · 14 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
<!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>
<!-- Services Section -->
<section id="services" class="container services-section">
<!-- Introduction -->
<div class="row">
<div class="col-md-12 text-center">
<h2>Bring Your Spaces to Life</h2>
<p>At Vision nest, we provide comprehensive solutions to help you visualize, design, and refine your
dream spaces. Our step-by-step process ensures that your vision is brought to life, from concept to
completion.</p>
<p>Let’s take you on a journey to transform your spaces with creativity and precision.</p>
</div>
</div>
<!-- Step 1: Visualize Your Space -->
<div class="row service-step">
<div class="col-md-6">
<img src="img/visualize_your_space.png" alt="Visualize Your Space" class="img-responsive">
</div>
<div class="col-md-6 service-description">
<h3>1. Visualize Your Space</h3>
<p>Transform your ideas into a visual reality with our advanced design tools. Whether it's a cozy living room or a sleek
office, our platform allows you to see your space in 3D before making any decisions. Experiment with different layouts,
furniture placements, and design elements to get a true feel for your vision. This step helps ensure that every detail
aligns with your aesthetic and functional goals.</p>
</div>
</div>
<!-- Step 2: Set Dimensions and Layout -->
<div class="row service-step">
<div class="col-md-6 service-description">
<h3>2. Set Dimensions and Layout</h3>
<p>Accurately define the dimensions of your space to ensure the perfect fit for all your design elements. Adjust the layout
to optimize flow, balance, and functionality. This step ensures your vision is not only beautiful but also practical and
well-planned.</p>
</div>
<div class="col-md-6">
<img src="img/set_dimensions_layout.png" alt="Set Dimensions and Layout" class="img-responsive">
</div>
</div>
<!-- Step 3: Choose Colors and Materials -->
<div class="row service-step">
<div class="col-md-6">
<img src="img/colors_materials.jpg" alt="Choose Colors and Materials" class="img-responsive">
</div>
<div class="col-md-6 service-description">
<h3>3. Choose Colors and Materials</h3>
<p>Select the perfect palette and materials that bring your vision to life. Whether you prefer warm tones, cool hues, or
bold accents, this step helps you define the mood and atmosphere of your space. The right combination of colors and
materials creates harmony and enhances the overall aesthetic.</p>
</div>
</div>
<!-- Step 4: Place Furniture and Decor -->
<div class="row service-step">
<div class="col-md-6 service-description">
<h3>4. Place Furniture and Decor</h3>
<p>Strategically arrange your furniture and decor to optimize functionality and style. This step involves selecting pieces
that complement your design while considering flow and accessibility. Thoughtful placement enhances the ambiance of your
space, creating a welcoming environment that reflects your personal taste.</p>
</div>
<div class="col-md-6">
<img src="img/place_furniture_decor.png" alt="Place Furniture and Decor" class="img-responsive">
</div>
</div>
<!-- Step 5: Preview in 3D -->
<div class="row service-step">
<div class="col-md-6">
<img src="img/preview_3d.png" alt="Preview in 3D" class="img-responsive">
</div>
<div class="col-md-6 service-description">
<h3>5. Preview In 3D</h3>
<p>Experience your design in a realistic 3D environment. This step allows you to visualize how your space will look and
feel, bringing your ideas to life. Make adjustments and see the impact instantly, ensuring every detail meets your
expectations before finalizing your design.</p>
</div>
</div>
<!-- Step 2: Refine and Finalize -->
<div class="row service-step">
<div class="col-md-6 service-description">
<h3>6. Refine and Finalize</h3>
<p>In this crucial step, you can make final adjustments to your design based on your 3D preview. Fine-tune colors, layouts,
and materials to ensure everything aligns with your vision. Once satisfied, finalize your design, ready to transform
your dream space into reality.</p>
</div>
<div class="col-md-6">
<img src="img/Refine_Finalize.jpg" alt="Set Dimensions and Layout" class="img-responsive">
</div>
</div>
<!-- Remaining steps... -->
<!-- SAKSHI YAHA LAUNCH DESIGN SE CONNECT KAR 3D SPACE-->
<div class="text-center">
<a href="example/index.html" class="btn btn-primary">Launch Design</a>
</div>
</section>
<div class="footer-big">
<div class="container">
<div class="row">
<div class="col-md-3 col-sm-6">
<div class="f-logo">
<h2>Our<br>Offices</h2>
</div>
</div>
<!-- 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>