-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
452 lines (423 loc) · 25.2 KB
/
index.html
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
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="description" content="Start your development with LeadMark landing page.">
<meta name="author" content="Devcrud">
<title>LightWorkz Solutions</title>
<!-- font icons -->
<link rel="stylesheet" href="assets/vendors/themify-icons/css/themify-icons.css">
<!-- Bootstrap + LeadMark main styles -->
<link rel="stylesheet" href="assets/css/leadmark.css">
</head>
<body data-spy="scroll" data-target=".navbar" data-offset="40" id="home">
<!-- page Navigation -->
<nav class="navbar custom-navbar navbar-expand-md navbar-light fixed-top" data-spy="affix" data-offset-top="10">
<div class="container">
<a class="navbar-brand" href="#">
<img src="assets/imgs/logo.svg" alt="">
<a class="nav-link">LightWorkz Solutions</a>
</a>
<button class="navbar-toggler ml-auto" type="button" data-toggle="collapse" data-target="#navbarSupportedContent" aria-controls="navbarSupportedContent" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarSupportedContent">
<ul class="navbar-nav ml-auto">
<li class="nav-item">
<a class="nav-link" href="#service">Our Service</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#about">About Us</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#portfolio">Portfolio</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#blog">Blog</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#contact">Contact</a>
</li>
<li class="nav-item">
<a href="components.html" class="ml-4 nav-link btn btn-primary btn-sm rounded">Components</a>
</li>
</ul>
</div>
</div>
</nav>
<!-- End Of Second Navigation -->
<!-- Page Header -->
<header class="header">
<div class="overlay">
<h1 class="subtitle">LightWorkz Solutions</h1>
<h1 class="title">Set Your Digital Steps From Here </h1>
</div>
<div class="shape">
<svg viewBox="0 0 1500 200">
<path d="m 0,240 h 1500.4828 v -71.92164 c 0,0 -286.2763,-81.79324 -743.19024,-81.79324 C 300.37862,86.28512 0,168.07836 0,168.07836 Z"/>
</svg>
</div>
<div class="mouse-icon"><div class="wheel"></div></div>
</header>
<!-- End Of Page Header -->
<!-- Service Section -->
<section id="service" class="section pt-0">
<div class="container">
<h6 class="section-title text-center">Our Service</h6>
<h6 class="section-subtitle text-center mb-5 pb-3">Empowering businesses for a digital era.</h6>
<div class="row">
<div class="col-md-4">
<div class="card mb-4 mb-md-0">
<div class="card-body">
<small class="text-primary font-weight-bold">01</small>
<h5 class="card-title mt-3"> Virtual Tour <h5>
<p class="mb-0">Experience the next level of exploration with our immersive virtual tours. Engage your audience as they navigate through lifelike 3D environments, discovering every detail and angle. With interactive hotspots, informative pop-ups, and seamless navigation for engaging user interactions.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 mb-md-0">
<div class="card-body">
<small class="text-primary font-weight-bold">02</small>
<h5 class="card-title mt-3">Google business tour<h5>
<p class="mb-0">Take your business to new heights with our Google Business Tours. Showcase your establishment on Google Maps with an immersive virtual tour that allows potential customers to step inside and explore. With high-quality imagery, seamless navigation, and interactive features.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 mb-md-0">
<div class="card-body">
<small class="text-primary font-weight-bold">03</small>
<h5 class="card-title mt-3">Digital Twin<h5>
<p class="mb-0">A digital twin is an exact 3D replica of physical places, enabling virtual exploration and analysis. It provides a immersive experience, allowing users to navigate and interact with the replicated environment.A digital twin helps planning, monitoring, and decision-making processes.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 mb-md-0">
<div class="card-body">
<small class="text-primary font-weight-bold">04</small>
<h5 class="card-title mt-3">Website Development<h5>
<p class="mb-0">Website development is the process of creating and designing websites for the internet. It involves various tasks such as web design, coding, content creation, and website maintenance. Website development aims to deliver a user-friendly, visually appealing, and functional website that meets the specific needs and goals of businesses or individuals.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 mb-md-0">
<div class="card-body">
<small class="text-primary font-weight-bold">05</small>
<h5 class="card-title mt-3">VR Services<h5>
<p class="mb-0">VR services involve the creation and implementation of virtual reality experiences. These services utilize virtual reality technology to immerse users in simulated environments that can be interactive and engaging. VR services include designing and developing VR applications, integrating user interfaces and controls, and optimizing performance for a seamless VR experience.</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card mb-4 mb-md-0">
<div class="card-body">
<small class="text-primary font-weight-bold">06</small>
<h5 class="card-title mt-3">AR Applications<h5>
<p class="mb-0">AR (Augmented Reality) apps are applications that overlay digital content onto the real world, enhancing the user's perception and interaction with their surroundings. These apps utilize AR technology to blend virtual elements, such as 3D models, animations, and information, with the user's real environment in real-time. AR apps can be used for various purposes, including gaming, education, navigation, marketing, and more</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End OF Service Section -->
<!-- About Section -->
<section class="section" id="about">
<div class="container">
<div class="row justify-content-between">
<div class="col-md-6 pr-md-5 mb-4 mb-md-0">
<h6 class="section-title mb-0">About us</h6>
<h6 class="section-subtitle mb-4">LightWorkz Solutions</h6>
<p >LightWorkz Solutions is an innovative digital service company specializing in immersive experiences through the power of AR/VR technology. Our team of experts utilizes cutting-edge technology to create seamless and stunning virtual tours, websites, and other digital solutions that captivate audiences.</p>
<img src="assets/imgs/about.jpg" alt="" class="w-100 mt-3 shadow-sm">
</div>
<div class="col-md-6 pl-md-5">
<div class="row">
<div class="col-6">
<img src="assets/imgs/about-1.jpg" alt="" class="w-100 shadow-sm">
</div>
<div class="col-6">
<img src="assets/imgs/about-2.jpg" alt="" class="w-100 shadow-sm">
</div>
<div class="col-12 mt-4">
<p>With a strong focus on AR/VR services, we enable businesses to showcase their spaces in a whole new dimension. Our immersive virtual tours bring spaces to life, allowing users to explore and interact with environments in an engaging and interactive way.</p>
<p><b>"Empowering businesses with innovative digital solutions for captivating online experiences."</b><br>
</p>
<p>At LightWorkz, we understand the importance of understanding our clients' objectives and delivering tailored solutions. We work closely with each client to create custom AR/VR experiences that align with their brand identity and meet their specific needs. Our dedication to exceptional service ensures that we deliver high-quality results that exceed expectations.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End OF About Section -->
<!-- Portfolio Section -->
<section id="portfolio" class="section portfolio-section">
<div class="container">
<h6 class="section-title text-center">Our Portfolio</h6>
<h6 class="section-subtitle mb-5 text-center">New stunning projects for our amazing clients</h6>
<div class="filters">
<a href="#" data-filter=".new" class="active">
New
</a>
<a href="#" data-filter=".advertising">
AR/VR
</a>
<a href="#" data-filter=".branding">
Virtual Tours
</a>
<a href="#" data-filter=".web">
Web
</a>
</div>
<div class="portfolio-container">
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<img src="assets/imgs/web-1.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/web-1.jpg"></a>
<div class="text-holder">
<h6 class="title">WEB</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<img src="assets/imgs/web-2.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/web-2.jpg"></a>
<div class="text-holder">
<h6 class="title">WEB</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 advertising new">
<div class="portfolio-item">
<img src="assets/imgs/advertising-2.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/advertising-2.jpg"></a>
<div class="text-holder">
<h6 class="title">AR/VR</h6>
<p class="subtitle">Expedita corporis doloremque velit in totam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 web">
<div class="portfolio-item">
<img src="assets/imgs/web-4.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/web-4.jpg"></a>
<div class="text-holder">
<h6 class="title">WEB</h6>
<p class="subtitle">Websites that we build</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 advertising">
<div class="portfolio-item">
<img src="assets/imgs/advertising-1.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/advertising-1.jpg"></a>
<div class="text-holder">
<h6 class="title">AR/VR</h6>
<p class="subtitle">Your Digital Experience</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 web new">
<div class="portfolio-item">
<img src="assets/imgs/web-3.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/web-3.jpg"></a>
<div class="text-holder">
<h6 class="title">WEB</h6>
<p class="subtitle">Steps of a digital world!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 advertising new">
<div class="portfolio-item">
<img src="assets/imgs/advertising-3.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/advertising-3.jpg"></a>
<div class="text-holder">
<h6 class="title">AR/VR</h6>
<p class="subtitle">Experience on an another relam!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 advertising new">
<div class="portfolio-item">
<img src="assets/imgs/advertising-4.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/advertising-4.jpg"></a>
<div class="text-holder">
<h6 class="title">Digital Twin</h6>
<p class="subtitle">Your place for a gerater dimensions!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 branding new">
<div class="portfolio-item">
<img src="assets/imgs/branding-1.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-1.jpg"></a>
<div class="text-holder">
<h6 class="title">Virtual Tour</h6>
<p class="subtitle">Interactive and immersive!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 branding">
<div class="portfolio-item">
<img src="assets/imgs/branding-2.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-2.jpg"></a>
<div class="text-holder">
<h6 class="title">Virtual Tour</h6>
<p class="subtitle">Interactive and immersive!</p>
</div>
</div>
</div>
</div>
<div class="col-md-6 col-lg-4 branding new">
<div class="portfolio-item">
<img src="assets/imgs/branding-3.jpg" class="img-fluid" alt="Download free bootstrap 4 admin dashboard, free boootstrap 4 templates">
<div class="content-holder">
<a class="img-popup" href="assets/imgs/branding-3.jpg"></a>
<div class="text-holder">
<h6 class="title">Indoor MockUp</h6>
<p class="subtitle">view your interiors on a whole different experience!</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of portfolio section -->
<!-- Blog Section -->
<section class="section" id="blog">
<div class="container">
<h6 class="section-title mb-0 text-center">Gallery</h6>
<h6 class="section-subtitle mb-5 text-center">Step into the world of visual enchantment</h6>
<div class="row">
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="assets/imgs/architecture.jpg" alt="" class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Architecture</h6>
<p>Dive into the world of architectural innovation with our virtual tour</p>
<a href="javascript:void(0)" class="small text-muted">Go To The Article</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="assets/imgs/arapp.jpg" alt="" class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Augmented Reality</h5>
<p>Experience reality amplified</p>
<a href="javascript:void(0)" class="small text-muted">Go To The Article</a>
</div>
</div>
</div>
<div class="col-md-4">
<div class="card border-0 mb-4">
<img src="assets/imgs/workshop.jpg" alt="" class="card-img-top w-100">
<div class="card-body">
<h6 class="card-title">Workshops</h6>
<p>Unlocking creativity through AR</p>
<a href="javascript:void(0)" class="small text-muted">Go To The Article</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End of Blog Section -->
<!-- Testmonial Section -->
<section class="section" id="testmonial" style="padding: 2px;">
<div class="container" style="background-image: url('assets/imgs/landscape.jpg'); background-size: cover; background-position: center; padding: 2px; ">
<div class="text-center" style="color: white; ">
<h2>Experience Our Demo</h2>
<a href="https://lightworkz-solutions.github.io/VirtualTourSamp/"
<button class="btn btn-primary">View Demo</button>
</div>
</div>
</section>
<!-- End of Testmonial Section -->
<!-- Contact Section -->
<section id="contact" class="section has-img-bg pb-0">
<div class="container">
<div class="row align-items-center">
<div class="col-md-5 my-3">
<h6 class="mb-0">Sreejith R</h6>
<p class="mb-4">+91 8838190703</p>
<h6 class="mb-0">Ashwath L</h6>
<p class="mb-4">+91 8098339571</p>
<h6 class="mb-0">Durnav Pattnaik</h6>
<p class="mb-4">+91 8754027711</p>
<h6 class="mb-0">Mithun S</h6>
<p class="mb-4">+91 6382088440</p>
<h6 class="mb-0">Bala B</h6>
<p class="mb-4">+91 6380712757</p>
<h6 class="mb-0">E-mail</h6>
<p class="mb-4">lightworkzmedia@gmail.com</p>
</div>
<div class="col-md-7">
<form>
<h4 class="mb-4">Drop Us A Line</h4>
<div class="form-row">
<div class="form-group col-sm-4">
<input type="text" class="form-control text-white rounded-0 bg-transparent" name="name" placeholder="Name">
</div>
<div class="form-group col-sm-4">
<input type="email" class="form-control text-white rounded-0 bg-transparent" name="Email" placeholder="Email">
</div>
<div class="form-group col-sm-4">
<input type="text" class="form-control text-white rounded-0 bg-transparent" name="subject" placeholder="Subject">
</div>
<div class="form-group col-12">
<textarea name="message" id="" cols="30" rows="4" class="form-control text-white rounded-0 bg-transparent" placeholder="Message"></textarea>
</div>
<div class="form-group col-12 mb-0">
<button type="submit" class="btn btn-primary rounded w-md mt-3">Send</button>
</div>
</div>
</form>
</div>
</div>
<!-- Page Footer -->
<footer class="mt-5 py-4 border-top border-secondary">
<p class="mb-0 small">© <script>document.write(new Date().getFullYear())</script> Created By <a href="https://www.devcrud.com" target="_blank">lightworkz solutions.</a> All rights reserved </p>
</footer>
<!-- End of Page Footer -->
</div>
</section>
<!-- core -->
<script src="assets/vendors/jquery/jquery-3.4.1.js"></script>
<script src="assets/vendors/bootstrap/bootstrap.bundle.js"></script>
<!-- bootstrap 3 affix -->
<script src="assets/vendors/bootstrap/bootstrap.affix.js"></script>
<!-- Isotope -->
<script src="assets/vendors/isotope/isotope.pkgd.js"></script>
<!-- LeadMark js -->
<script src="assets/js/leadmark.js"></script>
</body>
</html>