-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
449 lines (417 loc) · 26.7 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
<!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="">
<meta name="author" content="">
<link rel="icon" href="./favicon.ico">
<title>Sainox Technologies|India</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/solid.css" integrity="sha384-VGP9aw4WtGH/uPAOseYxZ+Vz/vaTb1ehm1bwx92Fm8dTrE+3boLfF1SpAtB1z7HW" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/regular.css" integrity="sha384-ZlNfXjxAqKFWCwMwQFGhmMh3i89dWDnaFU2/VZg9CvsMGA7hXHQsPIqS+JIAmgEq" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/brands.css" integrity="sha384-rf1bqOAj3+pw6NqYrtaE1/4Se2NBwkIfeYbsFdtiR6TQz0acWiwJbv1IM/Nt/ite" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.3.1/css/fontawesome.css" integrity="sha384-1rquJLNOM3ijoueaaeS5m+McXPJCGdr5HcA03/VHXxcp2kX2sUrQDmFc3jR5i/C7" crossorigin="anonymous">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link href="css/bootstrap.min.css" rel="stylesheet">
<link href="css/starter-template.css" rel="stylesheet">
<link rel="stylesheet" href="./css/plugins.css">
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="./css/styles-2-dark.css">
</head>
<body>
<header>
<nav class="navbar navbar-dark navbar-toggleable-md navbar-light bg-inverse fixed-top">
<button class="navbar-toggler navbar-toggler-right" type="button" data-toggle="collapse" data-target="#navbarsExampleDefault" aria-controls="navbarsExampleDefault" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<a class="navbar-brand" style="color:#000; " href="#"><b>Sainox Technologies</b></a>
<div class="collapse navbar-collapse" id="navbarsExampleDefault">
<ul class="navbar-nav mr-auto">
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="http://example.com" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false" style="color:#000">Products</a>
<div class="dropdown-menu" aria-labelledby="dropdown01">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item dropdown">
<a class="nav-link dropdown-toggle" href="http://example.com" id="dropdown01" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false"style="color:#000">Services</a>
<div class="dropdown-menu" aria-labelledby="dropdown01">
<a class="dropdown-item" href="#">Action</a>
<a class="dropdown-item" href="#">Another action</a>
<a class="dropdown-item" href="#">Something else here</a>
</div>
</li>
<li class="nav-item">
<a class="nav-link" style="color:#000" href="#">Developers</a>
</li>
<li class="nav-item">
<a class="nav-link" style="color:#000" href="#">Carrer</a>
</li>
</ul>
</div>
</nav>
</header>
<section class="main-header main-section main-header-animated" style="margin-top:-19px;" data-scroll-index="1">
<canvas class="scene scene--full" id="eclipse-scene2"></canvas>
<div class="header-content">
<div class="header-sub-bg">
<div class="header-title">
<h1 class="textillate text-white" data-loop="true" data-aos="fade-up" data-aos-delay="300">
<span class="textillate-text">
<span data-in-effect="fadeIn" data-out-effect="fadeOut">Our First AI</span>
<span data-in-effect="fadeIn" data-out-effect="fadeOut">Which can Code</span>
<span data-in-effect="fadeIn" data-out-effect="fadeOut">Can Entertain</span>
<span data-in-effect="fadeIn" data-out-effect="fadeOut">Just A Rather Very INtelligent System</span>
</span>
</h1>
</div>
<!--div class="header-sub">
<div class="btn hoverable bg-white waves-effect waves-button hover-up">
<a class="text-transparent main-gradient-bg" href="">Documentation</a>
</div>
<div class="btn hoverable main-gradient-bg waves-effect waves-button hover-up">
<a href="">    Web Wallet     </a>
</div>
</div-->
<div class="social-icons vertical-social-icons">
<a href="https://t.me/joinchat/HCZnLBAVFvwB60gJerbK9Q" target="_blank"><img src="images/foot_icon_0.png" alt=""></a>
<a href="" target="_blank"><img src="images/foot_icon_1.png" alt=""></a>
<a href="" target="_blank"><img src="images/foot_icon_2.png" alt=""></a>
<a href="" target="_blank"><img src="images/foot_icon_3.png" alt=""></a>
<a href="" target="_blank"><img src="images/foot_icon_4.png" alt=""></a>
<a href="" target="_blank"><img src="images/foot_icon_5.png" alt=""></a>
<a href="" target="_blank"><img src="images/insta.png" alt=""></a>
<a href="" target="_blank"><img src="images/foot_icon_6.png" alt=""></a>
<a href="" target="_blank"><img src="images/foot_icon_7.png" alt=""></a>
</div>
</div>
</div>
</section>
<section>
<p class="para1">Build your next app quickly and easily with us.<a href="#" style="color:#54a5f0;"> Sign up now</a> <i class="fas fa-external-link-alt" aria-hidden="true" style="color:#63a8ea"></i></p>
</section>
<section class="align1">
<div class="w3-row canvas-bg">
<div class="w3-col w3-container m4 l3">
<p class=" para2-align">New at Sainox</p>
</div>
<div class="w3-col w3-container m8 l9" style="padding-right:0px;">
<div class="w3-col s4 canvas1">
<img class="canvas" src="images/gif/ai1.gif" style="width:100%"><br><br><br>
<p class="para-heading canvas">Sainox Technologies Artificial Intelligence Project</p><br>
<p class="para-content canvas-2">From servers and mainframes to storage systems and software, Spartans Hub AI can handle any thing.</p><br>
<section class="icon"><a href="#"><i class="fas fa-arrow-right"></i> Learn More</a><section>
</div>
<div class="w3-col s4 para-bg-1 canvas1">
<img class="canvas"src="images/gif/a2.gif" style="width:100%; height:200px;"><br><br><br>
<p class="para-heading canvas-c">Build Your Scalable App</p>
<p class="para-heading canvas-c1"> With Sainox Cloud</p><br>
<p class="para-content canvas-2">Sainox Cloud Coming Soon!.</p><br>
<section class="icon icon2"><a href="#"><i class="fas fa-arrow-right"></i> Explore Now</a><section>
</div>
<div class="w3-col s4 w3-white canvas1">
<img class="canvas" src="images/gif/ai1.gif" style="width:100%"><br><br><br>
<p class="para-heading canvas-d">Digital Reinvention</p><br>
<p class="para-content canvas-2">Creating new business models where digital meets physical</p><br>
<section class="icon icon3"><a href="#"><i class="fas fa-arrow-right"></i> Visit Blog Site</a><section>
</div>
</div>
</div>
</section>
<section >
<div class="w3-row para-bg-1">
<div class="w3-col w3-container m4 l3">
<p class=" para3-align">Explore free online products</p><br>
<button class="btn-style1">See More trials</button><br><br>
<button class="btn-style2">Shop for great deals</button>
</div>
<div class="w3-col w3-container m8 l9" style="padding-right:0px;">
<div class="w3-col s4">
<img src="images/gif/ai1.gif" style="width:100%"><br><br><br>
<p class="para-heading">Sainox Artificial Intelligence</p><br>
<p class="para-content">From servers and mainframes to storage systems and software, Spartans Hub AI can handle any thing.</p><br>
<section class="icon"><a href="#"><i class="fas fa-arrow-right"></i> Learn More</a><section>
</div>
<div class="w3-col s4 para-bg-1">
<img src="images/gif/a2.gif" style="width:100%; height:200px;"><br><br><br>
<p class="para-heading">Build Your Scalable App With Sainox Cloud</p><br>
<p class="para-content">Spartans Hub CLoud Coming Soon!.</p><br>
<section class="icon icon2"><a href="#"><i class="fas fa-arrow-right"></i> Explore Now</a><section>
</div>
<div class="w3-col s4 w3-white">
<img src="images/gif/ai1.gif" style="width:100%"><br><br><br>
<p class="para-heading">Digital Reinvention</p><br>
<p class="para-content">Creating new business models where digital meets physical</p><br>
<section class="icon icon3"><a href="#"><i class="fas fa-arrow-right"></i> Visit Blog Site</a><section>
</div>
</div>
</div>
</section>
<section >
<div class="w3-row para-bg-3">
<div class="w3-col w3-container m4 l3">
<p class=" para4-align">Inside Sainox Technologies</p>
<p style="color:#f4f4f4;"><b>Inside Sainox News Room (IN)</b></p>
<!--button class="btn-style1">See More trials</button><br><br>
<button class="btn-style2">Shop for great deals</button-->
</div>
<div class="w3-col w3-container m8 l9" style="padding-right:0px;">
<div class="w3-col s4 w3-black">
<img src="images/gif/ai1.gif" style="width:100%"><br><br><br>
<p class="para-heading-white para-bold">What skills does a company’s next generation of leaders need?</p>
<p class="para-heading-white para-bold">Sainox Technologies Jarvis Talent Framework helps identify critical talents and values across many different jobs</p>
<p class="para-heading-white para-bold para-hover"><a href="#">See how AI helps ArcBest find the right person for every role (IN) →</a></p>
</div>
<div class="w3-col s4 w3-black">
<img src="images/gif/a2.gif" style="width:100%; height:200px;"><br><br><br>
<p class="para-heading-white para-bold">A solar panel and an electric car had an energetic chat …</p>
<p class="para-heading-white para-bold">Analytics and IoT help coordinate local sources, energy-saving devices and the grid</p>
<p class="para-heading-white para-bold para-hover"><a href="#">Read about GreenCom’s goal of increasing efficiency for all (IN) →</a></p>
</div>
<div class="w3-col s4 w3-black">
<img src="images/gif/ai1.gif" style="width:100%"><br><br><br>
<p class="para-heading-white para-bold">Artificial intelligence that sees threats coming</p>
<p class="para-heading-white para-bold" style="padding-bottom: 29px;">Fight security threats 60 times faster with the cloud for smarter business</p>
<p class="para-heading-white para-bold para-hover"><a href="#">Learn how the spartans hub Cloud can work for you (IN) →</a></p>
</div>
</div>
</div>
</section>
<section >
<div class="w3-row para-bg-4">
<div class="w3-col w3-container m4 l3">
<p class=" para5-align">How your business can get smarter</p>
<!--button class="btn-style1">See More trials</button><br><br>
<button class="btn-style2">Shop for great deals</button-->
</div>
<div class="w3-col w3-container m8 l9" style="padding-right:0px;">
<div class="w3-col s4">
<a href="./business/analytics.html"><img class="icon-img" src="images/icon/Analytics.png">
<p class="para-heading-white para-bold">Analytics</p>
<p class="para-heading-white margin-bottom-20px" style="margin-top:-10px;">Gain greater insights and innovate faster</p>
</a>
<img class="icon-img" src="images/icon/ITInfrastructure.png">
<p class="para-heading-white para-bold">IT Infrastructure</p>
<p class="para-heading-white margin-bottom-20px" style="margin-top:-10px;">Build the foundation for cognitive business</p>
<img class="icon-img" src="images/icon/Security.png">
<p class="para-heading-white para-bold">Security</p>
<p class="para-heading-white margin-bottom-20px" style="margin-top:-10px;">Prevent, detect and respond to enterprise threats</p>
<img class="icon-img" src="images/icon/Ai_avatar.png">
<p class="para-heading-white para-bold">Internet of Things (IoT)</p>
<p class="para-heading-white margin-bottom-20px" style="margin-top:-10px;">Securely connect and manage devices, analyze data and apply cognitive services</p>
</div>
<div class="w3-col s4">
<img class="icon-img" src="images/icon/Cloud.png">
<p class="para-heading-white para-bold">Cloud</p>
<p class="para-heading-white margin-bottom-20px" style="margin-top:-10px;">Innovate with the cloud built for business</p>
<img class="icon-img" src="images/icon/Finance.png">
<p class="para-heading-white para-bold">Financing</p>
<p class="para-heading-white margin-bottom-20px" style="margin-top:-10px;">We finance possibilities</p>
<img class="icon-img" src="images/icon/it-services.svg">
<p class="para-heading-white para-bold">Services</p>
<p class="para-heading-white margin-bottom-20px" style="margin-top:-10px;">Pioneering and Proven Partners for Progress</p>
</div>
<div class="w3-col s4">
<img class="icon-img" src="images/icon/Commerce.png">
<p class="para-heading-white para-bold">Customer Engagement</p>
<p class="para-heading-white margin-bottom-20px" style="margin-top:-10px;">Create customer relationships that last</p>
<img class="icon-img" src="images/icon/mobile.png">
<p class="para-heading-white para-bold">Mobile</p>
<p class="para-heading-white margin-bottom-20px" style="margin-top:-10px;">Develop and deploy trusted mobile experiences</p>
<img class="icon-img" src="images/icon/Ai_avatar.png">
<p class="para-heading-white para-bold">Artificial Intelligencefont</p>
<p class="para-heading-white margin-bottom-20px" style="margin-top:-10px;">Engage the power of cognitive computing</p>
</div>
</div>
</div>
</section>
<section >
<div class="w3-row para-bg-5">
<div class="w3-col w3-container m4 l3">
<p class=" para5-align">Need More help?</p>
<!--button class="btn-style1">See More trials</button><br><br>
<button class="btn-style2">Shop for great deals</button-->
</div>
<div class="w3-col w3-container m8 l9" style="padding-right:0px;">
<div class="w3-col s4">
<img class="icon-img" src="images/icon/support.png">
<p class="para-heading-white-1">Support portal (IN)</p>
<p class="para-heading-white margin-bottom-20px" style="margin-top:-10px;">Get help today for the spartans hub services and software you own (IN)</p>
<img class="icon-img" src="images/icon/developer-works.png">
<p class="para-heading-white-1">Developer Support</p>
<p class="para-heading-white margin-bottom-20px" style="margin-top:-10px;">Build the foundation for cognitive business</p>
</div>
<div class="w3-col s4">
<img class="icon-img" src="images/icon/knowledge-center.png">
<p class="para-heading-white-1">Spartans Hub Knowledge Center</p>
<p class="para-heading-white margin-bottom-20px" style="margin-top:-10px;">Find answers quickly in official spartans hub product documentation (IN)</p>
</div>
<div class="w3-col s4">
<img class="icon-img" src="images/icon/red-books.png">
<p class="para-heading-white-1">Brain Books</p>
<p class="para-heading-white margin-bottom-20px" style="margin-top:-10px;">Complimentary, step-by-step guides for download and mobile (IN)</p>
</div>
</div>
</div>
</section>
<!--section class="footer">
<div class="w3-row footer-bg">
<div class="w3-col w3-container m4 l3">
<p class="para-heading-black para-bold">Discover</p>
<a href="#"><p class="para-heading-black" style="margin-top:5px;">Marketplace</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Trials</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Products</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Services</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Industries</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">spartans hub discounts</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Case studies</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Inside spartans hub</p></a>
</div>
<div class="w3-col w3-container m8 l9" style="padding-right:0px;">
<div class="w3-col s4">
<p class="para-heading-black para-bold">Information for...</p>
<a href="#"><p class="para-heading-black" style="margin-top:5px;">Developers</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Business Partners</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Federal and state contracts</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Services</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Industries</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">spartans hub discounts</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Case studies</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Inside spartans hub</p></a>
</div>
<div class="w3-col s4">
<p class="para-heading-black para-bold">Connect with us</p>
<a href="#"><p class="para-heading-black" style="margin-top:5px;">Support</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Find a sales rep</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Find a Business Partner</p></a>
</div>
<div class="w3-col s4">
<p class="para-heading-black para-bold">About spartans hub</p>
<a href="#"><p class="para-heading-black" style="margin-top:5px;">Careers</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Latest news</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Investor relations</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">Corporate responsibility</p></a>
<a href="#"><p class="para-heading-black" style="margin-top:-5px;">About spartans hub</p></a>
</div>
</div>
</div>
</section-->
<footer class="footer">
<div class="innerpadding">
<div class="outer">
<div class="row">
<div class="col-lg-5 col-md-5 col-sm-12 col-xs-12">
<div class="row">
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
<div class="content-wrap">
<div class="footer-logo">
<a class="logo" href=""><img src="images/sainox_logo_color.png" alt="logo" style="width:80px;"><!--span style="color:#464646; font-size:1em;">Sainox Technologies</span></a-->
</div>
<!-- /END OF LOGO-WRAP/ -->
<div class="footer-social-items">
<div >
<p style="padding: .5em;line-height: 1.22; float: left;">
<a href="" target="_blank"><img src="images/foot_icon_0.png" alt=""></a>
<a href="" target="_blank"><img src="images/foot_icon_1.png" alt=""></a>
<a href="" target="_blank"><img src="images/foot_icon_2.png" alt=""></a>
<a href="" target="_blank"><img src="images/foot_icon_3.png" alt=""></a>
<a href="" target="_blank"><img src="images/foot_icon_4.png" alt=""></a>
<a href="" target="_blank"><img src="images/foot_icon_5.png" alt=""></a>
<a href="" target="_blank"><img src="images/insta.png" alt=""></a>
<a href="" target="_blank"><img src="images/foot_icon_6.png" alt=""></a>
<a href="" target="_blank"><img src="images/foot_icon_7.png" alt=""></a>
</p>
</div>
</div>
</div>
<!-- /END OF CONTENT-WRAP/ -->
</div>
<!-- /END OF COL/ -->
</div>
<!-- /END OF ROW/ -->
</div>
<!-- /END OF COL/ -->
<div class="col-lg-7 col-md-7 col-sm-12 col-xs-12 foot-navs">
<div class="row">
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<div class="content-wrap">
<h7 style="color:#464646;text-transform: uppercase; font-size:1em; font-weight: bold; display: block;">Discover</h7>
<div class="navs block-lists" style="list-style: none; font-size:0.9em;">
<li><a href="" target="_blank">Marketplace</a></li>
<li><a href="" target="_blank">Trials</a></li>
<li><a href="" target="_blank">Products</a></li>
<li><a href=""><span>Services</span></a></li>
<li><a href="" target="_blank">Industries</a></li>
<li><a href="" target="_blank">Discounts</a></li>
<li><a href="" target="_blank">Case studies</a></li>
<li><a href=""><span>Inside sainox</span></a></li>
</div>
</div>
<!-- /END OF CONTENT-WRAP/ -->
</div>
<!-- /END OF COL/ -->
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<div class="content-wrap">
<h7 style="color:#464646;text-transform: uppercase; font-size:1em; font-weight: bold; display: block;">Information for...</h7>
<div class="navs block-lists" style="list-style: none; font-size:0.9em;">
<li><a href="" target="_blank"><span>Developers</span></a></li>
<li><a href="" target="_blank">Business Partners</a></li>
<li><a href="" target="_blank">Federal and state contracts</a></li>
</div>
</div>
<!-- /END OF CONTENT-WRAP/ -->
</div>
<!-- /END OF COL/ -->
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<div class="content-wrap">
<h7 style="color:#464646;text-transform: uppercase; font-size:1em; font-weight: bold; display: block;">Support</h7>
<div class="navs block-lists" style="list-style: none; font-size:0.9em;">
<li><a href="" target="_blank">Find a sales rep</a></li>
<li><a href="" target="_blank">Find a Business Partner</a></li>
<!-- <li><a href="">Smart Contract</a></li> -->
</div>
</div>
<!-- /END OF CONTENT-WRAP/ -->
</div>
<!-- /END OF COL/ -->
<div class="col-lg-3 col-md-3 col-sm-3 col-xs-12">
<div class="content-wrap">
<h7 style="color:#464646;text-transform: uppercase; font-size:1em; font-weight: bold; display: block;">Sainox</h7>
<div class="navs block-lists" style="list-style: none; font-size:0.9em;">
<li><a href="" target="_blank">Careers</a></li>
<li><a href="" target="_blank">Latest news</a></li>
<li><a href="" target="_blank">Investor relations</a></li>
<li><a href="" target="_blank">Corporate responsibility</a></li>
<li><a href="" target="_blank">About</a></li>
</div>
</div>
</div>
</div>
<!-- /END OF ROW/ -->
</div>
<!-- /END OF COL/ -->
</div>
<!-- /END OF ROW/ -->
</div>
<!-- /END OF OUTER/ -->
</div>
</footer>
<script>window.jQuery || document.write('<script src="../../assets/js/vendor/jquery.min.js"><\/script>')</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/ie10-viewport-bug-workaround.js"></script>
<script type="x-shader/x-vertex" id="wrapVertexShader">
attribute float size; attribute vec3 color; varying vec3 vColor; void main() { vColor = color; vec4 mvPosition = modelViewMatrix * vec4( position, 1.0 ); gl_PointSize = size * ( 350.0 / - mvPosition.z ); gl_Position = projectionMatrix * mvPosition; }
</script>
<script type="x-shader/x-fragment" id="wrapFragmentShader">
varying vec3 vColor; uniform sampler2D texture; void main(){ vec4 textureColor = texture2D( texture, gl_PointCoord ); if ( textureColor.a < 0.3 ) discard; vec4 color = vec4(vColor.xyz, 1.0) * textureColor; gl_FragColor = color; }
</script>
<script src="./js/plugins.js"></script>
<script src="./js/animated-plugins-min.js"></script>
<script src="./js/animated-main.js"></script>
<script src="./js/main.js"></script>
</body>
</html>