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
Merge requests
!590
Use 5 title buttons on the frontpage
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Use 5 title buttons on the frontpage
update-title-buttons
into
master
Overview
14
Commits
7
Pipelines
0
Changes
5
Merged
Huste, Tobias
requested to merge
update-title-buttons
into
master
2 years ago
Overview
14
Commits
7
Pipelines
0
Changes
5
Expand
Add use cases and spotlights to title buttons
Redefine button size and grid setup
Add Spotlights and RSD to the software services page
Rename GitLab service to
Software Development Infrastructure
Link software services page instead of consulting
Review Links
Front page - 6 Title Buttons
Software Services Overview
Edited
2 years ago
by
Uwe Jandt (DESY, HIFIS)
0
0
Merge request reports
Compare
master
version 9
8cdc95be
2 years ago
version 8
674dc1a2
2 years ago
version 7
5e8a8c9d
2 years ago
version 6
056b0f03
2 years ago
version 5
dea98180
2 years ago
version 4
c26d7d0c
2 years ago
version 3
7bfd8b32
2 years ago
version 2
0b6415b9
2 years ago
version 1
9dfcf084
2 years ago
master (base)
and
version 6
latest version
47d82783
7 commits,
2 years ago
version 9
8cdc95be
8 commits,
2 years ago
version 8
674dc1a2
7 commits,
2 years ago
version 7
5e8a8c9d
6 commits,
2 years ago
version 6
056b0f03
2 commits,
2 years ago
version 5
dea98180
2 commits,
2 years ago
version 4
c26d7d0c
2 commits,
2 years ago
version 3
7bfd8b32
2 commits,
2 years ago
version 2
0b6415b9
1 commit,
2 years ago
version 1
9dfcf084
1 commit,
2 years ago
5 files
+
37
−
11
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
5
Search (e.g. *.vue) (Ctrl+P)
_includes/frontpage/title-content.html
+
11
−
5
Options
@@ -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>
Loading