Redesign

- Added Offers page

Signed-off-by: Siwara Schmitt <siwara.schmitt@iese.fraunhofer.de>
diff --git a/content/offer/images/BigDataAnalytics.jpg b/content/offer/images/BigDataAnalytics.jpg
new file mode 100644
index 0000000..a684fe3
--- /dev/null
+++ b/content/offer/images/BigDataAnalytics.jpg
Binary files differ
diff --git a/content/offer/images/ChangableProduction.jpg b/content/offer/images/ChangableProduction.jpg
new file mode 100644
index 0000000..3a91c6b
--- /dev/null
+++ b/content/offer/images/ChangableProduction.jpg
Binary files differ
diff --git a/content/offer/images/ConnectingITandDevices.jpg b/content/offer/images/ConnectingITandDevices.jpg
new file mode 100644
index 0000000..9455d97
--- /dev/null
+++ b/content/offer/images/ConnectingITandDevices.jpg
Binary files differ
diff --git a/content/offer/images/NewBusinessModels.jpg b/content/offer/images/NewBusinessModels.jpg
new file mode 100644
index 0000000..394ab91
--- /dev/null
+++ b/content/offer/images/NewBusinessModels.jpg
Binary files differ
diff --git a/content/offer/images/PredictiveMaintenance.jpg b/content/offer/images/PredictiveMaintenance.jpg
new file mode 100644
index 0000000..67d7510
--- /dev/null
+++ b/content/offer/images/PredictiveMaintenance.jpg
Binary files differ
diff --git a/content/offer/index.md b/content/offer/index.md
new file mode 100644
index 0000000..d624b82
--- /dev/null
+++ b/content/offer/index.md
@@ -0,0 +1,8 @@
+---
+title: "Offers"
+#date: 2019-03-13
+#tags: ["BaSyx Offers"]
+#banner: ""
+
+---
+{{< offers >}}
diff --git a/data/offers/1.yaml b/data/offers/1.yaml
new file mode 100644
index 0000000..bf1cd2e
--- /dev/null
+++ b/data/offers/1.yaml
@@ -0,0 +1,4 @@
+text: "One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin. He lay on his armour-like back, and if he lifted his head a little he could see his brown belly, slightly domed and divided by arches into stiff sections."
+organisation: "John McIntyre"
+position: "CEO, TransTech"
+logo: "img/offers/Fraunhofer_iese_logo.png"
\ No newline at end of file
diff --git a/layouts/shortcodes/offers.html b/layouts/shortcodes/offers.html
new file mode 100644
index 0000000..fd78120
--- /dev/null
+++ b/layouts/shortcodes/offers.html
@@ -0,0 +1,43 @@
+<section class="bar background-pentagon no-mb">
+    <div class="container">
+        <div class="row">
+            <div class="col-md-12">
+                <div class="heading text-center">
+                    <h2>Offers</h2>
+                </div>
+
+                <p class="lead">
+                  
+                </p>
+
+                <!-- *** TESTIMONIALS CAROUSEL *** -->
+
+                <ul class="owl-carousel testimonials same-height-row">
+                    {{ range .Site.Data.offers }}
+                    <li class="item">
+                        <div class="testimonial same-height-always">
+                            <div class="text">
+                                <p>{{ .text | markdownify }}</p>
+                            </div>
+                            <div class="bottom">
+                                <div class="icon"><i class="fa fa-quote-left"></i>
+                                </div>
+                                <div class="name-picture">
+                                    <img class="" alt="" src="{{ .logo | absURL }}">
+                                    <h5>{{ .organisation }}</h5>
+                                    <p>{{ .position }}</p>
+                                </div>
+                            </div>
+                        </div>
+                    </li>
+                    {{ end }}
+                </ul>
+                <!-- /.owl-carousel -->
+
+                <!-- *** TESTIMONIALS CAROUSEL END *** -->
+            </div>
+
+        </div>
+    </div>
+</section>
+<!-- /.bar -->
diff --git a/static/img/banners/banner-8.jpg b/static/img/banners/banner-8.jpg
new file mode 100644
index 0000000..a312aa1
--- /dev/null
+++ b/static/img/banners/banner-8.jpg
Binary files differ
diff --git a/static/img/offers/Fraunhofer_iese_logo.png b/static/img/offers/Fraunhofer_iese_logo.png
new file mode 100644
index 0000000..b32f674
--- /dev/null
+++ b/static/img/offers/Fraunhofer_iese_logo.png
Binary files differ