Skip to content
GitLab
Explore
Sign in
Register
Commits on Source (2)
/who/: Profitbricks have renamed to "1&1 IONOS".
· 7cf91a8c
Chris Lamb
authored
Jul 09, 2019
7cf91a8c
Make the non-fiscal sponsors be three-in-a-row, thus making them a little smaller.
· 04506b39
Chris Lamb
authored
Jul 09, 2019
04506b39
Show whitespace changes
Inline
Side-by-side
_data/sponsors_nonfiscal.yml
View file @
04506b39
-
name
:
ProfitBricks
url
:
https://www.
profitbrick
s.co
.uk
/
logo
:
profitbrick
s.png
-
name
:
1&1 IONOS
url
:
https://www.
iono
s.co
m
/
logo
:
oneandone-iono
s.png
description
:
Hosting services
assets/images/who/oneandone-ionos.png
0 → 100644
View file @
04506b39
10.7 KiB
assets/images/who/profitbricks.png
deleted
100644 → 0
View file @
eaa83b79
4.83 KiB
who.md
View file @
04506b39
...
...
@@ -68,7 +68,7 @@ The majority of sponsorship funds go directly towards supporting the Reproducibl
<div
class=
"row bg-light p-md-4 p-sm-2 pt-5 pb-5"
>
{% assign xs = site.data.sponsors_nonfiscal | sort: 'name' %}
{% for x in xs %}
<div
class=
"col-xs-12 col-sm-
6
mb-5"
>
<div
class=
"col-xs-12 col-sm-
4
mb-5"
>
<div
class=
"card text-center"
>
<a
href=
"{{ x.url }}"
name=
"{{ x.name }}"
>
<img
class=
"px-5 pt-5 pb-2"
src=
"{{ x.logo | prepend: "
/
assets
/
images
/
who
/"
|
prepend:
site.baseurl
}}"
alt=
"{{ x.name }}"
>
...
...