From c6f359b820213c9cca5a2553b3f41a944db36bc5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?David=20B=C3=BChler?= <david.buhler@cea.fr>
Date: Tue, 5 May 2020 12:17:20 +0200
Subject: [PATCH] Removes most background texts (except on the home page).

---
 _layouts/job.html       | 3 ---
 _layouts/plugin.html    | 3 ---
 html/acsl.html          | 3 ---
 html/careers.html       | 5 +----
 html/kernel-plugin.html | 5 +----
 html/kernel.html        | 3 ---
 6 files changed, 2 insertions(+), 20 deletions(-)

diff --git a/_layouts/job.html b/_layouts/job.html
index d86bf03f..bacdb5e8 100644
--- a/_layouts/job.html
+++ b/_layouts/job.html
@@ -9,9 +9,6 @@ css: careers
 
     <div id="container" class="mainContainer">
       <div class="careerDetail pages pageDetail">
-        <div class="bgTextbig">
-          CAREERS
-        </div>
 
         <div class="wrap">
           <a class="goBack" href="/html/careers.html"><i class="icon-arrow-left"></i>Careers</a>
diff --git a/_layouts/plugin.html b/_layouts/plugin.html
index 4cfda62e..f31389aa 100644
--- a/_layouts/plugin.html
+++ b/_layouts/plugin.html
@@ -18,9 +18,6 @@ css: plugin
         </div>
 
         <div class="pages">
-          <div class="bgTextbig">
-            Plugins
-          </div>
 
           <div class="wrap">
 			<h2 class="subTitle">{{ page.title }}</h2>
diff --git a/html/acsl.html b/html/acsl.html
index 4fe24bf8..166c76bd 100755
--- a/html/acsl.html
+++ b/html/acsl.html
@@ -19,9 +19,6 @@ title: ACSL
       </div>
 
       <div class="pageKernel pages">
-        <div class="bgTextbig">
-          ACSL
-        </div>
 
         <div class="wrap">
           <h1>ANSI/ISO C Specification Language</h1>
diff --git a/html/careers.html b/html/careers.html
index 6a8abdd7..2d1b2f5b 100755
--- a/html/careers.html
+++ b/html/careers.html
@@ -11,9 +11,6 @@ title: Careers at Frama-C
 
     <div id="container" class="mainContainer">
       <div class="pageCareers pages">
-        <div class="bgTextbig">
-          CAREERS
-        </div>
 
         <div class="wrap">
           <h1 class="pageTitle">CAREERS</h1>
@@ -29,7 +26,7 @@ title: Careers at Frama-C
 
 			{% for job in site.jobs %}
 				<a class="listItem" href="{{ job.url }}">
-				<h4 class="listItemTitle" data-bgtext="{{ job.title }}">{{ job.title }}</h4>
+				<h4 class="listItemTitle">{{ job.title }}</h4>
 
 				<p>Job ID: {{ job.job_id }}<br>
 				Posted: {{ job.date | date_to_string }}<br>
diff --git a/html/kernel-plugin.html b/html/kernel-plugin.html
index a0ef7f63..d4b2e539 100755
--- a/html/kernel-plugin.html
+++ b/html/kernel-plugin.html
@@ -31,9 +31,6 @@ title: Kernel & Plugins - Frama-C
       </div>
 
       <div class="pagePlugin pages">
-        <div class="bgTextbig">
-          Plugin
-        </div>
 
         <div class="wrap">
           <div class="docListwrap">
@@ -48,7 +45,7 @@ title: Kernel & Plugins - Frama-C
                                   plugin.distrib_mode == distrib.key %}
 				  <a role="link" href="{{ plugin.url }}" class="listItem">
 					<div>
-					  <h4 class="listItemTitle" data-bgtext="{{ plugin.title }}"><span>{{ plugin.title }}</span></h4>
+					  <h4 class="listItemTitle"><span>{{ plugin.title }}</span></h4>
 					  <p>{{ plugin.description }}</p>
                                           <p>{{ distrib.name }}</p>
 					</div>
diff --git a/html/kernel.html b/html/kernel.html
index 027d5a79..8359f1a9 100755
--- a/html/kernel.html
+++ b/html/kernel.html
@@ -19,9 +19,6 @@ title: Kernel & Plugins - Frama-C
       </div>
 
       <div class="pageKernel pages">
-        <div class="bgTextbig">
-          Kernel
-        </div>
 
         <div class="wrap">
           <p>WIP (TA)</p>
-- 
GitLab