Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1506722765-practice
Commits
20b44cfb
Commit
20b44cfb
authored
Dec 23, 2019
by
jordan
Browse files
[GREEN] success implement navigation information bar
parent
1939cce2
Pipeline
#28498
canceled with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.coverage
View file @
20b44cfb
No preview for this file type
lists/templates/base.html
View file @
20b44cfb
...
...
@@ -11,7 +11,12 @@
top
:
0
;
width
:
100%
;
}
.navigationBar
{
overflow
:
hidden
;
background-color
:
#292961
;
top
:
0
;
width
:
100%
;
}
.footerBar
{
text-align
:
center
;
background-color
:
#290653
;
...
...
@@ -36,7 +41,9 @@
</div>
</header>
<body>
<div
class=
"navigationBar"
>
<a
id=
"navbar_1"
>
Dibuat untuk menyelesaikan Tugas Ujian Akhir Penjaminan Mutu Perangkat Lunak 2019
</a>
</div>
<div
class=
"container"
>
<nav
class=
"navbar navbar-default"
role=
"navigation"
>
<div
class=
"container-fluid"
>
...
...
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