-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·74 lines (68 loc) · 3.21 KB
/
index.html
File metadata and controls
executable file
·74 lines (68 loc) · 3.21 KB
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
---
layout: default
title: Home
---
<section class="container grid-960">
<section class="columns">
<div class="docs-content column col-12 col-sm-12">
<section id="empty" class="container">
<header class="text-center"><h3></h3></header>
<section class="notes">
<p class="text-center">HI, WE MAKE SUPER NICE APPS FOR ANDROIDS WHICH MAKE YOUR LIFE EASIER.</p>
</section>
<div class="columns">
<div class="column col-12">
<section class="empty">
<div class="empty-icon">
<a href="/greader"><img src="assets/img/greader/logo-greader.png" alt="gReader" width="144" /></a>
</div>
<h4 class="empty-title">gReader</h4>
<p class="empty-subtitle">A simple, fast and intuitive feed reader featuring beautiful themes, podcast and full offline support.</p>
<div class="empty-action">
<a href="/greader"><button class="btn btn-primary">Homepage</button></a>
<a href="https://play.google.com/store/apps/details?id=com.noinnion.android.greader.reader"><button class="btn btn-primary">Play Store</button></a>
</div>
</section>
</div>
<div class="column col-12">
<section class="empty">
<div class="empty-icon">
<img src="assets/img/newsplus/logo-newsplus.png" alt="News+" width="144" />
</div>
<h4 class="empty-title">News+</h4>
<p class="empty-subtitle">Click the button to start a conversation</p>
<div class="empty-action">
<a href="/newsplus"><button class="btn btn-primary">Homepage</button></a>
<a href="https://play.google.com/store/apps/details?id=com.noinnion.android.newsplus"><button class="btn btn-primary">Play Store</button></a>
</div>
</section>
</div>
<div class="column col-12">
<section class="empty">
<div class="empty-icon">
<img src="assets/img/everclip/logo-everclip.png" alt="EverClip" width="144" />
</div>
<h4 class="empty-title">EverClip</h4>
<p class="empty-subtitle">Click the button to start a conversation</p>
<div class="empty-action">
<a href="/everclip"><button class="btn btn-primary">Homepage</button></a>
</div>
</section>
</div>
<div class="column col-12">
<section class="empty">
<div class="empty-icon">
<img src="assets/img/voicereading/logo-voicereading.png" alt="Voice Raading" width="144" />
</div>
<h4 class="empty-title">Voice Reading</h4>
<p class="empty-subtitle">Click the button to start a conversation</p>
<div class="empty-action">
<a href="/voicereading"><button class="btn btn-primary">Homepage</button></a>
</div>
</section>
</div>
</div>
</section>
</div>
</section>
</section>