From ae3df9eb0082b0bed94c708843e02ac2fbd24bef Mon Sep 17 00:00:00 2001
From: laurentheirendt <laurent.heirendt@uni.lu>
Date: Thu, 10 Dec 2020 14:49:16 +0100
Subject: [PATCH] refactor index page to take into account new system

---
 index.md | 23 +++++++++++------------
 1 file changed, 11 insertions(+), 12 deletions(-)

diff --git a/index.md b/index.md
index b6dff3f7..efcbbc8f 100644
--- a/index.md
+++ b/index.md
@@ -6,18 +6,17 @@ order: 1
 
 {% include scripts.html %}
 
-# LCSB How-to Cards
-
-The Bioinformatics Core and Lab Support teams assist researchers from the Luxembourg Centre for Systems Biomedicine ([LCSB](https://www.uni.lu/lcsb)) with the organization, management, and curation of research data through its R3 initiative.
-The How-to cards are intended to provide practical guidance in implementing Data Management, Data Protection, IT setup, lab support, and others.
-
-## All categories
+<style>
+.noborderbox {
+    border :0;
+}
+</style>
 
 <!-- index -->
 
 <div class="index-box-container">
 
-	<div class="index-box" id="access">
+	<div class="index-box noborderbox" id="access">
 		<h3>Access</h3>
 		<ul>
 			<li><a href="external/access/harrenhal-access">HARRENHAL access</a></li>
@@ -27,7 +26,7 @@ The How-to cards are intended to provide practical guidance in implementing Data
 
 		</ul>
 	</div>
-	<div class="index-box" id="contribute">
+	<div class="index-box noborderbox" id="contribute">
 		<h3>Contribute</h3>
 		<ul>
 			<li><a href="external/contribute/add-edit-card">How to add or edit a howto card</a></li>
@@ -37,7 +36,7 @@ The How-to cards are intended to provide practical guidance in implementing Data
 
 		</ul>
 	</div>
-	<div class="index-box" id="exchange-channels">
+	<div class="index-box noborderbox" id="exchange-channels">
 		<h3>Exchange channels</h3>
 		<ul>
 			<li><a href="external/exchange-channels/asperaweb">AsperaWEB Quick Guide</a></li>
@@ -46,7 +45,7 @@ The How-to cards are intended to provide practical guidance in implementing Data
 
 		</ul>
 	</div>
-	<div class="index-box" id="general">
+	<div class="index-box noborderbox" id="general">
 		<h3>General</h3>
 		<ul>
 			<li><a href="external/general/attend-webex">Attend the LCSB Team Meeting online (webex)</a></li>
@@ -54,7 +53,7 @@ The How-to cards are intended to provide practical guidance in implementing Data
 
 		</ul>
 	</div>
-	<div class="index-box" id="integrity">
+	<div class="index-box noborderbox" id="integrity">
 		<h3>Integrity</h3>
 		<ul>
 			<li><a href="external/integrity/checksum">Ensuring Integrity of Data Files with Checksums</a></li>
@@ -65,4 +64,4 @@ The How-to cards are intended to provide practical guidance in implementing Data
 
 		</ul>
 	</div>
-</div>
\ No newline at end of file
+</div><br><center><a href='/'>Overview of all HowTo cards</a></center>
\ No newline at end of file
-- 
GitLab