Add Github button

This commit is contained in:
Kenneth Auchenberg 2017-12-29 09:18:52 +09:00
parent 73b8dc340a
commit b1e898702c

View file

@ -2,6 +2,9 @@
layout: default
---
<!-- Place this tag in your head or just before your close body tag. -->
<script async defer src="https://buttons.github.io/buttons.js"></script>
<div class="header-container bg-primary jumbotron">
<div class="container">
<div class="intro">
@ -10,11 +13,13 @@ layout: default
</div>
<p class="intro-text">
The Language Server Protocol (LSP) defines the protocol used between an editor or IDE to talk to a language server that provides language features like auto complete, goto definition, find all references.
<a class="nav-link" href="{{ site.git_address }}">
Contribute on GitHub
</a>
</p>
<br />
<div class="intro-text">
<!-- Place this tag where you want the button to render. -->
<a class="github-button" href="https://github.com/Microsoft/language-server-protocol/subscription" data-size="large" aria-label="Watch Microsoft/language-server-protocol on GitHub">Watch</a>
</div>
</div>
</div>