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

[incubator-openwhisk-website] 01/01: Add the flow style to download page for different modules

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

houshengbo pushed a commit to branch add-client-cli-links
in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-website.git

commit 9448b066785e7dd509f6578567c60378802255d5
Author: Vincent Hou <sh...@us.ibm.com>
AuthorDate: Mon Aug 20 10:55:45 2018 -0400

    Add the flow style to download page for different modules
---
 _layouts/downloads.html | 81 ++++++++++++++++++++++++++++++++++++++++++++-----
 1 file changed, 73 insertions(+), 8 deletions(-)

diff --git a/_layouts/downloads.html b/_layouts/downloads.html
index a82f243..b837362 100644
--- a/_layouts/downloads.html
+++ b/_layouts/downloads.html
@@ -68,15 +68,80 @@ 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>
+              </div>
         </main>
 
     </section>