[ 
https://issues.apache.org/jira/browse/CALCITE-1163?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15208856#comment-15208856
 ] 

Julian Hyde edited comment on CALCITE-1163 at 3/23/16 5:49 PM:
---------------------------------------------------------------

I raised several issues in CALCITE-1160, one of which is the lack of a link 
back to Calcite. (Of course I didn't notice that clicking on the logo took you 
back!)

Can you come up with a holistic solution to all of those issues? (You don't 
need to implement them all, but just come up with a plan.) For instance, I 
don't think we need the "community" menu. Maybe we can use that real estate for 
a link back to Calcite?


was (Author: julianhyde):
I raised several issues in CALCITE-1160, one of which is the lack of a link 
back to Calcite. (Of course I didn't notice that clicking on the logo took you 
back!)

Can you come up with a holistic solution to all of those issues? For instance, 
I don't think we need the "community" menu. Maybe we can use that real estate 
for a link back to Calcite?

> 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)

Reply via email to