diff --git a/_includes/title_map.html b/_includes/title_map.html deleted file mode 100644 index 895e95578f1d4633e9aaacfd2c928d1e7a10fe1e..0000000000000000000000000000000000000000 --- 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 e87632eec0a093865951e8ceab67ef5673af9803..ae48e91831223bb8d8e8efa60ee0633a48703b01 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" %}