blob: 2d9e616d69666a557f8bfbb61c47fdee7f1be08a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
<ion-item class="item-text-wrap">
<h2>
<b>Please visit zmNinja FAQ for help</b>
</h2>It was hard to keep updating help inside the app. Please consult the
<a href="#" onclick="window.open('https://github.com/pliablepixels/zmNinja/wiki/FAQ', '_blank', 'location=yes'); return false;">FAQ</a> for the most updated help
</ion-item>
<ion-item class="item-text-wrap">
<h2>
<b>zmNinja, Privacy & Transparency</b>
</h2>
<a href="#" onclick="window.open('https://medium.com/@pliablepixels/zmninja-privacy-and-your-data-22fd302695ad', '_blank', 'location=yes'); return false;">Read this post</a>
</ion-item>
<ion-item class="item-text-wrap">
<h2>
<b>How do I contact the author?</b>
</h2> Send me an
<a href="#" onclick="window.open('mailto:pliablepixels@gmail.com', '_blank', 'location=yes'); return false;">email</a>
</ion-item>
|