This is an automated email from the ASF dual-hosted git repository. janardhan pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/systemds.git
commit c3c537f6d1bf1fcc6194bd819edaf6f124c01971 Author: Janardhan Pulivarthi <[email protected]> AuthorDate: Thu Jun 10 09:07:49 2021 +0530 Update SystemDS website with latest changes (#92) d37f8085d1dae54fbecd43696b896cbf5ebcbc6e --- content/assets/css/main.css | 61 ++++++++++++++++++++++++++++++++++++++------- content/community.html | 15 +++++++++++ 2 files changed, 67 insertions(+), 9 deletions(-) diff --git a/content/assets/css/main.css b/content/assets/css/main.css index f69a1b3..a79d5f7 100644 --- a/content/assets/css/main.css +++ b/content/assets/css/main.css @@ -5213,24 +5213,67 @@ figure { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; - width: 33.33333%; + width: 25%; float: left; padding-left: 2.75573%; - padding-right: 2.75573%; - margin-bottom: 1.953125%; } - .profile:nth-child(3n + 1) { + padding-right: 2.75573%; } + .profile:nth-child(4n + 1) { margin-left: 0; margin-right: -100%; clear: both; } - .profile:nth-child(3n + 2) { - margin-left: 33.33333%; + .profile:nth-child(4n + 2) { + margin-left: 25%; + margin-right: -100%; + clear: none; } + .profile:nth-child(4n + 3) { + margin-left: 50%; margin-right: -100%; clear: none; } - .profile:nth-child(3n + 3) { - margin-left: 66.66667%; + .profile:nth-child(4n + 4) { + margin-left: 75%; margin-right: -100%; clear: none; } +@media (max-width: 1000px) { + .profile { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 33.33333%; + float: left; + padding-left: 2.75573%; + padding-right: 2.75573%; } + .profile:nth-child(3n + 1) { + margin-left: 0; + margin-right: -100%; + clear: both; } + .profile:nth-child(3n + 2) { + margin-left: 33.33333%; + margin-right: -100%; + clear: none; } + .profile:nth-child(3n + 3) { + margin-left: 66.66667%; + margin-right: -100%; + clear: none; } } + +@media (max-width: 500px) { + .profile { + -moz-box-sizing: border-box; + -webkit-box-sizing: border-box; + box-sizing: border-box; + width: 50%; + float: left; + padding-left: 2.75573%; + padding-right: 2.75573%; } + .profile:nth-child(2n + 1) { + margin-left: 0; + margin-right: -100%; + clear: both; } + .profile:nth-child(2n + 2) { + margin-left: 50%; + margin-right: -100%; + clear: none; } } + .content-g:after { content: ""; display: table; @@ -5812,4 +5855,4 @@ ul.ml-tabs { top: 50px; right: 50px; } -/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInZlbmRvci9fYXAtY29tcG9uZW50cy5taW4uc2NzcyIsIl9zeW50YXguc2NzcyIsIl9uYXZpZ2F0aW9uLnNjc3MiLCJfY29uZmlnLnNjc3MiLCJfYmFzZS5zY3NzIiwiX2xheW91dC5zY3NzIiwiLi4vLi4vbm9kZV9tb2R1bGVzL3N1c3kvc2Fzcy9zdXN5L291dHB1dC9zdXBwb3J0L19yZW0uc2NzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9zdXN5L3Nhc3Mvc3VzeS9sYW5ndWFnZS9zdXN5L19jb250YWluZXIuc2NzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9zdXN5L3Nhc3Mvc3VzeS9vdXRwdXQvc3VwcG9ydC9fY2xlYXJmaXguc [...] +/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbInZlbmRvci9fYXAtY29tcG9uZW50cy5taW4uc2NzcyIsIl9zeW50YXguc2NzcyIsIl9uYXZpZ2F0aW9uLnNjc3MiLCJfY29uZmlnLnNjc3MiLCJfYmFzZS5zY3NzIiwiX2xheW91dC5zY3NzIiwiLi4vLi4vbm9kZV9tb2R1bGVzL3N1c3kvc2Fzcy9zdXN5L291dHB1dC9zdXBwb3J0L19yZW0uc2NzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9zdXN5L3Nhc3Mvc3VzeS9sYW5ndWFnZS9zdXN5L19jb250YWluZXIuc2NzcyIsIi4uLy4uL25vZGVfbW9kdWxlcy9zdXN5L3Nhc3Mvc3VzeS9vdXRwdXQvc3VwcG9ydC9fY2xlYXJmaXguc [...] diff --git a/content/community.html b/content/community.html index 6a196c2..3dbef8c 100644 --- a/content/community.html +++ b/content/community.html @@ -528,6 +528,21 @@ </div> <div class="profile"> + <a href="http://github.com/OlgaOvcharenko"> + <img class="profile--img" + src="http://github.com/OlgaOvcharenko.png"> + </a> + <div class="profile--info"> + <a class="profile--name" href="http://github.com/OlgaOvcharenko">Olga Ovcharenko</a> + <ul class="bullet-pointless"> + <li></li> + <li>Committer</li> + <li>TU Graz</li> + </ul> + </div> + </div> + + <div class="profile"> <a href="http://github.com/pwendell"> <img class="profile--img" src="http://github.com/pwendell.png">
