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
0b6415b9
Verified
Commit
0b6415b9
authored
2 years ago
by
Huste, Tobias
Browse files
Options
Downloads
Patches
Plain Diff
Use 6 title buttons on the frontpage
* Add use cases and spotlights * Redefine button size and grid setup
parent
b3bd01c0
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_includes/frontpage/title-content.html
+11
-5
11 additions, 5 deletions
_includes/frontpage/title-content.html
assets/css/title/service-title-buttons.scss
+6
-5
6 additions, 5 deletions
assets/css/title/service-title-buttons.scss
with
17 additions
and
10 deletions
_includes/frontpage/title-content.html
+
11
−
5
View file @
0b6415b9
...
...
@@ -6,18 +6,24 @@
<div
class=
"services-box"
>
<div
class=
"services-title-buttons"
>
<a
href=
"https://helmholtz.cloud/services"
class=
"btn btn-light
btn-lg
text-dark"
>
<a
href=
"https://helmholtz.cloud/services"
class=
"btn btn-light text-dark"
>
Cloud Services
</a>
<a
href=
"https://events.hifis.net/category/4/"
class=
"btn btn-light
btn-lg
text-dark"
>
<a
href=
"https://events.hifis.net/category/4/"
class=
"btn btn-light text-dark"
>
HIFIS Courses
</a>
<a
href=
"{% link services/software
/consulting.html
%}"
class=
"btn btn-light
btn-lg
text-dark"
>
Software
Engineering Consulting
<a
href=
"{% link services/software
-overview.md
%}"
class=
"btn btn-light text-dark"
>
Software
Services
</a>
<a
href=
"https://aai.helmholtz.de"
class=
"btn btn-light
btn-lg
text-dark"
>
<a
href=
"https://aai.helmholtz.de"
class=
"btn btn-light text-dark"
>
Identity
&
Access Management (AAI)
</a>
<a
href=
"{% link usecases.md %}"
class=
"btn btn-light text-dark"
>
Use Cases
</a>
<a
href=
"{% link spotlights.md %}"
class=
"btn btn-light text-dark"
>
Software Spotlights
</a>
</div>
</div>
</div>
...
...
This diff is collapsed.
Click to expand it.
assets/css/title/service-title-buttons.scss
+
6
−
5
View file @
0b6415b9
...
...
@@ -14,15 +14,16 @@
.services-title-buttons
{
display
:
grid
;
grid-template-columns
:
1fr
1fr
;
grid-template-columns
:
1fr
1fr
1fr
;
grid-auto-rows
:
1fr
;
@include
medium-is-desktop-plus
{
max-width
:
6
00px
;
max-width
:
8
00px
;
}
@include
medium-is-tablet
{
grid-template-columns
:
1fr
1fr
1fr
1fr
;
grid-template-columns
:
1fr
1fr
1fr
;
grid-auto-rows
:
1fr
;
}
@include
medium-is-phone
{
...
...
@@ -39,9 +40,9 @@
}
.btn
{
margin
:
0
.5rem
;
margin
:
0
.
2
5rem
;
display
:
flex
;
flex-flow
:
column
nowrap
;
min-height
:
3
.3
rem
;
min-height
:
2
rem
;
}
}
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