Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
bd831d5b
Commit
bd831d5b
authored
4 years ago
by
Rosanny Sihombing
Browse files
Options
Download
Email Patches
Plain Diff
MLAB-251: responsive page
parent
edcd083d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
views/DE/project/projectOverview.pug
+7
-11
views/DE/project/projectOverview.pug
with
7 additions
and
11 deletions
+7
-11
views/DE/project/projectOverview.pug
+
7
-
11
View file @
bd831d5b
...
@@ -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")
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets