Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
nmaas Documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package registry
Container registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
nmaas
Documentation
nmaas Documentation
Merge requests
!8
Resolve "Visual imporovements"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Visual imporovements"
78-visual-imporovements
into
master
Overview
4
Commits
3
Pipelines
0
Changes
2
1 unresolved thread
Hide all comments
Merged
Vojdan Kjorveziroski
requested to merge
78-visual-imporovements
into
master
1 year ago
Overview
4
Commits
3
Pipelines
0
Changes
2
1 unresolved thread
Hide all comments
Expand
Closes
#78 (closed)
0
0
Merge request reports
Compare
master
version 2
c028d320
1 year ago
version 1
01235be0
1 year ago
master (base)
and
latest version
latest version
de4b0f82
3 commits,
1 year ago
version 2
c028d320
2 commits,
1 year ago
version 1
01235be0
1 commit,
1 year ago
2 files
+
7
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
docs/overrides/partials/footer.html
+
3
−
2
Options
@@ -47,8 +47,9 @@
{% include "partials/social.html" %}
{% endif %}
<div
style=
"display: flex; justify-content: space-between; align-items: center"
>
<div><img
class=
"logo"
src=
"{{ 'img/geant_logo_white.png' | url }}"
/></div>
<div><img
class=
"logo"
src=
"{{ 'img/eu_logo.png' | url }}"
</
div
>
<div><img
class=
"logo"
style=
"height: 1em; margin-right: 40px;"
src=
"{{ 'img/nmaas_white.png' | url }}"
/></div>
<div><img
class=
"logo"
style=
"margin-right: 40px"
src=
"{{ 'img/geant_logo_white.png' | url }}"
/></div>
<div><img
class=
"logo"
src=
"{{ 'img/eu_logo.png' | url }}"
/></div>
</div>
</div>
</div>
Loading