-
Notifications
You must be signed in to change notification settings - Fork 0
/
soul.html
504 lines (435 loc) · 22.9 KB
/
soul.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
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0">
<title>Zodhya - Soul</title>
<meta name="description"
content="If handling or reducing energy bills is turning out to be a major issue, then here is a one-stop solution for your business. Zodhya is a startup which provides devices to reduce your energy bills by 30%. Founded by a team of graduates from IIT Madras, we tend to think little out of the box and provide solutions for day to day problems people face.">
<meta name="keywords" content="Zodhya, energy, Calculate, energy bill, Ac, HVAC">
<meta name="twitter:card" content="zodhyatech">
<meta name="twitter:creator" content="zodhyatech">
<meta property="og:image" content="https://www.zodhyatech.com/assets/images/logo/socialPreview.png">
<meta property="og:title" content="zodhyatech">
<meta property="og:description"
content="Zodhya is currently working on reducing energy consumption and lowering carbon footprint using technology. We believe that it's the small things that we do today that make a huge difference in our tomorrow. Our only goal is to make your day to day life better by contributing to the areas of energy and the environment.">
<meta property="og:url" content="https://zodhyatech.com">
<meta name="author" content="zodhyatech">
<!-- Fav Icon -->
<link rel="icon" href="assets/images/icon01.png" type="image/x-icon">
<!-- Google Fonts -->
<link
href="https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap"
rel="stylesheet">
<link
href="https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap"
rel="stylesheet">
<!-- Font Awesome -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.2.0/css/all.min.css"
integrity="sha512-xh6O/CkQoPOWDdYTDqeRdPCVd1SpvCA9XXcUnZS2FmJNp1coAFzvtCN9BmamE+4aHK8yyUHUSCcJHgXloTyT2A=="
crossorigin="anonymous" referrerpolicy="no-referrer" />
<!-- Stylesheets -->
<link href="assets/css/font-awesome-all.css" rel="stylesheet">
<link href="assets/css/flaticon.css" rel="stylesheet">
<link href="assets/css/owl.css" rel="stylesheet">
<link href="assets/css/bootstrap.css" rel="stylesheet">
<link href="assets/css/jquery.fancybox.min.css" rel="stylesheet">
<link href="assets/css/animate.css" rel="stylesheet">
<link href="assets/css/imagebg.css" rel="stylesheet">
<link href="assets/css/color/theme-color.css" id="jssDefault" rel="stylesheet">
<link href="assets/css/switcher-style.css" rel="stylesheet">
<link href="assets/css/rtl.css" rel="stylesheet">
<link href="assets/css/style.css" rel="stylesheet">
<link href="assets/css/responsive.css" rel="stylesheet">
<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-VM2VGRHEX1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-VM2VGRHEX1');
</script>
<link rel="stylesheet" href="scroll.css">
<script src="scroll.js"></script>
</head>
<!-- page wrapper -->
<body class="boxed_wrapper ltr">
<!-- preloader -->
<div class="preloader"></div>
<!-- preloader -->
<!-- Nav-bar -->
<header class="main-header">
<div class="outer-container">
<div class="header-upper clearfix">
<div class="outer-box pull-left">
<div class="logo-box pull-left">
<figure class="logo"><a href="index.html"><img src="assets/images/logo2.png" alt=""
style="width: 50%;"></a></figure>
</div>
<div class="menu-area pull-left">
<!--Mobile Navigation Toggler-->
<div class="mobile-nav-toggler" style="right: 15px;">
<i class="icon-bar"></i>
<i class="icon-bar"></i>
<i class="icon-bar"></i>
</div>
<nav style="margin-left:11vw;" class="main-menu navbar-expand-md navbar-light">
<div class="collapse navbar-collapse show clearfix" id="navbarSupportedContent">
<ul class="navigation clearfix">
<li><a href="index.html">ホーム</a></li>
<li><a href="about.html">私たちについて</a></li>
<li class="dropdown current" ><a href="#">製品</a>
<ul>
<li><a href="soul.html">Soul</a></li>
<li><a href="saverx.html">SaverX</a></li>
<li><a href="saver.html">Saver</a></li>
</ul>
</li>
<li><a href="faqs.html">FAQ</a></li>
<li><a href="https://blog.zodhyatech.com">ブログ</a></li>
<li><a style="color:#F68838;" onMouseOver="this.style.color='#1b617d'"
onMouseOut="this.style.color='#F68838'" href="contact.html">お問い合わせ</a>
</li>
<li class="dropdown">
<a href="#" >
<i class="fa-solid fa-globe"></i> <span id="language">jp</span>
</a>
<ul>
<li> <a href="https://zodhyatech.com">English</a></li>
<li><a href="https://de.zodhyatech.com">German</a></li>
<li><a href="https://jp.zodhyatech.com">Japanese</a></li>
<li><a href="https://es.zodhyatech.com">Spanish</a></li>
</ul>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</div>
<!--sticky Header-->
<div class="sticky-header">
<div class="container clearfix">
<figure class="logo-box"><a href="index.html"><img src="assets/images/logosmall.png" alt=""
style="width: 60%;"></a></figure>
<div class="menu-area">
<nav class="main-menu clearfix">
<!--Keep This Empty / Menu will come through Javascript-->
</nav>
</div>
</div>
</div>
</header>
<!-- Nav-bar end-->
<!-- Mobile Menu -->
<div class="mobile-menu">
<div class="menu-backdrop"></div>
<div class="close-btn"><i class="fas fa-times"></i></div>
<nav class="menu-box">
<div class="nav-logo"><a href="index.html"><img src="assets/images/logo_black.png" alt="" title=""></a>
</div>
<div class="menu-outer"><!--Here Menu Will Come Automatically Via Javascript / Same Menu as in Header-->
</div>
<div class="contact-info">
<h4>お問い合わせ</h4>
<ul>
<li>T-hub Foundation, Knowledge City, Sy No 83/1, Raidurg, Hyderabad - 500081, India</li>
<li><a href="mailto:[email protected]">[email protected]</a></li>
</ul>
</div>
<div class="social-links">
<ul class="clearfix">
<li><a href="https://twitter.com/ZodhyaOfficial"><span class="fab fa-twitter"></span></a></li>
<li><a href="https://www.facebook.com/zodhya/"><span class="fab fa-facebook-square"></span></a></li>
<li><a href="https://www.linkedin.com/company/zodhya"><span class="fab fa-linkedin-in"></span></a>
</ul>
</div>
</nav>
</div>
<!-- End Mobile Menu -->
<!--Page Title-->
<section class="page-title bg-color-1 text-center">
<div class="pattern-layer" style="background-image: url(assets/images/shape/pattern-18.png);"></div>
<div class="auto-container">
<div class="content-box">
<h1>Soul</h1>
<ul class="bread-crumb clearfix">
<li><a href="index.html">ホーム</a></li>
<li>Soul</li>
</ul>
</div>
</div>
</section>
<!--End Page Title-->
<section class="about-section sec-pad">
<div class="auto-container">
<div class="row clearfix">
<div class="col-lg-12 col-md-12 col-sm-12 content-column">
<div id="content_block_01">
<div class="content-box">
<div class="sec-title wow slideInUp" data-wow-delay="00ms" data-wow-duration="1500ms">
<h2>複数のスペースを管理することがカオスになる?</h2>
</div>
<div class="text wow slideInUp" data-wow-delay="300ms" data-wow-duration="1500ms">
<p> <i class="fas fa-angle-double-right" style="color: #1b617d;"></i>現在、ほとんどの企業は、業務における未知の非効率を処理するために、月に約32時間を失っている。</p>
<p> <i class="fas fa-angle-double-right" style="color: #1b617d;"></i>
運用の非効率性による不要/過剰/不明なエネルギー使用は、毎月 JPY 20000~200000を占める。
</p>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<section class="about-section sec-pad">
<div class="auto-container">
<div class="row clearfix">
<div class="col-lg-6 col-md-6 col-sm-12 content-column">
<div id="content_block_01">
<div class="content-box">
<div class="sec-title wow slideInUp" data-wow-delay="00ms" data-wow-duration="1500ms">
<h2>Soul</h2>
</div>
<div class="text wow slideInUp" data-wow-delay="300ms" data-wow-duration="1500ms">
<ul>
<li>
<i class="fas fa-angle-double-right" style="color: #1b617d;"></i>IoTプラットフォーム 予知保全として機能し、オペレーションの合理化を支援します。
</li>
<li>
<i class="fas fa-angle-double-right" style="color: #1b617d;"></i>電力使用に関する排出範囲を定量化し、エネルギー消費量を分単位で記録できるプラットフォーム。
</li>
<li>
<i class="fas fa-angle-double-right" style="color: #1b617d;"></i>Soul を使用することで、ビジネスをよりスマートに運営し、非効率をリアルタイムで追跡することができます。
</li>
<li>
<i class="fas fa-angle-double-right" style="color: #1b617d;"></i> あらゆる電気機器(※最大65Ampere)に対応。
</li>
</ul>
</div>
</div>
</div>
</div>
<div class="col-lg-6 col-md-6 col-sm-12 image-column">
<div id="image_block_04">
<div class="image-box " style="height: -100px;">
<figure class="image js-tilt wow slideInRight" data-wow-delay="00ms"
data-wow-duration="1500ms"><img src="assets/images/products/soul/project.png" alt="">
</div>
</div>
</div>
</div>
</div>
</section>
<!-- feature-section -->
<section class="feature-section feature-element-2 sec-pad-2">
<div class="auto-container">
<h1 style="font-weight: 700;">特徴</h1>
<div class="three-item-carousel owl-carousel owl-theme owl-dots owl-nav-none">
<div class="feature-block-one mr-30 wow flipInY" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="image-holder">
<figure class="image-box">
<img src="assets/images/products/soul/UnitsConsumed.png" alt="energyconsumption.png">
</figure>
</div>
<h3>エネルギー使用量を画面上で確認できる。</h3>
</div>
<div class="feature-block-one mr-30 wow flipInY" data-wow-delay="600ms" data-wow-duration="1500ms">
<div class="image-holder">
<figure class="image-box">
<img src="assets/images/products/soul/PowerFactor.png" alt="powerfactor.png">
</figure>
</div>
<h3>故障したホットスポットや非効率なホットスポットを検出するのに役立ちます。</h3>
</div>
<div class="feature-block-one mr-30 wow flipInY" data-wow-delay="900ms" data-wow-duration="1500ms">
<div class="image-holder">
<figure class="image-box">
<img src="assets/images/products/soul/EmissionsProduced.png" alt="carbonemission.png">
</figure>
</div>
<h3>炭素排出量算定に利用できる。</h3>
</div>
<div class="feature-block-one mr-30 wow flipInY" data-wow-delay="1200ms" data-wow-duration="1500ms">
<div class="image-holder">
<figure class="image-box">
<img src="assets/images/products/soul/Benchmark.png" alt="Benchmark.png">
</figure>
</div>
<h3>エネルギー使用量に基づき、スペースをベンチマークする。</h3>
</div>
</div>
</div>
</section>
<!-- feature-section end -->
<!-- contact-section -->
<section class="cta-section bg-color-2">
<div class="pattern-box">
<div class="pattern-1" style="background-image: url(assets/images/shape/pattern-7.png);"></div>
<div class="pattern-2" style="background-image: url(assets/images/shape/pattern-8.png);"></div>
</div>
<div class="auto-container">
<div class="content-box text-center wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<h1 style="color: white;">貯蓄への一歩を踏み出す</h1>
<br>
<a href="contact.html" class="theme-btn style-three">お問い合わせ</a>
<br>
<br>
<div class="info-box">
<div style="color: white;" class="contact-info">
<h3 style="color: white;">住所</h3>
<p style="color: white;">T-hub Foundation, Knowledge City, Sy No 83/1, Raidurg, Hyderabad -
500081, India</p>
</div>
</div>
<p></p>
<br>
</div>
</div>
</section>
<!-- contact-sectione end -->
<!-- main-footer -->
<footer class="main-footer">
<div class="auto-container">
<div class="footer-top">
<div class="widget-section wow fadeInUp" data-wow-delay="0ms" data-wow-duration="1500ms">
<div class="row clearfix">
<div class="col-lg-3 col-md-6 col-sm-12 footer-column">
<div class="footer-widget logo-widget">
<figure class="footer-logo"><a href="index.html"><img
src="assets/images/logo_ black.jpg" alt=""
style="width: 30%;border-radius: 25px;"></a></figure>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 footer-column">
<div class="footer-widget links-widget">
<div class="widget-title">
<h3>クイックリンク</h3>
</div>
<div class="widget-content">
<ul>
<li><a href="index.html">ホーム</a></li>
<li><a href="about.html">私たちについて</a></li>
<li><a href="https://blog.zodhyatech.com">ブログ</a></li>
<li><a href="faqs.html">FAQ</a></li>
<li><a href="contact.html">お問い合わせ</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 footer-column">
<div class="footer-widget links-widget">
<div class="widget-title">
<h3>製品</h3>
</div>
<div class="widget-content">
<ul>
<li><a href="soul.html">Soul</a></li>
<li><a href="saverx.html">SaverX</a></li>
<li><a href="saver.html">Saver</a></li>
</ul>
</div>
</div>
</div>
<div class="col-lg-3 col-md-6 col-sm-12 footer-column">
<div class="footer-widget contact-widget">
<div class="widget-title">
<h3>連絡先</h3>
</div>
<div class="widget-content">
<ul>
<li>T-hub Foundation, Knowledge City, Sy No 83/1, Raidurg, Hyderabad - 500081, India
</li>
<li><a href="mailto:[email protected]"
style="color: #f0842c ;">[email protected]</a></li>
</ul>
</div>
<ul class="social-links clearfix">
<li><a href="https://www.facebook.com/zodhya"><i class="fab fa-facebook-f"></i></a>
</li>
<li><a href="https://twitter.com/ZodhyaOfficial"><i class="fab fa-twitter"></i></a>
</li>
<li><a href="https://www.linkedin.com/company/zodhya"><i
class="fab fa-linkedin-in"></i></a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="footer-bottom clearfix">
<div class="copyright pull-left">
<p><a href="index.html">Zodhya </a> ©
<script>document.write(new Date().getFullYear())</script>無断転載禁止
</p>
</div>
<ul class="footer-nav pull-right">
<li><a href="privacy.html">利用規約</a></li>
<li><a href="privacy.html">プライバシーポリシー</a></li>
</ul>
</div>
</div>
</footer>
<!--End main-footer -->
<!--Scroll to top-->
<button class="scroll-top scroll-to-target" data-target="html">
<span class="fa fa-arrow-up"></span>
</button>
<script>
document.cookie = "language=jp";
</script>
<script>
const getCookie=(cname)=> {
let name = cname + "=";
let decodedCookie = decodeURIComponent(document.cookie);
let ca = decodedCookie.split(';');
for(let i = 0; i <ca.length; i++) {
let c = ca[i];
while (c.charAt(0) == ' ') {
c = c.substring(1);
}
if (c.indexOf(name) == 0) {
return c.substring(name.length, c.length);
}
}
return "";
}
let language=getCookie("language")
if (language) {
document.getElementById('language').textContent = language;
} else {
document.getElementById('language').textContent = en;
}
// const userTimeZone = Intl.DateTimeFormat().resolvedOptions().timeZone;
// const germanyTimeZone = 'Europe/Berlin';
// const japanTimeZone = 'Asia/Tokyo';
// // Check if the user's time zone matches Germany or Japan
// if (userTimeZone === germanyTimeZone) {
// window.location.href = 'https://example.com/germany-page';
// }
// else if (userTimeZone === japanTimeZone) {
// window.location.href = 'https://example.com/japan-page';
// }
// else {
// window.location.href = 'https://amamit.in';
// }
</script>
<!-- jequery plugins -->
<script src="assets/js/jquery.js"></script>
<script src="assets/js/popper.min.js"></script>
<script src="assets/js/bootstrap.min.js"></script>
<script src="assets/js/owl.js"></script>
<script src="assets/js/wow.js"></script>
<script src="assets/js/validation.js"></script>
<script src="assets/js/jquery.fancybox.js"></script>
<script src="assets/js/appear.js"></script>
<script src="assets/js/scrollbar.js"></script>
<script src="assets/js/tilt.jquery.js"></script>
<script src="assets/js/jQuery.style.switcher.min.js"></script>
<!-- main-js -->
<script src="assets/js/script.js"></script>
</body><!-- End of .page_wrapper -->
</html>