diff --git a/.vuepress/components/Channels.vue b/.vuepress/components/Channels.vue
index 09169acdd..3a1a1197d 100644
--- a/.vuepress/components/Channels.vue
+++ b/.vuepress/components/Channels.vue
@@ -2,19 +2,21 @@
@@ -47,7 +49,11 @@ export default {
type: Boolean,
default: true
},
- twitter: {
+ x: {
+ type: Boolean,
+ default: true
+ },
+ linkedin: {
type: Boolean,
default: true
},
@@ -71,6 +77,10 @@ export default {
type: Boolean,
default: true
},
+ julia: {
+ type: Boolean,
+ default: true
+ },
qgis: {
type: Boolean,
default: true
@@ -111,17 +121,26 @@ export default {
margin-top: -2px
border-radius 3px
+.channels .gitter img
+ background-color #12e69a
+
+.channels .julia img
+ background-color #6aa74d
+
.channels .github img
background-color #E7E8E8
.channels .linkedin img
- background-color #FF884A
+ background-color #ff884a
.channels .youtube img
background-color #00FFFF
-.channels .twitter img
- background-color #E25E0D
+.channels .x img
+ background-color #ffffff
+
+.channels .linkedin img
+ background-color #0A66C2
.channels .r img
background-color #D8923C
diff --git a/.vuepress/theme/components/Home.vue b/.vuepress/theme/components/Home.vue
index f6b10ebb5..defd6b83b 100644
--- a/.vuepress/theme/components/Home.vue
+++ b/.vuepress/theme/components/Home.vue
@@ -14,9 +14,9 @@
The project maintains the API and process specifications, and an open-source ecosystem with clients and server implementations.
-
+
openEO is not to be confused with independant services that implement the specifications such as openEO Platform or CDSE.
For a list of services built on top of openEO, please visit the openEO Hub.
-
+
@@ -79,8 +79,9 @@ export default {
font-size 1.4rem
line-height 1.3
color lighten($textColor, 40%)
- small
- font-size 1.2rem
+ &.small
+ font-size 1.1rem
+ line-height 1.1
a
text-decoration: underline
.action-button