Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hifis.net
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
HIFIS
Overall
hifis.net
Commits
0c969dbb
Verified
Commit
0c969dbb
authored
4 years ago
by
Huste, Tobias
Browse files
Options
Downloads
Patches
Plain Diff
Restructure header navbar to fit elements on all screens
parent
032785e7
No related branches found
Branches containing commit
No related tags found
1 merge request
!9
Restructure header navbar to fit elements on all screens
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
_data/navigation.yml
+0
-11
0 additions, 11 deletions
_data/navigation.yml
_includes/header.html
+2
-0
2 additions, 0 deletions
_includes/header.html
_sass/common/_header.scss
+1
-1
1 addition, 1 deletion
_sass/common/_header.scss
with
3 additions
and
12 deletions
_data/navigation.yml
+
0
−
11
View file @
0c969dbb
...
...
@@ -11,37 +11,26 @@
# original Markdown.
header
:
-
title
:
Home
url
:
/
fontawesome_class
:
"
fas
fa-home"
-
title
:
News
url
:
blog/
fontawesome_class
:
"
fas
fa-rss"
-
title
:
Services
url
:
"
/"
fontawesome_class
:
"
fas
fa-list"
-
title
:
Mission
url
:
"
/"
fontawesome_class
:
"
fas
fa-bolt"
-
title
:
Roadmap
url
:
"
/"
fontawesome_class
:
"
fas
fa-map-signs"
-
title
:
International
url
:
"
/"
fontawesome_class
:
"
fas
fa-globe-europe"
-
title
:
Contact
url
:
"
contact"
fontawesome_class
:
"
fas
fa-envelope"
-
title
:
Jobs
url
:
"
/"
fontawesome_class
:
"
fas
fa-user"
footer
:
-
title
:
Contact
...
...
This diff is collapsed.
Click to expand it.
_includes/header.html
+
2
−
0
View file @
0c969dbb
...
...
@@ -55,9 +55,11 @@ See also:
{% for entry in site.data.navigation.header %}
<a
href=
"{{ entry.url | relative_url }}"
class=
"btn btn-header"
>
<span
class=
"navigation-entry"
>
{% if entry.fontawesome_class %}
<i
class=
"navigation-icon {{ entry.fontawesome_class }}"
title=
"{{ entry.title }}"
>
</i>
{% endif %}
<span
class=
"navigation-text"
>
{{ entry.title }}
</span>
</span>
</a>
...
...
This diff is collapsed.
Click to expand it.
_sass/common/_header.scss
+
1
−
1
View file @
0c969dbb
...
...
@@ -196,7 +196,7 @@
}
}
@include
medium-is-
phone
{
@include
medium-is-
tablet-minus
{
.header
{
.nav_toggle
{
display
:
block
;
...
...
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