Skip to content

Commit

Permalink
version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gauthamzz committed Dec 30, 2017
1 parent d3ac772 commit 9ee29ad
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 33 deletions.
3 changes: 2 additions & 1 deletion manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"manifest_version": 3,
"manifest_version": 2,
"name": "Anna Assistant",
"short_name": "Anna",
"version": "1.2",
"description": "Your Personal Assistant on Google Chrome.",
"icons": {
Expand Down
76 changes: 44 additions & 32 deletions popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,18 @@ <h5>Toggle the Features</h5>
</label>
</span>
</li>
<a href="/elate/index.html" target="_blank" style="margin:7px;color:#52d3aa;font-size:15px;text-decoration: none;">
See More
</a>
<a href="https://github.com/Anna-Assistant/Anna/tree/master/docs" target="_blank" style="margin:7px;color:#52d3aa;font-size:15px;text-decoration: none;">
Docs
</a>
<a href="https://anna.zulipchat.com" target="_blank" style="margin:7px;color:#52d3aa;font-size:15px;text-decoration: none;">
Chat with us
</a>
<a href="https://github.com/Anna-Assistant" target="_blank" style="margin:7px;color:#52d3aa;font-size:15px;text-decoration: none;">
Github
</a>
</ul>
</div>
<div class="mdl-tabs__panel " id="help">
Expand Down Expand Up @@ -163,40 +175,40 @@ <h5>Toggle the Features</h5>
</li>

<li class="feature">
<a href="#">
<span class="media">
<img src="http://www.pvhc.net/img148/avktllnlchsstrxenihz.png" alt="">
<a href="#">
<span class="media">
<img src="http://www.pvhc.net/img148/avktllnlchsstrxenihz.png" alt="">
</span>
<span class="data">
<span class="title">
<strong>Social</strong>
</span>
<span class="data">
<span class="title">
<strong>Social</strong>
</span>
<span class="description">
<i>Write emails and tweet via voice</i>
<br>
<i>"Hey ,mail I love this!"</i>
<br>
<i>"Hey, tweet life is awesome"</i>
<br>
</span>
<span class="description">
<i>Write emails and tweet via voice</i>
<br>
<i>"Hey ,mail I love this!"</i>
<br>
<i>"Hey, tweet life is awesome"</i>
<br>
</span>
</a>
</li>
<li class="feature">
<a href="https://github.com/Anna-Assistant/Anna/blob/master/docs/HowItWorks.md" target="_blank">
<span class="media">
<img src="https://d30y9cdsu7xlg0.cloudfront.net/png/568541-200.png" alt="">
</span>
<span class="data">
<span class="title">
<strong>See More</strong>
</span>
<span class="description">
<i>Check out docs for more examples and features</i>
</span>
</span>
</a>
</li>
</span>
</a>
</li>
<li class="feature">
<a href="https://github.com/Anna-Assistant/Anna/blob/master/docs/HowItWorks.md" target="_blank">
<span class="media">
<img src="https://d30y9cdsu7xlg0.cloudfront.net/png/568541-200.png" alt="">
</span>
<span class="data">
<span class="title">
<strong>See More</strong>
</span>
<span class="description">
<i>Check out docs for more examples and features</i>
</span>
</span>
</a>
</li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 9ee29ad

Please sign in to comment.