From 4f1cd7555bf85b5863f114efcbe44a55901f0ff8 Mon Sep 17 00:00:00 2001 From: Fredo Erxleben <f.erxleben@hzdr.de> Date: Fri, 19 Jun 2020 14:33:57 +0200 Subject: [PATCH] Removed team map --- _includes/title_map.html | 32 -------------------------------- _layouts/team.html | 2 +- 2 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 _includes/title_map.html diff --git a/_includes/title_map.html b/_includes/title_map.html deleted file mode 100644 index 895e95578..000000000 --- a/_includes/title_map.html +++ /dev/null @@ -1,32 +0,0 @@ -{% comment %} - Full-width team map for the title section. -{% endcomment %} - -<div id="title"> - <div class="header-offset"></div> - <noscript> - <style type="text/css"> - .no-js{display:none !important;} - </style> - <div class="title-content-container"> - {% if include.content %} - {{ include.content }} - {% else %} - <h1> {{ page.title }} </h1> - {% endif %} - </div> - </noscript> - <div class="no-js title-map-container"> - <iframe src="https://software.hifis.net/teammap/" - scrolling="no" - frameborder="0" - height="100%" - width="100%" - sandbox="allow-scripts allow-same-origin"> - </iframe> - </div> - - <div class="transition"> - {% include slope.svg %} - </div> -</div> diff --git a/_layouts/team.html b/_layouts/team.html index e87632eec..ae48e9183 100644 --- a/_layouts/team.html +++ b/_layouts/team.html @@ -11,7 +11,7 @@ {% include header.html %} <main> - {% include title_map.html%} + {% include title_image.html%} {% assign team_members_core = site.data.hifis_team | where: "associate", false | sort: "name" %} -- GitLab