Skip to content

Commit e51d876

Browse files
committed
Merge branch 'andreihoncharuk-features/web-update'
2 parents 47bc70b + a4d7aff commit e51d876

File tree

16 files changed

+825
-644
lines changed

16 files changed

+825
-644
lines changed

_layouts/common.html

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,21 @@
1919

2020
{% include footer.html %}
2121

22+
<script>
23+
jqueryDefer(function () {
24+
$(window).scroll(function() {
25+
var height = $(window).scrollTop();
26+
var navPosition = $('.mainTitle').height() + 50;
27+
if(height > navPosition){
28+
$('nav.customers-nav').addClass('nav-fixed');
29+
$('h1.mainTitle').addClass('customer-spacer');
30+
} else{
31+
$('nav.customers-nav').removeClass('nav-fixed');
32+
$('h1.mainTitle').removeClass('customer-spacer');
33+
}
34+
});
35+
});
36+
</script>
37+
2238
</body>
23-
</html>
39+
</html>

company/company.sass

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,11 @@
1212
font-weight: 500
1313
line-height: 54px
1414
margin: 0 0 82px
15-
h1.who-we-are
15+
h1.who-we-are, h1.our-mission
1616
font-size: 36px
1717
line-height: 54px
1818
font-weight: 600
1919
margin: 0 0 8px
20-
h1.our-mission
21-
font-size: 36px
22-
line-height: 54px
23-
font-weight: 500
24-
margin: 0 0 8px
2520
p.company-info
2621
font-weight: 400
2722
font-size: 18px

docs/contact-us.sass

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@
8181
margin-bottom: 20px
8282
padding: 54px 56px
8383
.form-section
84+
width: 100%
8485
display: inline-block
8586
&.mb30
8687
margin-bottom: 30px
@@ -139,9 +140,9 @@
139140
&:hover
140141
&:after
141142
filter: invert(35%) sepia(96%) saturate(1837%) hue-rotate(202deg) brightness(98%) contrast(89%)
142-
&:active
143-
&:after
144-
transform: rotate(-90deg)
143+
//&:active
144+
// &:after
145+
// transform: rotate(-90deg)
145146
146147
textarea.form-control
147148
padding: 8px 16px

images/customers/bei.jpg

32.3 KB
Loading

images/customers/circutor.png

7.14 KB
Loading

images/customers/circutor.svg

Lines changed: 20 additions & 0 deletions
Loading

images/customers/comet.gif

2.43 KB
Loading

images/customers/ositech.jpg

17.3 KB
Loading

industries/agriculture.md

Lines changed: 76 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -1,92 +1,109 @@
11
---
22
layout: common
3-
title: Agriculture
4-
description:
3+
title: Agriculture customers
4+
notitle: "true"
5+
description:
56

67
---
78

9+
<h1 class="mainTitle agriculture">Agriculture customers</h1>
10+
11+
<nav class="customers-nav">
12+
<ul>
13+
<li>
14+
<a href="/industries/smart-energy/">Smart Energy</a>
15+
</li>
16+
<li>
17+
<a href="/industries/agriculture/" class="active">Agriculture</a>
18+
</li>
19+
<li>
20+
<a href="/industries/smart-buildings/">Smart Buildings</a>
21+
</li>
22+
<li>
23+
<a href="/industries/smart-city/">Smart City</a>
24+
</li>
25+
<li>
26+
<a href="/industries/telecom/">Telecom</a>
27+
</li>
28+
<li>
29+
<a href="/industries/industry40/">Industry 4.0</a>
30+
</li>
31+
</ul>
32+
</nav>
33+
834
<div class="customer-block">
9-
<a href="http://agrolog.io">
10-
<div class="customer-logo">
11-
<img width="" src="/images/customers/supertech-agroline.png" alt="SuperTech Agroline">
12-
</div>
13-
</a>
35+
<div class="customer-company">
36+
<img class="customer-logo" src="/images/customers/supertech-agroline.png">
37+
<a class="outlink" href="http://agrolog.io" alt="Supertech Agroline">Supertech Agroline</a>
38+
</div>
1439
<div class="customer-content">
15-
<h3 id="agrolog">
16-
Supertech Agroline
17-
</h3>
18-
<h4>
40+
<div class="person-container">
41+
<div class="person-title">
42+
<p class="person-name"> Jeppe Walther </p>
43+
<p class="person-position"> CTO </p>
44+
</div>
45+
</div>
46+
<h2>
1947
Develops, manufactures and sells high quality post-harvest equipment worldwide.
20-
</h4>
48+
</h2>
2149
<p>
22-
ThingsBoard (TB) turned out to be a great match to build our Agricultural IoT platform.
23-
First and foremost because of the extremely skilled and service minded architects behind it.
24-
Together with the TB developers several new features were added to the platform for our needs,
25-
among these the Asset system and PostgreSQL support.
26-
These new features gave us the possibility to model our data structure using only TB as the backend, both on the multi-tenant cloud server and on-premise installations.
27-
The real time UI system proved useful both in development phase and for our final user interface.
50+
ThingsBoard (TB) turned out to be a great match to build our Agricultural IoT platform.
51+
First and foremost because of the extremely skilled and service minded architects behind it.
52+
Together with the TB developers several new features were added to the platform for our needs,
53+
among these the Asset system and PostgreSQL support.
54+
These new features gave us the possibility to model our data structure using only TB as the backend, both on the multi-tenant cloud server and on-premise installations.
55+
The real time UI system proved useful both in development phase and for our final user interface.
2856
</p>
2957
<p>
30-
Using TB as our platform allowed us to rapidly achieve a very genetic solution that will serve our scaling needs for years to come.
58+
Using TB as our platform allowed us to rapidly achieve a very genetic solution that will serve our scaling needs for years to come.
3159
</p>
32-
<div class="person-logo-container">
33-
<div class="person-title">
34-
Jeppe Walther<br/>CTO
35-
</div>
36-
</div>
3760
</div>
3861
</div>
3962

