You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by mr...@apache.org on 2018/08/20 17:08:08 UTC

[incubator-openwhisk-website] branch master updated: Add the flow style to download page for different modules (#317)

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

mrutkowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 75e907b  Add the flow style to download page for different modules (#317)
75e907b is described below

commit 75e907b0785da267444e6f4e019094a1eb35a7b8
Author: Vincent <sh...@us.ibm.com>
AuthorDate: Mon Aug 20 13:08:06 2018 -0400

    Add the flow style to download page for different modules (#317)
---
 _layouts/downloads.html | 79 ++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 72 insertions(+), 7 deletions(-)

diff --git a/_layouts/downloads.html b/_layouts/downloads.html
index a82f243..198ba45 100644
--- a/_layouts/downloads.html
+++ b/_layouts/downloads.html
@@ -68,13 +68,78 @@ layout: default
                 <a class="indexable" id="versions"></a>
                 <h4>Versions</h4>
                 <p>The following release versions are available:</p>
-                <div style="padding-top:10px;">
-                    <h5>0.9.0-incubating (2018-07-17)</h5>
-                    <ul>
-                        <li><em>source code</em>: <a href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz&action=download">openwhisk-0.9.0-incubating-sources.tar.gz</a></li>
-                        <li><em>SHA-512 checksum</em>: <a href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz.sha512">openwhisk-0.9.0-incubating-sources.tar.gz.sha512</a></li>
-                        <li><em>PGP signature</em>: <a href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz.asc">openwhisk-0.9.0-incubating-sources.tar.gz.asc</a></li>
-                    </ul>
+                <h5>0.9.0-incubating (2018-07-17)</h5>
+                <div class="content">
+                   <div class="flow-columns">
+                      <div class="project-structure-repo theme-deeper-sea-green">
+                        <h4>OpenWhisk</h4>
+                        <p>Core service of OpenWhisk.</p>
+                        <p class="repo-title border-deeper-sea-green">
+                          <a
+                            href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz&action=download">
+                            Source code
+                          </a>
+                        </p>
+                        <p class="repo-title border-deeper-sea-green">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz.sha512">
+                            SHA-512 checksum
+                          </a>
+                        </p>
+                        <p class="repo-title border-deeper-sea-green">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-0.9.0-incubating-sources.tar.gz.asc">
+                            PGP signature
+                          </a>
+                        </p>
+                      </div>
+
+                      <div class="project-structure-repo theme-deeper-sky-blue">
+                        <h4>OpenWhisk CLI</h4>
+                        <p>OpenWhisk command-line interface.</p>
+                        <p class="repo-title border-deeper-sky-blue">
+                          <a
+                            href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-cli-0.9.0-incubating-sources.tar.gz&action=download">
+                            Source code
+                          </a>
+                        </p>
+                        <p class="repo-title border-deeper-sky-blue">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-cli-0.9.0-incubating-sources.tar.gz.sha512">
+                            SHA-512 checksum
+                          </a>
+                        </p>
+                        <p class="repo-title border-deeper-sky-blue">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-cli-0.9.0-incubating-sources.tar.gz.asc">
+                            PGP signature
+                          </a>
+                        </p>
+                      </div>
+
+                      <div class="project-structure-repo theme-darkgoldenrod">
+                        <h4>OpenWhisk Client Go</h4>
+                        <p>OpenWhisk client library in Go.</p>
+                        <p class="repo-title border-darkgoldenrod">
+                          <a
+                            href="https://www.apache.org/dyn/closer.lua?filename=incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-client-go-0.9.0-incubating-sources.tar.gz&action=download">
+                            Source code
+                          </a>
+                        </p>
+                        <p class="repo-title border-darkgoldenrod">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-client-go-0.9.0-incubating-sources.tar.gz.sha512">
+                            SHA-512 checksum
+                          </a>
+                        </p>
+                        <p class="repo-title border-darkgoldenrod">
+                          <a
+                            href="https://www.apache.org/dist/incubator/openwhisk/apache-openwhisk-0.9.0-incubating/openwhisk-client-go-0.9.0-incubating-sources.tar.gz.asc">
+                            PGP signature
+                          </a>
+                        </p>
+                      </div>
+                    </div>
                 </div>
             </div>
         </main>