Skip to content

Commit 2d042ae

Browse files
Some pages
- Trainings - Professional services - Some fix for "Media Kit" - Some fix for page "/docs/iot-video-tutorials/"
1 parent f5bed79 commit 2d042ae

File tree

6 files changed

+277
-346
lines changed

6 files changed

+277
-346
lines changed

_layouts/common.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
});
3636
</script>
3737
<script>
38-
function dropContent() {
39-
var dContent = $('.drop-content');
40-
var dCard = $('.card-drop');
41-
var text = $('.drop-content > p').height();
38+
function dropContent(dropId) {
39+
var dContent = $('.drop-content#'+dropId);
40+
var dCard = $('.card-drop#'+dropId);
41+
var text = $('.drop-content#'+dropId+' > div').height();
4242
if (dContent.hasClass('opened')) {
4343
dContent.removeClass('opened');
4444
dContent.css('height', '0');

docs/iot-video-tutorials.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ You will learn how to:
319319

320320
#### ThingsBoard PE: Data Converters Configuration Guide
321321

322-
Data Converters are a part of the Platform Integration feature. ThignsBoard uses two types of data converters:
322+
Data Converters are a part of the Platform Integration feature. ThingsBoard uses two types of data converters:
323323

324324
- Uplink data converters: to parse the payload of the incoming message and transform it to the same format used by ThingsBoard.
325325
- Downlink data converters: to transform the incoming rule engine message and its metadata to the format that is used by the corresponding Integration.

docs/services/consulting.md

Lines changed: 34 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,41 @@
11
---
22
layout: common
33
title: Professional services
4+
notitle: "true"
45
description: Professional services
56

67
---
78

8-
### Proof of Concept
9-
In short terms, our team will implement your most critical business processes on top of ThingsBoard platform. It allows to quickly evaluate ThingsBoard Platform and develop further Solution Architecture.
10-
11-
### DevOps services
12-
Our experienced DevOps team take over the administration of your ThingsBoard cluster that is deployed in the cloud or on premises. It includes installation and upgrades to latest versions, platform maintenance and optimization.
13-
14-
### Consulting
15-
Our core team will review your business use cases, existing environment, SLA requirements and develop solution architecture based on a synergy of existing infrastructure and ThignsBoard platform.
16-
17-
### Solution Development
18-
Our experienced engineering team enables rapid application development for your software solutions.
19-
Review and improve your current solution architecture or design it completely from scratch based on your business strategy.
20-
ThingsBoard platform customization to meet your business requirements.
21-
22-
### Managed Services
23-
We are able to completely take over the administration of your ThingsBoard cluster that is deployed in the cloud or on premises. Our engineers will be responsible for monitoring, elastic scalability and optimization of your ThingsBoard cluster.
24-
25-
26-
<a class="button" href="/docs/contact-us/">Contact us</a>
9+
<h1 class="mainTitle">Professional services</h1>
10+
11+
<div class="service-info-blocks">
12+
<div class="card">
13+
<h3 class="title">Proof of Concept</h3>
14+
<p class="description">In short terms, our team will implement your most critical business processes on top of ThingsBoard platform. It allows to quickly evaluate ThingsBoard Platform and develop further Solution Architecture.</p>
15+
</div>
16+
17+
<div class="card">
18+
<h3 class="title">DevOps services</h3>
19+
<p class="description">Our experienced DevOps team take over the administration of your ThingsBoard cluster that is deployed in the cloud or on premises. It includes installation and upgrades to latest versions, platform maintenance and optimization.</p>
20+
</div>
21+
22+
<div class="card">
23+
<h3 class="title">Consulting</h3>
24+
<p class="description">Our core team will review your business use cases, existing environment, SLA requirements and develop solution architecture based on a synergy of existing infrastructure and ThignsBoard platform.</p>
25+
</div>
26+
27+
<div class="card">
28+
<h3 class="title">Solution Development</h3>
29+
<p class="description">Our experienced engineering team enables rapid application development for your software solutions. Review and improve your current solution architecture or design it completely from scratch based on your business strategy. ThingsBoard platform customization to meet your business requirements.</p>
30+
</div>
31+
32+
<div class="card">
33+
<h3 class="title">Managed Services</h3>
34+
<p class="description">We are able to completely take over the administration of your ThingsBoard cluster that is deployed in the cloud or on premises. Our engineers will be responsible for monitoring, elastic scalability and optimization of your ThingsBoard cluster.</p>
35+
</div>
36+
</div>
37+
38+
<div class="bottom">
39+
<a href="/docs/contact-us/" class="contact-button">Contact Us</a>
40+
<p>Contact us to get the ThingsBoard Professional services</p>
41+
</div>

docs/services/services.sass

Lines changed: 53 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
padding: 31px
1414
border: 1px solid #ebebeb
1515
.service-info-blocks
16-
margin: 12px 0 56px
16+
margin: 24px 0 56px
1717
.card
1818
width: 100%
1919
.title
@@ -41,6 +41,23 @@
4141
background: url(/images/services/length-icon.svg)
4242
&.audience:after
4343
background: url(/images/services/audience-icon.svg)
44+
@media screen and (max-width: 768px)
45+
padding-bottom: 48px
46+
p
47+
text-align: left
48+
&:after
49+
content: none
50+
&:before
51+
display: inline-block
52+
content: ""
53+
vertical-align: middle
54+
width: 24px
55+
height: 24px
56+
margin-right: 12px
57+
&.length:before
58+
background: url(/images/services/length-icon.svg)
59+
&.audience:before
60+
background: url(/images/services/audience-icon.svg)
4461
.card-drop
4562
-webkit-touch-callout: none
4663
-webkit-user-select: none
@@ -67,6 +84,7 @@
6784
&.opened:after
6885
transform: rotate(-90deg)
6986
.drop-content
87+
overflow: hidden
7088
margin-top: 0
7189
opacity: 0
7290
height: 0
@@ -81,6 +99,14 @@
8199
-o-transition: opacity 0.3s, height 0.3s
82100
-moz-transition: opacity 0.3s, height 0.3s
83101
opacity: 1
102+
div
103+
p
104+
margin-bottom: 12px
105+
font-weight: 600
106+
li
107+
list-style: unset
108+
margin-left: 12px
109+
font-weight: 400
84110
.service-cards
85111
display: flex
86112
flex-wrap: wrap
@@ -111,4 +137,29 @@
111137
@media screen and (max-width: 768px)
112138
flex-direction: column
113139
.card
114-
width: 100%
140+
width: 100%
141+
.bottom
142+
display: flex
143+
flex-direction: column
144+
text-align: center
145+
margin: 0 0 -50px -50%
146+
background-color: #F9FBFE
147+
width: 200%
148+
padding: 50px 0
149+
.contact-button
150+
cursor: pointer
151+
width: 350px
152+
background-color: #2A7DEC
153+
font-size: 24px
154+
font-weight: 400
155+
text-align: center
156+
color: #fff
157+
border-radius: 4px
158+
text-decoration: none
159+
padding: 16px 20px
160+
margin: 0 auto 48px
161+
box-shadow: 0 18px 16px -10px rgba(42, 125, 236, 0.25)
162+
&:hover
163+
background-color: #4F97F8
164+
p
165+
color: #899AAB

0 commit comments

Comments
 (0)