Commit bd831d5b authored by Rosanny Sihombing's avatar Rosanny Sihombing
Browse files

MLAB-251: responsive page

parent edcd083d
Showing with 7 additions and 11 deletions
+7 -11
...@@ -11,29 +11,25 @@ html(lang="de") ...@@ -11,29 +11,25 @@ html(lang="de")
body body
div div
for project in projectOV for project in projectOV
div(class="flex-container") div(class="row")
div(class="main") div(class="col-sm-8 pt-3")
h1 #{project.title} h1 #{project.title}
div(style="float:right; margin-left:30px; margin-bottom:0px; width:50%;") div(style="float:right; margin-left:30px; margin-bottom:0px; width:50%;")
img(src=project.src, width="100%") img(src=project.src, width="100%")
p(style="text-align:right") #{project.caption} p(style="text-align:right") #{project.caption}
h2 Projektüberblick h2(class="pt-4") Projektüberblick
p !{project.overview} p !{project.overview}
br br
b keywords: b keywords:
span #{project.keywords} span #{project.keywords}
br h2(class="pt-4") Fragestellung
h2 Fragestellung
p !{project.question} p !{project.question}
p h2(class="pt-4") Vorgehensweise
h2 Vorgehensweise
p !{project.approach} p !{project.approach}
br h2(class="pt-4") Ergebnis und Nutzung
br
h2 Ergebnis und Nutzung
p !{project.result} p !{project.result}
div(class="side") div(class="col-sm-4 pt-3" style="background-color: #f1f1f1")
for image in projectImgs for image in projectImgs
if image.pos == '2' || image.pos == '3' if image.pos == '2' || image.pos == '3'
div(class="projectimg") div(class="projectimg")
......
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