Skip to content

Commit 8acf3c3

Browse files
authored
Re-order landing page menu to put .NET first (#1182)
1 parent 4b1f0e9 commit 8acf3c3

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/site/resources/index.html

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,13 @@ <h1 class="logo"><img src="img/logo-full.svg" alt="Google Cloud Platform" /></h1
2222
<nav class="main-nav">
2323
<div class="nav-current">Java</div>
2424
<ul class="menu">
25-
<li>
25+
<li>
26+
<a href="http://googlecloudplatform.github.io/google-cloud-dotnet/" title=".NET docs page">
27+
<img src="img/icon-lang-dotnet.svg" alt=".NET icon" class="menu-icon" />
28+
.NET
29+
</a>
30+
</li>
31+
<li>
2632
<a href="#" title="Java docs page">
2733
<img src="img/icon-lang-java-duke-white.svg" alt="Java icon" class="menu-icon" width="24" height="24" />
2834
Java
@@ -52,12 +58,6 @@ <h1 class="logo"><img src="img/logo-full.svg" alt="Google Cloud Platform" /></h1
5258
Ruby
5359
</a>
5460
</li>
55-
<li>
56-
<a href="http://googlecloudplatform.github.io/google-cloud-dotnet/" title=".NET docs page">
57-
<img src="img/icon-lang-dotnet.svg" alt=".NET icon" class="menu-icon" />
58-
.NET
59-
</a>
60-
</li>
6161
</ul>
6262
</nav><!-- end of .main-nav -->
6363
</header><!-- end of .page-header -->

0 commit comments

Comments
 (0)