Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions src/site/resources/img/icon-lang-java-duke-white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
49 changes: 49 additions & 0 deletions src/site/resources/img/icon-lang-java-duke.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed src/site/resources/img/icon-lang-java.png
Binary file not shown.
4 changes: 2 additions & 2 deletions src/site/resources/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ <h1 class="logo"><img src="img/logo-full.svg" alt="Google Cloud Platform" /></h1
<ul class="menu">
<li>
<a href="#" title="Java docs page">
<img src="img/icon-lang-java.png" alt="Java icon" class="menu-icon" width="24" height="24" />
<img src="img/icon-lang-java-duke-white.svg" alt="Java icon" class="menu-icon" width="24" height="24" />
Java
</a>
</li>
Expand Down Expand Up @@ -73,7 +73,7 @@ <h2>Quickstart with Maven: Add gcloud to your pom.xml</h2>
<ul class="featuring-links">
<li>
<a href="./apidocs/index.html" title="gcloud-java docs" class="btn btn-docs">
<img src="img/icon-lang-java.png" alt="Java icon" class="menu-icon" />
<img src="img/icon-lang-java-duke.svg" alt="Java icon" class="menu-icon" />
Read the Docs
</a>
</li>
Expand Down