-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathindex.html
100 lines (83 loc) · 4.13 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
---
layout: default
title: "Pinta: Painting Made Simple"
---
<div class="jumbotron">
<div class="hero-image-div pull-right">
<a href="/theme/images/ss1.png"><img class="hero-image" src="/theme/images/ss1-thumb.png" /></a>
</div>
<h1>Pinta: Painting Made Simple</h1>
<p>Pinta is a free, open source program for drawing and image editing.</p>
<p>Its goal is to provide users with a simple yet powerful way to draw and manipulate images on Linux, Mac, Windows, and *BSD.</p>
<p><a class="btn btn-primary" role="button" href="/releases">Download »</a></p>
<span>Current Version: {{site.release.version}} - <a href="{{site.release.release_notes}}">Release Notes</a></span>
</div>
<div class="feature-container">
<div class="box pull-left feature-box" style="margin-left: 0;">
<div class="box-header">
<span class="title">Basics</span>
</div>
<div class="panel-body">
<div class="feature-list">
<div class="feature">
<img src="/theme/images/tools64.png" alt="Drawing Tools" width="48" height="48" />
<div class="title">Drawing Tools</div>
Use easy drawing tools to draw freehand, lines, rectangles, ellipses, and more.
</div>
<div class="feature">
<img src="/theme/images/adjustments.png" alt="Adjustments and Effects" width="48" height="48" />
<div class="title">Adjustments and Effects</div>
Pinta includes over 35 adjustments and effects for tweaking your images.
</div>
<div class="feature">
<img src="/theme/images/multilingual.png" alt="Multilingual" width="48" height="48" />
<div class="title">Multilingual</div>
Use Pinta in your language. Pinta is at least partially translated into over 55 languages.
</div>
</div>
</div>
</div>
<div class="box pull-left feature-box">
<div class="box-header">
<span class="title">Advanced Features</span>
</div>
<div class="panel-body">
<div class="feature-list">
<div class="feature">
<img src="/theme/images/history.png" alt="Full History" width="48" height="48" />
<div class="title">Full History</div>
Don't be afraid to experiment, Pinta tracks your full history so you can always undo.
</div>
<div class="feature">
<img src="/theme/images/layers.png" alt="Multiple Layers" width="48" height="48" />
<div class="title">Multiple Layers</div>
Use layers to help separate and group elements of your image for easy editing.
</div>
<div class="feature">
<img src="/theme/images/workspace.png" alt="Your Workspace" width="48" height="48" />
<div class="title">Your Workspace</div>
Like docked windows? No problem. Floating windows? No problem. You can even mix and match.
</div>
</div>
</div>
</div>
<div class="box pull-left feature-box">
<div class="box-header">
<span class="title">Resources</span>
</div>
<div class="panel-body">
<div class="feature-list">
<ul class="resource-list">
<li><a href="/releases">Download</a></li>
<li><a href="/howto">Documentation</a></li>
<li><a href="{{site.links.bugs}}">File Bugs</a></li>
<li><a href="{{site.links.suggestions}}">Make Suggestions</a></li>
<li><a href="{{site.links.questions}}">Ask Questions</a></li>
<li><a href="{{site.links.discussions}}">Discuss Pinta</a></li>
<li><a href="/howto/contribute">Contribute</a></li>
<li><a href="/contact">Contact</a></li>
</ul>
</div>
</div>
</div>
</div>