diff --git a/.github/auto-assignees.yml b/.github/auto-assignees.yml index 28685abef9..91deeb0cd2 100644 --- a/.github/auto-assignees.yml +++ b/.github/auto-assignees.yml @@ -16,6 +16,7 @@ reviewers: - shubham-pampattiwar - Lyndon-Li - anshulahuja98 + - kaovilai tech-writer: - sseago diff --git a/MAINTAINERS.md b/MAINTAINERS.md index 14abb441f5..e08ca5c425 100644 --- a/MAINTAINERS.md +++ b/MAINTAINERS.md @@ -14,6 +14,7 @@ | Shubham Pampattiwar | [shubham-pampattiwar](https://github.com/shubham-pampattiwar) | [OpenShift](https://github.com/openshift) | | Yonghui Li | [Lyndon-Li](https://github.com/Lyndon-Li) | [VMware](https://www.github.com/vmware/) | | Anshul Ahuja | [anshulahuja98](https://github.com/anshulahuja98) | [Microsoft Azure](https://www.github.com/azure/) | +| Tiger Kaovilai | [kaovilai](https://github.com/kaovilai) | [OpenShift](https://github.com/openshift) | ## Emeritus Maintainers * Adnan Abdulhussein ([prydonius](https://github.com/prydonius)) diff --git a/site/assets/_scss/site/objects/_thumbnail-grid.scss b/site/assets/_scss/site/objects/_thumbnail-grid.scss index cb463e4e0b..8a422c5637 100644 --- a/site/assets/_scss/site/objects/_thumbnail-grid.scss +++ b/site/assets/_scss/site/objects/_thumbnail-grid.scss @@ -18,6 +18,8 @@ @include media-breakpoint-up(md) { width: 120px; height: 120px; + object-fit: contain; + background-color: white; } } } diff --git a/site/content/contributors/07-tiger-kaovilai.md b/site/content/contributors/07-tiger-kaovilai.md new file mode 100644 index 0000000000..d2add8f301 --- /dev/null +++ b/site/content/contributors/07-tiger-kaovilai.md @@ -0,0 +1,7 @@ +--- +first_name: Tiger +last_name: Kaovilai +image: /img/contributors/tiger-kaovilai.jpg +github_handle: kaovilai +--- +Engineer diff --git a/site/static/img/contributors/tiger-kaovilai.jpg b/site/static/img/contributors/tiger-kaovilai.jpg new file mode 100644 index 0000000000..0d18162e61 Binary files /dev/null and b/site/static/img/contributors/tiger-kaovilai.jpg differ