diff --git a/_sponsors/cern.md b/_sponsors/cern.md new file mode 100644 index 0000000..61cbc92 --- /dev/null +++ b/_sponsors/cern.md @@ -0,0 +1,8 @@ +--- +name: CERN +logo: sponsor-cern.png +website: https://home.cern/ +button: home.cern +--- + +CERN, operator of the Large Hadron Collider, is a long time Puppet open source user and contributor. They support Vox Pupuli with a powerful build machine for our CI jobs. diff --git a/static/images/CERN_logo.svg b/static/images/CERN_logo.svg new file mode 100644 index 0000000..02a64f0 --- /dev/null +++ b/static/images/CERN_logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/images/Makefile b/static/images/Makefile index 0d75580..f913cae 100644 --- a/static/images/Makefile +++ b/static/images/Makefile @@ -1,4 +1,4 @@ -all: sponsor-github.png sponsor-hetzner.png sponsor-betadots.png sponsor-babiel.png sponsor-enterprise-modules.png sponsor-docker.png sponsor-puppet.png sponsor-deubert.png sponsor-microsoft.png sponsor-macarne.png +all: sponsor-github.png sponsor-hetzner.png sponsor-betadots.png sponsor-babiel.png sponsor-enterprise-modules.png sponsor-docker.png sponsor-puppet.png sponsor-deubert.png sponsor-microsoft.png sponsor-macarne.png sponsor-cern.png SPONSOR_LOGO= 300x150 SPONSOR_CANVAS= 320x170 @@ -32,3 +32,5 @@ sponsor-microsoft.png: RWEDnc.png sponsor-xyntion.png: xyntion_logo.png sponsor-macarne.png: Macarne_Logo_wide@3x.png + +sponsor-cern.png: CERN_logo.svg diff --git a/static/images/sponsor-cern.png b/static/images/sponsor-cern.png new file mode 100644 index 0000000..e1e5f05 Binary files /dev/null and b/static/images/sponsor-cern.png differ