This is an automated email from the ASF dual-hosted git repository.
aradzinski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nlpcraft-website.git
The following commit(s) were added to refs/heads/master by this push:
new abd6f73 WIP.
abd6f73 is described below
commit abd6f732e34e16d28a396b430543a129fe7fc601
Author: Aaron Radzinski <[email protected]>
AuthorDate: Fri Aug 13 12:02:41 2021 -0700
WIP.
---
_data/events.yaml | 29 +++++++++++++++++++++++++++++
_includes/quick-links.html | 3 +++
_layouts/blog.html | 2 +-
_layouts/default.html | 2 +-
_scss/misc.scss | 3 +++
images/apache-con.jpg | Bin 0 -> 2685 bytes
index.html | 2 +-
blogs.html => resources.html | 3 ++-
8 files changed, 40 insertions(+), 4 deletions(-)
diff --git a/_data/events.yaml b/_data/events.yaml
new file mode 100644
index 0000000..30c3779
--- /dev/null
+++ b/_data/events.yaml
@@ -0,0 +1,29 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements. See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License. You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+- talk_title: Apache NLPCraft - Breaking Years Of Dogma in NLP
+ event_name: ApacheCon Asia 2021
+ event_loc: Online
+ url: /relnotes/release-notes-0.9.0.html
+ abstract: Download NLPCraft 0.9.0. Scala 2.13 support + over 35 πͺ fixes,
improvements and enhancements.
+ event_date: August 6-8, 2021
+ speaker_1_name: Aaron Radzinski
+ speaker_1_bio: Founder at DataLingvo, Apache NLPCraft IPMC member
+ speaker_2_name: Nikita Ivanov
+ speaker_2_bio: CTO & founder at GridGain System, Apache Ignite/NLPCraft PMC
member
+ event_avatar_url: images/apache-con.jpg
+ event_twitter_id: ApacheCon
diff --git a/_includes/quick-links.html b/_includes/quick-links.html
index 2120147..15c0765 100644
--- a/_includes/quick-links.html
+++ b/_includes/quick-links.html
@@ -31,6 +31,9 @@
<li>
<i class="fas fa-fw fa-magic mr-2"></i><a href="/cheat-sheet.html">Cheat
Sheet</a>
</li>
+<li>
+ <i class="fas fa-fw fa-calendar-alt mr-2"></i><a
href="/cheat-sheet.html">News <i class="amp">&</i> Events</a>
+</li>
<li class="side-nav-title">Support</li>
<li>
<nobr>
diff --git a/_layouts/blog.html b/_layouts/blog.html
index 3001577..caad45a 100644
--- a/_layouts/blog.html
+++ b/_layouts/blog.html
@@ -23,7 +23,7 @@ layout: default
<div class="navbar-aligned">
<ol class="breadcrumb">
<li class="mr-1"><a href="/index.html">Home</a></li>
- <li class="mr-1"><a href="/blogs.html">Resources</a></li>
+ <li class="mr-1"><a href="/resources.html">Resources</a></li>
<li class="mr-1 active">{{ page.active_crumb }}</li>
</ol>
diff --git a/_layouts/default.html b/_layouts/default.html
index c6dc939..dfc868b 100644
--- a/_layouts/default.html
+++ b/_layouts/default.html
@@ -105,7 +105,7 @@ layout: compress
<a class="nav-link" href="/docs.html">Docs</a>
</li>
<li class="nav-item">
- <a class="nav-link" href="/blogs.html">Resources</a>
+ <a class="nav-link" href="/resources.html">Resources</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/community.html">Community</a>
diff --git a/_scss/misc.scss b/_scss/misc.scss
index 0ba96a7..b5cc9ad 100644
--- a/_scss/misc.scss
+++ b/_scss/misc.scss
@@ -507,6 +507,9 @@ i.fa-gitter {
i.fa-youtube {
color: #f00;
}
+i.fa-calendar-alt {
+ color: $color-pumpkin;
+}
i.fa-twitter {
color: #00a2f5;
}
diff --git a/images/apache-con.jpg b/images/apache-con.jpg
new file mode 100644
index 0000000..065b5c6
Binary files /dev/null and b/images/apache-con.jpg differ
diff --git a/index.html b/index.html
index b51e0e2..9cf4c53 100644
--- a/index.html
+++ b/index.html
@@ -302,7 +302,7 @@ layout: default
{% endfor %}
</div>
<div class="learn-more">
- <a href="blogs.html">News <i class="align-text-bottom fas
fa-angle-right"></i></a>
+ <a href="resources.html">News <i class="align-text-bottom fas
fa-angle-right"></i></a>
</div>
</div>
</div>
diff --git a/blogs.html b/resources.html
similarity index 97%
rename from blogs.html
rename to resources.html
index 4733159..1423350 100644
--- a/blogs.html
+++ b/resources.html
@@ -33,9 +33,10 @@ layout: interior
<nav>
<div class="nav nav-tabs" role="tablist">
<a class="nav-item nav-link active" data-toggle="tab"
href="#all-news" role="tab">News</a>
+ <a class="nav-item nav-link" data-toggle="tab"
href="#all-news" role="tab"><i class="fas fw fa-calendar-alt"></i> Events</a>
<a class="nav-item nav-link" data-toggle="tab"
href="#en-blogs" role="tab">English Blog</a>
<a class="nav-item nav-link" data-toggle="tab"
href="#ru-blogs" role="tab">Π ΡΡΡΠΊΠΈΠΉ ΠΠ»ΠΎΠ³ </a>
- <a class="nav-item nav-link" data-toggle="tab"
href="#videos" role="tab">Videos <i style="color: #f00" class="fab fw
fa-youtube"></i></a>
+ <a class="nav-item nav-link" data-toggle="tab"
href="#videos" role="tab"><i class="fab fw fa-youtube"></i> Videos</a>
</div>
</nav>
<div class="tab-content">