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

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


The following commit(s) were added to refs/heads/master by this push:
     new a6f9c1d  initial pass of apache branding (#3228)
a6f9c1d is described below

commit a6f9c1dda1684d91049eae379275bf12ed0273d6
Author: Josh Fischer <[email protected]>
AuthorDate: Tue Mar 26 18:46:04 2019 -0500

    initial pass of apache branding (#3228)
    
    * first pass of apache branding for menu bar
---
 website/config.yaml                               |   1 +
 website/layouts/partials/footer.ace               |  34 ++++++++++++++--------
 website/layouts/partials/navbar.ace               |   4 ++-
 website/static/img/incubator_feather_egg_logo.png | Bin 0 -> 30207 bytes
 4 files changed, 26 insertions(+), 13 deletions(-)

diff --git a/website/config.yaml b/website/config.yaml
index d73ac97..481260a 100755
--- a/website/config.yaml
+++ b/website/config.yaml
@@ -46,6 +46,7 @@ params:
     logo: /img/logo54x54.png #logo.png
     textlogo: /img/HeronTextLogo.png #logo.png
     textLogoSmall: /img/HeronTextLogo-small.png #logo.png
+    incubator: /img/incubator_feather_egg_logo.png
     js:
       - https://code.jquery.com/jquery-2.2.1.min.js
       - /js/app.min.js
diff --git a/website/layouts/partials/footer.ace 
b/website/layouts/partials/footer.ace
index dd470fa..70a5961 100644
--- a/website/layouts/partials/footer.ace
+++ b/website/layouts/partials/footer.ace
@@ -1,13 +1,23 @@
-footer.footer.hn-footer role=contentinfo
-  .container
-    .row
-      .col-lg-12
-        ul.hn-footer-links
-          li
-            a href=/docs/contributors/governance/ Governance
-          li
-            a href=/docs/contributors/roadmap/ Roadmap
-          li
-            a href=/docs/contributors/support/ Support
+footer.footer.hn-footer role=contentinfo id="apache"
+  .container-fluid
+    .row-fluid
+      .col-md-4
+        img.img-responsive src={{.Site.Params.assets.incubator}}
+        p &copy; 2018-{{ now.Year }} The Apache Software Foundation, Licensed 
under the
+          a href="https://www.apache.org/licenses/LICENSE-2.0";  Apache 
License, Version 2.0 |
+          a href="https://www.apache.org/foundation/policies/privacy"; Privacy 
Policy
 
-        p &copy; {{ now.Year }} Twitter
+      .col-md-6
+        p Apache Heron is an effort undergoing incubation at The Apache 
Software Foundation (ASF), sponsored by the name of Apache Incubator PMC. 
Incubation is required of all newly accepted projects until a further review 
indicates that the infrastructure, communications, and decision making process 
have stabilized in a manner consistent with other successful ASF projects. 
While incubation status is not necessarily a reflection of the completeness or 
stability of the code, it does indic [...]
+      .col-md-2
+        h4 The ASF
+        .row
+        a href="https://www.apache.org"; About
+        .row
+        a href="https://www.apache.org/licenses/"; License
+        .row
+        a href="https://www.apache.org/foundation/sponsorship.html"; Sponsorship
+        .row
+        a href="https://www.apache.org/security/"; Security
+        .row
+        a href="https://www.apache.org/foundation/thanks.html"; Thanks
diff --git a/website/layouts/partials/navbar.ace 
b/website/layouts/partials/navbar.ace
index a7f200d..0b20ec4 100644
--- a/website/layouts/partials/navbar.ace
+++ b/website/layouts/partials/navbar.ace
@@ -12,6 +12,8 @@ nav.hn-top-navbar.navbar.navbar-inverse.navbar-fixed-top 
role=navigation
     #hn-navbar.navbar-collapse.collapse
       ul.nav.navbar-nav.navbar-right
         li
+          a href="#apache" Apache
+        li
           a href=/docs/getting-started Docs
         li
           a href=/docs/resources Resources
@@ -23,4 +25,4 @@ nav.hn-top-navbar.navbar.navbar-inverse.navbar-fixed-top 
role=navigation
           a href={{.Site.Params.social.googleGroup}} Mailing List
         li
           a.nav-icon href={{.Site.Params.social.twitter}}
-            i.fa.fa-twitter
+            i.fa.fa-twitter
\ No newline at end of file
diff --git a/website/static/img/incubator_feather_egg_logo.png 
b/website/static/img/incubator_feather_egg_logo.png
new file mode 100644
index 0000000..338169e
Binary files /dev/null and b/website/static/img/incubator_feather_egg_logo.png 
differ

Reply via email to