IGNITE-16634: Update list of committers and events (#109)

diff --git a/_src/_components/committers.pug b/_src/_components/committers.pug
index 5ff225c1..c558684 100644
--- a/_src/_components/committers.pug
+++ b/_src/_components/committers.pug
@@ -8,6 +8,14 @@
     "Company": "GridGain"
   },
   {
+    "Name": "Alexander Lapin",
+    "Comitter": "YES",
+    "PMC": "",
+    "GitHub": "https://github.com/sanpwc",
+    "Apache profile": "https://home.apache.org/phonebook.html?uid=sanpwc",
+    "Company": ""
+  },
+  {
     "Name": "Alexey Goncharuk",
     "Comitter": "YES",
     "PMC": "YES",
@@ -376,6 +384,14 @@
     "Company": ""
   },
   {
+    "Name": "Pavel Pereslegin",
+    "Comitter": "YES",
+    "PMC": "",
+    "GitHub": "https://github.com/xtern",
+    "Apache profile": "https://home.apache.org/phonebook.html?uid=ppa",
+    "Company": ""
+  },
+  {
     "Name": "Peter Ivanov",
     "Comitter": "YES",
     "PMC": "",
@@ -428,7 +444,7 @@
     "Comitter": "YES",
     "PMC": "",
     "GitHub": "https://github.com/SammyVimes",
-    "Apache profile": "",
+    "Apache profile": "https://home.apache.org/phonebook.html?uid=sdanilov",
     "Company": ""
   },
   {
@@ -504,6 +520,14 @@
     "Company": ""
   },
   {
+    "Name": "Vladislav Pyatkov",
+    "Comitter": "YES",
+    "PMC": "",
+    "GitHub": "https://github.com/vldpyatkov",
+    "Apache profile": "https://home.apache.org/phonebook.html?uid=vpyatkov",
+    "Company": ""
+  },
+  {
     "Name": "Vyacheslav Daradur",
     "Comitter": "YES",
     "PMC": "",
diff --git a/_src/_components/events/2022.pug b/_src/_components/events/2022.pug
new file mode 100644
index 0000000..3a8d9f7
--- /dev/null
+++ b/_src/_components/events/2022.pug
@@ -0,0 +1,43 @@
+-
+    let events2022 = `[
+    {
+        "title":"Apache Ignite Community Gathering: Ignite 3 Alpha 4",
+        "link":"https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/283606359",
+        "loc":"Online event",
+        "speaker":[
+            "Maxim Timonin",
+            "Val Kulichenko",
+            "Alexey Scherbakov"
+        ],
+        "data":"February 16, 2022"
+    }]`;
+
+    let events2022Array = JSON.parse(events2022);
+
+.eventspast__tab
+    each val, index in events2022Array
+        if index > 2
+            - break;
+        - let joinSpeacker = val['speaker'].join("<br>");
+        article.eventcard
+            .eventcard__date !{val['data']}
+            .eventcard__title.pt-2 !{val['title']}
+            .eventcard__info.pt-2 
+                .eventcard__speaker !{joinSpeacker}
+                .eventcard__loc !{val['loc']}
+            a.eventcard__button.button.button--shadow(href=val['link'], target="_blank")  Learn more details
+.eventspast__morewrap(data-hidebox="ev2022more")
+    .eventspast__tab
+        each val, index in events2022Array
+            if index < 3
+                - continue;
+            - let joinSpeacker = val['speaker'].join("<br>");
+            article.eventcard
+                .eventcard__date !{val['data']}
+                .eventcard__title.pt-2 !{val['title']}
+                .eventcard__info.pt-2 
+                    .eventcard__speaker !{joinSpeacker}
+                    .eventcard__loc !{val['loc']}
+                a.eventcard__button.button.button--shadow(href=val['link'], target="_blank")  Learn more details 
+//.eventspast__bottom.pt-1
+//    a.eventspast__more.jsLoadMoreEvents(href="#", data-hideopen="ev2022more", data-invis="1") Show more
\ No newline at end of file
diff --git a/_src/_components/powered-videos.pug b/_src/_components/powered-videos.pug
index a2787cb..ebe9091 100644
--- a/_src/_components/powered-videos.pug
+++ b/_src/_components/powered-videos.pug
@@ -160,16 +160,6 @@
                 p.comvideo__gray Working with specialist technology consultancy, CG Consultancy, a strategic 18-month project was formed with a roadmap to consolidate booking platforms, ring-fence legacy functionality and to deliver enhanced search capability - underpinned <strong>with in-memory data grid</strong> capabilities of Apache Ignite.
 
             +powvideo(
-                "https://www.youtube.com/watch?v=0iJ0a9Cy_rA",
-                "/img/poweredby/videos/016.png",
-                "Sberbank",
-                "High Availability And Disaster Recovery For IMDG"
-            )
-                p Digital transformation of Sberbank banking services with Apache Ignite.
-                p
-                    a(href="https://www.imcsummit.org/2017/us/sessions/high-availability-and-disaster-recovery-imdg", target="_blank") View presentation and learn more about speakers
-
-            +powvideo(
                 "https://www.youtube.com/watch?v=MMI0RIiLadM",
                 "/img/poweredby/videos/017.png",
                 "Wellington Management",
diff --git a/_src/events.pug b/_src/events.pug
index e84cafa..5bc1059 100644
--- a/_src/events.pug
+++ b/_src/events.pug
@@ -193,37 +193,21 @@
             h2.h4.eventupcoming__head.pb-5 Online events (1)
             article.eventcomingitem.flexi 
                 .eventcomingitem__left
-                    p.eventcomingitem__num 16
-                    p.eventcomingitem__month February
+                    p.eventcomingitem__num 13
+                    p.eventcomingitem__month April
                     p.eventcomingitem__year.pt-3 2022
                 .eventcomingitem__main
-                    p.eventcomingitem__title.h5 Apache Ignite Community Gathering: Ignite 3 Alpha 4
-                    p.eventcomingitem__descr.pt-1 During this community gathering, we will discuss the latest Ignite releases:
-                    ul
-                        li Apache Ignite 2.12 overview
-                        li Apache Ignite 3 Alpha 4: The Next Milestone
-                        li Transactions API in Apache Ignite 3
-                    p.eventcomingitem__descr.pt-1 Maxim Timonin, Apache Ignite Committer and Software Engineer at SberTech will present a brief overview of the Apache Ignite 2.12 release.
-                    p.eventcomingitem__descr.pt-1 Apache Ignite 3 Alpha 4: The Next Milestone
-                    p.eventcomingitem__descr.pt-1 Apache Ignite 3 is the next generation of the Apache Ignite platform. Ignite 3 modernizes and improves Ignite’s usability while retaining its power and flexibility. The Alpha 4 build is the latest release of the Ignite 3 project. Val Kulichenko, Apache Ignite PMC member and the Ignite 3.0 Release manager, will present the Ignite 3 Alpha 4 overview, including new features Object Mappings for Table Views and DDL.
-                    p.eventcomingitem__descr.pt-1 Transactions API in Ignite 3
-                    p.eventcomingitem__descr.pt-1 Alexey Scherbakov, Apache Ignite Committer, and architect at GridGain will show Ignite 3 just released in Alpha 4 build transactional API. We will take a glance over:
-                    p.eventcomingitem__descr.pt-1 Transactions API in Ignite 3
-                    ul
-                        li a transaction lifecycle
-                        li how to manage transactions
-                        li examples of synchronous and asynchronous transactions
-                    a.eventcomingitem__more(href="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/283606359", target="_blank") Learn more details
+                    p.eventcomingitem__title.h5 How to write a high-performance database driver
+                    p.eventcomingitem__descr.pt-1 Databases are at the heart of most services and applications. How do we communicate with our database? How does the driver (client) work, how to design and implement it? This report covers all the steps - working with TCP sockets, message format, serialization, fault tolerance, resource allocation, and much more.
+                    a.eventcomingitem__more(href="https://dotnext.ru/talks/6viriaxse1rxagmrhog7yx/", target="_blank") Learn more details
                 .eventcomingitem__right
                     .eventcomingitem__mic
                         .eventcomingitem__speaker.
-                            Maxim Timonin<br>
-                            Val Kulichenko<br>
-                            Alexey Scherbakov
+                            Pavel Tupitsyn
                     .eventcomingitem__loc
                         .eventcomingitem__locblock
                             img(src="/img/events/content/meetup.svg", alt="")
-                        .eventcomingitem__camera Online event
+                        .eventcomingitem__camera Online, Russia
             // /.eventcomingitem
 
         .eventupcoming__wrap.py-4
@@ -271,8 +255,9 @@
 
     section.eventspast#past.container.jsTabWrap
         h3.capstext.pb-5 Past Events
-        .eventspast__tablinks.flexi 
-            button.eventpast__link(data-tablink="e2021").active 2021
+        .eventspast__tablinks.flexi
+            button.eventpast__link(data-tablink="e2022").active 2022
+            button.eventpast__link(data-tablink="e2021") 2021
             button.eventpast__link(data-tablink="e2020") 2020
             button.eventpast__link(data-tablink="e2019") 2019
             button.eventpast__link(data-tablink="e2018") 2018
@@ -281,7 +266,11 @@
             button.eventpast__link(data-tablink="e2015") 2015
             button.eventpast__link(data-tablink="e2014") 2014
         .eventspast__tabs
-            .eventspast__tabwrap(data-tab="e2021").active
+            .eventspast__tabwrap(data-tab="e2022").active
+                include ./_components/events/2022.pug
+            // /.eventspast__tabwrap 2022
+
+            .eventspast__tabwrap(data-tab="e2021")
                 include ./_components/events/2021.pug
             // /.eventspast__tabwrap 2021
             
diff --git a/_src/our-community.pug b/_src/our-community.pug
index 34dcc0a..1227354 100644
--- a/_src/our-community.pug
+++ b/_src/our-community.pug
@@ -212,7 +212,6 @@
                             img(src="/img/community/b7-chair-star.svg", alt="")
                             span PMC CHAIR
                     p.cmty-pmitem__name.h5 !{obj["Name"]}
-                    small.cmty-pmitem__work.pt-2 #{obj["Company"]}
                     .cmty-pmitem__links.flexi 
                         if obj["GitHub"]
                             a.cmty-pmitem__github(href=obj["GitHub"], target="_blank")
diff --git a/_src/use-cases/provenusecases.pug b/_src/use-cases/provenusecases.pug
index e349d4b..9a2ac3d 100644
--- a/_src/use-cases/provenusecases.pug
+++ b/_src/use-cases/provenusecases.pug
@@ -42,8 +42,6 @@
                 span.grayhero__logo
                     img(src="/img/poweredby/logos/bloomberg.svg", alt="")
                 span.grayhero__logo
-                    img(src="/img/poweredby/logos/sber.png", alt="") 
-                span.grayhero__logo
                     img(src="/img/poweredby/logos/paypal.svg", alt="") 
                 span.grayhero__logo
                     img(src="/img/poweredby/logos/banco-do-brasil.svg", alt="")
diff --git a/events.html b/events.html
index a78dbfa..b61c8a2 100644
--- a/events.html
+++ b/events.html
@@ -519,45 +519,23 @@
         <h2 class="h4 eventupcoming__head pb-5">Online events (1)</h2>
         <article class="eventcomingitem flexi">
           <div class="eventcomingitem__left">
-            <p class="eventcomingitem__num">16</p>
-            <p class="eventcomingitem__month">February</p>
+            <p class="eventcomingitem__num">13</p>
+            <p class="eventcomingitem__month">April</p>
             <p class="eventcomingitem__year pt-3">2022</p>
           </div>
           <div class="eventcomingitem__main">
-            <p class="eventcomingitem__title h5">Apache Ignite Community Gathering: Ignite 3 Alpha 4</p>
-            <p class="eventcomingitem__descr pt-1">During this community gathering, we will discuss the latest Ignite releases:</p>
-            <ul>
-              <li>Apache Ignite 2.12 overview</li>
-              <li>Apache Ignite 3 Alpha 4: The Next Milestone</li>
-              <li>Transactions API in Apache Ignite 3</li>
-            </ul>
-            <p class="eventcomingitem__descr pt-1">Maxim Timonin, Apache Ignite Committer and Software Engineer at SberTech will present a brief overview of the Apache Ignite 2.12 release.</p>
-            <p class="eventcomingitem__descr pt-1">Apache Ignite 3 Alpha 4: The Next Milestone</p>
+            <p class="eventcomingitem__title h5">How to write a high-performance database driver</p>
             <p class="eventcomingitem__descr pt-1">
-              Apache Ignite 3 is the next generation of the Apache Ignite platform. Ignite 3 modernizes and improves Ignite’s usability while retaining its power and flexibility. The Alpha 4 build is the latest release of the Ignite 3
-              project. Val Kulichenko, Apache Ignite PMC member and the Ignite 3.0 Release manager, will present the Ignite 3 Alpha 4 overview, including new features Object Mappings for Table Views and DDL.
+              Databases are at the heart of most services and applications. How do we communicate with our database? How does the driver (client) work, how to design and implement it? This report covers all the steps - working with TCP
+              sockets, message format, serialization, fault tolerance, resource allocation, and much more.
             </p>
-            <p class="eventcomingitem__descr pt-1">Transactions API in Ignite 3</p>
-            <p class="eventcomingitem__descr pt-1">Alexey Scherbakov, Apache Ignite Committer, and architect at GridGain will show Ignite 3 just released in Alpha 4 build transactional API. We will take a glance over:</p>
-            <p class="eventcomingitem__descr pt-1">Transactions API in Ignite 3</p>
-            <ul>
-              <li>a transaction lifecycle</li>
-              <li>how to manage transactions</li>
-              <li>examples of synchronous and asynchronous transactions</li>
-            </ul>
-            <a class="eventcomingitem__more" href="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/283606359" target="_blank">Learn more details</a>
+            <a class="eventcomingitem__more" href="https://dotnext.ru/talks/6viriaxse1rxagmrhog7yx/" target="_blank">Learn more details</a>
           </div>
           <div class="eventcomingitem__right">
-            <div class="eventcomingitem__mic">
-              <div class="eventcomingitem__speaker">
-                Maxim Timonin<br />
-                Val Kulichenko<br />
-                Alexey Scherbakov
-              </div>
-            </div>
+            <div class="eventcomingitem__mic"><div class="eventcomingitem__speaker">Pavel Tupitsyn</div></div>
             <div class="eventcomingitem__loc">
               <div class="eventcomingitem__locblock"><img src="/img/events/content/meetup.svg" alt="" /></div>
-              <div class="eventcomingitem__camera">Online event</div>
+              <div class="eventcomingitem__camera">Online, Russia</div>
             </div>
           </div>
         </article>
@@ -606,12 +584,28 @@
     <section class="eventspast container jsTabWrap" id="past">
       <h3 class="capstext pb-5">Past Events</h3>
       <div class="eventspast__tablinks flexi">
-        <button class="eventpast__link active" data-tablink="e2021">2021</button><button class="eventpast__link" data-tablink="e2020">2020</button><button class="eventpast__link" data-tablink="e2019">2019</button
-        ><button class="eventpast__link" data-tablink="e2018">2018</button><button class="eventpast__link" data-tablink="e2017">2017</button><button class="eventpast__link" data-tablink="e2016">2016</button
-        ><button class="eventpast__link" data-tablink="e2015">2015</button><button class="eventpast__link" data-tablink="e2014">2014</button>
+        <button class="eventpast__link active" data-tablink="e2022">2022</button><button class="eventpast__link" data-tablink="e2021">2021</button><button class="eventpast__link" data-tablink="e2020">2020</button
+        ><button class="eventpast__link" data-tablink="e2019">2019</button><button class="eventpast__link" data-tablink="e2018">2018</button><button class="eventpast__link" data-tablink="e2017">2017</button
+        ><button class="eventpast__link" data-tablink="e2016">2016</button><button class="eventpast__link" data-tablink="e2015">2015</button><button class="eventpast__link" data-tablink="e2014">2014</button>
       </div>
       <div class="eventspast__tabs">
-        <div class="eventspast__tabwrap active" data-tab="e2021">
+        <div class="eventspast__tabwrap active" data-tab="e2022">
+          <div class="eventspast__tab">
+            <article class="eventcard">
+              <div class="eventcard__date">February 16, 2022</div>
+              <div class="eventcard__title pt-2">Apache Ignite Community Gathering: Ignite 3 Alpha 4</div>
+              <div class="eventcard__info pt-2">
+                <div class="eventcard__speaker">Maxim Timonin<br />Val Kulichenko<br />Alexey Scherbakov</div>
+                <div class="eventcard__loc">Online event</div>
+              </div>
+              <a class="eventcard__button button button--shadow" href="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/283606359" target="_blank"> Learn more details</a>
+            </article>
+          </div>
+          <div class="eventspast__morewrap" data-hidebox="ev2022more"><div class="eventspast__tab"></div></div>
+          <!--.eventspast__bottom.pt-1--><!--    a.eventspast__more.jsLoadMoreEvents(href="#", data-hideopen="ev2022more", data-invis="1") Show more-->
+        </div>
+        <!-- /.eventspast__tabwrap 2022-->
+        <div class="eventspast__tabwrap" data-tab="e2021">
           <div class="eventspast__tab">
             <article class="eventcard">
               <div class="eventcard__date">November 15-16, 2021</div>
diff --git a/our-community.html b/our-community.html
index 4343c6f..6e82fe7 100644
--- a/our-community.html
+++ b/our-community.html
@@ -531,6 +531,11 @@
             <a class="committer__github" href="https://github.com/ashapkin" target="_blank"><img src="/img/icon-github.svg" alt="" /></a><span class="committer__apache"></span>
           </div>
           <div class="committer flexi">
+            <div class="committer__name">Alexander Lapin</div>
+            <a class="committer__github" href="https://github.com/sanpwc" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="committer__apache" href="https://home.apache.org/phonebook.html?uid=sanpwc" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
+          </div>
+          <div class="committer flexi">
             <div class="committer__name">Alexey Goncharuk</div>
             <a class="committer__github" href="https://github.com/agoncharuk" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
             ><a class="committer__apache" href="http://people.apache.org/phonebook.html?uid=agoncharuk" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -585,13 +590,13 @@
             <div class="committer__name">Branko Čibej</div>
             <a class="committer__github" href="https://github.com/brainy" target="_blank"><img src="/img/icon-github.svg" alt="" /></a><span class="committer__apache"></span>
           </div>
+        </div>
+        <div class="committers__more jsOpener" data-hidebox="committersMore">
           <div class="committer flexi">
             <div class="committer__name">Denis Magda</div>
             <a class="committer__github" href="https://github.com/dmagda" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
             ><a class="committer__apache" href="http://people.apache.org/phonebook.html?uid=dmagda" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
           </div>
-        </div>
-        <div class="committers__more jsOpener" data-hidebox="committersMore">
           <div class="committer flexi">
             <div class="committer__name">Dmitriy Govorukhin</div>
             <a class="committer__github" href="https://github.com/dgovorukhin" target="_blank"><img src="/img/icon-github.svg" alt="" /></a><span class="committer__apache"></span>
@@ -736,6 +741,11 @@
             <a class="committer__github" href="https://github.com/Jokser" target="_blank"><img src="/img/icon-github.svg" alt="" /></a><span class="committer__apache"></span>
           </div>
           <div class="committer flexi">
+            <div class="committer__name">Pavel Pereslegin</div>
+            <a class="committer__github" href="https://github.com/xtern" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="committer__apache" href="https://home.apache.org/phonebook.html?uid=ppa" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
+          </div>
+          <div class="committer flexi">
             <div class="committer__name">Peter Ivanov</div>
             <a class="committer__github" href="https://github.com/vveider" target="_blank"><img src="/img/icon-github.svg" alt="" /></a><span class="committer__apache"></span>
           </div>
@@ -762,7 +772,8 @@
           </div>
           <div class="committer flexi">
             <div class="committer__name">Semyon Danilov</div>
-            <a class="committer__github" href="https://github.com/SammyVimes" target="_blank"><img src="/img/icon-github.svg" alt="" /></a><span class="committer__apache"></span>
+            <a class="committer__github" href="https://github.com/SammyVimes" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="committer__apache" href="https://home.apache.org/phonebook.html?uid=sdanilov" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
           </div>
           <div class="committer flexi">
             <div class="committer__name">Sergey Chugunov</div>
@@ -805,6 +816,11 @@
             <span class="committer__apache"></span>
           </div>
           <div class="committer flexi">
+            <div class="committer__name">Vladislav Pyatkov</div>
+            <a class="committer__github" href="https://github.com/vldpyatkov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
+            ><a class="committer__apache" href="https://home.apache.org/phonebook.html?uid=vpyatkov" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
+          </div>
+          <div class="committer flexi">
             <div class="committer__name">Vyacheslav Daradur</div>
             <a class="committer__github" href="https://github.com/daradurvs" target="_blank"><img src="/img/icon-github.svg" alt="" /></a><span class="committer__apache"></span>
           </div>
@@ -834,7 +850,6 @@
           <article class="cmty-pmitem">
             <div class="cmty-pmitem__proff"><img src="/img/community/b7-chair-star.svg" alt="" /><span>PMC CHAIR</span></div>
             <p class="cmty-pmitem__name h5">Dmitriy Pavlov</p>
-            <small class="cmty-pmitem__work pt-2">SberTech</small>
             <div class="cmty-pmitem__links flexi">
               <a class="cmty-pmitem__github" href="https://github.com/dspavlov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
               ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=dpavlov" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -842,7 +857,6 @@
           </article>
           <article class="cmty-pmitem">
             <p class="cmty-pmitem__name h5">Alexey Goncharuk</p>
-            <small class="cmty-pmitem__work pt-2">GridGain</small>
             <div class="cmty-pmitem__links flexi">
               <a class="cmty-pmitem__github" href="https://github.com/agoncharuk" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
               ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=agoncharuk" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -850,7 +864,6 @@
           </article>
           <article class="cmty-pmitem">
             <p class="cmty-pmitem__name h5">Alexey Kuznetsov</p>
-            <small class="cmty-pmitem__work pt-2">EPAM</small>
             <div class="cmty-pmitem__links flexi">
               <a class="cmty-pmitem__github" href="https://github.com/akuznetsov-gridgain" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
               ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=akuznetsov" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -858,7 +871,6 @@
           </article>
           <article class="cmty-pmitem">
             <p class="cmty-pmitem__name h5">Alexey Plehanov</p>
-            <small class="cmty-pmitem__work pt-2">SberTech</small>
             <div class="cmty-pmitem__links flexi">
               <a class="cmty-pmitem__github" href="https://github.com/alex-plekhanov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
               ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=alexpl" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -869,7 +881,6 @@
           <div class="jsOpenerWrap cmty-pm__wrap">
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Andrey Gura</p>
-              <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/agura" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=agura" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -877,7 +888,6 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Andrey Novikov</p>
-              <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/nva" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=anovikov" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -885,14 +895,12 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Andrew Mashenkov</p>
-              <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/AMashenkov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Anton Vinogradov</p>
-              <small class="cmty-pmitem__work pt-2">SberTech</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/anton-vinogradov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=av" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -900,7 +908,6 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Denis Magda</p>
-              <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/dmagda" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=dmagda" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -908,7 +915,6 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Dmitriy Setrakyan</p>
-              <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/dsetrakyan" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=dsetrakyan" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -916,21 +922,18 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Evans Ye</p>
-              <small class="cmty-pmitem__work pt-2">Trend Micro</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=evansye" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Gianfranco Murador</p>
-              <small class="cmty-pmitem__work pt-2">Engiweb Security</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=murador" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Igor Sapego</p>
-              <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/isapego" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=isapego" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -938,7 +941,6 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Ilya Kasnacheev</p>
-              <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/alamar" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=ilyak" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -946,14 +948,12 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Ilya Sterin</p>
-              <small class="cmty-pmitem__work pt-2">ChronoTrack</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=isterin" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Irina Vasilinets</p>
-              <small class="cmty-pmitem__work pt-2">WhatsApp</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/ivasilinets" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=ivasilinets" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -961,7 +961,6 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Ivan Pavlukhin</p>
-              <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/pavlukhin" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=ipavlukhin" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -969,21 +968,18 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Konstantin Boudnik</p>
-              <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=cos" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Kseniya Romanova</p>
-              <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/ks-romanova" target="_blank"><img src="/img/icon-github.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Maxim Muzafarov</p>
-              <small class="cmty-pmitem__work pt-2">SberTech</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/Mmuzaf" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=mmuzaf" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -991,7 +987,6 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Nikita Ivanov</p>
-              <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/nivanov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=nivanov" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -999,7 +994,6 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Nikolai Izhikov</p>
-              <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/nizhikov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=nizhikov" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -1007,7 +1001,6 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Nikolai Tikhonov</p>
-              <small class="cmty-pmitem__work pt-2">Nexign</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/TikhonovNikolay" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=ntikhonov" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -1015,14 +1008,12 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Ognen Duzlevski</p>
-              <small class="cmty-pmitem__work pt-2">Shoutlet</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=maketo" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Pavel Tupitsyn</p>
-              <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/ptupitsyn" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=ptupitsyn" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -1030,28 +1021,24 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Raúl Kripalani</p>
-              <small class="cmty-pmitem__work pt-2">Evosent Consulting</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=raulk" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Roman Shaposhnik</p>
-              <small class="cmty-pmitem__work pt-2">Pivotal</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=rvs" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Roman Shtykh</p>
-              <small class="cmty-pmitem__work pt-2">Yahoo Japan Corporation</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=shroman" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Saikat Maitra</p>
-              <small class="cmty-pmitem__work pt-2">Target</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/samaitra" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=samaitra" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -1059,14 +1046,12 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Semyon Boikov</p>
-              <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=sboikov" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Sergey Evdokimov</p>
-              <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/sevdokimov-gg" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=sevdokimov" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -1074,12 +1059,10 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Sergey Khisamov</p>
-              <small class="cmty-pmitem__work pt-2">Fitech Source</small>
               <div class="cmty-pmitem__links flexi"></div>
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Sergey Vladykin</p>
-              <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/svladykin" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=sergi" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -1087,7 +1070,6 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Valentin Kulichenko</p>
-              <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/vkulichenko" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=vkulichenko" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -1095,7 +1077,6 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Vladimir Ozerov</p>
-              <small class="cmty-pmitem__work pt-2"></small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__github" href="https://github.com/devozerov" target="_blank"><img src="/img/icon-github.svg" alt="" /></a
                 ><a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=vozerov" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
@@ -1103,7 +1084,6 @@
             </article>
             <article class="cmty-pmitem">
               <p class="cmty-pmitem__name h5">Yakov Zhdanov</p>
-              <small class="cmty-pmitem__work pt-2">GridGain</small>
               <div class="cmty-pmitem__links flexi">
                 <a class="cmty-pmitem__apache" href="http://people.apache.org/phonebook.html?uid=yzhdanov" target="_blank"><img src="/img/icon-pero.svg" alt="" /></a>
               </div>
diff --git a/use-cases/provenusecases.html b/use-cases/provenusecases.html
index a53d689..21b6986 100644
--- a/use-cases/provenusecases.html
+++ b/use-cases/provenusecases.html
@@ -362,8 +362,7 @@
           <span class="grayhero__logo"><img src="/img/poweredby/logos/microsoft.svg" alt="" /></span><span class="grayhero__logo"><img src="/img/poweredby/logos/netflix.svg" alt="" /></span
           ><span class="grayhero__logo"><img src="/img/poweredby/logos/apple.png" alt="" /></span><span class="grayhero__logo"><img src="/img/poweredby/logos/dreamworks.png" alt="" /></span
           ><span class="grayhero__logo"><img src="/img/poweredby/logos/yahoo.svg" alt="" /></span><span class="grayhero__logo"><img src="/img/poweredby/logos/bloomberg.svg" alt="" /></span
-          ><span class="grayhero__logo"><img src="/img/poweredby/logos/sber.png" alt="" /></span><span class="grayhero__logo"><img src="/img/poweredby/logos/paypal.svg" alt="" /></span
-          ><span class="grayhero__logo"><img src="/img/poweredby/logos/banco-do-brasil.svg" alt="" /></span>
+          ><span class="grayhero__logo"><img src="/img/poweredby/logos/paypal.svg" alt="" /></span><span class="grayhero__logo"><img src="/img/poweredby/logos/banco-do-brasil.svg" alt="" /></span>
         </div>
       </div>
     </section>
@@ -623,18 +622,6 @@
           </article>
           <article class="comvideo">
             <div class="comvideo__box">
-              <a class="comvideo__screen" href="https://www.youtube.com/watch?v=0iJ0a9Cy_rA" data-youtube="data-youtube"
-                ><span class="comvideo__txt">High Availability And Disaster Recovery For IMDG</span><img src="/img/poweredby/videos/016.png" alt=""
-              /></a>
-            </div>
-            <div class="h4 pt-2 comvideo__title">Sberbank</div>
-            <div class="comvideo__descr pt-1">
-              <p>Digital transformation of Sberbank banking services with Apache Ignite.</p>
-              <p><a href="https://www.imcsummit.org/2017/us/sessions/high-availability-and-disaster-recovery-imdg" target="_blank">View presentation and learn more about speakers</a></p>
-            </div>
-          </article>
-          <article class="comvideo">
-            <div class="comvideo__box">
               <a class="comvideo__screen" href="https://www.youtube.com/watch?v=MMI0RIiLadM" data-youtube="data-youtube"
                 ><span class="comvideo__txt">Implementation Of&nbsp;Investment Book Of&nbsp;Record (IBOR) Using Apache Ignite</span><img src="/img/poweredby/videos/017.png" alt=""
               /></a>