diff --git a/public/sponsors/hrt.svg b/public/sponsors/hrt.svg new file mode 100644 index 0000000..1a29724 --- /dev/null +++ b/public/sponsors/hrt.svg @@ -0,0 +1,12 @@ + + + + + + + + \ No newline at end of file diff --git a/public/sponsors/python-barcelona.png b/public/sponsors/python-barcelona.png new file mode 100644 index 0000000..7ede6dd Binary files /dev/null and b/public/sponsors/python-barcelona.png differ diff --git a/src/data/sponsors/hrt.md b/src/data/sponsors/hrt.md new file mode 100644 index 0000000..ec6dd3a --- /dev/null +++ b/src/data/sponsors/hrt.md @@ -0,0 +1,7 @@ +--- +name: 'Hudson River Trading' +website: 'https://www.hudsonrivertrading.com/' +tier: 'gold' +logobg: '#ffffff' +logo: '/sponsors/hrt.svg' +--- diff --git a/src/data/sponsors/python-barcelona.md b/src/data/sponsors/python-barcelona.md new file mode 100644 index 0000000..818e552 --- /dev/null +++ b/src/data/sponsors/python-barcelona.md @@ -0,0 +1,7 @@ +--- +name: 'Python Barcelona' +website: 'https://pybcn.org/' +tier: 'bronze' +logobg: '#ffffff' +logo: '/sponsors/python-barcelona.png' +---