Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Revamp home page links, Discussions & SensESP #66

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
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
32 changes: 17 additions & 15 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,24 +49,26 @@ <h2>Who is Signal K for?</h2>
</div>

<div class="4u">
<h2>Start Using Signal K</h2>
<h2>Community & Support</h2>
<ul class="check-list">
<li><a href="{{site.path}}/overview.html">Read the overview</a></li>
<li><a href="{{site.path}}/solutions.html">Signal K Apps & Solutions</a></li>
<li><a href="{{site.path}}/references.html">Links to Online Articles</a></li>
<li><a href="{{site.path}}/gallery.html">View the gallery</a></li>
<li><a href="http://slack-invite.signalk.org/">Get Support in Slack or </a><a href="https://groups.google.com/forum/#!forum/signalk">email/forum</a></li>
<li><a href="http://slack-invite.signalk.org/">Slack</a></li>
<li><a href="https://github.com/SignalK/signalk/discussions">Discussions</a></li>
<li><a href="https://groups.google.com/forum/#!forum/signalk">Mailing List/Group</a></li>
</ul>
<h2>Start Developing Signal K</h2>
<h2>Developing Signal K</h2>
<ul class="check-list">
<li><a href="https://github.com/signalk">Get the source code on GitHub</a></li>
<li><a href="http://signalk.org/specification/latest/">View the Spec & Schema</a></li>
<li>
<a href="https://github.com/digitalyacht/ikommunicate/wiki/iKommunicate-Developer's-Guide-(SDK)">
iKommunicate SDK on GitHub
</a>
</li>
<li><a href="http://slack-invite.signalk.org/">Join the developers on Slack</a></li>
<li><a href="https://github.com/signalk/signalk-server">Signal K Server</a></li>
<li><a href="https://github.com/SignalK/SensESP">SensESP sensors</a></li>
<li><a href="http://signalk.org/specification/latest/">Specification</a></li>
<li><a href="https://signalk.org/specification/1.5.0/doc/vesselsBranch.html">Paths Reference</a></li>
<li><a href="http://slack-invite.signalk.org/">Slack chat</a></li>
</ul>
<h2>Using Signal K</h2>
<ul class="check-list">
<li><a href="{{site.path}}/overview.html">Overview</a></li>
<li><a href="{{site.path}}/solutions.html">Apps & Solutions</a></li>
<li><a href="{{site.path}}/references.html">Articles</a></li>
<li><a href="{{site.path}}/gallery.html">Gallery</a></li>
</ul>
<h2>Contributing</h2>
<p>Get involved - Pull Requests welcome!</p>
Expand Down