diff --git a/_pages/features.md b/_pages/features.md index 6c7affa..47a2a20 100644 --- a/_pages/features.md +++ b/_pages/features.md @@ -6,4 +6,3 @@ collection: portfolio entries_layout: grid classes: wide --- -Here are the main features. \ No newline at end of file diff --git a/_pages/index.md b/_pages/index.md index 70c5b88..a01f491 100644 --- a/_pages/index.md +++ b/_pages/index.md @@ -83,6 +83,12 @@ feature_virtual: url: "/portfolio/jupyter" btn_label: "Read More" btn_class: "btn--primary" + +feature_deployment: + - image_path: /assets/images/architecture/deployment_teaser.jpg + alt: "Deployment" + title: "RS deployment" + excerpt: "RS Server can be deployed on several environments. On a Kubernetes cluster, on a local machine. It is also possible to adopt something in the middle, called the hybrid mode." --- {% include feature_row id="intro" type="center" %} @@ -110,3 +116,5 @@ Here is an example of STAC collection retrieved from RS catalog. {% include feature_row id="feature_virtual" type="right" %} +{% include feature_row id="feature_deployment" type="left" %} + diff --git a/assets/images/architecture/deployment_header.jpg b/assets/images/architecture/deployment_header.jpg new file mode 100644 index 0000000..736e7e4 Binary files /dev/null and b/assets/images/architecture/deployment_header.jpg differ diff --git a/assets/images/architecture/deployment_teaser.jpg b/assets/images/architecture/deployment_teaser.jpg new file mode 100644 index 0000000..d5baa21 Binary files /dev/null and b/assets/images/architecture/deployment_teaser.jpg differ