-
Notifications
You must be signed in to change notification settings - Fork 7
/
index.html
36 lines (28 loc) · 1.18 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
---
layout: default
---
<script src="./js/releases.js"></script>
<script src="./js/micromarkdown.min.js"></script>
<link rel="stylesheet" type="text/css" href="./css/releases.css">
<section role="banner">
<img src="img/banner.png" />
</section>
<section class="content">
<h1> What is Tau Labs </h1>
Tau Labs is an Open Source project aimed to create high quality code for controlling multirotors and other UAVs. Please see our <a href="about.html">about page</a> for a long description of our goals objectives. For a list of features of our software, please see <a href="features.html">this page</a>. The developement is driven entirely by volunteers donating their time in pursuit of this goal. Tau Labs also has an active community and we invite you to drop into our <a href="webchat.html">IRC channel</a> (freenode.net #taulabs) or <a href="http://forums.taulabs.org">forums</a>.
<h1> Updates </h1>
<div id="latest-release"></div>
<h2>News</h2>
<h3>
<ul class="entries">
{% for post in site.posts %}
<li>
<a href="{{ post.url }}">
<!--img src="{{ post.image }}" /-->
{{ post.date | date: "%-d %B %Y"}}: {{ post.title }}
</a>
</li>
{% endfor %}
</ul>
</h3>
</section>