[
https://issues.apache.org/jira/browse/CALCITE-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15208883#comment-15208883
]
Alexander Reshetov commented on CALCITE-1163:
---------------------------------------------
On both sites Home could be replaced with drop-down menu.
Something like this:
{noformat}
Calcite
|
+--- Core
|
+--- Avatica
{noformat}
And logos will lead to each site root.
> Avatica sub-site logo leads to Calcite site instead of Avatica's
> ----------------------------------------------------------------
>
> Key: CALCITE-1163
> URL: https://issues.apache.org/jira/browse/CALCITE-1163
> Project: Calcite
> Issue Type: Improvement
> Components: site
> Reporter: Alexander Reshetov
> Assignee: Josh Elser
> Priority: Trivial
> Labels: avatica
> Attachments: fix_avatica_site_logo_link.patch
>
>
> Avatica logo (top left corner) on Avatica's sub-site
> https://calcite.apache.org/avatica/ leads to Calcite's main site.
> Which should lead to the Avatica's instead, just like Home navigation link.
> Here is proposed patch
> {noformat}
> diff --git a/avatica/site/_includes/header.html
> b/avatica/site/_includes/header.html
> index 8205804..cff1a33 100644
> --- a/avatica/site/_includes/header.html
> +++ b/avatica/site/_includes/header.html
> @@ -5,7 +5,7 @@
> <div class="grid">
> <div class="unit one-third center-on-mobiles">
> <h1>
> - <a href="{{ site.baseurl }}/..">
> + <a href="{{ site.baseurl }}/">
> <span class="sr-only">Apache Calcite Avatica</span>
> <img src="{{ site.baseurl }}/img/logo.png" width="226"
> height="140" alt="Calcite Logo">
> </a>
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)