-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathabout.html
85 lines (78 loc) · 3.82 KB
/
about.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
<!doctype html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<title>About | Sky Screenshot Stats</title>
<meta name="description" content="Gain an insight in your Sky playtime & other stats by analyzing the screenshots you took over your journey through the world of Sky: Children Of The Light ">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta property="og:title" content="Sky Screenshot Stats">
<meta property="og:type" content="website">
<meta property="og:url" content="https://skystats.jam54.com/about">
<meta property="og:image" content="/icon.png">
<link rel="manifest" href="site.webmanifest">
<link rel="apple-touch-icon" href="icon.png">
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/about.css">
<meta name="theme-color" content="#fafafa">
</head>
<body>
<div class="topnav">
<a href="/">Sky Screenshot Stats</a>
</div>
<div id="root" class="about">
<h1>
About
</h1>
<p>
I originally started playing <a href="https://www.thatskygame.com/" target="_blank">Sky: Children Of The Light</a>
on April 7th, 2020.
<br>
Since then I have taken a lot of pictures, of almost anything that I found either beautiful, interesting or worth to remember inside the game!
This has brought me to where I am today, where I have currently over 20.000 screenshots of the game.
</p>
<p>
In the past I already did a smaller project, when I had reached the 10.000 screenshots milestone.
Which involved taking all the screenshots I had at the time, and using them to recreate one single picture.
The result was <a href="./img/SkyMosaic.jpg" target="_blank">a beautiful mosaic.</a>
(Try to zoom in, to see the individual screenshots)
</p>
<p>
Apart from the 20.000 screenshots milestone, I was also interested in my overal playtime over the years.
Since Sky unfortunately doesn't have an in game timer, which shows your overal playtime.
I decided to create something that tries to calculate that.
<br>
Although it will be an average, and won't account for the times you didn't take any screenshots.
It should still give a rough estimate of how many hours you have poured into this gem of a game!
</p>
<hr>
<p>
This section was added later, after reaching the 30.000 screenshots milestone.
<br>
To celebrate, I made an edited version of the Bad Apple song utilising all of the screenshots I had taken up to that point.
The video is available <a href="https://youtu.be/8oUjmz2Yo8s" target="_blank">here.</a>
</p>
<h1>
Other
</h1>
<p>
The source code for this website can be found <a href="https://github.com/jam53/sky-screenshot-stats" target="_blank">here!</a>
</p>
<p>
Thanks to <a href="https://twitter.com/steveschoger" target="_blank">Steve Schoger</a>
for his <a href="https://heroicons.dev/" target="_blank">Hero</a> icons!
</p>
<p>
Loading svg 'Double_Ring-1s-200px' from <a href="https://loading.io/" target="_blank">loading.io</a>.
</p>
</div>
<div class="bottomnav">
<p>
Made by <a href="https://jam54.com/about" target="_blank">jam54</a>.
Sky Screenshot Stats is <a href="https://github.com/jam53/sky-screenshot-stats" target="_blank">open source</a> software.
<a href="/about">About</a>.
</p>
</div>
</body>
</html>