From 33b497e8685202e91c8cc20986f18ce28ef85b5d Mon Sep 17 00:00:00 2001
From: Tor-Einar Skog <tor-einar.skog@nibio.no>
Date: Thu, 24 Mar 2022 14:33:10 +0100
Subject: [PATCH] Text and layout update of "About" section

---
 src/locales/en.json       |  2 +-
 src/locales/nb.json       |  2 +-
 static/css/vipsobsapp.css | 10 +++++++++-
 3 files changed, 11 insertions(+), 3 deletions(-)

diff --git a/src/locales/en.json b/src/locales/en.json
index e6a89a7..cb875b0 100644
--- a/src/locales/en.json
+++ b/src/locales/en.json
@@ -88,5 +88,5 @@
   "index.header"							:	"Field observations",
   "about.header"							:	"About",
   "about.version"							:	"Version",
-  "about.text"								:	"The app is developed by <a href='https://nibio.no/en' target='new'>NIBIO</a>s <a href='https://www.nibio.no/en/subjects/plant-health/vips--a-digital-pest-prediction-platform'>VIPS-team</a>."
+  "about.text"								:	"<p>The app is developed by <a href='https://nibio.no/em' target='new'>NIBIO</a>'s <a href='https://www.vips-landbruk.no/'>VIPS team</a>.</p><p>VIPS project leader: <a href='https://www.nibio.no/en/employees/berit-nordskog' target='new'>Berit Nordskog</a></p><p>&copy; 2022 <a href='https://nibio.no/en' target='new'>NIBIO</a></p>"
 }
\ No newline at end of file
diff --git a/src/locales/nb.json b/src/locales/nb.json
index 2a2281f..d10af59 100644
--- a/src/locales/nb.json
+++ b/src/locales/nb.json
@@ -83,7 +83,7 @@
   "index.header"							:	"Feltobservasjoner",
   "about.header"							:	"Om appen",
   "about.version"							:	"Versjon",
-  "about.text"								:	"Appen er utviklet av <a href='https://nibio.no' target='new'>NIBIO</a>s <a href='https://www.vips-landbruk.no/'>VIPS-team</a>." 
+  "about.text"								:	"<p>Appen er utviklet av <a href='https://nibio.no' target='new'>NIBIO</a>s <a href='https://www.vips-landbruk.no/'>VIPS-team</a>.</p><p>Prosjektleder for VIPS: <a href='https://www.nibio.no/ansatte/berit-nordskog' target='new'>Berit Nordskog</a></p><p>&copy; 2022 <a href='https://nibio.no' target='new'>NIBIO</a></p>" 
   
   
 }
\ No newline at end of file
diff --git a/static/css/vipsobsapp.css b/static/css/vipsobsapp.css
index 11d48f6..d64309e 100644
--- a/static/css/vipsobsapp.css
+++ b/static/css/vipsobsapp.css
@@ -59,4 +59,12 @@ div.addItem {
 		border-radius: 25px;
 		border: 0px;
 		font-weight: bolder;
-	}
\ No newline at end of file
+	}
+#divAbout {
+  padding: 10px;
+  border: 1px solid #3d8052;
+  border-radius: 5px;
+  margin-top: 10px;
+  background-color: #badec5;
+}	
+	
\ No newline at end of file
-- 
GitLab