This is an automated email from the ASF dual-hosted git repository. zhaoc pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-doris-website.git
commit d61f879c1159fa712042181f35c3437aaec4a364 Author: lide <[email protected]> AuthorDate: Mon Nov 12 19:32:37 2018 +0800 Add github logo and repo link --- assets/images/github.jpg | Bin 0 -> 3053 bytes templates/menu.gsp | 5 +++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/assets/images/github.jpg b/assets/images/github.jpg new file mode 100644 index 0000000..7de29f5 Binary files /dev/null and b/assets/images/github.jpg differ diff --git a/templates/menu.gsp b/templates/menu.gsp index 7a9354e..8859237 100644 --- a/templates/menu.gsp +++ b/templates/menu.gsp @@ -37,8 +37,9 @@ </div> <div class="container"> <div class="row"> - <div class="col-md-4 vcenter"><a href="https://www.apache.org/"><img src="https://www.apache.org/img/asf_logo.png" alt="The Apache Software Foundation" border="0" style="margin-top: 2px" height="200"></a></div> - <div class="col-md-4 vcenter"><a href="/"><img src="../images/doris-logo-2.png" alt="The Apache Software Foundation Incubator" border="0" style="margin-left: 70px; margin-top: 2px" height="200"></a></div> + <div class="col-md-4 vcenter"><a href="https://www.apache.org/"><img src="https://www.apache.org/img/asf_logo.png" alt="The Apache Software Foundation" border="0" style="margin-top: 2px" height="175"></a></div> + <div class="col-md-4 vcenter"><a href="/"><img src="../images/doris-logo-2.png" alt="Apache Doris" border="0" style="margin-left: 70px; margin-top: 2px" height="175"></a></div> + <div class="col-md-4 vcenter"><a href="https://github.com/apache/incubator-doris"><img src="../images/github.jpg" alt="GitHub repository" border="0" style="margin-left: 0px; margin-top: 135px" height="40"></a></div> </div> </div> <div class="top-container container"> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
