Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
adding java to language selectors on home (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
susanev authored May 3, 2022
1 parent 14af973 commit 0a4a500
Show file tree
Hide file tree
Showing 3 changed files with 488 additions and 8 deletions.
6 changes: 5 additions & 1 deletion themes/default/layouts/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ <h6>{{ $item.title }}</h6>
</div>

<div class="w-full lg:w-1/2 flex items-start justify-center mt-12 lg:mt-0">
<pulumi-chooser type="language" options="typescript,python,go,csharp,yaml">
<pulumi-chooser type="language" options="typescript,python,go,csharp,java,yaml">
<pulumi-choosable type="language" class="highlight" value="typescript">
<img src="/images/home/typescript.svg" alt="" />
</pulumi-choosable>
Expand All @@ -101,6 +101,10 @@ <h6>{{ $item.title }}</h6>
<img src="/images/home/c-sharp.svg" alt="" />
</pulumi-choosable>

<pulumi-choosable type="language" class="highlight" value="java">
<img src="/images/home/java.svg" alt="" />
</pulumi-choosable>

<pulumi-choosable type="language" class="highlight" value="yaml">
<img src="/images/home/yaml.svg" alt="" />
</pulumi-choosable>
Expand Down
Loading

0 comments on commit 0a4a500

Please sign in to comment.