diff --git a/assets/img/jumbotrons/desktop/matthew-waring-MJAoiige14E-unsplash.jpg b/assets/img/jumbotrons/desktop/matthew-waring-MJAoiige14E-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..7542fbd0afaada80c2d33918328a3a9149440acd Binary files /dev/null and b/assets/img/jumbotrons/desktop/matthew-waring-MJAoiige14E-unsplash.jpg differ diff --git a/assets/img/jumbotrons/display_2k/matthew-waring-MJAoiige14E-unsplash.jpg b/assets/img/jumbotrons/display_2k/matthew-waring-MJAoiige14E-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..31a0d269ec8ef8254a19e19bd8079936319df1a8 Binary files /dev/null and b/assets/img/jumbotrons/display_2k/matthew-waring-MJAoiige14E-unsplash.jpg differ diff --git a/assets/img/jumbotrons/matthew-waring-MJAoiige14E-unsplash.jpg b/assets/img/jumbotrons/matthew-waring-MJAoiige14E-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..172cb577258e2607018cf809b1f57f7eb5575d75 Binary files /dev/null and b/assets/img/jumbotrons/matthew-waring-MJAoiige14E-unsplash.jpg differ diff --git a/assets/img/jumbotrons/phone/matthew-waring-MJAoiige14E-unsplash.jpg b/assets/img/jumbotrons/phone/matthew-waring-MJAoiige14E-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..583c2bb25f83d7dcfc6c2f6b06432d47472b58f0 Binary files /dev/null and b/assets/img/jumbotrons/phone/matthew-waring-MJAoiige14E-unsplash.jpg differ diff --git a/assets/img/jumbotrons/tablet/matthew-waring-MJAoiige14E-unsplash.jpg b/assets/img/jumbotrons/tablet/matthew-waring-MJAoiige14E-unsplash.jpg new file mode 100644 index 0000000000000000000000000000000000000000..5d9db340374f218b2c9fea8d7835c37881f7562b Binary files /dev/null and b/assets/img/jumbotrons/tablet/matthew-waring-MJAoiige14E-unsplash.jpg differ diff --git a/services/index.md b/services/index.md index 7135a997fa3366a061f459a305ec1720da9b4854..a95cd68cbfa7ccdeef906cf1ed09384739102cf8 100644 --- a/services/index.md +++ b/services/index.md @@ -43,20 +43,10 @@ High-performance trusted network infrastructure with unified basic services. {% endfor -%} </div> -## Guidelines -The optimal use of online collaboration tools is prerequisite for successful -research and especially in times of social distancing. -We provide guidelines and helping information. - +## Overall <div class="flex-cards"> -{%- assign posts = site.categories['guidelines'] | where: "lang", "en" -%} +{%- assign posts = site.pages | where_exp: "item", "item.path contains 'services/overall'" -%} {% for post in posts -%} -{% include cards/post_card_image.html post=post %} +{% include cards/post_card_image.html post=post excerpt=true %} {% endfor -%} </div> -<div class="alert alert-success"> - <h2 id="contact-us"><i class="fas fa-info-circle"></i> Comments or Suggestions?</h2> - <p> - Feel free to <a href="{% link contact.md %}">contact us</a>. - </p> -</div> diff --git a/services/overall/guidelines.md b/services/overall/guidelines.md new file mode 100644 index 0000000000000000000000000000000000000000..3cfabe66d8839da2fb0e0df1e299d7172d584ab3 --- /dev/null +++ b/services/overall/guidelines.md @@ -0,0 +1,12 @@ +--- +title: Guidelines +title_image: default +layout: services/default +author: none +additional_css: + - title/service-title-buttons.css +excerpt: + "We provide guidelines and helping information for the + optimal use of online collaboration tools." +redirect_to: guidelines/ +--- diff --git a/services/overall/helpdesk.md b/services/overall/helpdesk.md new file mode 100644 index 0000000000000000000000000000000000000000..16d7a9afb384fcad3adfb9e87b23a41eb7e3dccf --- /dev/null +++ b/services/overall/helpdesk.md @@ -0,0 +1,12 @@ +--- +title: <i class="fas fa-external-link-alt"></i> HIFIS Helpdesk +title_image: matthew-waring-MJAoiige14E-unsplash.jpg +layout: services/default +author: none +additional_css: + - title/service-title-buttons.css +excerpt: + "Contact us for queries on HIFIS and Helmholtz Cloud, + general questions and also feedback to the website." +redirect_to: https://support.hifis.net +---