From 73ef4d66f8ad58a344556a5c20dd185fce1f1c06 Mon Sep 17 00:00:00 2001 From: Fredo Erxleben <f.erxleben@hzdr.de> Date: Mon, 22 Jun 2020 11:03:21 +0200 Subject: [PATCH] Remove unused service box --- _includes/title_content/services.html | 30 --------------------------- 1 file changed, 30 deletions(-) delete mode 100644 _includes/title_content/services.html diff --git a/_includes/title_content/services.html b/_includes/title_content/services.html deleted file mode 100644 index db47da40b..000000000 --- a/_includes/title_content/services.html +++ /dev/null @@ -1,30 +0,0 @@ -<div> - <h1>{{ page.title }}</h1> - <h2>A cluster of - <a href="https://www.hifis.net/" class="logo-link btn btn-primary btn-lg"> - <img - id="title-logo" - class="logo" - src="{{ '/assets/img/HIFIS_Logo_Inverted_cropped.svg' | relative_url }}" - alt="HIFIS Logo"> - </a> - </h2> - -</div> -<div class="alert alert-primary services-box"> - <h2>Discover our services</h2> - <div class="services-title-buttons"> - <a href="{{ 'services/training' | relative_url }}" class="btn btn-primary btn-lg"> - <i class="fas fa-university"></i> Education & Training - </a> - <a href="{{ 'services#technology' | relative_url }}" class="btn btn-primary btn-lg"> - <i class="fas fa-laptop-code"></i> Technology - </a> - <a href="{{ 'services#consulting' | relative_url }}" class="btn btn-primary btn-lg"> - <i class="fas fa-chart-line"></i> Consulting - </a> - <a href="{{ 'services#community' | relative_url }}" class="btn btn-primary btn-lg"> - <i class="fas fa-users"></i> Communities - </a> - </div> -</div> -- GitLab