diff --git a/src/data/about_us.yml b/src/data/about_us.yml
index aa56d77a..4ca46a74 100644
--- a/src/data/about_us.yml
+++ b/src/data/about_us.yml
@@ -15,9 +15,9 @@ paragraph_2:
Today, the main objective of the Open Data Hub is to enable the development of digital solutions based on real data by expanding the collection and exchange of data on a European level working in the Data Spaces: Mobility, Tourism and Agriculture."
paragraph_5:
+ img_back: "/img/Timeline-history-OpenDataHub.png"
+
+paragraph_6:
description: "The main issue we try to address is that people who develop advanced apps, with advanced algorithms, also need data (if possible, simple and of high quality.) Otherwise the algorithms and the related innovative business models do not work. Thanks to the Open Data Hub, we try to provide a large amount of high quality data, reducing the so-called „cold start problem.“"
title: "Patrick Ohnewein"
- subtitle: "Head of Unit of Digital Technologies at NOI Techpark"
-
-paragraph_6:
- img_back: "/img/Timeline-history-OpenDataHub.png"
\ No newline at end of file
+ subtitle: "Head of Unit of Digital Technologies at NOI Techpark"
\ No newline at end of file
diff --git a/src/themes/odh-fbe/layouts/about-us/list.html b/src/themes/odh-fbe/layouts/about-us/list.html
index d1830c3c..1641b6df 100644
--- a/src/themes/odh-fbe/layouts/about-us/list.html
+++ b/src/themes/odh-fbe/layouts/about-us/list.html
@@ -14,11 +14,11 @@
- {{ partial "quote.html" site.Data.about_us.paragraph_5 }}
+ {{ partial "img-big.html" site.Data.about_us.paragraph_5 }}
- {{ partial "img-big.html" site.Data.about_us.paragraph_6 }}
+ {{ partial "quote.html" site.Data.about_us.paragraph_6 }}
{{ end }}
\ No newline at end of file