Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
T
THD Navi App
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Haris Zilic
THD Navi App
Commits
b41eb1c9
Commit
b41eb1c9
authored
4 years ago
by
Haris Zilic
Browse files
Options
Downloads
Patches
Plain Diff
Gebäudeplan für Navigation angefangen
parent
8f62c802
No related branches found
Branches containing commit
No related tags found
2 merge requests
!3
Gebäudeplan für Navigation angefangen
,
!2
Gebäudeplan für Navigation angefangen
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/navigation/navigation.component.css
+25
-14
25 additions, 14 deletions
src/app/navigation/navigation.component.css
src/app/navigation/navigation.component.html
+36
-14
36 additions, 14 deletions
src/app/navigation/navigation.component.html
with
61 additions
and
28 deletions
src/app/navigation/navigation.component.css
+
25
−
14
View file @
b41eb1c9
.rectangle
{
height
:
5
0px
;
width
:
100px
;
height
:
7
0px
;
width
:
70%
;
background-color
:
#555
;
float
:
left
;
margin-right
:
3.33333%
;
}
.rectangle_big
{
height
:
50px
;
width
:
200px
;
background-color
:
#555
;
float
:
left
;
margin-right
:
3.33333%
;
height
:
70px
;
width
:
70%
;
background-color
:
#555
;
}
.square
{
height
:
7
0px
;
width
:
70px
;
height
:
10
0px
;
width
:
50%
;
background-color
:
#555
;
margin-right
:
3.33333%
;
margin-bottom
:
80px
;
margin-top
:
80px
;
}
.container_1
{
display
:
grid
;
grid-template-rows
:
200px
;
grid-template-columns
:
25%
25%
50%
;
}
.container_2
{
display
:
grid
;
grid-template-rows
:
200px
;
grid-template-columns
:
25%
25%
20%
20%
5%
;
}
.container_3
{
display
:
grid
;
grid-template-rows
:
200px
;
grid-template-columns
:
}
p
{
...
...
This diff is collapsed.
Click to expand it.
src/app/navigation/navigation.component.html
+
36
−
14
View file @
b41eb1c9
<div
class=
"rectangle"
>
<p
align=
"center"
>
A
</p>
</div>
<h2><b>
Gebäudeplan der TH Deggendorf:
</b></h2>
<h3>
Klicken Sie die Gebäude an, um Informationen zu einzelnen Räumen und der dazugehörigen Fakultät zu bekommen.
</h3>
<div
align=
"center"
>
<div
class=
"container_1"
>
<div>
<div
class=
"rectangle"
>
<p
align=
"center"
>
A
</p>
</div>
</div>
<div>
<div
class=
"rectangle"
>
<p
align=
"center"
>
B
</p>
</div>
</div>
<div>
<div
class=
"rectangle_big"
>
<p
align=
"center"
>
C
</p>
</div>
</div>
</div>
<div
class=
"rectangle"
>
<p
align=
"center"
>
B
</p>
</div>
<div
class=
"rectangle_big"
>
<p
align=
"center"
>
C
</p>
</div>
<br>
<div
class=
"square"
>
<p
align=
"center"
>
C
</p>
</div>
<div
class=
"container_2"
>
<div>
<div
class=
"square"
>
<p
align=
"center"
>
F
</p>
</div>
</div>
<div></div>
<div></div>
<div>
<div
class=
"square"
>
<p
align=
"center"
>
G
</p>
</div>
</div>
<div></div>
</div>
</div>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment