Skip to content
Merged
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
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -149,8 +149,8 @@ <h5 class="small_p"><span class="fa fa-github"></span> GitHub Repositories:</h5
<div class="container">
<div class="heading text-center mx-auto">
<h3 class="head text-white">Install the LiquidJava Plugin</h3>
<h5 class="head text-white mt-3">Download the <a href="https://marketplace.visualstudio.com/items?itemName=AlcidesFonseca.liquid-java" style='color:white;'><span style='color: #cf0e4e'>Visual Studio Code plugin</span></a></h5>
<p class="my-3 head text-white">Also available in the <a href="https://open-vsx.org/extension/AlcidesFonseca/liquid-java" style='color:white;'><span style='color: #cf0e4e'>Open VSX Registry</span></a></p>
<h5 class="head text-white mt-3">Download the <a href="https://marketplace.visualstudio.com/items?itemName=AlcidesFonseca.liquid-java" style='color:white;'><span style='color: #ffb3d9'>Visual Studio Code plugin</span></a></h5>
<p class="my-3 head text-white">Also available in the <a href="https://open-vsx.org/extension/AlcidesFonseca/liquid-java" style='color:white;'><span style='color: #ffb3d9'>Open VSX Registry</span></a></p>
<p p class="my-3 head text-white">
<strong>Requirements:</strong>
<br/>Visual Studio Code <a href='https://code.visualstudio.com/#alt-downloads'><span class="fa fa-external-link-square" style='color:#959595'></span></a></li>
Expand All @@ -159,8 +159,8 @@ <h5 class="head text-white mt-3">Download the <a href="https://marketplace.visua
</p>
<!-- <p class="my-3 head text-white"> <a href="./assets/extension/liquid-java-0.0.14.vsix" style='color:white;'>Download it here</a></p> -->
</div>
<p class="my-3 text-white text-center">To use the LiquidJava annotations, include the LiquidJava API in your project. Maven and Gradle setup instructions are available <a href="https://github.com/liquid-java/vscode-liquidjava" style='color:white;'><span style='color: #cf0e4e'>here</span></a>.</p>
<p class="my-3 text-white text-center">To learn how to use LiquidJava and its capabilities, you can follow the <a href="https://github.com/liquid-java/liquidjava-tutorial" style='color:white;'><span style='color: #cf0e4e'>LiquidJava tutorial guide</span></a>.</p>
<p class="my-3 text-white text-center">To use the LiquidJava annotations, include the LiquidJava API in your project. Maven and Gradle setup instructions are available <a href="https://github.com/liquid-java/vscode-liquidjava" style='color:white;'><span style='color: #ffb3d9'>here</span></a>.</p>
<p class="my-3 text-white text-center">To learn how to use LiquidJava and its capabilities, you can follow the <a href="https://github.com/liquid-java/liquidjava-tutorial" style='color:white;'><span style='color: #ffb3d9'>LiquidJava tutorial guide</span></a>.</p>
</div>
</div>
</div>
Expand Down