Commit f275b473 authored by Wolfgang Knopki's avatar Wolfgang Knopki
Browse files

added hacky conditional to display downloads and logos only on M4LAB

parent 7a243ea7
Showing with 14 additions and 13 deletions
+14 -13
...@@ -141,20 +141,21 @@ html(lang="de") ...@@ -141,20 +141,21 @@ html(lang="de")
br br
span !{project.further_details} span !{project.further_details}
div(class="Downloads" style="height:200px;") if project.pname == 'M4LAB'
h5 Downloads div(class="Downloads" style="height:200px;")
p h5 Downloads
i(class="fas fa-file-download") p
a(href="./images/M4_LAB_Projekt/transferstrategie.pdf" download target="_blank") Transferstrategie der HfT Stuttgart i(class="fas fa-file-download")
a(href="./images/M4_LAB_Projekt/transferstrategie.pdf" download target="_blank") Transferstrategie der HfT Stuttgart
div(class="Projektlogos") div(class="Projektlogos")
img(src="./images/M4_LAB_Projekt/WRS_Logo.jpg" width="32%") img(src="./images/M4_LAB_Projekt/WRS_Logo.jpg" width="32%")
img(src="./images/M4_LAB_Projekt/IBA2027_Logo.jpg" width="32%") img(src="./images/M4_LAB_Projekt/IBA2027_Logo.jpg" width="32%")
img(src="./images/M4_LAB_Projekt/GWK_Logo.jpg" width="32%") img(src="./images/M4_LAB_Projekt/GWK_Logo.jpg" width="32%")
br br
br br
img(src="./images/M4_LAB_Projekt/bbf_logo.png" width="32%") 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/ihs_logo.jpg" width="32%")
//jQuery //jQuery
script(src="https://code.jquery.com/jquery-3.3.1.min.js") script(src="https://code.jquery.com/jquery-3.3.1.min.js")
......
Supports Markdown
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