This is an automated email from the ASF dual-hosted git repository. tqchen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm-test.git
commit 2cd8b843e23ae0fbbf2f17be220c646ee66794b8 Author: tqchen <[email protected]> AuthorDate: Wed Nov 6 10:28:56 2019 -0800 [COMMUNITY] Add berkeley and oasislab --- assets/themes/custom-twitter/css/style.css | 4 ++++ community.md | 19 ++++++++++--------- images/community/oasislabs.png | Bin 0 -> 37771 bytes images/community/ucberkeley.png | Bin 0 -> 32071 bytes 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/assets/themes/custom-twitter/css/style.css b/assets/themes/custom-twitter/css/style.css index 92ffd3e..3dadbd9 100644 --- a/assets/themes/custom-twitter/css/style.css +++ b/assets/themes/custom-twitter/css/style.css @@ -170,6 +170,10 @@ body { /* tag_box ======================================================== */ +.community_logo img { + margin: 10px; +} + .tag_box { list-style:none; margin:0; diff --git a/community.md b/community.md index d43c0bc..f615f1a 100644 --- a/community.md +++ b/community.md @@ -70,15 +70,16 @@ This is a community maintained list of organizations using and contributing to t in alphabetical order. -<br> - -<img src="images/community/cornell.svg" height="35" /> -<img src="images/community/huawei.png" height="35" /> -<img src="images/community/intel.png" height="40" /> -<img src="images/community/ucla.png" height="35" /> -<img src="images/community/uwcse.png" height="30" /> -<img src="images/community/xilinx.png" height="35" /> - +<div class="community_logo"> + <img src="images/community/cornell.svg" height="35" /> + <img src="images/community/huawei.png" height="35" /> + <img src="images/community/intel.png" height="40" /> + <img src="images/community/oasislabs.png" height="30" /> + <img src="images/community/ucberkeley.png" height="30" /> + <img src="images/community/ucla.png" height="35" /> + <img src="images/community/uwcse.png" height="30" /> + <img src="images/community/xilinx.png" height="30" /> +</div> <br> ## Twitter diff --git a/images/community/oasislabs.png b/images/community/oasislabs.png new file mode 100644 index 0000000..05493c3 Binary files /dev/null and b/images/community/oasislabs.png differ diff --git a/images/community/ucberkeley.png b/images/community/ucberkeley.png new file mode 100644 index 0000000..870d991 Binary files /dev/null and b/images/community/ucberkeley.png differ
