Skip to content
Snippets Groups Projects
Commit 12aa35fb authored by Valentin Groues's avatar Valentin Groues :eyes:
Browse files

Merge branch 'develop' into 'master'

Footer updated, new services added

See merge request elixir/jekyll-elixir-theme!65
parents a507f8c4 f32fd0c2
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,11 @@
<a href="{{ '/services/' | relative_url }}">Services</a>
</h3>
<ul>
<li><a href="{{ '/sustainability-data/' | relative_url }}">Sustainability of data</a></li>
<li><a href="{{ '/sustainability-tools/' | relative_url }}">Sustainability of tools</a></li>
<li><a href="{{ '/gdpr-activities/' | relative_url }}">GDPR activities</a></li>
<li><a href="{{ '/gdpr-activities/' | relative_url }}">DAISY</a></li>
<li><a href="{{ '/services/catalog/data-hosting' | relative_url }}">Data hosting</a></li>
<li><a href="{{ '/services/catalog/daisy' | relative_url }}">DAISY</a></li>
<li><a href="{{ '/services/catalog/minerva' | relative_url }}">Disease maps</a></li>
<li><a href="{{ '/services/catalog/faircookbook' | relative_url }}">FAIR Cookbook</a></li>
<li><a href="{{ '/services/catalog/r3' | relative_url }}">R3</a></li>
</ul>
</div>
<div>
......
......@@ -56,7 +56,7 @@
color: #2c3e50;
background: white;
transition: all .35s;
font-size: larger;
font-size: 16px;
}
}
}
......@@ -31,3 +31,8 @@ h1.no-caps {
margin: 0 auto;
text-align: center;
}
.centercolumns {
justify-content: center;
column-gap: 15px;
}
......@@ -77,13 +77,16 @@
img {
width: -webkit-fill-available;
max-width: 100%;
min-width: 180px;
max-width: 510px;
min-width: 155px;
border-bottom-left-radius: 12px;
border-bottom-right-radius: 12px;
}
&.index-box img {
padding-top: 30px;
padding-top: 10px;
padding-bottom: 10px;
max-width: 160px;
}
}
......
......@@ -25,7 +25,7 @@ div.services-menu {
display: block;
padding-bottom: 6px;
text-decoration: none;
font-size: smaller;
font-size: 14px;
margin-bottom: 10px;
}
}
......@@ -73,7 +73,6 @@ a.services-button {
padding: 25px 30px;
text-decoration: none;
display: inline-block;
font-size: 18px;
margin: auto;
margin-left: 15px;
margin-bottom: 10px;
......@@ -126,7 +125,7 @@ div.service-box-container {
display: inline-block;
width: 90%;
padding: 6px;
font-size: 20px;
font-size: 19px;
color: #2c3e50;
text-decoration: none;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment