forked from cyrilleberger/calligra-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
banner_appsmatrix.php
102 lines (102 loc) · 4.74 KB
/
banner_appsmatrix.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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<div class="app_matrix">
<div class="app big">
<a href="/words" title="Words word processor application">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/words.png" width="128" height="128" alt="Words icon" />
</a>
<div>
<a href="/words" title="Words word processor application">
<span>Words</span>
<br />
is an intuitive word processor application with desktop publishing features.
<br />
With it, you can create informative and attractive documents with ease.
</a>
</div>
</div>
<div class="app big center">
<a href="/sheets" title="Sheets spreadsheet application">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/tables.png" width="128" height="128" alt="Sheets icon" />
</a>
<div>
<a href="/sheets" title="Sheets spreadsheet application">
<span>Sheets</span>
<br />
is a fully-featured spreadsheet application. Use it to quickly create spreadsheets with formulas and charts, to calculate and organize your data.
</a>
</div>
</div>
<div class="app big">
<a href="/stage" title="Stage presentation application">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/stage.png" width="128" height="128" alt="Stage icon" />
</a>
<div>
<a href="/stage" title="Stage presentation application">
<span>Stage</span>
<br />
is a powerful and easy to use presentation application.
<br />
You can dazzle your audience with stunning slides containing images, videos, animation and more.
</a>
</div>
</div>
<div class="app small">
<a href="/kexi" title="Kexi data management application">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/kexi.png" width="64" height="64" alt="Kexi icon" />
</a>
<div>
<a href="/kexi" title="Kexi data management application">
<span>Kexi</span>
<br />
for integrated data management
</a>
</div>
</div>
<div class="app small center">
<a href="/flow" title="Flow diagram and flowchart application">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/flow.png" width="64" height="64" alt="Kivio icon" />
</a>
<div>
<a href="/flow" title="Flow diagram and flowchart application">
<span>Flow</span>
<br />
for diagramming and flowcharting
</a>
</div>
</div>
<div class="app small">
<a href="/karbon" title="Karbon vector graphics application">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/karbon.png" width="64" height="64" alt="Karbon icon" />
</a>
<div>
<a href="/karbon" title="Karbon vector graphics application">
<span>Karbon</span>
<br />
for drawing vector graphics
</a>
</div>
</div>
<div class="app small long">
<a href="/plan" title="Plan project planning application">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/plan.png" width="64" height="64" alt="Plan icon" />
</a>
<div>
<a href="/plan" title="Plan project planning application">
<span>Plan</span>
<br />
for project planning
</a>
</div>
</div>
<div class="app small">
<a href="/krita" title="Krita image editing application">
<img src="<?php bloginfo('stylesheet_directory'); ?>/images/icons/krita.png" width="64" height="64" alt="Krita icon" />
</a>
<div>
<a href="/krita" title="Krita image editing application">
<span>Krita</span>
<br />
for painting and image editing
</a>
</div>
</div>
</div>