From 4ef0b9eb1a52f51e5db22da7765ef6a980c880ff Mon Sep 17 00:00:00 2001
From: Matthias Mohr
Date: Thu, 7 Dec 2023 11:16:38 +0100
Subject: [PATCH] Add LinkedIn + Julia, update X / Twitter, style
---
.vuepress/components/Channels.vue | 46 +++++++++++++++++++----------
.vuepress/theme/components/Home.vue | 9 +++---
2 files changed, 36 insertions(+), 19 deletions(-)
diff --git a/.vuepress/components/Channels.vue b/.vuepress/components/Channels.vue
index 09169acdd..9853e33a7 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,23 @@ 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 .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