-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
279 lines (251 loc) · 16.6 KB
/
index.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
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
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
<head>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta charset="UTF-8">
<meta name="language" content="fr_FR">
<meta name="description" content="List for Abobe Alternatives">
<meta name="keywords" content="software, open-source, libre">
<meta name="og:title" property="og:title" content="Abobe Alternatives">
<!-- <meta name="og:image" content="img/.jpg"> -->
<title>Adobe Alternatives</title>
<link rel="stylesheet" href="assets/css/style.css" type="text/css" media="screen"/>
<link href="assets/css/tailwind.css" rel="stylesheet">
<!-- Use local fork-awesome font -->
<link rel="stylesheet" href="assets/css/fork-awesome.min.css">
<link rel="icon" href="assets/img/favicon.png" type="image/png">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body class="bg-dark-800">
<div class="text-white text-center mb-5">
<h1 class="text-6xl pt-5">Adobe Alternatives</h1>
</div>
<!-- start Container -->
<div class="md:container mx-auto mt-8">
<!-- start box-shadow -->
<div class="shadow-md p-3 rounded-ld md:rounded bg-dark-600 text-white">
<!-- Caption -->
<div class="text-center mb-5">
<h2 class="text-4xl mb-2">Caption</h2>
<p>
<i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> : Free & Libre/Opensource |
<i class="fa fa-circle fa-lg text-yellow-400" aria-hidden="true"></i> : Free of charge |
<i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> : Single Purchase |
<i class="fa fa-circle fa-lg text-pink-800" aria-hidden="true"></i> : Billed annually or month-to-month
</p>
</div>
<!-- end Caption -->
<!-- start Grid -->
<div class="grid grid-cols-1 md:grid-cols-3 xl:grid-cols-4 gap-1 text-white">
<!-- start -->
<div class="shadow-md p-5 rounded bg-cyan-700 bg-opacity-25 border-4 border-cyan-700 m-2">
<h2 class="text-4xl mb-5">Lr <span class="text-gray-300 text-sm">| Lightroom</span></h2>
<table style="width:100%" class="text-white">
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> Darktable</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> Capture One</td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> <a class="transition-colors duration-150 ease-in-out hover:text-blue-400" href="https://affinity.serif.com/fr/photo/">Affinity Photo</a></td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> RawTherapee</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> Art</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> PaintShop Pro</td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i></td>
</tr>
</table>
</div>
<!-- end -->
<!-- start -->
<div class="shadow-md p-5 rounded bg-blue-600 bg-opacity-25 border-4 border-blue-600 m-2 xl:row-span-2">
<h2 class="text-4xl mb-5">Ps <span class="text-gray-300 text-sm">| Photoshop</span></h2>
<table style="width:100%" class="text-white">
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> Gimp</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> <a class="transition-colors duration-150 ease-in-out hover:text-blue-400" href="https://affinity.serif.com/fr/photo/">Affinity Photo</a></td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-yellow-400" aria-hidden="true"></i> <a class="transition-colors duration-150 ease-in-out hover:text-blue-400" href="https://www.photopea.com/">Photopea</a></td>
<td class="text-right"><i class="fa fa-chrome fa-lg" aria-hidden="true"></i> <i class="fa fa-firefox fa-lg" aria-hidden="true"></i> <i class="fa fa-edge fa-lg" aria-hidden="true"></i> <i class="fa fa-safari fa-lg" aria-hidden="true"></i></td>
</tr>
</table>
<h3 class="text-xl mt-3 mb-3">Painting</h3>
<table style="width:100%" class="text-white">
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> Krita</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i> </i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> MyPaint</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i> </i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-yellow-400" aria-hidden="true"></i> <a class="transition-colors duration-150 ease-in-out hover:text-blue-400" href="https://firealpaca.com/fr">FireAlpaca</a></td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> <a class="transition-colors duration-150 ease-in-out hover:text-blue-400" href="https://www.painterartist.com/fr/product/painter/?hp=fr2bb2">Corel Painter</a></td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> Paintstorm</td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-yellow-400" aria-hidden="true"></i> AutoDesk SketchBook</td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i> <i class="fa fa-android fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-yellow-400" aria-hidden="true"></i> Medibang Paint</td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i> <i class="fa fa-android fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> Clip Studio Paint</td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
</table>
</div>
<!-- end -->
<!-- start -->
<div class="shadow-md p-5 rounded bg-yellow-400 bg-opacity-10 border-4 border-yellow-500 m-2">
<h2 class="text-4xl mb-5">Ai <span class="text-gray-300 text-sm">| Illustrator</span> </h2>
<table style="width:100%" class="text-white">
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> Inkscape</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
<tr>
<tr>
<td><i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> Affinity Designer</td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
<tr>
<tr>
<td><i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> <i class="fa fa-circle fa-lg text-yellow-400" aria-hidden="true"></i> Gravit Designer</td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
<tr>
</table>
</div>
<!-- end -->
<!-- start -->
<div class="shadow-md p-5 rounded bg-pink-400 bg-opacity-25 border-4 border-pink-400 m-2">
<h2 class="text-4xl mb-5">Id <span class="text-gray-300 text-sm">| Indesign</span></h2>
<table style="width:100%" class="text-white">
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> Scribus</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> Affinity Publisher</td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> QuarkXpress</td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
</table>
</div>
<!-- end -->
<!-- start -->
<div class="shadow-md p-5 rounded bg-pink-600 bg-opacity-10 border-4 border-pink-600 m-2">
<h2 class="text-4xl mb-5">Xd <span class="text-gray-300 text-sm">| Adobe XD</span></h2>
<table style="width:100%" class="text-white">
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> AkiraUX</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-yellow-400" aria-hidden="true"></i> <i class="fa fa-circle fa-lg text-pink-800" aria-hidden="true"></i> Figma</td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> Draftoola</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> <a class="transition-colors duration-150 ease-in-out hover:text-blue-400" href="https://penpot.app/">Penpot</a></td>
<td class="text-right"> <i class="fa fa-chrome fa-lg" aria-hidden="true"></i> <i class="fa fa-firefox fa-lg" aria-hidden="true"></i> <i class="fa fa-edge fa-lg" aria-hidden="true"></i> <i class="fa fa-safari fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> Affinity Designer</td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
<tr>
</table>
</div>
<!-- end -->
<!-- start -->
<div class="shadow-md p-5 rounded bg-green-600 bg-opacity-25 border-4 border-green-600 m-2">
<h2 class="text-4xl mb-5">Dw <span class="text-gray-300 text-sm">| Dreamweaver</span></h2>
<table style="width:100%" class="text-white">
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> VS Codium</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-yellow-400" aria-hidden="true"></i> <i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> Sublime Text</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-yellow-400" aria-hidden="true"></i> <i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> Blue Griffon</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
</table>
</div>
<!--end -->
<!-- start -->
<div class="shadow-md p-5 rounded bg-purple-500 bg-opacity-25 border-4 border-purple-500 m-2">
<h2 class="text-4xl mb-5">Pr <span class="text-gray-300 text-sm">| Premier</span></h2>
<table style="width:100%" class="text-white">
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> Kdenlive</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> Olive</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-yellow-400" aria-hidden="true"></i> <i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> Davaci Resolve</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> Sony Vegas</td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> OpenShot</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-green-400" aria-hidden="true"></i> Shotcut</td>
<td class="text-right"><i class="fa fa-linux fa-lg" aria-hidden="true"></i> <i class="fa fa-windows fa-lg" aria-hidden="true"></i> <i class="fa fa-apple fa-lg" aria-hidden="true"></i></td>
</tr>
<tr>
<td><i class="fa fa-circle fa-lg text-red-400" aria-hidden="true"></i> Corel VideoStudio</td>
<td class="text-right"><i class="fa fa-windows fa-lg" aria-hidden="true"></i></td>
</tr>
</table>
</div>
<!-- end -->
</div> <!-- end Grid -->
</div> <!-- end box-shadow -->
</div> <!-- end Container -->
<!-- footer -->
<div class="text-white text-center mb-5">
<p class="pt-5 pb-5"><a class="transition-colors duration-150 ease-in-out hover:text-blue-400" href="https://github.com/kazukyakayashi/adobe-alternatives"><i class="fa fa-github fa-2x" aria-hidden="true"></i></a></p>
</div>
<!-- end footer -->
</body>
</html>