-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy path_index.html
66 lines (42 loc) · 2.41 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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
+++
title = "Dasher"
linkTitle = "Dasher"
+++
{{< blocks/cover title="Dasher v6" image_anchor="top" height="full" color="orange" >}}
<div class="mx-auto">
<a class="btn btn-lg btn-primary mr-3 mb-4" href="{{< relref "/about" >}}">
Learn More <i class="fas fa-arrow-alt-circle-right ml-2"></i>
</a>
<a class="btn btn-lg btn-secondary mr-3 mb-4" href="https://github.com/dasher-project/">
See the code <i class="fab fa-github ml-2 "></i>
</a>
<a class="btn btn-lg btn-primary mr-3 mb-4" href="https://github.com/dasher-project/dasher/releases">
Try out the current version <i class="fas fa-rocket"></i></i>
</a>
<p class="lead mt-5">An information-efficient text-entry interface driven by natural continuous pointing gestures, or alternative input methods such as headmouse, gaze and switch input</p>
{{< blocks/link-down color="info" >}}
</div>
{{< /blocks/cover >}}
{{% blocks/lead color="primary" %}}
Dasher, originally developed by the inference group at Cambridge University has been a popular and very fast text writing system for all people but particularly useful for those with disabilities who use it as a means of communicating in speech and in writing.
{{% /blocks/lead %}}
{{< blocks/section >}}
<div class="col">
<h3 class="text-center">The project is having a complete rewrite which we hope will have far reaching outcomes - a highly efficient language model (making word & letter prediction faster), easier to manage across different platforms and easier for third party developers to integrate. <i>Interested in helping us?</i> See the community pages for how you can and take an eye on the blog.</h3>
</div>
{{< /blocks/section >}}
{{< blocks/blog-posts color="white">}}
Latest Dasher Updates
{{< /blocks/blog-posts >}}
{{< blocks/section color="dark" >}}
{{% blocks/feature icon="fa-users" title="Find out about dasher users" %}}
See some of the users who use dasher from around the world
If you are a user get in touch
{{% /blocks/feature %}}
{{% blocks/feature icon="fab fa-github" title="Contributions welcome!" url="https://github.com/dasher-project/redash" %}}
We do a [Pull Request](https://github.com/dasher-project/redash/pulls) contributions workflow on **GitHub**. New users are always welcome!
{{% /blocks/feature %}}
{{% blocks/feature icon="fas fa-newspaper" title="Follow us on the blog" url="blog/" %}}
For announcement of latest features etc.
{{% /blocks/feature %}}
{{< /blocks/section >}}