Skip to content
GitLab
Explore
Sign in
Register
Commits on Source
3
Add a bit more spacing to the sponsor cards.
· c15a1436
Chris Lamb
authored
Jul 09, 2019
c15a1436
Add OTF to our sponsor list (!).
· 2537ab7a
Chris Lamb
authored
Jul 09, 2019
2537ab7a
who: Split out non-fiscal sponsors and mention what they provide.
· 3e0bf9ee
Chris Lamb
authored
Jul 09, 2019
3e0bf9ee
Show whitespace changes
Inline
Side-by-side
_data/sponsors.yml
View file @
3e0bf9ee
...
...
@@ -6,6 +6,6 @@
url
:
https://handshake.org/
logo
:
handshake.png
-
name
:
ProfitBricks
url
:
https://www.
profitbricks.co.uk
/
logo
:
profitbricks
.png
-
name
:
Open Technology Fund
url
:
https://www.
opentech.fund
/
logo
:
opentechfund
.png
_data/sponsors_nonfiscal.yml
0 → 100644
View file @
3e0bf9ee
-
name
:
ProfitBricks
url
:
https://www.profitbricks.co.uk/
logo
:
profitbricks.png
description
:
Hosting services
assets/images/who/opentechfund.png
0 → 100644
View file @
3e0bf9ee
5.67 KiB
who.md
View file @
3e0bf9ee
...
...
@@ -50,7 +50,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"
>
{% for x in site.data.sponsors %}
<div
class=
"col-xs-12 col-sm-6"
>
<div
class=
"col-xs-12 col-sm-6
mb-5
"
>
<div
class=
"card text-center"
>
<a
href=
"{{ x.url }}"
name=
"{{ x.name }}"
>
<img
class=
"p-5"
src=
"{{ x.logo | prepend: "
/
assets
/
images
/
who
/"
|
prepend:
site.baseurl
}}"
alt=
"{{ x.name }}"
>
...
...
@@ -62,6 +62,23 @@ The majority of sponsorship funds go directly towards supporting the Reproducibl
<br>
#### Non-fiscal sponsors
<div
class=
"row bg-light p-md-4 p-sm-2 pt-5 pb-5"
>
{% for x in site.data.sponsors_nonfiscal %}
<div
class=
"col-xs-12 col-sm-6 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 }}"
>
</a>
<div
class=
"card-body"
>
<small
class=
"text-muted"
>
({{ x.description }})
</small>
</div>
</div>
</div>
{% endfor %}
</div>
## Projects
...
...