-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patht-page-industry.php
53 lines (51 loc) · 2.85 KB
/
t-page-industry.php
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
<?php
/**
* Template Name: Industry 4.0
*/
add_action('wp_head', 'schema_head');
get_header();
wp_enqueue_style('front-page');
?>
<div class="container-fluid front-page area-industry">
<div class="row">
<div class="col-md-6 col-xs-12 panel">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12">
<a href="<?php echo get_page_permalink("machine-vision"); ?>">
<h1><?php _e("Machine vision" ,"default")?></h1>
</a>
</div>
<div class="col-md-2"></div>
<div class="panel-bg" style="background-image:<?php echo css_darken_image("https://raw.githubusercontent.com/stt-systems/assets/main/web-backgrounds/machine-vision.jpg", 0);?>"></div>
</div>
<div class="col-md-6 col-xs-12 panel">
<div class="col-md-2"></div>
<div class="col-md-8 col-sm-12">
<a href="<?php echo get_page_permalink("product-configurators"); ?>">
<h1><?php _e("Product configurators" ,"default")?></h1>
</a>
</div>
<div class="col-md-2"></div>
<div class="panel-bg" style="background-image:<?php echo css_darken_image("https://raw.githubusercontent.com/stt-systems/assets/main/web-backgrounds/product-configurators.jpg", 0);?>"></div>
</div>
</div>
</div>
<?php
echo get_clients_carousel('industry', 8);
?>
<div class="container" id="seccion2-home" style="display: none;">
<div class="row">
<h2 class="text-center">Industry 4.0</h2>
<div class="col-md-6 col-sm-12 text-center">
<noscript>
<img src="/wp-content/uploads/machine-vision.JPG" alt="Railway Motion Analysis example">
</noscript>
<img id="masAltura" class=" ls-is-cached lazyloaded" src="/wp-content/uploads/machine-vision.JPG" data-src="/wp-content/uploads/machine-vision.JPG" alt="Railway Motion Analysis example">
</div>
<div class="col-md-6 col-sm-12">
<p>We have a <strong>great project career and important clients</strong> in many diverse sectors, such as <strong>automotive</strong>, <strong>railway</strong>, <strong>robotics and automation</strong>, <strong>home appliances</strong>, <strong>packaging</strong>, <strong>paper</strong>, and more. Our machine vision solutions use the best technologies and algorithms, developed by our own team of <strong>engineers backed by years of experience</strong>.</p>
<p>In very harsh environments such as factories and large production lines, any automated process that reduces errors and ensures production quality is <strong>incredibly useful and necessary, as well as in high demand</strong>. Those are precisely the conditions in which STT has strived to provide solutions based on Machine Vision. Our experience in writing powerful processing algorithms have allowed STT to come up with <strong>efficient and genuine solutions for every-day problems</strong>.</p>
</div>
</div>
</div>
<?php get_footer(); ?>