You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemds.apache.org by ja...@apache.org on 2021/06/09 15:43:09 UTC

[systemds-website] branch master updated: [DOCS] Add Olga to community page (#91)

This is an automated email from the ASF dual-hosted git repository.

janardhan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/systemds-website.git


The following commit(s) were added to refs/heads/master by this push:
     new d37f808  [DOCS] Add Olga to community page (#91)
d37f808 is described below

commit d37f8085d1dae54fbecd43696b896cbf5ebcbc6e
Author: Janardhan Pulivarthi <j1...@protonmail.com>
AuthorDate: Wed Jun 9 21:13:00 2021 +0530

    [DOCS] Add Olga to community page (#91)
    
    Welcome Olga. ✨😃
    
    Closes #90.
    
    Co-authored-by: baunsgaard <ba...@tugraz.at>
---
 _src/_data/contributors.yml |  6 ++++++
 _src/_sass/_layout.scss     | 16 ++++++++++++++--
 2 files changed, 20 insertions(+), 2 deletions(-)

diff --git a/_src/_data/contributors.yml b/_src/_data/contributors.yml
index e6028a8..3f0aba5 100644
--- a/_src/_data/contributors.yml
+++ b/_src/_data/contributors.yml
@@ -153,6 +153,12 @@
   role: PMC Member
   org: IBM
 
+- name: Olga Ovcharenko
+  apacheId: oovcharenko
+  githubId: OlgaOvcharenko
+  role: Committer
+  org: TU Graz
+
 - name: Patrick Wendell
   apacheId: pwendell
   githubId: pwendell
diff --git a/_src/_sass/_layout.scss b/_src/_sass/_layout.scss
index ec1d1d3..09ad4f9 100644
--- a/_src/_sass/_layout.scss
+++ b/_src/_sass/_layout.scss
@@ -311,8 +311,20 @@
 }
 
 .profile {
-  @include gallery(4 of 12);
-  margin-bottom: 1.953125%;
+  @include gallery(3 of 12);
+  // margin-bottom: 1.953125%;
+}
+
+@media(max-width:1000px){
+  .profile {
+    @include gallery(4 of 12);
+  }
+}
+
+@media(max-width:500px){
+  .profile {
+    @include gallery(6 of 12);
+  }
 }
 
 .content-g {