Add CSS eclipse and VS PowerShell image

This commit is contained in:
Dirk Baeumer 2017-12-22 09:14:47 +01:00
parent aa6621d168
commit 9c8e09b857
5 changed files with 22 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 48 KiB

After

Width:  |  Height:  |  Size: 48 KiB

Before After
Before After

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

View file

Before

Width:  |  Height:  |  Size: 63 KiB

After

Width:  |  Height:  |  Size: 63 KiB

Before After
Before After

BIN
img/vscode-ps-hover.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 60 KiB

View file

@ -26,7 +26,7 @@ layout: default
<div class="carousel-item active">
<div class="row align-items-center">
<div class="col-lg-8">
<img src="img/vscode-code-complete.png" class="img-fluid rounded"/>
<img src="img/vscode-css-code-complete.png" class="img-fluid rounded"/>
</div>
<div class="col-lg-4">
<p class="text-left"><i>CSS code complete in VS Code powered by the CSS LSP Server</i></p>
@ -39,7 +39,27 @@ layout: default
<p class="text-left"><i>CSS code complete in Atom powered by the CSS LSP Server</i></p>
</div>
<div class="col-lg-8">
<img src="img/atom-code-complete.png" class="img-fluid rounded"/>
<img src="img/atom-css-code-complete.png" class="img-fluid rounded"/>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row align-items-center">
<div class="col-lg-8">
<img src="img/eclipse-css-code-complete.png" class="img-fluid rounded"/>
</div>
<div class="col-lg-4">
<p class="text-left"><i>CSS code complete in Eclipse powered by the CSS LSP Server</i></p>
</div>
</div>
</div>
<div class="carousel-item">
<div class="row align-items-center">
<div class="col-lg-4">
<p class="text-left"><i>PowerShell Hover in VS Code powered by the PowerShell LSP Server</i></p>
</div>
<div class="col-lg-8">
<img src="img/vscode-ps-hover.png" class="img-fluid rounded"/>
</div>
</div>
</div>