summaryrefslogtreecommitdiff
path: root/html/about.html
blob: a0d39a89a8132c83dafd7cab751a58760b9dd78f (plain) (blame)
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
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8">
		<meta name="darkreader-lock">

		<link href="/favicon.ico" rel="icon" type="image/vnd.microsoft.icon">
		<link href="/apple-touch-icon.png" rel="apple-touch-icon" type="image/png">
		<title id="title">About | Achernar</title>

		<link href="/css/main.css" rel="stylesheet">
		<noscript>
			<link href="/css/noScript.css" rel="stylesheet">
		</noscript>
	</head>

	<body data-page="about" data-theme="Dark" id="body">
		<!--#include virtual="/include/frontPage.shtml"-->

		<div id="content">
			<p id="contentHeading">About</p>

			<section>
				<p><em>Achernar</em> is a small indie development studio based in the Capital Region of Denmark. &#127465;&#127472;</p>

				<p>We develop open-source software, including video games and more productive software. We work with embedded systems as well as hosted ones.</p>
			</section>

			<section>
				<p class="heading">Vision</p>

				<p>The goal of <em>Achernar</em> is to promote modern and robustly written open-source projects and alike.</p>
				<br>
				<p>In other words, our vision is to develop a human and clean industry and community for technology.</p>
			</section>

			<section>
				<p class="heading">Inception</p>

				<p><em>Achernar</em> was founded in the summer of 2024 by I, <em>Gabriel Bjørnager Jensen</em>.</p>
				<br>
				<p>Our domain &ndash; <span class="code">achernar.dk</span> &ndash; was already registered in the winter of 2021, at that time being used for hosting on-line source code repositories. This was, however, quickly outsourced to <span class="code"><a href="https://mandelbrot.dk">mandelbrot.dk</a></span> after I had managed to secure that domain.</p>
				<br>
				<p><span class="code">achernar.dk</span> was then, in the mean time, used for hosting a few look-up references. This mostly served as my own notes for school &ndash; mainly mathematics, physics, and chemistry &ndash; but quickly grew unorganised and umaintained, although I did have plans to expand the lexicon.</p>
				<br>
				<p>The idea of a company had started in the spring of 2020. At that time it would've been named after the binary system <em>Sheliak</em> (Bayer: <span class="code">&beta; Lyr&#230;</span>). But it was this idea that evolved into <em>Achernar</em>.</p>
			</section>

			<section>
				<p class="heading">Credits</p>

				<p>Thanks to the following projects which make our webservice possible:</p>
				<br>
				<ul>
					<li>
						<p><a href="https://www.freebsd.org//"><em>FreeBSD</em></a></p>
					</li>
					<li>
						<p><a href="https://nginx.org/en/"><em>nginx</em></a></p>
					</li>
					<li>
						<p><a href="https://sass-lang.com/"><em>Sass</em></a></p>
					</li>
					<li>
						<p><a href="https://www.typescriptlang.org/"><em>TypeScript</em></a></p>
					</li>
				</ul>
				<br>
				<p>Additionally thanks to the following creators for the fonts which we use on our website:</p>
				<br>
				<ul>
					<li>
						<p>Carrois Apostrophe: <a href="https://fonts.google.com/specimen/Fira+Mono/"><em>Fira Mono</em></a></p>
					</li>
					<li>
						<p>Roman Shamin & the &#8220;people&#8221; at Evil Martians &#128125;: <a href="https://fonts.google.com/specimen/Martian+Mono/"><em>Martian Mono</em></a></p>
					</li>
					<li>
						<p>Sorkin Type: <a href="https://fonts.google.com/specimen/Merriweather/"><em>Merriweather</em></a></p>
					</li>
					<li>
						<p>Julieta Ulanovsky, Sol Matas, Juan Pablo del Peral, and Jacques Le Bailly: <a href="https://fonts.google.com/specimen/Montserrat/"><em>Montserrat</em></a></p>
					</li>
					<li>
						<p>Jonas Hecksher: <a href="https://fonts.google.com/specimen/Play/"><em>Play</em></a></p>
					</li>
					<li>
						<p>Claus Eggers S&#248;rensen: <a href="https://fonts.google.com/specimen/Playfair+Display/"><em>Playfair Display</em></a></p>
					</li>
					<li>
						<p>Matt McInerney, Pablo Impallari, and Rodrigo Fuenzalida: <a href="https://fonts.google.com/specimen/Raleway/"><em>Raleway</em></a></p>
					</li>
				</ul>
			</section>

			<!--#include virtual="/include/footnote.shtml"-->
		</div>

		<!--#include virtual="/include/initScripts.shtml"-->
	</body>
</html>