From 52efa170fddc007262b06506961330557e0a923d Mon Sep 17 00:00:00 2001
From: Guillaume Rousse <guillaume.rousse@renater.fr>
Date: Thu, 22 Feb 2018 13:43:38 +0100
Subject: [PATCH] minor layout changes

---
 templates/web/en/home.tt2.html | 16 +++++-----------
 templates/web/fr/home.tt2.html | 15 +++++----------
 2 files changed, 10 insertions(+), 21 deletions(-)

diff --git a/templates/web/en/home.tt2.html b/templates/web/en/home.tt2.html
index 1c873db..bfe337f 100644
--- a/templates/web/en/home.tt2.html
+++ b/templates/web/en/home.tt2.html
@@ -1,19 +1,13 @@
-
-<div class="row">
 <h2>[% app.name %]?</h2>
 <p>[% app.name %] allows administrators of a Service
 Provider (SP) registered in <a href="http://www.geant.net/service/eduGAIN/Pages/home.aspx">eduGAIN</a> to create test
 accounts with different profiles to validate the behaviour and test
-federated login. The test accounts can only be used to access own services. <a href="presentation.html">Learn more about this service...</a>
-</p>
-<h3>Start testing your eduGAIN service</h3>
+federated login. The test accounts can only be used to access own services. <a href="presentation.html">Learn more about this service...</a></p>
+
+<h2>Start testing your eduGAIN service</h2>
 <p>To start testing your own eduGAIN service, start by selecting the Service
 Provider you are administrator for.</p>
 <p class="text-center"><a href="?action=select_sp" class="button">Go on testing the service</a></p>
 
-<h3>[% app.name %] basics</h3>
-<p>
-<br/><img alt="[% app.name %] Basics" src="images/edugain_test_idp_basics.png"/>
-</p>
-
-</div>
+<h2>[% app.name %] basics</h2>
+<img alt="[% app.name %] Basics" src="images/edugain_test_idp_basics.png"/>
diff --git a/templates/web/fr/home.tt2.html b/templates/web/fr/home.tt2.html
index 5c17a0f..64ad7b5 100644
--- a/templates/web/fr/home.tt2.html
+++ b/templates/web/fr/home.tt2.html
@@ -1,17 +1,12 @@
-<div class="row">
 <h2>[% app.name %]?</h2>
 <p>[% app.name %] allows administrators of a Service
 Provider (SP) registered in <a href="http://www.geant.net/service/eduGAIN/Pages/home.aspx">eduGAIN</a> to create test
 accounts with different profiles to validate the behaviour and test
-federated login. The test accounts can only be used to access own services. <a href="presentation.html">Learn more about this service...</a>
-</p>
-<h3>Start testing your eduGAIN service</h3>
+federated login. The test accounts can only be used to access own services. <a href="presentation.html">Learn more about this service...</a></p>
+
+<h2>Start testing your eduGAIN service</h2>
 <p>To start testing your own eduGAIN service, start by selecting the Service Provider you are administrator for.</p>
 <p class="text-center"><a href="?action=select_sp" class="button">Go on testing the service</a></p>
 
-<h3>[% app.name %] basics</h3>
-<p>
-<br/><img alt="[% app.name %] Basics" src="images/edugain_test_idp_basics.png"/>
-</p>
-
-</div>
+<h2>[% app.name %] basics</h2>
+<img alt="[% app.name %] Basics" src="images/edugain_test_idp_basics.png"/>
-- 
GitLab