diff --git a/netlify.toml b/netlify.toml index 3f94cdb..5f61cc9 100644 --- a/netlify.toml +++ b/netlify.toml @@ -25,3 +25,7 @@ [[redirects]] from = "/spin" to = "https://rubyconfth-luckydraw.netlify.app/" + +[[redirects]] + from = "/students" + to = "https://forms.gle/HHCqvi6UGHgFyqyH7" diff --git a/src/_data/sponsors.yml b/src/_data/sponsors.yml index fe09626..e3c8c34 100644 --- a/src/_data/sponsors.yml +++ b/src/_data/sponsors.yml @@ -33,6 +33,11 @@ logo_url: /images/sponsors/urbanoffice.svg url: "https://www.theurbanoffice.com/" level: gold +- name: Rakuten Viki + about: The heart of Asian entertainment. Watch Korean Dramas, Chinese Dramas and Movies Online. + logo_url: /images/sponsors/viki.png + url: "https://viki.com/" + level: speaker - name: WNB.rb about: A virtual community for women and non-binary Rubyists. Attend the monthly meetup and join our Slack organization to start up a conversation and find your next job opportunity. logo_url: /images/sponsors/wnb-rb.png diff --git a/src/images/sponsors/viki.png b/src/images/sponsors/viki.png new file mode 100644 index 0000000..eb69aaf Binary files /dev/null and b/src/images/sponsors/viki.png differ