Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
m4lab_tv1
User Account
Commits
3fecf9ff
Commit
3fecf9ff
authored
Mar 04, 2020
by
Rosanny Sihombing
Browse files
put "project-list" and "account-related-pages" on different folder
parent
ca5d01c5
Changes
8
Hide whitespace changes
Inline
Side-by-side
views/DE/forgotPwd.pug
→
views/DE/
account/
forgotPwd.pug
View file @
3fecf9ff
File moved
views/DE/home.pug
→
views/DE/
account/
home.pug
View file @
3fecf9ff
File moved
views/DE/profile.pug
→
views/DE/
account/
profile.pug
View file @
3fecf9ff
File moved
views/DE/registration.pug
→
views/DE/
account/
registration.pug
View file @
3fecf9ff
File moved
views/DE/reset.pug
→
views/DE/
account/
reset.pug
View file @
3fecf9ff
File moved
views/DE/security.pug
→
views/DE/
account/
security.pug
View file @
3fecf9ff
File moved
views/DE/services.pug
→
views/DE/
account/
services.pug
View file @
3fecf9ff
File moved
views/DE/projectList/projects.pug
0 → 100644
View file @
3fecf9ff
doctype html
html(lang="de")
head
title= "Project List"
meta(charset="UTF-8")
meta(name="viewport", content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no")
link(rel="stylesheet", type="text/css", href="https://transfer.hft-stuttgart.de/css/bootstrap/bootstrap.css")
link(rel="stylesheet", href="https://use.fontawesome.com/releases/v5.8.2/css/all.css", integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay", crossorigin="anonymous")
style.
.collapse {
display: none;
}
.collapse.in {
display: block;
}
.collapsing {
position: relative;
height: 0;
overflow: hidden;
-webkit-transition-timing-function: ease;
-o-transition-timing-function: ease;
transition-timing-function: ease;
-webkit-transition-duration: .35s;
-o-transition-duration: .35s;
transition-duration: .35s;
-webkit-transition-property: height,visibility;
-o-transition-property: height,visibility;
transition-property: height,visibility;
}
.warning {
color: red;
font-size: 11px;
}
body
div(class="container-fluid")
div(class="row")
div(class="col-md-6 offset-md-2")
h3(class="mb-3 font-weight-bold") Hello World
div(class="col-md-6 offset-md-3")
p Content: Project List in a table
// jQuery
script(src="https://code.jquery.com/jquery-3.3.1.min.js")
script(src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js", integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1", crossorigin="anonymous")
// Bootstrap
script(src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous")
script(src="https://transfer.hft-stuttgart.de/js/headfoot.js")
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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