diff --git a/src/branding/branding.js b/src/branding/branding.js
index a49b424..bdc5e87 100644
--- a/src/branding/branding.js
+++ b/src/branding/branding.js
@@ -15,7 +15,7 @@
* along with VILLASweb. If not, see .
******************************************************************************/
-import { villasweb_footer, villasweb_home } from './villasweb/villasweb-functions';
+import { villasweb_footer, villasweb_home, villasweb_welcome } from './villasweb/villasweb-functions';
import villasweb_values from './villasweb/villasweb-values';
import { slew_home, slew_welcome } from './slew/slew-functions';
@@ -88,6 +88,9 @@ class Branding {
getWelcome() {
var welcome = '';
switch (this.brand) {
+ case 'villasweb':
+ welcome = villasweb_welcome();
+ break;
case 'slew':
welcome = slew_welcome();
break;
diff --git a/src/branding/villasweb/villasweb-functions.js b/src/branding/villasweb/villasweb-functions.js
index 65189cf..5f78f50 100644
--- a/src/branding/villasweb/villasweb-functions.js
+++ b/src/branding/villasweb/villasweb-functions.js
@@ -15,8 +15,23 @@
* along with VILLASweb. If not, see .
******************************************************************************/
import React from 'react';
+import { Button } from 'react-bootstrap';
import { NavLink } from 'react-router-dom';
+
+export function villasweb_welcome() {
+ let url = 'https://villas.fein-aachen.org/doc/web.html';
+ return (
+
+
Welcome!
+
VILLASweb is a tool to configure real-time co-simulations and display simulation real-time data.
+ It enables the management and monitoring of simulators, models and simulations.