-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustomer.html
397 lines (355 loc) · 16 KB
/
customer.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
<!doctype html>
<html lang="fr">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css">
<!-- Animate CSS -->
<link rel="stylesheet" href="assets/css/animate.css">
<!-- Meanmenu CSS -->
<link rel="stylesheet" href="assets/css/meanmenu.css">
<!-- Line Awesome CSS -->
<link rel="stylesheet" href="assets/css/line-awesome.min.css">
<!-- Flaticon CSS -->
<link rel="stylesheet" href="assets/css/flaticon.css">
<!-- Nice Select CSS -->
<link rel="stylesheet" href="assets/css/nice-select.css">
<!-- Carousel CSS -->
<link rel="stylesheet" href="assets/css/owl.carousel.min.css">
<!-- Carousel Default CSS -->
<link rel="stylesheet" href="assets/css/owl.theme.default.min.css">
<!-- Odometer CSS -->
<link rel="stylesheet" href="assets/css/odometer.css">
<!-- Popup CSS -->
<link rel="stylesheet" href="assets/css/magnific-popup.min.css">
<!-- Style CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- Responsive CSS -->
<link rel="stylesheet" href="assets/css/responsive.css">
<title>LogXlabs - Research center</title>
<link rel="icon" type="image/png" href="assets/img/favicon.png">
</head>
<body>
<!-- Start Top Header Area -->
<div class="top-header">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-6">
<ul class="top-left">
<li>
<i class="las la-envelope"></i>
<a href="mailto:contact@logxlabs.com"><span class="__cf_email__"
data-cfemail="3d55585151527d54535b52135e5250">contact@logxlabs.com</span></a>
</li>
</ul>
</div>
<div class="col-lg-6">
<ul class="top-right">
<li>
<i class="las la-phone-volume"></i>
<a href="tel:33 0616 078 690">33 (0)616 078 690</a>
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- End Top Header Area -->
<!-- Start Navbar Area -->
<div class="navbar-area">
<div class="main-responsive-nav">
<div class="container">
<div class="main-responsive-menu">
<div class="logo">
<a href="index.html">
<img src="assets/img/logo.png" alt="image">
</a>
</div>
</div>
</div>
</div>
<div class="main-navbar">
<div class="container">
<nav class="navbar navbar-expand-md navbar-light">
<a class="navbar-brand" href="index.html">
<img src="assets/img/logo.png" alt="image">
</a>
<div class="collapse navbar-collapse mean-menu" id="navbarSupportedContent">
<ul class="navbar-nav">
<li class="nav-item">
<a href="index.html" class="nav-link">
Home
</a>
</li>
<li class="nav-item">
<a href="about.html" class="nav-link">
About
</a>
</li>
<li class="nav-item">
<a href="customer.html" class="nav-link active">
Customers
</a>
</li>
<li class="nav-item">
<a href="technology.html" class="nav-link">
Technology
</a>
</li>
<li class="nav-item">
<a href="contact.html" class="nav-link">
Contact
</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
</div>
<!-- End Navbar Area -->
<!-- Start Page Title Area -->
<div class="page-title-area item-bg-2">
<div class="d-table">
<div class="d-table-cell">
<div class="container">
<div class="page-title-content">
<h2>Customer</h2>
<ul>
<li><a href="index.html">Home</a></li>
<li>Customer</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Page Title Area -->
<!-- Start Feedback Area -->
<!-- Start Blog Details Area -->
<section class="blog-details-area pt-100 pb-100">
<div class="container">
<div class="row">
<div class="col-lg-12 col-md-12">
<div class="blog-details-desc">
<div class="article-content">
<div class="section-title">
<span>Customer</span>
<h2>Our Customer</h2>
</div>
<h4>Flow management and Infrastructures</h4>
<p></p>legal and physicals constraints represent a number of criteria that man is
not able to take into account without loosing track of his objectives. The tools
that LogXlabs provides draw a clear view of possible solutions
<h4>Energy suppliers</h4>
<p>In order to cope with increasing energy demands, energy must be exploited in a
consistent way. Taking into account a large number of parameters will allow energy
generators of new energies to achieve the performance levels required to extend
their scope.</p>
<h2 class="mt-5 text-center">Case studies</h2>
<h4>Road transport</h4>
<p> Optimisation of goods delivery by road, in the era of soaring oil prices, is an
environmental and economic challenge. Our solutions have reduced by about 15%
transportation</p>
costs and 10 million tonnes of carbon emissions to the atmosphere in one year.</p>
<h4> Drinking water</h4>
<p> Drinking water presents a complex problem in order to preserve this vital nutriment
and
forward it to consumers with high quality at lower cost. Our solutions offer savings
ranging
from 10 to 20% on investment, energy and reducing water leakage by more than 5% in
Western
Europe.</p>
<h4> Heat pumps and photovoltaic panels</h4>
<p>These technologies have a significant room to improve their performance, which can be
reached by taking into account the internal and external parameters of their
equipment. Our
ongoing studies are promising, but it is too early to present outcomes.</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- End Feedback Area -->
<!-- Start Newsletter Area -->
<div class="newsletter-area pb-100">
<div class="container">
<div class="newsletter-inner">
<div class="row align-items-center">
<div class="col-lg-6">
<div class="newsletter-content">
<h2>Subscribe To Our Newsletter</h2>
</div>
</div>
<div class="col-lg-6">
<form class="newsletter-form">
<input type="email" class="input-newsletter" placeholder="Your Email" name="EMAIL" required
autocomplete="off">
<button type="submit">
Subscribe Now
</button>
<div id="validator-newsletter" class="form-result"></div>
</form>
</div>
</div>
</div>
</div>
</div>
<!-- End Newsletter Area -->
<!-- Start Footer Area -->
<div class="footer-area pt-100 pb-70">
<div class="container">
<div class="row">
<div class="col-lg-3 col-sm-6">
<div class="single-footer-widget">
<div class="logo">
<a href="index.html">
<img src="assets/img/logo.png" alt="image">
</a>
</div>
<p>Une passerelle entre la Recherche académique et l'Industrie selon un modèle économique
viable. Des équipes projets <a href="abuot.html" class="text-info">Read
More</a></p>
<ul class="social">
<li>
<a href="#" class="facebook" target="_blank">
<i class="lab la-facebook-f"></i>
</a>
</li>
<li>
<a href="#" class="twitter" target="_blank">
<i class="lab la-twitter"></i>
</a>
</li>
<li>
<a href="#" class="pinterest" target="_blank">
<i class="lab la-pinterest-p"></i>
</a>
</li>
<li>
<a href="#" class="linkedin" target="_blank">
<i class="lab la-linkedin-in"></i>
</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single-footer-widget pl-5">
<h3>Our Technology</h3>
<ul class="quick-links">
<li>
<i class="las la-angle-double-right"></i>
<a href="#">The algorithms</a>
</li>
<li>
<i class="las la-angle-double-right"></i>
<a href="#">Computers</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single-footer-widget pl-5">
<h3>Quick Links</h3>
<ul class="quick-links">
<li>
<i class="las la-angle-double-right"></i>
<a href="index.html">Home</a>
</li>
<li>
<i class="las la-angle-double-right"></i>
<a href="about.html">About</a>
</li>
<li>
<i class="las la-angle-double-right"></i>
<a href="customer.html">Customer</a>
</li>
<li>
<i class="las la-angle-double-right"></i>
<a href="technology.html">Technology</a>
</li>
<li>
<i class="las la-angle-double-right"></i>
<a href="contact.html">Contact</a>
</li>
</ul>
</div>
</div>
<div class="col-lg-3 col-sm-6">
<div class="single-footer-widget">
<h3>Information</h3>
<ul class="footer-contact-info">
<li>
<i class="las la-phone"></i>
<span>Phone</span>
<a href="tel:330616 078 690">33 (0)616 078 690</a>
</li>
<li>
<i class="las la-envelope"></i>
<span>Email</span>
<a href="mailto:contact@logxlabs.com"><span class="__cf_email__"
data-cfemail="48202d24242708242d2a27662b2725">contact@logxlabs.com</span></a>
</li>
<li>
<i class="las la-map-marker-alt"></i>
<span>Address</span>
<a href="#">54/56 Avenue Hoche 75008 PARIS FRANCE</a>
</li>
</ul>
</div>
</div>
</div>
</div>
</div>
<!-- End Footer Area -->
<!-- Start Copy Right Section -->
<div class="copyright-area">
<div class="container">
<p>
Copyright ©2023 LogXlabs all rights reserved
</p>
</div>
</div>
<!-- End Copy Right Section -->
<!-- Start Go Top Area -->
<div class="go-top">
<i class="las la-long-arrow-alt-up"></i>
</div>
<!-- End Go Top Area -->
<!-- Jquery Slim JS -->
<script data-cfasync="false" src="../../cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script>
<script src="assets/js/jquery.min.js"></script>
<!-- Popper JS -->
<script src="assets/js/popper.min.js"></script>
<!-- Bootstrap JS -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Meanmenu JS -->
<script src="assets/js/jquery.meanmenu.js"></script>
<!-- Carousel JS -->
<script src="assets/js/owl.carousel.min.js"></script>
<!-- Odometer JS -->
<script src="assets/js/odometer.min.js"></script>
<!-- Appear JS -->
<script src="assets/js/jquery.appear.js"></script>
<!-- Datepicker JS -->
<script src="assets/js/datepicker.min.js"></script>
<!-- Popup JS -->
<script src="assets/js/jquery.magnific-popup.min.js"></script>
<!-- Nice Select JS -->
<script src="assets/js/jquery.nice-select.min.js"></script>
<!-- Form Ajaxchimp JS -->
<script src="assets/js/jquery.ajaxchimp.min.js"></script>
<!-- Form Validator JS -->
<script src="assets/js/form-validator.min.js"></script>
<!-- Contact JS -->
<script src="assets/js/contact-form-script.js"></script>
<!-- Wow JS -->
<script src="assets/js/wow.min.js"></script>
<!-- Custom JS -->
<script src="assets/js/main.js"></script>
</body>
</html>