You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by fh...@apache.org on 2019/08/05 10:24:17 UTC

[flink-web] branch asf-site updated (b5db510 -> ecc7cf7)

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

fhueske pushed a change to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git.


    from b5db510  Clarify that pr not authored by assignee is invalid
     new 8e73be1  Add SK telecom to Powered By page.
     new ecc7cf7  Rebuild website

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 content/img/poweredby/sktelecom-logo.png | Bin 0 -> 22554 bytes
 content/index.html                       |   6 ++++++
 content/poweredby.html                   |   4 ++++
 img/poweredby/sktelecom-logo.png         | Bin 0 -> 22554 bytes
 index.md                                 |   6 ++++++
 poweredby.md                             |   4 ++++
 6 files changed, 20 insertions(+)
 create mode 100644 content/img/poweredby/sktelecom-logo.png
 create mode 100644 img/poweredby/sktelecom-logo.png


[flink-web] 02/02: Rebuild website

Posted by fh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fhueske pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit ecc7cf7d7eacb65aac9a6a3f96c0550d8c317e62
Author: Fabian Hueske <fh...@apache.org>
AuthorDate: Mon Aug 5 12:23:42 2019 +0200

    Rebuild website
---
 content/img/poweredby/sktelecom-logo.png | Bin 0 -> 22554 bytes
 content/index.html                       |   6 ++++++
 content/poweredby.html                   |   4 ++++
 3 files changed, 10 insertions(+)

diff --git a/content/img/poweredby/sktelecom-logo.png b/content/img/poweredby/sktelecom-logo.png
new file mode 100644
index 0000000..479303b
Binary files /dev/null and b/content/img/poweredby/sktelecom-logo.png differ
diff --git a/content/index.html b/content/index.html
index 6a0da14..b6d8d3f 100644
--- a/content/index.html
+++ b/content/index.html
@@ -423,6 +423,12 @@
         </li>
         <li>
           <div><a href="/poweredby.html">
+            <img src="/img/poweredby/sktelecom-logo.png" width="175" alt="SK telecom" />
+          </a></div>
+          
+        </li>
+        <li>
+          <div><a href="/poweredby.html">
             <img src="/img/poweredby/telefonica-next-logo.png" width="175" alt="Telefonica Next" />
           </a></div>
           
diff --git a/content/poweredby.html b/content/poweredby.html
index 19c1c76..511a578 100644
--- a/content/poweredby.html
+++ b/content/poweredby.html
@@ -261,6 +261,10 @@
       ResearchGate, a social network for scientists, uses Flink for network analysis and near-duplicate detection. <br /><br /><a href="http://2016.flink-forward.org/kb_sessions/joining-infinity-windowless-stream-processing-with-flink/" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> See ResearchGate at Flink Forward 2016</a>
   </div>
   <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
+    <img src="/img/poweredby/sktelecom-logo.png" alt="SK telecom" /><br />
+      SK telecom is South Korea's largest wireless carrier and uses Flink for several applications including smart factory and mobility applications. <br /><br /><a href="https://www.youtube.com/watch?v=wPQWFy5JENw" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> Learn more about one of SK telecom's use cases</a>
+  </div>
+  <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
     <img src="/img/poweredby/telefonica-next-logo.png" alt="Telefonica Next" /><br />
       Telefónica NEXT's TÜV-certified Data Anonymization Platform is powered by Flink. <br /><br /><a href="https://next.telefonica.de/en/solutions/big-data-privacy-services" target="_blank"><small><span class="glyphicon glyphicon-new-window"></span></small> Read more about Telefónica NEXT</a>
   </div>


[flink-web] 01/02: Add SK telecom to Powered By page.

Posted by fh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

fhueske pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/flink-web.git

commit 8e73be1df9d3af875e2abcd3610fe20b8e7415ac
Author: Fabian Hueske <fh...@apache.org>
AuthorDate: Mon Aug 5 10:32:34 2019 +0200

    Add SK telecom to Powered By page.
---
 img/poweredby/sktelecom-logo.png | Bin 0 -> 22554 bytes
 index.md                         |   6 ++++++
 poweredby.md                     |   4 ++++
 3 files changed, 10 insertions(+)

diff --git a/img/poweredby/sktelecom-logo.png b/img/poweredby/sktelecom-logo.png
new file mode 100644
index 0000000..479303b
Binary files /dev/null and b/img/poweredby/sktelecom-logo.png differ
diff --git a/index.md b/index.md
index 2d1b112..f7a2fe2 100644
--- a/index.md
+++ b/index.md
@@ -272,6 +272,12 @@ layout: base
         </li>
         <li>
           <div><a href="{{ site.baseurl }}/poweredby.html">
+            <img src="{{ site.baseurl }}/img/poweredby/sktelecom-logo.png" width="175" alt="SK telecom" />
+          </a></div>
+          
+        </li>
+        <li>
+          <div><a href="{{ site.baseurl }}/poweredby.html">
             <img src="{{ site.baseurl }}/img/poweredby/telefonica-next-logo.png" width="175" alt="Telefonica Next" />
           </a></div>
           
diff --git a/poweredby.md b/poweredby.md
index b61dcbd..85861e4 100644
--- a/poweredby.md
+++ b/poweredby.md
@@ -106,6 +106,10 @@ If you would you like to be included on this page, please reach out to the [Flin
       ResearchGate, a social network for scientists, uses Flink for network analysis and near-duplicate detection. <br><br><a href="http://2016.flink-forward.org/kb_sessions/joining-infinity-windowless-stream-processing-with-flink/" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> See ResearchGate at Flink Forward 2016</a>
   </div>
   <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
+    <img src="{{ site.baseurl }}/img/poweredby/sktelecom-logo.png" alt="SK telecom" /><br />
+      SK telecom is South Korea's largest wireless carrier and uses Flink for several applications including smart factory and mobility applications. <br><br><a href="https://www.youtube.com/watch?v=wPQWFy5JENw" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> Learn more about one of SK telecom's use cases</a>
+  </div>
+  <div class="powered-by-tile col-md-3 col-sm-4 col-xs-6">
     <img src="{{ site.baseurl }}/img/poweredby/telefonica-next-logo.png" alt="Telefonica Next" /><br />
       Telefónica NEXT's TÜV-certified Data Anonymization Platform is powered by Flink. <br><br><a href="https://next.telefonica.de/en/solutions/big-data-privacy-services" target='_blank'><small><span class="glyphicon glyphicon-new-window"></span></small> Read more about Telefónica NEXT</a>
   </div>