Commit 48a9606f authored by Koukofikis's avatar Koukofikis
Browse files

Merge branch 'MLAB-581' into 'testing'

Replace default M4_LAB logo

See merge request !71
parents 82e9fe1c e6b77ee4
Pipeline #5011 passed with stage
in 26 seconds
...@@ -89,7 +89,7 @@ module.exports = function (app:any, lang:string) { ...@@ -89,7 +89,7 @@ module.exports = function (app:any, lang:string) {
for(let i = 0; i < projectData.length; i++){ for(let i = 0; i < projectData.length; i++){
// M4_LAB logo for all projects that do not have logo // M4_LAB logo for all projects that do not have logo
if (projectData[i].avatar_url == null) { if (projectData[i].avatar_url == null) {
projectData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/footer/M4_LAB_LOGO_Graustufen.png" projectData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/body/M4_LAB_LOGO_NO_TEXT.png"
} }
// for all projects that have no description // for all projects that have no description
if (projectData[i].description == "") { if (projectData[i].description == "") {
...@@ -159,7 +159,7 @@ module.exports = function (app:any, lang:string) { ...@@ -159,7 +159,7 @@ module.exports = function (app:any, lang:string) {
if (status) { if (status) {
// M4_LAB logo for all projects that do not have logo // M4_LAB logo for all projects that do not have logo
if (pagesData[i].avatar_url == null) { if (pagesData[i].avatar_url == null) {
pagesData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/footer/M4_LAB_LOGO_Graustufen.png" pagesData[i].avatar_url = "https://m4lab.hft-stuttgart.de/img/body/M4_LAB_LOGO_NO_TEXT.png"
} }
// for all projects that have no description // for all projects that have no description
if (pagesData[i].description == "") { if (pagesData[i].description == "") {
......
...@@ -18,7 +18,7 @@ html(lang="de") ...@@ -18,7 +18,7 @@ html(lang="de")
width: 100%; width: 100%;
color: black; color: black;
font-weight: bold; font-weight: bold;
background: rgb(255, 255, 255, 0.5); background: rgb(255, 255, 255, 0.9);
text-align: left; text-align: left;
padding: 5px padding: 5px
} }
......
...@@ -18,7 +18,7 @@ html(lang="de") ...@@ -18,7 +18,7 @@ html(lang="de")
width: 100%; width: 100%;
color: black; color: black;
font-weight: bold; font-weight: bold;
background: rgb(255, 255, 255, 0.5); background: rgb(255, 255, 255, 0.9);
text-align: left; text-align: left;
padding: 5px padding: 5px
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment