Skip to content

Commit

Permalink
Change .Net navigation order for gh-pages (#2009)
Browse files Browse the repository at this point in the history
* Change .Net navigation order.

* Add PHP to navigation.
  • Loading branch information
daspecster authored Jul 21, 2016
1 parent 20bbf03 commit 63d7046
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 6 deletions.
47 changes: 47 additions & 0 deletions _landing-page-static/images/icon-lang-php.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 12 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ <h1 class="logo"><img src="_landing-page-static/images/logo-full.svg" alt="Googl
<nav class="main-nav">
<div class="nav-current">Python</div>
<ul class="menu">
<li>
<a href="http://googlecloudplatform.github.io/google-cloud-dotnet" title="google-cloud-dotnet">
<img src="_landing-page-static/images/icon-lang-dotnet.svg" alt=".NET icon" class="menu-icon" />
.NET
</a>
</li>
<li>
<a href="https://googlecloudplatform.github.io/gcloud-java/" title="gcloud-java">
<img src="_landing-page-static/images/icon-lang-java-duke.svg" alt="Duke icon" class="menu-icon">
Expand All @@ -35,6 +41,12 @@ <h1 class="logo"><img src="_landing-page-static/images/logo-full.svg" alt="Googl
Node.js
</a>
</li>
<li>
<a href="https://googlecloudplatform.github.io/gcloud-php/" title="gcloud-php">
<img src="_landing-page-static/images/icon-lang-php.svg" alt="PHP icon" class="menu-icon">
PHP
</a>
</li>
<li>
<a href="#" title="gcloud-python">
<img src="_landing-page-static/images/icon-lang-python-white.svg" alt="Python icon" class="menu-icon">
Expand All @@ -47,12 +59,6 @@ <h1 class="logo"><img src="_landing-page-static/images/logo-full.svg" alt="Googl
Ruby
</a>
</li>
<li>
<a href="http://googlecloudplatform.github.io/google-cloud-dotnet" title="google-cloud-dotnet">
<img src="_landing-page-static/images/icon-lang-dotnet.svg" alt=".NET icon" class="menu-icon" />
.NET
</a>
</li>
</ul>
</nav>
<!-- end of language-switcher -->
Expand Down

0 comments on commit 63d7046

Please sign in to comment.