diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 9310a6b469ceefd7e9573834f0f5d625aee778c1..41f4c240579be979ce7182dfcdfcceda3094378e 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,6 +1,3 @@
-variables:
-  RELEASE_DIR: "public/release_target_101"
-
 pages:
   stage: deploy
   tags: 
@@ -13,7 +10,9 @@ pages:
     - cd ..
     - rm -rf public
     - mkdir -p public
-    - cp de.hftstuttgart.energycomonents.application.product.target/products/*.zip public
+    - cp catalogs/Catalog.encomp public
+    - cp site/*.html public
+    - cp de.hftstuttgart.energycomponents.application.product/target/products/*.zip public
   artifacts:
     paths:
       - public
diff --git a/site/downloads.html b/site/downloads.html
new file mode 100644
index 0000000000000000000000000000000000000000..da88f1ae71b02b2fe2bcdddca4431638de0f7891
--- /dev/null
+++ b/site/downloads.html
@@ -0,0 +1,38 @@
+<!DOCTYPE html>
+<html lang="en">
+<head>
+<meta charset="UTF-8">
+<meta http-equiv="X-UA-Compatible" content="IE=edge">
+<meta name="viewport" content="width=device-width, initial-scale=1.0">
+</head>
+<body class="article">
+<h1 id="toc_0">Energy Components Catalog Download Page</h1>
+
+<p><strong>Caution</strong>: All software and data on this site is <strong>work in progress</strong> and not ready for production or distribution.</p>
+
+<p xmlns:dct="http://purl.org/dc/terms/"
+xmlns:cc="http://creativecommons.org/ns#" class="license-text">
+<a rel="cc:attributionURL" property="dct:title"
+href="https://transfer.hft-stuttgart.de/gitlab/neqmodplus/energy-components-catalog/public/Downloads.html">
+Energy Components Catalog</a> by <span property="cc:attributionName">Verena Weiler</span>, Stuttgart, is licensed under
+<a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/4.0">CC BY-NC-ND 4.0
+<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" />
+<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" />
+<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" />
+<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nd.svg?ref=chooser-v1" />
+</a></p>
+
+<p>This work is supported by the projects “SimStadt 2.0” [grant number 03ET1459A] and ”NEQModPlus” [grant number 03ET1618B] by the BMWi (German Federal Ministry of Economic Affairs and Energy).</p>
+
+<p>Download Energy Components Catalog for:</p>
+
+<ul>
+<li><a href="de.hftstuttgart.energycomponents.application.product-win32.win32.x86_64.zip"> Windows</a></li>
+<li><a href="de.hftstuttgart.energycomponents.application.product-linux.gtk.x86_64.tar.gz"> Linux</a></li>
+<li><a href="de.hftstuttgart.energycomponents.application.product-macosx.cocoa.x86_64.zip"> macOS</a></li>
+</ul>
+
+<p><a href="Catalog.encomp"> Download Test Catalog</a></p>
+
+</body>
+</html>
\ No newline at end of file
diff --git a/site/downloads.md b/site/downloads.md
new file mode 100644
index 0000000000000000000000000000000000000000..23fd70d9b6c8b5d9f2d59d2924a171260b923670
--- /dev/null
+++ b/site/downloads.md
@@ -0,0 +1,26 @@
+# Energy Components Catalog Download Page
+
+**Caution**: All software and data on this site is **work in progress** and not ready for production or distribution.
+
+
+<p xmlns:dct="http://purl.org/dc/terms/"
+xmlns:cc="http://creativecommons.org/ns#" class="license-text">
+<a rel="cc:attributionURL" property="dct:title"
+href="https://transfer.hft-stuttgart.de/gitlab/neqmodplus/energy-components-catalog/public/Downloads.html">
+Energy Components Catalog</a> by <span property="cc:attributionName">Verena Weiler</span>, Stuttgart, is licensed under
+<a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/4.0">CC BY-NC-ND 4.0
+<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" />
+<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" />
+<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" />
+<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nd.svg?ref=chooser-v1" />
+</a></p>
+
+This work is supported by the projects “SimStadt 2.0” [grant number 03ET1459A] and ”NEQModPlus” [grant number 03ET1618B] by the BMWi (German Federal Ministry of Economic Affairs and Energy).
+
+Download Energy Components Catalog for:
+
+* <a href="de.hftstuttgart.energycomponents.application.product-win32.win32.x86_64.zip"> Windows</a>
+* <a href="de.hftstuttgart.energycomponents.application.product-linux.gtk.x86_64.tar.gz"> Linux</a>
+* <a href="de.hftstuttgart.energycomponents.application.product-macosx.cocoa.x86_64.zip"> macOS</a>
+
+<a href="Catalog.encomp"> Download Test Catalog</a>
\ No newline at end of file
diff --git a/site/license.html b/site/license.html
new file mode 100644
index 0000000000000000000000000000000000000000..64f8e28739697f0107a18b036152e15b51eee1b4
--- /dev/null
+++ b/site/license.html
@@ -0,0 +1,11 @@
+<p xmlns:dct="http://purl.org/dc/terms/"
+xmlns:cc="http://creativecommons.org/ns#" class="license-text">
+<a rel="cc:attributionURL" property="dct:title"
+href="https://transfer.hft-stuttgart.de/gitlab/neqmodplus/-/blob/master/ParameterCatalogsDocumentation">
+Energy Components Catalog</a> by <span property="cc:attributionName">Verena Weiler</span>, Stuttgart, is licensed under
+<a rel="license" href="https://creativecommons.org/licenses/by-nc-nd/4.0">CC BY-NC-ND 4.0
+<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/cc.svg?ref=chooser-v1" />
+<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/by.svg?ref=chooser-v1" />
+<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nc.svg?ref=chooser-v1" />
+<img style="height:22px!important;margin-left:3px;vertical-align:text-bottom;" src="https://mirrors.creativecommons.org/presskit/icons/nd.svg?ref=chooser-v1" />
+</a></p>
\ No newline at end of file