diff --git a/config/config.js b/config/config.js index 1d20eccc7b3402b66bfb31fca3c6f78798604be0..be66b51ebed90d24cfa526f9c5be95ef33b1a1d3 100644 --- a/config/config.js +++ b/config/config.js @@ -10,7 +10,6 @@ module.exports = { path: process.env.SAML_PATH || '/saml/SSO', entryPoint: process.env.SAML_ENTRY_POINT || 'https://transfer.hft-stuttgart.de/idp/saml2/idp/SSOService.php', //issuer: 'sp-account.m4lab.hft-stuttgart.de', //local metadata - //issuer: 'sp-account-testing.m4lab.hft-stuttgart.de', //testing metadata issuer: 'sp-account-prod.m4lab.hft-stuttgart.de', //production metadata logoutUrl: 'https://transfer.hft-stuttgart.de/idp/saml2/idp/SingleLogoutService.php' } diff --git a/views/DE/project/projectOverview.pug b/views/DE/project/projectOverview.pug index 3b0b68f1fe5f285d6377aae28b6c0fcacfa7f95b..e015d1e650c22ff70c32feda6ebff7d2edd7b3b2 100644 --- a/views/DE/project/projectOverview.pug +++ b/views/DE/project/projectOverview.pug @@ -144,9 +144,6 @@ html(lang="de") if project.pname == 'M4LAB' div(class="Downloads" style="height:200px;") h5 Downloads - p - i(class="fas fa-file-download") - a(href="./images/M4_LAB_Projekt/transferstrategie.pdf" download target="_blank") Transferstrategie der HfT Stuttgart div(class="Projektlogos") img(src="./images/M4_LAB_Projekt/WRS_Logo.jpg" width="32%") @@ -154,8 +151,7 @@ html(lang="de") img(src="./images/M4_LAB_Projekt/GWK_Logo.jpg" width="32%") br br - img(src="./images/M4_LAB_Projekt/bbf_logo.png" width="32%") - img(src="./images/M4_LAB_Projekt/ihs_logo.jpg" width="32%") + img(src="./images/M4_LAB_Projekt/Innovative_Hochschule_Initiative_BMBF_GWK_RGB.png" width="100%") //jQuery script(src="https://code.jquery.com/jquery-3.3.1.min.js")