-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathfeatures.html
122 lines (117 loc) · 6.2 KB
/
features.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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.1/css/all.min.css" integrity="sha512-+4zCK9k+qNFUR5X+cKL9EIR+ZOhtIloNl9GIKS57V1MyNsYpYcUrUeQc9vNfzsWfV28IaLL3i96P9sdNyeRssA==" crossorigin="anonymous" />
<!-- Internal Stylesheet -->
<link rel="stylesheet" href="css/utilities.css">
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="images/favicon.png">
<title>Paean | AAC For Everyone</title>
</head>
<body>
<!-- Navbar -->
<div class="navbar">
<div class="container flex">
<img src="./images/paean_media/HeadLogo.png" alt="PaeanLogo" style="padding-top:10px; width: 20% !important;">
<!-- <h1 class="logo">Paean</h1> -->
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="docs.html">Docs</a></li>
</ul>
</nav>
</div>
</div>
<!-- Head -->
<section class="features-head bg-primary py-3">
<div class="container grid">
<div>
<h1 class="xl">Features</h1>
<p class="lead">
Check out the features of Paean that separate us from the
competition
</p>
</div>
<img src="images/server.png" alt="">
</div>
</section>
<!-- Sub head -->
<section class="features-sub-head bg-light py-3">
<div class="container grid">
<div>
<h1 class="md">The Paean Platform</h1>
<p>
Paean is an Augmentative and Alternative Communication (AAC) app for children with speech difficulties. Paean gives a voice for these children, to help them express their needs, wants, thoughts and feelings through the app. It is useful for children who are non- verbal or have delayed or unclear speech, or single-word communicators, developmental delays etc.
</p>
</div>
<img src="images/server2.png" alt="">
</div>
</section>
<section class="features-main my-2">
<div class="container grid grid-3">
<div class="card flex">
<i class="fas fa-server fa-3x"></i>
<p>
When you are on the move at or away from home, you can’t have software developed for those with computer science degrees. Setting it up ought to be easy, since the life of a special needs family is already complicated. You also don’t need software capable of giving a college lecture. Quick Talk is an AAC communication app that allows for quick and functional conversation, when you are on the move.
</p>
</div>
<div class="card flex">
<i class="fas fa-network-wired fa-3x"></i>
<p>
Provides natural sounding Text to Speech voices, a high resolution library of over 14,000 symbols, powerful automatic conjugations, two researched-based vocabulary organizations, advanced word prediction, multiuser support, and the ability to fully customize vocabularies for users along a broad continuum of abilities, from beginning symbolic communication to full literacy.
</p>
</div>
<div class="card flex">
<i class="fas fa-laptop-code fa-3x"></i>
<p>
A great communication device needs to travel with you and fit in a pant pocket or purse. With Quick Talk, our AAC communication app, you can go anywhere with your child, whip out your phone or tablet, and communicate at the speed of life.
</p>
</div>
<div class="card flex">
<i class="fas fa-database fa-3x"></i>
<p>
A high resolution library of over 14,000 symbols, powerful automatic conjugations, two researched-based vocabulary organizations, advanced word prediction, multiuser support, and the ability to fully customize vocabularies for users along a broad continuum of abilities.
</p>
</div>
<div class="card flex">
<i class="fas fa-power-off fa-3x"></i>
<p>
You want the software to work for you, not have you working for it. You don’t want a bunch of stuff someone else set up, and make your family adapt to their style of communication. You want something you can customize. Quick Talk allows for personalized rather than engineered communication.
</p>
</div>
<div class="card flex">
<i class="fas fa-download fa-3x"></i>
<p>
The ability to download this app on any device on the go. This device is flecible between systems and platform agnostic, supporting a variety of platforms such as Windows, iOS, MIUI, Linux, AndroidOS, OxygenOS, and in the near future several more!
</p>
</div>
</div>
</section>
<!-- Footer -->
<footer class="footer bg-dark py-5">
<div class="container grid grid-3">
<div>
<h1>Paean
</h1>
<p>Copyright © Paean; 2021 - Aman Anand</p>
</div>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="features.html">Features</a></li>
<li><a href="docs.html">Docs</a></li>
</ul>
</nav>
<div class="social">
<a href="https://github.com/CrypticMuze"><i class="fab fa-github fa-2x"></i></a>
<a href="https://www.linkedin.com/in/amanxanand/"><i class="fab fa-linkedin fa-2x"></i></a>
<a href="https://www.instagram.com/_am.an.and_/"><i class="fab fa-instagram fa-2x"></i></a>
<a href="https://twitter.com/amanxanand"><i class="fab fa-twitter fa-2x"></i></a>
</div>
</div>
</footer>
</body>
</html>