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
8d949a37
Verified
Commit
8d949a37
authored
4 years ago
by
Huste, Tobias
Browse files
Options
Downloads
Patches
Plain Diff
Make links appear white in blue background
parent
59f0a6b1
No related branches found
Branches containing commit
No related tags found
1 merge request
!15
Transfer Mission and HIFIS Structure
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
_layouts/frontpage.html
+12
-4
12 additions, 4 deletions
_layouts/frontpage.html
assets/css/frontpage.scss
+9
-0
9 additions, 0 deletions
assets/css/frontpage.scss
with
21 additions
and
4 deletions
_layouts/frontpage.html
+
12
−
4
View file @
8d949a37
...
...
@@ -32,21 +32,29 @@
<section>
<div
class=
"info-col"
>
<div
class=
"info-box"
>
<h3><i
class=
"fas fa-user-plus"
aria-hidden=
"true"
></i>
You
&
HIFIS
</h3>
<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=
"{{ 'mission/' | relative_url }}"
class=
"btn btn-outline-secondary"
><h3><i
class=
"fas fa-atom"
aria-hidden=
"true"
></i>
HIFIS Mission
</h3></a>
<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"
>
<h3><i
class=
"fas fa-globe-europe"
aria-hidden=
"true"
></i>
HIFIS International
</h3>
<a
href=
"{% link index.md %}"
class=
"btn btn-outline-light"
>
<h3><i
class=
"fas fa-globe-europe"
aria-hidden=
"true"
></i>
HIFIS International
</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"
>
<h3><i
class=
"fas fa-road"
aria-hidden=
"true"
></i>
Now
&
tomorrow - The HIFIS Roadmap
</h3>
<a
href=
"{% link 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>
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut
labore et dolore magna aliqua.
</p>
</div>
...
...
This diff is collapsed.
Click to expand it.
assets/css/frontpage.scss
+
9
−
0
View file @
8d949a37
...
...
@@ -33,6 +33,15 @@
.info-box
{
padding
:
1rem
;
}
.btn-outline-light
{
border
:
none
;
&
:focus
,
&
:hover
{
color
:
$color-helmholtz-dark-blue
;
}
}
}
.frontpage-card
{
...
...
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