Skip to content

Commit

Permalink
updated docs page
Browse files Browse the repository at this point in the history
  • Loading branch information
MishraLokesh committed Dec 2, 2021
1 parent fb63709 commit b757c9a
Showing 1 changed file with 18 additions and 17 deletions.
35 changes: 18 additions & 17 deletions docs.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<div>
<h1 class="xl">Docs</h1>
<p class="lead">
Learn how to work with the Loruki platform
Learn how to work with the PAEAN platform
</p>
</div>
<img src="images/docs.png" alt="">
Expand All @@ -48,46 +48,47 @@ <h3 class="my-2">Essentials</h3>
<nav>
<ul>
<li><a class="text-primary" href="#">Introduction</a></li>
<li><a href="#">About Loruki</a></li>
<li><a href="#">Installation</a></li>
<li><a href="#">About Paean</a></li>
<li><a href="#">Starting with PAEAN</a></li>
</ul>
</nav>

<h3 class="my-2">Deployment</h3>
<nav>
<ul>
<li><a href="#">Setting up a container</a></li>
<li><a href="#">Using the CLI</a></li>
<li><a href="#">Setting up device</a></li>
<li><a href="#">Connecting to the app</a></li>
<li><a href="#">Managing resources</a></li>
<li><a href="#">Upgrade & downgrade</a></li>
</ul>
</nav>
</div>
<div class="card">
<h2>Introduction</h2>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.
<p>Paean is an Augmentative and Alternative Communication (AAC) app for children and adults with speech difficulties.


<div class="alert alert-success">
<i class="fas fa-info"></i> Lorem ipsum dolor sit amet consectetur adipisicing elit. Quae, animi?
<i class="fas fa-info"></i> Wan't to know how to get the most out of PAEAN
</div>

<h3>Lorem, ipsum dolor.</h3>
<p>Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt.
<a href="#" class="btn btn-primary">Install CLI</a>
<h3>How to use it effectively.</h3>
<p>In order to make use of it effectively, just try to interact and use PAEAN as much as possible. Our AI model learns from itself so the more you interact with it, the better it gets day by day.</p>
<a href="#" class="btn btn-primary">Install demo</a>

<h3>Requirements</h3>
<ul>
<li>Windows 10, Mac OSX, Linux</li>
<li>Node.js v12 or higher</li>
</ul>

<h3>Install</h3>
<p>Mac (Homebrew)</p>
<pre><code>$ brew install loruki-cli</code></pre>
<p>NPM</p>
<pre><code>$ npm install loruki-cli</code></pre>
<p>Yarn</p>
<pre><code>$ yarn install loruki-cli</code></pre>
<h3>Steps</h3>
<p>Step - 1</p>
<pre><code>Turn on the device</code></pre>
<p>Step - 2</p>
<pre><code>Connect it to the app</code></pre>
<p>Step - 3</p>
<pre><code>Hear the voice of others!</code></pre>

</div>
</div>
Expand Down

0 comments on commit b757c9a

Please sign in to comment.