This is an automated email from the ASF dual-hosted git repository. mauriciostekl pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/ignite-website.git
commit fb8e4766fd2e6e5385fb06892485ea34370f9d4a Author: Mauricio Stekl <[email protected]> AuthorDate: Fri Aug 6 16:26:39 2021 -0300 archived past events --- events.html | 97 +++++++++++++++++++++++++++++++------------------------------ 1 file changed, 50 insertions(+), 47 deletions(-) diff --git a/events.html b/events.html index c41aa7a..7005494 100644 --- a/events.html +++ b/events.html @@ -108,54 +108,7 @@ under the License. <!-- {{upcoming_events}} --> - <div class="row row-event"> - <div class="col-md-2 d-none d-md-block"> - <div class="round-icon-block"> - <img src="images/meetup.svg" alt="Meetup logo"> - <p><strong>Virtual</strong> Meetup</p> - </div> - </div> - <div class="col-md-10 "> - <section id="apache-ignite-3-0-0-alpha-2-build-community-gathering"> - <h3 style="display:inline-block;">Apache Ignite 3.0.0 Alpha 2 Build Community Gathering - <a href="/events.html#apache-ignite-3-0-0-alpha-2-build-community-gathering"><i - class="fa fa-anchor"></i></a> - </h3> - <div class="event-date">Virtual Apache Ignite Meetup, Valentin Kulichenko</div> - <div class="event-date">July 20, 2021</div> - - <p>This gathering is organized to summarize feedback, share ideas, and overview the following stages of Ignite 3.0 development.<br /> - During this session, we will:</p> - - <ul> - <li>Give an update on the Ignite 3 development - what has been completed so far, and the next steps planned.</li> - <li>Discuss the latest Ignite 3 milestone: the Alpha 2 release.</li> - <li>Run a live demo: create an Ignite 3 Alpha 2 cluster and demonstrate the new APIs usage by running code examples.</li> - </ul> - - <div class="row"> - <div class=" col-md-9 news-readmore"> - <p> - <a href="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/279417063/" target="_blank" rel="noopener">Read more</a> - </p> - </div> - <div class=" col-md-3 "> - - <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons" - data-a2a-url="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/279417063/" - data-a2a-title="Apache Ignite 3.0.0 Alpha 2 Build Community Gathering"> - <a class="a2a_button_twitter"></a> - <a class="a2a_button_linkedin"></a> - <a class="a2a_button_facebook"></a> - <a class="a2a_dd" href="https://www.addtoany.com/share"></a> - </div> - </div> - </div> - - </section> - </div> - </div> <div class="row row-event"> <div class="col-md-2 d-none d-md-block"> <div class="round-icon-block"> @@ -277,6 +230,56 @@ under the License. <div class="row row-event"> <div class="col-md-2 d-none d-md-block"> <div class="round-icon-block"> + <img src="images/meetup.svg" alt="Meetup logo"> + <p><strong>Virtual</strong> Meetup</p> + </div> + </div> + <div class="col-md-10 "> + <section id="apache-ignite-3-0-0-alpha-2-build-community-gathering"> + <h3 style="display:inline-block;">Apache Ignite 3.0.0 Alpha 2 Build Community Gathering + <a href="/events.html#apache-ignite-3-0-0-alpha-2-build-community-gathering"><i + class="fa fa-anchor"></i></a> + </h3> + <div class="event-date">Virtual Apache Ignite Meetup, Valentin Kulichenko</div> + <div class="event-date">July 20, 2021</div> + + <p>This gathering is organized to summarize feedback, share ideas, and overview the following stages of Ignite 3.0 development.<br /> + During this session, we will:</p> + + <ul> + <li>Give an update on the Ignite 3 development - what has been completed so far, and the next steps planned.</li> + <li>Discuss the latest Ignite 3 milestone: the Alpha 2 release.</li> + <li>Run a live demo: create an Ignite 3 Alpha 2 cluster and demonstrate the new APIs usage by running code examples.</li> + </ul> + + <div class="row"> + <div class=" col-md-9 news-readmore"> + <p> + <a href="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/279417063/" target="_blank" rel="noopener">Read more</a> + </p> + </div> + <div class=" col-md-3 "> + + + <div class="a2a_kit a2a_kit_size_28 a2a_default_style news-socialmedia-icons" + data-a2a-url="https://www.meetup.com/Apache-Ignite-Virtual-Meetup/events/279417063/" + data-a2a-title="Apache Ignite 3.0.0 Alpha 2 Build Community Gathering"> + <a class="a2a_button_twitter"></a> + <a class="a2a_button_linkedin"></a> + <a class="a2a_button_facebook"></a> + <a class="a2a_dd" href="https://www.addtoany.com/share"></a> + </div> + </div> + </div> + + </section> + </div> + </div> + + + <div class="row row-event"> + <div class="col-md-2 d-none d-md-block"> + <div class="round-icon-block"> <img src="images/webinars.svg" alt="Webinar logo"> <p>Webinar</p> </div>
