-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
74 lines (66 loc) · 4.31 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
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Gimel Studio – Open source, non-destructive 2D image graphics editor</title>
<meta name="description" content="Next-generation of the non-destructive, node-based 2D image graphics editor. Join us in planning/development for the next-generation of Gimel Studio to make it a truly usable tool for editing images">
<meta name="google-site-verification" content="ULNnsUZvRYm0LhYdG-WLkl1LLTJ08TiOoyT-Z43pJEA" />
<!-- Favicon -->
<link rel="icon" type="image/png" href="img/icon.png">
<meta name="msapplication-TileColor" content="#131828">
<meta name="theme-color" content="#131828">
<!-- JSON-LD -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": "WebSite",
"name": "Gimel Studio",
"url": "https://gimelstudio.github.io"
}
</script>
<!-- Open Graph -->
<meta property="og:site_name" content="Gimel Studio">
<meta property="og:title" content="Gimel Studio">
<meta property="og:url" content="https://gimelstudio.github.io">
<meta property="og:description" content="Open source, non-destructive 2D image graphics editor">
<meta property="og:type" content="website">
<meta property="og:image:alt" content="Gimel Studio" />
<meta property="og:image" content="https://gimelstudio.github.io/img/forest.jpg">
<!-- Assets -->
<link rel="preconnect" href="https://api.fonts.coollabs.io">
<link href="https://api.fonts.coollabs.io/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/styles.css">
</head>
<body class="">
<nav>
<a href="/" class="logo">
<img src="/img/logo.png" alt="Gimel Studio icon"/>
</a>
<div class="icons">
<a href="https://github.com/GimelStudio/GimelStudio">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>GitHub</title><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>
</a>
<a href="https://gimelstudio.zulipchat.com/join/sif32f3gjpnikveonzgc7zhw/">
<svg role="img" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><title>Join our community chat</title><path d="M22.767 3.589c0 1.209-.543 2.283-1.37 2.934l-8.034 7.174c-.149.128-.343-.078-.235-.25l2.946-5.9c.083-.165-.024-.368-.194-.368H4.452c-1.77 0-3.219-1.615-3.219-3.59C1.233 1.616 2.682 0 4.452 0h15.096c1.77-.001 3.219 1.614 3.219 3.589zM4.452 24h15.096c1.77 0 3.219-1.616 3.219-3.59 0-1.974-1.449-3.59-3.219-3.59H8.12c-.17 0-.277-.202-.194-.367l2.946-5.9c.108-.172-.086-.378-.235-.25l-8.033 7.173c-.828.65-1.37 1.725-1.37 2.934 0 1.974 1.448 3.59 3.218 3.59z"/></svg>
</a>
</div>
</nav>
<main class="hero">
<div class="inner">
<span class="alpha">2025 update: New version in progress</span>
<h1>Edit images non-destructively.</h1>
<h2>Open source, non-destructive 2D image editor focused on simplicity, speed, elegance, and usability.</h2>
</div>
<img src="img/gimel-studio-06-pre-3.png" alt="Gimel Studio v0.6.0-pre-alpha-3" />
</main>
<div class="previous">
<p>Looking for the previous, v0.6.x series pictured above?</p>
<a href="https://github.com/GimelStudio/GimelStudio/releases/tag/v0.6.0-alpha-2">Download the v0.6.0-alpha-2 for Windows</a>
</div>
<footer>
<small>© 2019-2025 Gimel Studio contributors.</small>
</footer>
<script src="js/main.js"></script>
</body>
</html>