diff --git a/website/siteConfig.js b/website/siteConfig.js index 0bfe62d..e01e56e 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -36,6 +36,32 @@ const users = [ twitter: 'jeffvance', pinned: true, }, + { + caption: 'Srini Brahmaroutu', + // You will need to prepend the image path with your baseUrl + // if it is not '/', like: '/test-site/img/image.jpg'. + image: '/img/srini_brahmaroutu.jpeg', + infoLink: 'https://github.com/brahmaroutu', + organizationURL: 'https://www.ibm.com', + organizationName: 'IBM Inc.', + organizationLogo: '/img/ibm.png', + github: 'brahmaroutu', + twitter: 'brahmaroutu', + pinned: true, + }, + { + caption: 'Krish Chowdhary', + // You will need to prepend the image path with your baseUrl + // if it is not '/', like: '/test-site/img/image.jpg'. + image: '/img/krish_chowdhary.jpeg', + infoLink: 'https://github.com/krishchow', + organizationURL: 'https://redhat.com', + organizationName: 'Redhat Inc.', + organizationLogo: '/img/redhat.png', + github: 'krishchow', + twitter: 'krishchow_', + pinned: true, + }, ]; const siteConfig = { diff --git a/website/static/img/ibm.png b/website/static/img/ibm.png new file mode 100644 index 0000000..1eebcd8 Binary files /dev/null and b/website/static/img/ibm.png differ diff --git a/website/static/img/krish.jpeg b/website/static/img/krish.jpeg new file mode 100644 index 0000000..d8aa3be Binary files /dev/null and b/website/static/img/krish.jpeg differ diff --git a/website/static/img/srini_brahmaroutu.jpeg b/website/static/img/srini_brahmaroutu.jpeg new file mode 100644 index 0000000..7852c14 Binary files /dev/null and b/website/static/img/srini_brahmaroutu.jpeg differ