4063
<div class="customer-block">
41-
<a href="https://www.enviroeye.com.au/">
42-
<div class="customer-logo">
43-
<img width="" src="/images/customers/enviroeye.png" alt="Enviroeye">
44-
</div>
45-
</a>
64+
<div class="customer-company">
65+
<img class="customer-logo" src="/images/customers/enviroeye.png">
66+
<a class="outlink" href="https://www.enviroeye.com.au/" alt="Enviroeye">Enviroeye</a>
67+
</div>
4668
<div class="customer-content">
47-
<h3 id="enviroeye">
48-
Enviroeye
49-
</h3>
50-
<h4>
69+
<div class="person-container">
70+
<div class="person-title">
71+
<p class="person-name"> Mark Morris </p>
72+
<p class="person-position"> Founder & Managing Director </p>
73+
</div>
74+
</div>
75+
<h2>
5176
Developers of VineHub, the industry's first integrated vineyard management and automation platform.
52-
</h4>
77+
</h2>
5378
<p>
54-
ThingsBoard (TB) has been an amazing discovery after much searching. The thought and architectural maturity of the platform is unmatched in the market. It’s allowed us to bring our platform to market a full 18 months sooner, than if we had embarked on developing our own backend and visualisation capabilities. With such a flexible UI, even with just a basic understanding of HTML and Javascript one can quickly and easily begin customising and designing they’re own widgets. This has provided great value to our growers since we can build them customised dashboards with very little time and effort on our part. The ability to ingest data directly from our LoRaWAN MQTT broker, via the platform’s IoT Gateway feature, has eliminated the need for us to maintain a seperate middleware layer, improving our operational efficiencies.
79+
ThingsBoard (TB) has been an amazing discovery after much searching. The thought and architectural maturity of the platform is unmatched in the market. It’s allowed us to bring our platform to market a full 18 months sooner, than if we had embarked on developing our own backend and visualisation capabilities. With such a flexible UI, even with just a basic understanding of HTML and Javascript one can quickly and easily begin customising and designing they’re own widgets. This has provided great value to our growers since we can build them customised dashboards with very little time and effort on our part. The ability to ingest data directly from our LoRaWAN MQTT broker, via the platform’s IoT Gateway feature, has eliminated the need for us to maintain a seperate middleware layer, improving our operational efficiencies.
5580
</p>
5681
<p>
57-
All in all, Andrew and all the amazingly helpful guys at ThingsBoard, have developed a highly capable and scalable solution for just about any IoT application and we say look no further for your next IoT project.
82+
All in all, Andrew and all the amazingly helpful guys at ThingsBoard, have developed a highly capable and scalable solution for just about any IoT application and we say look no further for your next IoT project.
5883
</p>
59-
<div class="person-logo-container">
60-
<div class="person-title">
61-
Mark Morris<br/>Founder & Managing Director
62-
</div>
63-
</div>
6484
</div>
6585
</div>
6686

6787
<div class="customer-block">
68-
<a href="http://www.keners.sk/">
69-
<div class="customer-logo">
70-
<img width="" src="/images/customers/Keners.png" alt="Keners s.r.o.">
71-
</div>
72-
</a>
88+
<div class="customer-company">
89+
<img class="customer-logo" src="/images/customers/Keners.png">
90+
<a class="outlink" href="http://www.keners.sk/" alt="Keners s.r.o.">Keners s.r.o.</a>
91+
</div>
7392
<div class="customer-content">
74-
<h3 id="keners">
75-
Keners s.r.o.
76-
</h3>
77-
<h4>
93+
<div class="person-container">
94+
<div class="person-title">
95+
<p class="person-name"> Miroslav Holubec </p>
96+
<p class="person-position"> Director </p>
97+
</div>
98+
</div>
99+
<h2>
78100
Develops solutions for agriculture and the environment.
79-
</h4>
101+
</h2>
80102
<p>
81-
We started using the Thingsboard (TB) in 2017, and later switched to the professional edition (PE). We are very satisfied with the platform as it provides us with high flexibility and stability. We highly appreciate the visual editor for Rule engine new Multitenancy approach. The platform provides for us a unique possibility to create our own data connectors, which allows us to create dashboards and combine data from multiple data sources.
103+
We started using the Thingsboard (TB) in 2017, and later switched to the professional edition (PE). We are very satisfied with the platform as it provides us with high flexibility and stability. We highly appreciate the visual editor for Rule engine new Multitenancy approach. The platform provides for us a unique possibility to create our own data connectors, which allows us to create dashboards and combine data from multiple data sources.
82104
</p>
83105
<p>
84-
We highly appreciate the support of the creators, their feedback is simply excellent!
106+
We highly appreciate the support of the creators, their feedback is simply excellent!
85107
</p>
86-
<div class="person-logo-container">
87-
<div class="person-title">
88-
Miroslav Holubec<br/>Director
89-
</div>
90-
</div>
91108
</div>
92-
</div>
109+
</div>

0 commit comments

Comments
 (0)