-
Notifications
You must be signed in to change notification settings - Fork 2
/
index.html
168 lines (153 loc) · 8.15 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="favicon.svg" />
<link rel="mask-icon" href="favicon.svg" color="#000000" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<!-- Primary Meta Tags -->
<title>Calligro - Bitmap Font Generator</title>
<meta name="title" content="Calligro - Bitmap Font Generator" />
<meta name="description" content="Online open source bitmap font generator compatible with most game engines and frameworks." />
<meta name="keywords" content="bitmap font, font, bmfont, generator, tool, godot, heaps.io, phaser, libgdx, haxeflixel, raylib, love2d" />
<!-- Open Graph -->
<meta property="og:type" content="website" />
<meta property="og:url" content="https://calligro.ideasalmanac.com" />
<meta property="og:title" content="Calligro - Bitmap Font Generator" />
<meta property="og:description" content="Online open source bitmap font generator compatible with most game engines and frameworks" />
<meta property="og:image" content="https://calligro.ideasalmanac.com/OgImage.png" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image" />
<meta property="twitter:url" content="https://calligro.ideasalmanac.com/" />
<meta property="twitter:title" content="Calligro - Bitmap Font Generator" />
<meta property="twitter:description" content="Online open source bitmap font generator compatible with most game engines and frameworks." />
<meta property="twitter:image" content="https://calligro.ideasalmanac.com/OgImage.png" />
<!-- Linked Data -->
<script type="application/ld+json">
{
"@context": "http://schema.org",
"@type": ["SoftwareApplication", "WebApplication"],
"name": "Calligro",
"applicationCategory": ["DesignApplication", "DeveloperApplication"],
"applicationSubCategory": "Bitmap Font Generator",
"operatingSystem": ["Windows 11", "Windows 10", "Linux", "Web"],
"screenshot": "https://calligro.ideasalmanac.com/OgImage.png",
"about": "Online open source bitmap font generator compatible with most game engines and frameworks.",
"keywords": "bitmap font,font,bmfont,generator,tool,godot,heaps.io,phaser,libgdx,haxeflixel,raylib,love2d",
"url": "https://calligro.ideasalmanac.com/",
"offers": {
"@type": "Offer",
"price": "0"
}
}
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("consent", "default", {
ad_storage: "denied",
analytics_storage: "denied",
wait_for_update: 500,
});
</script>
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-LYVXVB1GZS"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-LYVXVB1GZS", { anonymize_ip: true });
</script>
<link rel="apple-touch-icon" href="logo192.png" />
<link rel="manifest" href="manifest.json" />
<link rel="preload" as="image" href="logo.svg" />
<link rel="preload" as="document" href="https://itch.io/embed/946259" crossorigin="anonymous" />
<link rel="stylesheet" href="index.css" />
<link rel='stylesheet' href='https://unpkg.com/boxicons@2.1.4/css/boxicons.min.css'>
</head>
<body>
<header>
<a href="/"><img src="img/promo/logo.svg" /></a>
<nav>
<a href="/webapp.html">Web App</a>
<a href="https://voycawojka.itch.io/calligro">Download</a>
<a href="/tutorial.html">Tutorial</a>
<a href="https://github.com/Voycawojka/calligro/tree/main/samples">Engine Samples</a>
<a href="https://github.com/Voycawojka/calligro">Github</a>
</nav>
</header>
<div class="container">
<section class="hero">
<div class="hero-text">
<h2>Font Generator For Game Devs</h2>
<p>Turn your art into fonts compatible with most game engines. Free, open source.</p>
</div>
</section>
<hr />
<section class="features">
<div class="feature">
<img src="img/tutorial/imported-in-godot.png" alt="Feature preview">
<div class="feature-text">
<h3>Create BMFont fonts</h3>
<p>The <a href="https://www.angelcode.com/products/bmfont/doc/file_format.html">Angel Code BMFont</a> format is already widely supported by most engines and frameworks (Godot, Love2d, Phaser, to name a few)</p>
</div>
</div>
<div class="feature">
<img src="img/promo/aseprite-template.png" alt="Feature preview">
<div class="feature-text">
<h3>Use your favourite graphics editor</h3>
<p>Calligro exports a template you can edit in any graphics software you'd like before exporting the font files</p>
</div>
</div>
<div class="feature">
<img src="img/promo/desktop-shortcut.png" alt="Feature preview">
<div class="feature-text">
<h3>Web Based & Desktop Versions</h3>
<p>Try it right in your browser or download for offline use. Desktop version has the exact same features but is a bit more convenient</p>
</div>
</div>
<div class="feature">
<img src="img/promo/open-source.png" alt="Feature preview">
<div class="feature-text">
<h3>Open Source</h3>
<p>Have a feature request? Found a bug? Want to contribute? Check out our <a href="https://github.com/Voycawojka/calligro">repository</a>!</p>
</div>
</div>
</section>
<section class="cta">
<a href="/webapp"><i class='bx bx-door-open bx-md'></i> Open Web Version</a>
<div class="widget-container">
<p>Or download the desktop version:</p>
<iframe title="Itch.io desktop widget" frameBorder="0" src="https://itch.io/embed/946259" width="552" height="167"><a href="https://voycawojka.itch.io/calligro">Calligro by Voycawojka</a></iframe>
</div>
</section>
</div>
<footer>
<a href="/privacy.html">Privacy policy</a>
<section class="authors">
<div class="author">
<p>Filip A. Kowalski</p>
<ul class="socials">
<li><a href="https://ideasalmanac.com/" aria-label="personal website"><i class='bx bx-globe bx-md'></i></a></li>
<li><a href="https://x.com/ideasalmanac" aria-label="twitter"><i class='bx bxl-twitter bx-md'></i></a></li>
<li><a href="https://github.com/Voycawojka" aria-label="github"><i class='bx bxl-github bx-md'></i></a></li>
</ul>
</div>
<div class="author">
<p>Dominik Józefiak</p>
<ul class="socials">
<li><a href="https://github.com/domlj" aria-label="github"><i class='bx bxl-github bx-md'></i></a></li>
</ul>
</div>
</section>
</footer>
</body>
</html>