This repository was archived by the owner on Jan 16, 2026. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
53 lines (48 loc) · 3.12 KB
/
index.html
File metadata and controls
53 lines (48 loc) · 3.12 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>ImEditor - Simple & versatile image editor.</title>
<meta name="description" content="Simple & versatile image editor.">
<link rel="stylesheet" href="css/main.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans|Source+Sans+Pro">
<script src="https://kit.fontawesome.com/95303e0f2f.js"></script>
<link rel="icon" type="image/png" href="img/icon.png">
</head>
<body>
<div id="site-content">
<header id="header">
<div id="header-main" style="padding-bottom: 200px;">
<a href="index.html"><img id="header-logo" src="img/logo.svg" alt="ImEditor"></a>
<h2><b>Simple</b> & <b>versatile</b> image editor.</h2>
<a id="header-button" class="btn" href="download.html"><i class="fas fa-download"></i> Download ImEditor</a>
<p><i class="fas fa-flask"></i> Yet experimental! - <a href="release-notes.html">Release notes</a></p>
</div>
<div id="header-screenshot">
<img src="img/imeditor-screenshot.png" alt="ImEditor - Simple & versatile image editor.">
</div>
</header>
<section class="content align-center">
<h1>ImEditor, the image editor you need.</h1>
<h2>An ingenious lightweight software...</h2>
<div class="idea"><i class="fas fa-image"></i></i><p>Simple</p></div>
<div class="idea"><i class="fas fa-space-shuttle"></i><p>Brillant</p></div>
<div class="idea"><i class="fas fa-code-branch"></i><p>Open-Source</p></div>
<div class="idea"><i class="fas fa-globe"></i><p>Multilingual</p></div>
</section>
<section class="content">
<h2><i class="fas fa-info-circle"></i> Who are we?</h2>
<p>We are <b>two students</b> who develop this project on our free time: <a href="https://hugo-posnic.fr">Hugo Posnic</a> and <a href="https://thykof.github.io">Nathan Seva</a>.</p>
<h2><i class="far fa-life-ring"></i> How to help us?</h2>
<p>First, <b>use the software</b> and tell us if something is not working.<br>ImEditor is a <b>free</b> and <b>open-source</b> software under the <b>GNU GPL (v3) license</b>. The source code is published <a href="https://github.com/ImEditor">on Github</a>.<br>You can also <b>help translate</b> ImEditor into your <b>native language</b>. The translation files are also published <a href="https://github.com/ImEditor/ImEditor/tree/master/po">on Github</a>.</p>
</section>
<section class="content align-center">
<h1>With ImEditor, the image editing finally becomes easy.</h1>
<a class="btn btn-dark" href="download.html"><i class="fas fa-download"></i> What are you waiting to try it?</a>
</section>
</div>
<footer id="footer">
<img src="img/logo_light.svg" alt="ImEditor">
</footer>
</body>
</html>