forked from amitg87/asana-chrome-plugin
-
Notifications
You must be signed in to change notification settings - Fork 1
/
info.html
76 lines (68 loc) · 2.96 KB
/
info.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>AsanaNg - Asana Extension for Chrome</title>
<link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet"/>
<style>
h1.inline-headers {
display: inline-block;
vertical-align: baseline;
}
h1, h2, h3, h4, h5 {
font-weight: 600;
}
</style>
</head>
<body>
<div class="container">
<div class="row text-center">
<div class="col-lg-4 text-right">
<img src="img/icon128.png">
</div>
<div class="col-lg-8 text-left">
<h1 class="inline-headers">AsanaNG</h1>
<h4 class="inline-headers">Asana Extension for Chrome</h4>
</div>
</div>
<div class="row">
<div class="col-lg-2"></div>
<div class="col-md-8">
<h3>Thank you for using AsanaNG.</h3>
<p>This extension was developed by the developer for personal usage, but has been shared publicly.
We are now 3rd most popular Chrome extension for Asana. Feels good to have helped users work with Asana better.
</p>
<h3>Privacy Policy:</h3>
<p>We offer World's Greatest Privacy Policy.</p>
<p>We don't track your activities. We are not watching you.</p>
<p>We don't store your data. We physically can't - we don't have database to store it.</p>
<p><em>Credits</em>: part of privacy policy borrowed from <a href="https://termsfeed.com/blog/wp-content/uploads/2015/01/worlds-greatest-privacy-policy.jpg" target="_blank">here</a></p>
<h3>Contact:</h3>
<ul>
<li>Love it? Hate it? Let us know <a
href="https://chrome.google.com/webstore/detail/asanang-asana-extension-f/mcfgjehdbegcfjeecdgdpjlmfbeamgdd/reviews" target="_blank">here</a>
</li>
<li>Have Questions? Feature request? Bug? Let us know <a
href="https://chrome.google.com/webstore/detail/asanang-asana-extension-f/mcfgjehdbegcfjeecdgdpjlmfbeamgdd/support" target="_blank">here</a>
</li>
</ul>
<h5>Source code available here: <a href="https://github.com/amitg87/asana-chrome-plugin" target="_blank">GitHub link</a></h5>
<h3>Contributors</h3>
<ul>
<li><a href="https://github.com/amitg87" target="_blank">Amit Gangrade</a></li>
<li><a href="https://github.com/ShunSakurai" target="_blank">Shun Sakurai</a></li>
</ul>
<h3>Credits</h3>
<ul>
<li>Gaute B. Iversen</li>
<li>M Bains</li>
<li>James Carl</li>
</ul>
</div>
<div class="col-lg-2"></div>
</div>
</div>
</body>
</html>