Author: dmagda
Date: Tue Aug 15 21:39:44 2017
New Revision: 1805117
URL: http://svn.apache.org/viewvc?rev=1805117&view=rev
Log:
updated the events page
Modified:
ignite/site/trunk/css/all.css
ignite/site/trunk/events.html
ignite/site/trunk/index.html
ignite/site/trunk/scss/ignite.scss
Modified: ignite/site/trunk/css/all.css
URL:
http://svn.apache.org/viewvc/ignite/site/trunk/css/all.css?rev=1805117&r1=1805116&r2=1805117&view=diff
==============================================================================
--- ignite/site/trunk/css/all.css (original)
+++ ignite/site/trunk/css/all.css Tue Aug 15 21:39:44 2017
@@ -8588,6 +8588,7 @@ section.page-subsection {
color: #fff;
z-index: 9;
position: relative;
+ background-color: black !important;
background: url(../images/bannernodots.png) no-repeat center/cover;
-webkit-transition: all, 0.2s, linear;
-o-transition: all, 0.2s, linear;
@@ -9261,6 +9262,10 @@ div.square {
}
}
+.wrapper-main-banner {
+ background-color: black;
+}
+
.btn-transparent {
color: #fff;
background-color: transparent;
Modified: ignite/site/trunk/events.html
URL:
http://svn.apache.org/viewvc/ignite/site/trunk/events.html?rev=1805117&r1=1805116&r2=1805117&view=diff
==============================================================================
--- ignite/site/trunk/events.html (original)
+++ ignite/site/trunk/events.html Tue Aug 15 21:39:44 2017
@@ -52,6 +52,36 @@ under the License.
<section id="news" class="page-section">
<h1 class="first">Meetups & Events</h1>
<div class="col-sm-12 col-md-12 col-xs-12" style="padding-left: 0;
padding-right: 20px;">
+ <section id="SF-Big-Analytics-242368299" class="page-section
news-section">
+ <div><h3 style="display:inline-block;">Apache Ignite: The
in-memory hammer in your data science toolkit
+ <a href="/events.html#SF-Big-Analytics-242368299"><i
class="fa fa-anchor"></i></a>
+ </h3></div>
+ <span class="news-date">Meetup, Denis
Magda</span><br/><br/>
+ <span class="news-date">September 13, 2017</span>
+ <p>
+ In his talk, Denis will look at some of the main
components of Apache Ignite, such as the Compute Grid, Data Grid and the
Machine Learning Grid.
+ Through examples, attendees will learn how Apache
Ignite can be used for big data analysis.
+ </p>
+ <div class="col-sm-12 col-md-9 col-xs-12 news-readmore">
+ <p>
+ <a
href="https://www.meetup.com/SF-Big-Analytics/events/242368299/"
target="_blank">Read more</a>
+ </p>
+ </div>
+ <div class="col-sm-12 col-md-3 col-xs-12 ">
+
+ <!-- AddToAny BEGIN -->
+ <div class="a2a_kit a2a_kit_size_28 a2a_default_style
news-socialmedia-icons"
+
data-a2a-url="https://www.meetup.com/SF-Big-Analytics/events/242368299/"
+ data-a2a-title="Apache Ignite: The in-memory
hammer in your data science toolkit">
+ <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>
+ <!-- AddToAny END -->
+ </div>
+ <p style="margin:0;"> </p>
+ </section>
<section id="big-community-webinar-2423316315303466241"
class="page-section news-section">
<div><h3 style="display:inline-block;">Introduction to
Apache Ignite, a memory-centric distributed platform
<a
href="/events.html#big-community-webinar-2423316315303466241"><i class="fa
fa-anchor"></i></a>
Modified: ignite/site/trunk/index.html
URL:
http://svn.apache.org/viewvc/ignite/site/trunk/index.html?rev=1805117&r1=1805116&r2=1805117&view=diff
==============================================================================
Binary files - no diff available.
Modified: ignite/site/trunk/scss/ignite.scss
URL:
http://svn.apache.org/viewvc/ignite/site/trunk/scss/ignite.scss?rev=1805117&r1=1805116&r2=1805117&view=diff
==============================================================================
--- ignite/site/trunk/scss/ignite.scss (original)
+++ ignite/site/trunk/scss/ignite.scss Tue Aug 15 21:39:44 2017
@@ -1069,6 +1069,7 @@ section.page-subsection {
color: $white;
z-index: 9;
position: relative;
+ background-color: rgb(0, 0, 0) !important;
background: url(../images/bannernodots.png) no-repeat center/cover;
@include transition(all, 0.2s, linear);
@@ -1819,3 +1820,7 @@ div.square {
display: none !important;
}
}
+
+.wrapper-main-banner {
+ background-color: rgb(0, 0, 0);
+}
\ No newline at end of file