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
!35
Resolve "Partner Page: Add DFN"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Partner Page: Add DFN"
32-partner-page-add-dfn
into
master
Overview
0
Commits
1
Pipelines
0
Changes
2
Merged
Huste, Tobias
requested to merge
32-partner-page-add-dfn
into
master
4 years ago
Overview
0
Commits
1
Pipelines
0
Changes
2
Expand
Add DFN logo to the partnes page
Rename
International
to
National & International Partners
The order of logos is still subject to change.
Closes
#32 (closed)
Edited
4 years ago
by
Huste, Tobias
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
46852c6b
1 commit,
4 years ago
2 files
+
132
−
20
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/partners.html
+
22
−
20
Options
{% include top.html %}
{%
-
include top.html
-
%}
<body>
{% include header.html %}
{%
-
include header.html
-
%}
<main>
{%- include title_image.html -%}
{% include title_image.html%}
<div
class=
"frontpage-jumbotron"
>
<section>
<h1>
Helmholtz Partners
</h1>
<div
class=
"flex-content-wrapper"
>
<a
href=
"https://www.helmholtz.de/"
class=
"btn btn-light btn-lg btn-logo"
>
<img
src=
"{% link assets/img/third-party-logos/2017_Helmholtz_Logo_RGB_untereinander_EN.png %}"
alt=
"Helmholtz Logo"
>
<img
src=
"{% link assets/img/third-party-logos/2017_Helmholtz_Logo_RGB_untereinander_EN.png %}"
alt=
"Helmholtz Logo"
>
</a>
<a
href=
"https://www.helmholtz-hida.de/"
class=
"btn btn-light btn-lg btn-logo"
>
@@ -28,39 +26,43 @@
<img
src=
"{% link assets/img/third-party-logos/csm_logo_helmholtz_ai_cf39d4dbfc.png %}"
alt=
"Helmholtz AI Logo"
>
</a>
<a
href=
"https://helmholtz-metadaten.de/"
class=
"btn btn-light btn-lg btn-logo"
>
<img
src=
"{% link assets/img/third-party-logos/HMC_Logo_updated_pfade-e1576839804647.png %}"
alt=
"HMC Logo"
>
</a>
<a
href=
"https://www.helmholtz-imaging.de/"
class=
"btn btn-light btn-lg btn-logo"
>
<img
src=
"{% link assets/img/third-party-logos/hip-logo.png %}"
alt=
"HIP Logo"
>
</a>
</div>
<h1>
International Partners
</h1>
<div
class=
"flex-content-wrapper"
>
<h1>
National
&
International Partners
</h1>
<div
class=
"flex-content-wrapper"
>
<a
href=
"https://carpentries.org/"
class=
"btn btn-light btn-lg btn-logo"
>
<img
src=
"{% link assets/img/third-party-logos/TheCarpentries.svg %}"
alt=
"Carpentries Logo"
>
</a>
</a>
<a
href=
"https://www.eosc-portal.eu/"
class=
"btn btn-light btn-lg btn-logo"
>
<img
src=
"{% link assets/img/third-party-logos/eosc_logo.png %}"
alt=
"EOSC Logo"
>
</a>
<a
href=
"https://www.egi.eu/"
class=
"btn btn-light btn-lg btn-logo"
>
<img
src=
"{% link assets/img/third-party-logos/egi-logo.svg %}"
alt=
"EGI Logo"
>
</a>
<a
href=
"https://www.dfn.de/"
class=
"btn btn-light btn-lg btn-logo"
>
<img
src=
"{% link assets/img/third-party-logos/dfn-logo.svg %}"
alt=
"DFN Logo"
>
</a>
</div>
</section>
</div>
</main>
{% include footer.html %}
{%
-
include footer.html
-
%}
</body>
Loading