Skip to content
Snippets Groups Projects
Verified Commit 3f6978a2 authored by Huste, Tobias's avatar Huste, Tobias :rabbit:
Browse files

Add initial services content for cloud and backbone

parent 05a666ea
No related branches found
No related tags found
2 merge requests!200Update Service pages with all services,!177HIFIS unified step 1
Showing
with 53 additions and 8 deletions
.flex-cards {
display: flex;
flex-flow: wrap;
justify-content: space-evenly;
justify-content: flex-start;
margin-top: 0rem;
margin-bottom: 0rem;
text-align: center;
@include medium-is-phone {
justify-content: space-evenly;
}
}
.card {
......
assets/img/jumbotrons/background-cloud.jpg

640 KiB

assets/img/jumbotrons/desktop/background-cloud.jpg

189 KiB

../globe.jpeg
\ No newline at end of file
assets/img/jumbotrons/desktop/markus-spiske-PsRUMc7vilg-unsplash.jpg

113 KiB

assets/img/jumbotrons/display_2k/background-cloud.jpg

294 KiB

../globe.jpeg
\ No newline at end of file
assets/img/jumbotrons/display_2k/markus-spiske-PsRUMc7vilg-unsplash.jpg

220 KiB

assets/img/jumbotrons/globe.jpeg

141 KiB

assets/img/jumbotrons/markus-spiske-PsRUMc7vilg-unsplash.jpg

894 KiB

assets/img/jumbotrons/phone/background-cloud.jpg

34.8 KiB

assets/img/jumbotrons/phone/globe.jpeg

27.8 KiB

assets/img/jumbotrons/phone/markus-spiske-PsRUMc7vilg-unsplash.jpg

19.5 KiB

assets/img/jumbotrons/tablet/background-cloud.jpg

101 KiB

assets/img/jumbotrons/tablet/globe.jpeg

79.9 KiB

assets/img/jumbotrons/tablet/markus-spiske-PsRUMc7vilg-unsplash.jpg

53.6 KiB

---
title: <i class="fas fa-external-link-alt"></i> Helmholtz AAI
title_image: markus-spiske-PsRUMc7vilg-unsplash.jpg
layout: services/default
author: none
additional_css:
- title/service-title-buttons.css
excerpt:
"Seamless Access to Cloud Services for Helmholtz & Friends."
redirect_to: https://aai.helmholtz.de
---
---
title: File Transfer Service
title_image: globe.jpeg
layout: services/default
author: none
additional_css:
- title/service-title-buttons.css
excerpt:
"An FTS based file transfer service connecting Helmholtz research."
---
---
title: <i class="fas fa-external-link-alt"></i> Helmholtz Cloud
title_image: background-cloud.jpg
layout: services/default
author: none
additional_css:
- title/service-title-buttons.css
excerpt:
"Browse our cloud services and enjoy seamless access with single-sign on."
redirect_to: https://cloud.helmholtz.de
---
......@@ -6,7 +6,14 @@ author: none
---
## Cloud
HIFIS ensures an excellent information environment for outstanding research
in all Helmholtz research fields.
## Software
The service portfolio of HIFIS Software is structured into 4 different
components that seamlessly interoperate with each other:
Education & Training, Technology, Consulting and Community Services.
<div class="flex-cards">
{%- assign posts = site.pages | where_exp: "item", "item.path contains 'services/software'" -%}
{% for post in posts -%}
......@@ -14,13 +21,13 @@ author: none
{% endfor -%}
</div>
## Software
The service portfolio of HIFIS Software is structured into 4 different
components that seamlessly interoperate with each other:
Education & Training, Technology, Consulting and Community Services.
## Cloud
The HIFIS Cloud cluster develops the technologies for access, harmonization,
integration and provisioning of cloud services into the Helmholtz
Cloud.
<div class="flex-cards">
{%- assign posts = site.pages | where_exp: "item", "item.path contains 'services/software'" -%}
{%- assign posts = site.pages | where_exp: "item", "item.path contains 'services/cloud'" -%}
{% for post in posts -%}
{% include cards/post_card_image.html post=post excerpt=true %}
{% endfor -%}
......@@ -28,7 +35,7 @@ Education & Training, Technology, Consulting and Community Services.
## Backbone
<div class="flex-cards">
{%- assign posts = site.pages | where_exp: "item", "item.path contains 'services/software'" -%}
{%- assign posts = site.pages | where_exp: "item", "item.path contains 'services/backbone'" -%}
{% for post in posts -%}
{% include cards/post_card_image.html post=post excerpt=true %}
{% endfor -%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment