forked from r4reetik/architechture
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.html
More file actions
338 lines (329 loc) · 16.7 KB
/
services.html
File metadata and controls
338 lines (329 loc) · 16.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
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" href="./assets/img/favicon.ico" />
<link rel="apple-touch-icon" sizes="76x76" href="./assets/img/apple-icon.png" />
<link rel="stylesheet" href="./assets/vendor/@fortawesome/fontawesome-free/css/all.min.css" />
<link rel="stylesheet"
href="https://cdn.jsdelivr.net/gh/creativetimofficial/tailwind-starter-kit/compiled-tailwind.min.css" />
<style>
.navbar-fixed-top-scrolled {
background-color: #282a36 !important;
transition: background-color 200ms linear;
}
.navbar-fixed-top {
background-color: transparent !important;
transition: background-color 200ms linear;
}
</style>
<title>S2Studio | Services</title>
</head>
<body>
<nav class="top-0 fixed z-50 w-full flex flex-wrap items-center justify-between px-2 py-3 navbar-expand-lg" id="nav">
<div class="container px-4 mx-auto flex flex-wrap items-center justify-between">
<div class="w-full relative flex justify-between lg:w-auto lg:static lg:block lg:justify-start">
<a class="text-2xl font-bold leading-relaxed inline-block mr-4 py-2 whitespace-no-wrap uppercase text-white"
href="./index.html">
S2Studio </a><button
class="cursor-pointer text-xl leading-none px-3 py-1 border border-solid border-transparent rounded bg-transparent block lg:hidden outline-none focus:outline-none"
type="button" onclick="toggleNavbar('example-collapse-navbar')">
<i class="text-white fas fa-bars"></i>
</button>
</div>
<div class="lg:flex flex-grow items-center bg-white lg:bg-transparent lg:shadow-none hidden"
id="example-collapse-navbar">
<ul class="flex flex-col lg:flex-row list-none lg:ml-auto">
<li class="flex items-center">
<a class="lg:text-white lg:hover:text-gray-300 text-gray-800 px-3 py-4 lg:py-2 flex items-center text-xs uppercase font-bold"
href="./services.html">
<span class="inline-block ml-2">
<strong class="text-sm font-bold">Services</strong></span>
</a>
</li>
<li class="flex items-center">
<a class="lg:text-white lg:hover:text-gray-300 text-gray-800 px-3 py-4 lg:py-2 flex items-center text-xs uppercase font-bold"
href="./projects.html">
<span class="inline-block ml-2">Projects</span>
</a>
</li>
<li class="flex items-center">
<a class="lg:text-white lg:hover:text-gray-300 text-gray-800 px-3 py-4 lg:py-2 flex items-center text-xs uppercase font-bold"
href="./index.html#about-us">
<span class="inline-block ml-2">About Us</span>
</a>
</li>
<li class="flex items-center">
<a href="./index.html#contact-us">
<button
class="bg-white text-gray-800 active:bg-gray-100 text-xs font-bold uppercase px-4 py-2 rounded shadow hover:shadow-md outline-none focus:outline-none lg:mr-1 lg:mb-0 ml-3 mb-3"
type="button" style="transition: all 0.15s ease 0s">
<i class="fas fa-envelope-open-text mr-1"></i> Contact Us
</button>
</a>
</li>
</ul>
</div>
</div>
</nav>
<main>
<div class="relative pt-16 pb-32 flex content-center items-center justify-center" style="min-height: 75vh">
<div class="absolute top-0 w-full h-full bg-center bg-cover"
style="background-image: url('./assets/img/services_bg.jpg')">
<span id="blackOverlay" class="w-full h-full absolute opacity-75 bg-black"></span>
</div>
<div class="container relative mx-auto">
<div class="items-center flex flex-wrap">
<div class="w-full lg:w-6/12 px-4 ml-auto mr-auto text-center">
<div class="pr-12">
<h1 class="text-white font-semibold text-5xl">SERVICES</h1>
<p class="mt-4 text-lg text-gray-300">
With huge technical knowledge & industrial experience, we are
exclusively involved in providing best quality Architechture
and Interior Designing.
</p>
</div>
</div>
</div>
</div>
<div class="top-auto bottom-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden"
style="height: 70px; transform: translateZ(0px)">
<svg class="absolute bottom-0 overflow-hidden" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"
version="1.1" viewBox="0 0 2560 100" x="0" y="0">
<polygon class="text-white fill-current" points="2560 0 2560 100 0 100"></polygon>
</svg>
</div>
</div>
<section class="relative py-20">
<div class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
style="height: 80px; transform: translateZ(0px)">
<svg class="absolute bottom-0 overflow-hidden" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"
version="1.1" viewBox="0 0 2560 100" x="0" y="0">
<polygon class="text-white fill-current" points="2560 0 2560 100 0 100"></polygon>
</svg>
</div>
<div class="container mx-auto px-4">
<div class="items-center flex flex-wrap">
<div class="w-full md:w-4/12 ml-auto mr-auto px-4">
<img alt="..." class="max-w-full rounded-lg shadow-lg" src="./assets/img/floorplan.jpg" />
</div>
<div class="w-full md:w-5/12 ml-auto mr-auto px-4">
<div class="md:pr-12">
<div
class="text-red-600 p-3 text-center inline-flex items-center justify-center w-16 h-16 mb-6 shadow-lg rounded-full bg-red-200">
<i class="far fa-building text-2xl"></i>
</div>
<h3 class="text-3xl font-semibold">Architecture</h3>
<p class="mt-4 text-lg leading-relaxed text-gray-600">
S2Studio is an Architecture & Interior Design
studio trusted by clients who share our passion for
excellence, & the belief that the spaces we inhabit today
incubate our successes of tomorrow. We spend a majority of our
lives inside built environments. The spaces we inhabit impact
the quality of our lives in appreciable ways. From workspaces
that inspire, to leisure hubs that rejuvenate We work at all
scales and in all sectors. We create transformative cultural,
corporate, residential and other spaces that work in
synchronicity with their surroundings.
</p>
</div>
</div>
</div>
</div>
</section>
<section class="relative py-20 bg-gray-900">
<div class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
style="height: 80px; transform: translateZ(0px)">
<svg class="absolute bottom-0 overflow-hidden" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"
version="1.1" viewBox="0 0 2560 100" x="0" y="0">
<polygon class="text-gray-900 fill-current" points="2560 0 2560 100 0 100"></polygon>
</svg>
</div>
<div class="container mx-auto px-4">
<div class="items-center flex flex-wrap">
<div class="w-full md:w-5/12 ml-auto mr-auto px-4">
<div class="md:pr-12">
<div
class="text-gray-600 p-3 text-center inline-flex items-center justify-center w-16 h-16 mb-6 shadow-lg rounded-full bg-gray-200">
<i class="fas fa-couch text-2xl"></i>
</div>
<h3 class="text-3xl font-semibold text-white">
Interior Design
</h3>
<p class="mt-4 text-lg leading-relaxed text-gray-600">
S2Studio has made its name within the luxury
interior design industry for creating interiors that are
intelligent,elegant,dynamic and infused with passion and
creativity. Our interior design studio is
talented,friendly,approachable and absolutely commited to
achieving the best design solution possible for any given
project,whether private residence,show suite,hotel,spa or
restaurant environment. We believe that interior design is
more than great functionality and beautiful aesthetics. We aim
to make your home interiors a reflection of your personality.
</p>
</div>
</div>
<div class="w-full md:w-4/12 ml-auto mr-auto px-4">
<img alt="..." class="max-w-full rounded-lg shadow-lg" src="./assets/img/interiordesign.jpg" />
</div>
</div>
</div>
</section>
<section class="relative py-20">
<div class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
style="height: 80px; transform: translateZ(0px)">
<svg class="absolute bottom-0 overflow-hidden" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"
version="1.1" viewBox="0 0 2560 100" x="0" y="0">
<polygon class="text-white fill-current" points="2560 0 2560 100 0 100"></polygon>
</svg>
</div>
<div class="container mx-auto px-4">
<div class="items-center flex flex-wrap">
<div class="w-full md:w-4/12 ml-auto mr-auto px-4">
<img alt="..." class="max-w-full rounded-lg shadow-lg" src="./assets/img/structuraldesign.jpg" />
</div>
<div class="w-full md:w-5/12 ml-auto mr-auto px-4">
<div class="md:pr-12">
<div
class="text-blue-600 p-3 text-center inline-flex items-center justify-center w-16 h-16 mb-6 shadow-lg rounded-full bg-blue-200">
<i class="fas fa-pencil-ruler text-2xl"></i>
</div>
<h3 class="text-3xl font-semibold">Structural Design</h3>
<p class="mt-4 text-lg leading-relaxed text-gray-600">
With world-class engineering skills, technical back-up and
in-depth knowledge of current design standards, Divine
Architectures delivers the most resilient and efficient
structures for any type of building, anywhere in India and in
the most challenging conditions. We have a long history of
innovation, as well as a reputation for imaginative thinking
coupled with common sense solutions. The buildings we engineer
perform well throughout their lifetime and many overcome
complex challenges such as wind, seismic conditions and
extreme events.
</p>
</div>
</div>
</div>
</div>
</section>
</main>
<footer class="relative bg-gray-300 pt-8 pb-6">
<div class="bottom-auto top-0 left-0 right-0 w-full absolute pointer-events-none overflow-hidden -mt-20"
style="height: 80px; transform: translateZ(0px)">
<svg class="absolute bottom-0 overflow-hidden" xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="none"
version="1.1" viewBox="0 0 2560 100" x="0" y="0">
<polygon class="text-gray-300 fill-current" points="2560 0 2560 100 0 100"></polygon>
</svg>
</div>
<div class="container mx-auto px-4">
<div class="flex flex-wrap">
<div class="w-full lg:w-6/12 px-4">
<h4 class="text-3xl font-semibold">Let's keep in touch!</h4>
<h5 class="text-lg mt-0 mb-2 text-gray-700">
Connect with us on these platforms
<i class="far fa-smile-beam"></i>
</h5>
<div class="mt-6">
<button
class="bg-white text-blue-600 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3"
type="button">
<i class="flex fab fa-facebook-square"></i></button><button
class="bg-white text-blue-400 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3"
type="button">
<i class="flex fab fa-twitter"></i></button><button
class="bg-white text-pink-400 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3"
type="button">
<i class="flex fab fa-instagram"></i></button><button
class="bg-white text-blue-700 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3"
type="button">
<i class="flex fab fa-linkedin"></i></button><button
class="bg-white text-green-500 shadow-lg font-normal h-10 w-10 items-center justify-center align-center rounded-full outline-none focus:outline-none mr-2 p-3"
type="button">
<i class="flex fab fa-whatsapp"></i>
</button>
</div>
</div>
<!-- <div class="w-full lg:w-6/12 px-4">
<div class="flex flex-wrap items-top mb-6">
<div class="w-full lg:w-4/12 px-4 ml-auto">
<span class="block uppercase text-gray-600 text-sm font-semibold mb-2">Useful Links</span>
<ul class="list-unstyled">
<li>
<a class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
href="https://www.creative-tim.com/presentation">About Us</a>
</li>
<li>
<a class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
href="https://blog.creative-tim.com">Blog</a>
</li>
<li>
<a class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
href="https://www.github.com/creativetimofficial">Github</a>
</li>
<li>
<a class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
href="https://www.creative-tim.com/bootstrap-themes/free">Free Products</a>
</li>
</ul>
</div>
<div class="w-full lg:w-4/12 px-4">
<span class="block uppercase text-gray-600 text-sm font-semibold mb-2">Other Resources</span>
<ul class="list-unstyled">
<li>
<a class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
href="https://github.com/creativetimofficial/argon-design-system/blob/master/LICENSE.md">MIT
License</a>
</li>
<li>
<a class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
href="https://creative-tim.com/terms">Terms & Conditions</a>
</li>
<li>
<a class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
href="https://creative-tim.com/privacy">Privacy Policy</a>
</li>
<li>
<a class="text-gray-700 hover:text-gray-900 font-semibold block pb-2 text-sm"
href="https://creative-tim.com/contact-us">Contact Us</a>
</li>
</ul>
</div>
</div>
</div> -->
</div>
<hr class="my-6 border-gray-400" />
<div class="flex flex-wrap items-center md:justify-between justify-center">
<div class="w-full md:w-4/12 px-4 mx-auto text-center">
<div class="text-sm text-gray-600 font-semibold py-1">
Copyright © 2021 -
<a href="#" class="text-gray-600 hover:text-gray-900">
S2Studio</a>.
</div>
</div>
</div>
</div>
</footer>
<script>
function toggleNavbar(collapseID) {
document.getElementById(collapseID).classList.toggle("hidden");
document.getElementById(collapseID).classList.toggle("block");
}
document.addEventListener("scroll", () => {
if (window.scrollY >= 100) {
document
.getElementById("nav")
.classList.add("navbar-fixed-top-scrolled");
document.getElementById("nav").classList.remove("navbar-fixed-top");
} else {
document.getElementById("nav").classList.add("navbar-fixed-top");
document
.getElementById("nav")
.classList.remove("navbar-fixed-top-scrolled");
}
});
</script>
</body>
</html>