This repository was archived by the owner on Oct 12, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
241 lines (194 loc) · 8.25 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-KG347VN');</script>
<!-- End Google Tag Manager -->
<title>Valiot Website</title>
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,700" rel="stylesheet">
<link rel="stylesheet" href="/css/main.css">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-KG347VN"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header class="header is-scrolled">
<a class="logo" href="#0">
<img class="logo--header" src="/img/valiot-logo-white.png">
</a>
<nav class="mainNav">
<a href="#contact" class="btn btn--primary">Sign In</a>
</nav>
</header>
<section class="home-main">
<div class="home-main-description">
<p class="tag">The easiest way into industry 4.0</p>
<h1 class="title title--main">The world’s best and most secure platform for your digital transformation.</h1>
</div>
</section>
<section class="clients">
<p class="title">Used by some of the most forward thinking manufacturing companies in the world</p>
<div class="clients-logos">
<a href="#0">
<img src="img/logo-heineken.png" alt="">
</a>
<a href="#0">
<img src="img/logo-deacero.png" alt="">
</a>
<a href="#0">
<img src="img/logo-prolec.png" alt="">
</a>
<a href="#0">
<img src="img/logo-emmsa.png" alt="">
</a>
<a href="#0">
<img src="img/logo-lagrange.png" alt="">
</a>
</div>
</section>
<section class="about">
<h2 class="title title--large" >Now is easier and faster than ever to move towards the smart factory</h2>
<p class="text text--subhead">We use state of the art technology to enable manufacturers to interact with top tier app developers to implement edge technology into their manufacturing process.</p>
</section>
<section class="walkThrough">
<div class="walkThrough-slider">
<ul>
<li data-nav="Setup">
<div class="walkThrough-description">
<p class="tag">SETUP</p>
<h2 class="title title--large">Connect, analyze, control, optimize</h2>
<p class="features-content">Valiot allows you to develop super lean and easy to interact data architectures, it connects with all your data generating platforms and creates a central layer for other applications to use.</p>
<div class="unslider-list">
<ul class="list">
<li>
<img src="/img/check-icon.svg" alt="">
<i>CRM</i>
</li>
<li>
<img src="/img/check-icon.svg" alt="">
<i>ERP</i>
</li>
<li>
<img src="/img/check-icon.svg" alt="">
<i>PLC</i>
</li>
</ul>
<ul class="list">
<li>
<img src="/img/check-icon.svg" alt="">
<i>WMS</i>
</li>
<li>
<img src="/img/check-icon.svg" alt="">
<i>Line sensors</i>
</li>
<li>
<img src="/img/check-icon.svg" alt="">
<i>Among others</i>
</li>
</ul>
</div>
</div>
<figure class="walkThrough-img">
<img src="/img/eliot-setup.png">
</figure>
</li>
<li data-nav="Configuration">
<div class="walkThrough-description">
<p class="tag">Marketplace</p>
<h2 class="title title--large">A marketplace for your smart factory</h2>
<p class="features-content">These applications open up to amazing possibilities for the use of Artifitial Intelligence, Industrial IOT, Augmented and virtual reality and other technologies to launch your company towards the digital era.</p>
</div>
<figure class="walkThrough-img">
<img src="/img/eliot-marketplace.png">
</figure>
</li>
<li data-nav="Admin">
<div class="walkThrough-description">
<p class="tag">Admin</p>
<h2 class="title title--large">Control your apps, control your Valiot, always safe.</h2>
<p class="features-content">Controling your user permissions allows you to control who can do and see everyhting.</p>
</div>
<figure class="walkThrough-img">
<img src="/img/eliot-admin.png">
</figure>
</li>
</ul>
</div>
</section>
<section class="features">
<div class="feature">
<figure class="feature-img">
<img src="/img/feature-state.png">
</figure>
<div class="feature-description">
<p class="tag tag--primary">Easy to implement data layer</p>
<h2 class="title title--large">Data centralization for Real Time processing</h2>
<p>Easily create a consistency data layer to conect all your data generation systems, such as CRMs, ERPs, WMS, MES, PLC, your production line among others.
</p>
</div>
</div>
<div class="feature">
<div class="feature-description">
<p class="tag tag--primary">Easy to customize</p>
<h2 class="title title--large">Build your digital strategy according to your needs</h2>
<p>Every company is different, we get that, and for that reason Valiot allows you to fully customize you platform to integrate only the apps you need to succeed in the new digital era.</p>
</div>
<figure class="feature-img">
<img src="/img/feature-takecontrol.png">
</figure>
</div>
<div class="feature">
<figure class="feature-img">
<img src="/img/feature-cyber.png">
</figure>
<div class="feature-description">
<p class="tag tag--primary">Process traking like never before</p>
<h2 class="title title--large">Cyber-physical systems and control</h2>
<p>Take complete control over your procesess and products, use high tech as your processes gatekeepers to eliminate mistakes, workarounds and hidden factories.
</p>
</div>
</div>
</section>
<section class="features features--center">
<h2 class="title title--large">Take part of the new industrial Revolution</h2>
<p class="text text--subhead">Digital technologies have taken over the world, and manufacturing is no exepction. Join the movement, connect with top tier tech developers, manufacturers and businessman to deliver high value to your enterprise.</p>
</section>
<section class="case">
<div class="feature-description">
<p class="tag tag--primary">Take a look</p>
<h2 class="title title--large">Using technology we empower manufacturers to challeng the S.Q.</h2>
</div>
<img src="img/image-usecase.png" alt="">
</section>
<footer class="footer">
<div class="callToAction" id="contact">
<div class="callToAction-col">
<h2 class="title title--large">Wanna join?</h2>
<p>[email protected]</p>
</div>
</div>
<div class="footer-col--brand">
<a class="logo" href=""><img class="logo--footer" src="/img/valiot-logo-color.png"></a>
<p>@ 2018 Valiot.</p>
<p>All rights reserved.</p>
</div>
<div class="footer-col">
<p>CONTACT</p>
<ul>
<li><a class="footer-item" href="">[email protected]</a></li>
</ul>
</div>
</footer>
<script src="//code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>