-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproducts.php
78 lines (76 loc) · 2.26 KB
/
products.php
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
77
78
<?php include 'include/context.php'; ?>
<?php include 'include/header.php'; ?>
<?php include 'include/menu.php'; ?>
<div class="main">
<div class="center">
<div class="entry">
<p class="meta">Web Apps</p>
<div class="product">
<img src="/images/sub.png" width="40" height="40">
<p>
<a href="https://subreply.com/">
<strong>Subreply</strong>
</a>
</p>
<p>Tiny, but mighty social network.</p>
<p>Endless replies are all we need to communicate.</p>
</div>
<div class="product">
<img src="/images/afeed.png" width="40" height="40">
<p>
<a href="https://unfeeder.com/">
<strong>Unfeeder</strong>
</a>
</p>
<p>Live and automated news feed.</p>
<p>Articles are ranked by Facebook API.</p>
</div>
</div>
<div class="entry">
<p class="meta">Android Apps</p>
<div class="product">
<img src="/images/subdroid.png" width="40" height="40">
<p>
<a href="https://play.google.com/store/apps/details?id=com.lucianmarin.sub">
<strong>Subreply</strong>
</a>
</p>
<p>Supports pull to refresh, light and dark themes.</p>
</div>
</div>
<div class="entry">
<p class="meta">Mac Apps</p>
<div class="product">
<img src="/images/monochrome.png" width="40" height="40">
<p>
<a href="https://app.box.com/s/xu1pwny4qsx4h0nj0jrlsvyfmorjzn0q">
<strong>Monochrome 5.2</strong>
</a>
</p>
<p>Mobile browser for Mac.</p>
<p>Helps you design responsive sites and browse the mobile web from the comfort of your Mac.</p>
</div>
<div class="product">
<img src="/images/multicolor.png" width="40" height="40">
<p>
<a href="https://app.box.com/s/xvwan1mqk47v7rd6r7xbas12lu66v76p">
<strong>Multicolor 1.1</strong>
</a>
</p>
<p>Color schemes generator for Mac.</p>
<p>Generates five distinct colors and their luminance.</p>
</div>
<div class="product">
<img src="/images/bicolor.png" width="40" height="40">
<p>
<a href="https://app.box.com/s/514y1vlpfkcuoh0a4lc226eizxhyb668">
<strong>Bicolor 1.2</strong>
</a>
</p>
<p>Contrast comparison tool for Mac.</p>
<p>Calculates the contrast ratio between two colors.</p>
</div>
</div>
</div>
</div>
<?php include 'include/footer.php'; ?>