Skip to content

Commit 63d7046

Browse files
authored
Change .Net navigation order for gh-pages (#2009)
* Change .Net navigation order. * Add PHP to navigation.
1 parent 20bbf03 commit 63d7046

File tree

2 files changed

+59
-6
lines changed

2 files changed

+59
-6
lines changed
Lines changed: 47 additions & 0 deletions
Loading

index.html

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ <h1 class="logo"><img src="_landing-page-static/images/logo-full.svg" alt="Googl
2323
<nav class="main-nav">
2424
<div class="nav-current">Python</div>
2525
<ul class="menu">
26+
<li>
27+
<a href="http://googlecloudplatform.github.io/google-cloud-dotnet" title="google-cloud-dotnet">
28+
<img src="_landing-page-static/images/icon-lang-dotnet.svg" alt=".NET icon" class="menu-icon" />
29+
.NET
30+
</a>
31+
</li>
2632
<li>
2733
<a href="https://googlecloudplatform.github.io/gcloud-java/" title="gcloud-java">
2834
<img src="_landing-page-static/images/icon-lang-java-duke.svg" alt="Duke icon" class="menu-icon">
@@ -35,6 +41,12 @@ <h1 class="logo"><img src="_landing-page-static/images/logo-full.svg" alt="Googl
3541
Node.js
3642
</a>
3743
</li>
44+
<li>
45+
<a href="https://googlecloudplatform.github.io/gcloud-php/" title="gcloud-php">
46+
<img src="_landing-page-static/images/icon-lang-php.svg" alt="PHP icon" class="menu-icon">
47+
PHP
48+
</a>
49+
</li>
3850
<li>
3951
<a href="#" title="gcloud-python">
4052
<img src="_landing-page-static/images/icon-lang-python-white.svg" alt="Python icon" class="menu-icon">
@@ -47,12 +59,6 @@ <h1 class="logo"><img src="_landing-page-static/images/logo-full.svg" alt="Googl
4759
Ruby
4860
</a>
4961
</li>
50-
<li>
51-
<a href="http://googlecloudplatform.github.io/google-cloud-dotnet" title="google-cloud-dotnet">
52-
<img src="_landing-page-static/images/icon-lang-dotnet.svg" alt=".NET icon" class="menu-icon" />
53-
.NET
54-
</a>
55-
</li>
5662
</ul>
5763
</nav>
5864
<!-- end of language-switcher -->

0 commit comments

Comments
 (0)