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