summaryrefslogtreecommitdiff
path: root/html/about.html
blob: 6968cd391859db09a62162c7e8df52555e13f5f2 (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
<!DOCTYPE html>
<html>
	<head>
		<meta charset="UTF-8">

		<link href="/svg/favicon.svg" rel="icon" type="image/svg+xml">
		<title id="title">Achernar</title>

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

	<body class="about" id="body">
		<!--#include virtual="/shtml/navigationBar.shtml"-->

		<div id="frontPage">
			<img id="glyph" src="/svg/glyph/achernar.svg">
		</div>

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

			<p><b>Achernar</b> is a danish-based development studio located in the Capital Region of Denmark.</p>

			<section>
				<p class="heading">THE FUTURE IS NOW</p>

				<p>...</p>
			</section>

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

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

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

				<p><b>Achernar</b> 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 &ndash; at that time having been named after the binary system <em>Sheliak</em> (Bayer: <span class="code">&beta; Lyr&#230;</span>).</p>
			</section>
		</div>

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