Harbs closed pull request #11: fix top menu url and some css URL: https://github.com/apache/royale-docs/pull/11
This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff is supplied below (as it won't show otherwise due to GitHub magic): diff --git a/_layouts/docpage.html b/_layouts/docpage.html index 1ee6514..9eb37eb 100644 --- a/_layouts/docpage.html +++ b/_layouts/docpage.html @@ -31,33 +31,33 @@ <img src="http://royale.codeoscopic.com/wp-content/uploads/2018/01/apache-royale-tm-logo-light.svg" style="margin-top:15px; margin-bottom: 5px; width: 190px; height: 40px;"/> <ul class="topMenu"> <li class="topMenu_li fa"> - <a class="topMenu_li_a" href="http://royale.apache.org/features.html">FEATURES</a> + <a class="topMenu_li_a" href="https://royale.apache.org/features/">FEATURES</a> </li> <li class="topMenu_li fa"> - <a class="topMenu_li_a" href="http://royale.apache.org/tryitnow/index.html">TRY IT NOW</a> + <a class="topMenu_li_a" href=""https://royale.apache.org/getting-started/">GET STARTED</a> </li> <li class="topMenu_li fa"> - <a class="topMenu_li_a" href="http://royale.apache.org/download.html">DOWNLOAD</a> + <a class="topMenu_li_a" href="https://royale.apache.org/download/">DOWNLOAD</a> </li> <li class="topMenu_li fa"> - <a class="topMenu_li_a" href="http://royale.apache.org/documentation.html">DOCS</a> + <a class="topMenu_li_a" href="https://royale.apache.org/docs/">DOCS</a> </li> <li class="topMenu_li fa"> - <a class="topMenu_li_a" href="http://royale.apache.org/blog.html">BLOG</a> + <a class="topMenu_li_a" href="https://royale.apache.org/blog/">BLOG</a> </li> <li class="topMenu_li fa fa-github"> - <a class="topMenu_li_a" href="http://royale.apache.org/github.html">GITHUB</a> + <a class="topMenu_li_a" href="https://github.com/apache/royale-asjs/wiki/Apache-Royale-Source-Code-Repositories">GITHUB</a> </li> </ul> <ul class="social"> <li class="social_li fa fa-search"> - <a href="search.html"></a> + <a href="#grve-search-modal"></a> </li> <li class="social_li fa fa-share-alt"> - <a href="share.html"></a> + <a href="#grve-socials-modal"></a> </li> <li class="social_li fa fa-th"> - <a href="menu.html"></a> + <a href="#grve-toggle-menu"></a> </li> </ul> </div> @@ -139,56 +139,68 @@ <div class="footer-column"> <ul class="footer-list"> <li class="apacheroyale">APACHE ROYALE</li> - <li><a class="footer-list_a" href="http://royale.apache.org/index.html">Home</a></li> - <li><a class="footer-list_a" href="http://royale.apache.org/features.html">Features</a></li> - <li><a class="footer-list_a" href="http://royale.apache.org/tryitnow/index.html">Try it now</a></li> - <li><a class="footer-list_a" href="http://royale.apache.org/download.html">Download</a></li> - <li><a class="footer-list_a" href="http://royale.apache.org/showcase.html">Showcase</a></li> - <li><a class="footer-list_a" href="http://royale.apache.org/blog.html">Blog</a></li> - <li><a class="footer-list_a" href="http://royale.apache.org/team.html">Team</a></li> - <li><a class="footer-list_a" href="http://royale.apache.org/royalenpm.html">Royale in npm</a></li> - <li><a class="footer-list_a" href="http://royale.apache.org/license.html">License</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/">Home</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/features/">Features</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/try-it-now/">Try it now</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/download/">Download</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/ides/">IDEs</a></li> + <li><a class="footer-list_a" href="https://www.npmjs.com/org/apache-royale">NPM</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/showcase/">Showcase</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/blog/">Blog</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/team/">Team</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/thanks-to/">Thanks To</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/license/">Apache License v2.0</a></li> </ul> </div> <div class="footer-column"> <ul class="footer-list"> <li class="documentation">DOCUMENTATION</li> - <li><a class="footer-list_a" href="http://royale.apache.org/index.html">Getting Started</a></li> - <li><a class="footer-list_a" href="http://royale.apache.org/docs.html">Docs</a></li> - <li><a class="footer-list_a" href="http://royale.apache.org/reference/index.html">Reference</a></li> - <li><a class="footer-list_a" href="http://royale.apache.org/wiki.html">Wiki</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/getting-started/">Getting Started</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/docs/">Docs</a></li> + <li><a class="footer-list_a" href="http://royale.apache.org/asdoc/">Reference</a></li> + <li><a class="footer-list_a" href="https://github.com/apache/royale-asjs/wiki">Wiki</a></li> </ul> <ul class="footer-list"> <li class="community">COMMUNITY</li> - <li><a class="footer-list_a" href="contribute.html">Get Involved</a></li> - <li><a class="footer-list_a" href="mailinglists.html">Mailing Lists</a></li> - <li><a class="footer-list_a" href="faq.html">FAQ</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/get-involved/">Get Involved</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/mailing-lists/">Mailing Lists</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/faq/">FAQ</a></li> </ul> + <ul class="footer-list"> + <li class="development">DEVELOPMENT</li> + <li><a class="footer-list_a" href="https://github.com/apache/royale-asjs/wiki/Apache-Royale-Source-Code-Repositories">Github</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/source-code/">Source Code</a></li> + <li><a class="footer-list_a" href="https://github.com/apache/royale-asjs/issues">Issues</a></li> + </ul> </div> <div class="footer-column"> <ul class="footer-list"> - <li class="development">DEVELOPMENT</li> - <li><a class="footer-list_a" href="http://royale.apache.org/github.html">Github</a></li> - <li><a class="footer-list_a" href="http://royale.apache.org/source.html">Source Code</a></li> - <li><a class="footer-list_a" href="http://royale.apache.org/issues.html">Issues</a></li> + <li class="social">SOCIAL</li> + <li><a class="footer-list_a" href="http://twitter.com/apacheroyale">Twitter</a></li> + <li><a class="footer-list_a" href="http://facebook.com/ApacheRoyaleSDK/">Facebook</a></li> + <li><a class="footer-list_a" href="https://plus.google.com/communities/110767346686043669380">Google+</a></li> + <li><a class="footer-list_a" href="https://www.linkedin.com/groups/12118437">LinkedIn</a></li> + <li><a class="footer-list_a" href="https://royale.apache.org/feed/">RSS</a></li> </ul> <ul class="footer-list"> <li class="apache">APACHE</li> - <li><a class="footer-list_a" href="http://www.apache.org/">Apache</a></li> - <li><a class="footer-list_a" href="http://www.apache.org/donations.html">Donations</a></li> - <li><a class="footer-list_a" href="http://www.apache.org/thanks.html">Sponsorship</a></li> - <li><a class="footer-list_a" href="http://www.apache.org/thanks.html">Thanks</a></li> + <li><a class="footer-list_a" href="https://www.apache.org/">Apache</a></li> + <li><a class="footer-list_a" href="https://www.apache.org/foundation/contributing.html">Donations</a></li> + <li><a class="footer-list_a" href="https://www.apache.org/events/current-event">Events</a></li> + <li><a class="footer-list_a" href="https://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li> + <li><a class="footer-list_a" href="https://www.apache.org/foundation/thanks.html">Thanks</a></li> + <li><a class="footer-list_a" href="https://www.apache.org/security/">Security</a></li> </ul> </div> <div class="aboutusdiv" > <p class="aboutus">ABOUT US</p> <p class="aboutus_p"><img class="aboutus-logo" src="http://royale.codeoscopic.com/wp-content/uploads/2017/10/apache-royale-logo-footer-circle-grey.svg"/><a href=https://royale.apache.org/index.html" class="aboutus_a">Apache Royale™</a> is a highly productive open source application technology for building expressive frontend applications that outputs to different formats and deploy consistently on all major browsers, desktops and devices.</p> <p><img class="aboutus-apache-logo" src="http://royale.codeoscopic.com/wp-content/uploads/2017/10/Apache_PoweredBy.svg" /> - <a href=https://royale.apache.org/index.html" class="aboutus_a">Apache Royale™</a>, <a href="http://www.apache.org" class="aboutus_a">Apache™</a> and the <a href="http://www.apache.org/foundation/press/kit/" class="aboutus_a">Apache feather logo™</a> are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. Read more about our privacy policy on our Privacy Policy page.</p> + <a href=https://royale.apache.org/index.html" class="aboutus_a">Apache Royale™</a>, <a href="http://www.apache.org" class="aboutus_a">Apache™</a> and the <a href="http://www.apache.org/foundation/press/kit/" class="aboutus_a">Apache feather logo™</a> are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. Read more about our privacy policy on our <a href="https://royale.apache.org/privacy-policy">Privacy Policy page</a>.</p> </div> </div> <div class="asf"> -Copyright © 2017 <a href="http://www.apache.org">The Apache Software Foundation</a>, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> +Copyright © 2017-2018 <a href="http://www.apache.org">The Apache Software Foundation</a>, Licensed under the <a href="http://www.apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a> </div> </body> </html> diff --git a/royalesite.css b/royalesite.css index 426d0ee..8a64120 100644 --- a/royalesite.css +++ b/royalesite.css @@ -399,6 +399,10 @@ h1 { .topMenu_li_a { text-decoration: none; + color: rgba(255,255,255,0.7); +} + +.topMenu_li_a:hover { color: #fff; } @@ -446,8 +450,15 @@ h1 { line-height: 30px; } +.social { + color: #053061; + font-family: Signika; + font-weight: 600; + line-height: 30px; +} + .documentation { - color: #000; + color: #053061; font-family: Signika; font-weight: 600; line-height: 30px; @@ -503,7 +514,7 @@ h1 { } .aboutus { - color: #000; + color: #053061; font-family: Signika; font-weight: 600; line-height: 30px; @@ -571,4 +582,4 @@ h1 { .toc_label { color: rgb(0, 0, 0); font-weight: 600; -} \ No newline at end of file +} ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
