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
!30
Add new background color and transition to mission jumbotron
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Add new background color and transition to mission jumbotron
partners-new-color
into
master
Overview
3
Commits
1
Pipelines
0
Changes
2
1 unresolved thread
Hide all comments
Merged
Huste, Tobias
requested to merge
partners-new-color
into
master
4 years ago
Overview
3
Commits
1
Pipelines
0
Changes
2
1 unresolved thread
Hide all comments
Expand
@jandt-desy
We probably need to talk about the colors still.
0
0
Merge request reports
Compare
master
version 1
12e62e9a
4 years ago
master (base)
and
latest version
latest version
a494b018
1 commit,
4 years ago
version 1
12e62e9a
1 commit,
4 years ago
2 files
+
59
−
43
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
2
Search (e.g. *.vue) (Ctrl+P)
_layouts/frontpage.html
+
40
−
31
Options
@@ -33,39 +33,48 @@
<a
href=
"{{ 'news/' | relative_url }}"
class=
"btn btn-outline-secondary"
>
More
</a>
</section>
</div>
<div
class=
"frontpage-mission-jumbotron"
>
<section>
<div
class=
"info-col"
>
<div
class=
"info-box"
>
<a
href=
"{% link index.md %}"
class=
"btn btn-outline-light"
>
<h3><i
class=
"fas fa-user-plus"
aria-hidden=
"true"
></i>
You
&
HIFIS
</h3>
</a>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua.
</p>
</div>
<div
class=
"info-box"
>
<a
href=
"{% link mission/index.md %}"
class=
"btn btn-outline-light"
>
<h3><i
class=
"fas fa-atom"
aria-hidden=
"true"
></i>
HIFIS Mission
</h3>
</a>
<p>
Strengthening and developing the ICT competences of the whole Helmholtz Association.
</p>
</div>
<div
class=
"info-box"
>
<a
href=
"{% link partners.md %}"
class=
"btn btn-outline-light"
>
<h3><i
class=
"fas fa-globe-europe"
aria-hidden=
"true"
></i>
HIFIS Partners
</h3>
</a>
<p>
Take a look at our partners, within the Helmholtz Association and throughout the World.
</p>
</div>
<div
class=
"info-box"
>
<a
href=
"{% link roadmap/index.md %}"
class=
"btn btn-outline-light"
>
<h3><i
class=
"fas fa-road"
aria-hidden=
"true"
></i>
Now
&
tomorrow - The HIFIS Roadmap
</h3>
</a>
<p>
Get the latest updates of the HIFIS roadmap, summarizing our goals for the months and years to come.
</p>
<div
class=
"transition-block"
>
{% include transition.html direction="top" %}
<div
class=
"frontpage-mission-jumbotron"
>
<section>
<div
class=
"info-col"
>
<div
class=
"info-box"
>
<a
href=
"{% link index.md %}"
class=
"btn btn-outline-primary"
>
<h3><i
class=
"fas fa-user-plus"
aria-hidden=
"true"
></i>
You
&
HIFIS
</h3>
</a>
<p>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor
incididunt ut
labore et dolore magna aliqua.
</p>
</div>
<div
class=
"info-box"
>
<a
href=
"{% link mission/index.md %}"
class=
"btn btn-outline-primary"
>
<h3><i
class=
"fas fa-atom"
aria-hidden=
"true"
></i>
HIFIS Mission
</h3>
</a>
<p>
Strengthening and developing the ICT competences of the whole Helmholtz Association.
</p>
</div>
<div
class=
"info-box"
>
<a
href=
"{% link partners.md %}"
class=
"btn btn-outline-primary"
>
<h3><i
class=
"fas fa-globe-europe"
aria-hidden=
"true"
></i>
HIFIS Partners
</h3>
</a>
<p>
Take a look at our partners, within the Helmholtz Association and throughout the World.
</p>
</div>
<div
class=
"info-box"
>
<a
href=
"{% link roadmap/index.md %}"
class=
"btn btn-outline-primary"
>
<h3><i
class=
"fas fa-road"
aria-hidden=
"true"
></i>
Now
&
tomorrow - The HIFIS
Roadmap
</h3>
</a>
<p>
Get the latest updates of the HIFIS roadmap, summarizing our goals for the months
andyears to
come.
</p>
</div>
</div>
</
div
>
</
section
>
</
section
>
</
div
>
</div>
</main>
{% include footer.html %}
Loading