Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
WIMM
AI Media Technology Landscape
Commits
9cb8c3d4
Commit
9cb8c3d4
authored
Sep 28, 2019
by
Marcel Hauck
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added creator information in navbar
parent
f5d4fa15
Pipeline
#16234
passed with stage
in 21 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
0 deletions
+15
-0
css/style.css
css/style.css
+8
-0
index.html
index.html
+7
-0
No files found.
css/style.css
View file @
9cb8c3d4
...
...
@@ -6,6 +6,14 @@ a:link, a:visited, a:hover, a:focus, a:active, a:visited:hover {
text-decoration
:
none
;
}
/*
NAVBAR
*/
.navbar-creators
{
text-align
:
right
;
float
:
right
;
}
/*
CATEGORIES
*/
...
...
index.html
View file @
9cb8c3d4
...
...
@@ -22,6 +22,13 @@
<nav
class=
"navbar navbar-expand-lg navbar-light bg-light static-top"
>
<div
class=
"container"
>
<a
class=
"navbar-brand"
href=
"http://wimm.hs-mainz.de"
><img
src=
"img/HSM_Logo_W_orange_SC.svg"
alt=
"Hochschule Mainz"
></a>
<a
href=
"http://wimm.hs-mainz.de"
target=
"_blank"
tite=
"Forschungsgruppe WIMM"
>
<span
class=
"navbar-creators"
>
Forschungsgruppe Wirtschaftsinformatik und Medienmanagement (WIMM)
<br
/>
Marcel Hauck
<br
/>
Prof. Dr. Sven Pagel
</span>
</a>
</div>
</nav>
...
...
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