-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog.html
85 lines (75 loc) · 3.4 KB
/
log.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>
<head>
<title>Log - PZV`s Collection</title>
<link rel="icon" href="/assets/svg/icon_big.svg" type="image/svg+xml">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Tiny5&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/assets/css/main.css">
<style>
li,p,summary{
text-align: left;
}
</style>
</head>
<body>
<div class="cyberpunk-element-top"></div>
<div class="cyberpunk-element-bottom"></div>
<div class="cyberpunk-element-left"></div>
<div class="cyberpunk-element-right"></div>
<div class="corner-top-left"></div>
<div class="corner-top-right"></div>
<div class="corner-bottom-left"></div>
<div class="corner-bottom-right"></div>
<div class="container">
<header>
</header>
<main>
<div class="intro__header">
<br>
<h1>DEV LOG</h1>
<details>
<summary>Version Alpha <b>0.0.1</b></summary>
<p>The start of our journey, we set up this surprise in our school`s website project. <br>
Initially there is only one game, the <i>Dino</i> from Google Chrome,
soon we added the <i>S.U.R.F</i> from Microsoft Edge. <br>
The adaption of <i>Operius</i> is a little difficult, since it is a game on Opera browser. <br>
But thanks to an open source project, we did it.</p>
</details>
<details>
<summary>Version Alpha <b>0.0.2</b></summary>
<p>Added a <i>Dino 3D</i> game as a variant of the original <i>Dino</i> game.</p>
</details>
<details>
<summary>Version Beta <b>0.1.0</b></summary>
<p>Added a bunch of game from the project GameZone,
include the JS13K Award Winning Game <i>Dante</i> and more.</p>
</details>
<details>
<summary>Version Beta <b>0.1.1</b></summary>
<p>Add: A new feature, Tag, includes "NEW", "CLASSICS" and "HOT". Also, a new about page for our contributors.</p>
<p>Change: Games were reordered based on user feedback.</p>
<p>Fix: Dino3D stucks at loading bar.</p>
</details>
<details open>
<summary>Version Beta <b>0.1.2</b></summary>
<p>Add: The JS13K 2023 Series</p>
<p>Change: Some games were removed based on feedback.</p>
</details>
<a href="index.html" class="game-button">Return</a>
</div>
</main>
</div>
<footer class="footer">
<div class="version">
<a href="https://github.com/EZLJ/Game-Collection"><img src="assets/svg/github.svg" alt="GitHub"></a>
<a href="/about.html">Powered by PZV.</a>
<a href="log.html">Version Beta 0.1.2</a>
</div>
</footer>
<div class="dot-grid"></div>
<script src="/assets/js/interface.js"></script>
</body>
</html>