-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
50 lines (50 loc) · 2.23 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
<!DOCTYPE html>
<html>
<head>
<title>Artemis Project</title>
<link rel="stylesheet" href="site.css" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="manifest" href="/site.webmanifest" />
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5" />
<meta name="msapplication-TileColor" content="#da532c" />
<meta name="theme-color" content="#ffffff" />
</head>
<body>
<div class="app-area">
<img src="assets/determination.svg" width="128px" />
<h1>This is the end of the road.</h1>
<p>
If you are looking for the Artemis Project, the Unity desktop
continuation announced in 2017 in response to the deprecation of Unity
in favor of GNOME 3 in Ubuntu, congratulations; you've reached the
official website. However, as of July 17, 2020, the project is no longer
being maintained.
</p>
<p>
When I first started working on Artemis, I didn't know exactly what I
was getting into, and I didn't necessarily have the best skills in
running a mass-scale project like this. Rather than having something to
work with and building my way up, I attempted to work top-down, which
led to a gradual declining interest and motivation in the project. I
take full responsibility for not giving this project the proper
attention it deserved.
</p>
<p>
Suffice to say, I am no longer maintaining or leading this project. It
was a fun run while it lasted, and I appreciate the community that
formed around it. If you're still looking for a Unity continuation, I
recommend checking out the work being done by UBPorts. If you want to
still work with me on other projects, I am currently working on
<a href="https://hyperspace.marquiskurt.net">Hyperspace</a> and a few
other things on GitHub.
</p>
<p>
- Marquis (<a href="https://github.com/@alicerunsonfedora"
>@alicerunsonfedora</a
>)
</p>
</div>
</body>
</html>