-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
73 lines (59 loc) · 2.57 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
<!DOCTYPE html>
<html>
<head>
<title>About - 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">
<img src="/assets/svg/icon.svg" alt="Game Selector Logo" class="logo_big" style="height: 200px;">
<h1>Contributors</h1>
<p>This is a open source project on Github and host on Github Pages.</p>
<p>The creator of this project is <a href="https://github.com/EZLJ/">@EZLJ</a></p>
<p>During the process of devlopment,
Jerry Wang gave us many suggestions<br>
and help us to improve the project.
</p>
<p>Alvin Zhu is very keen on those games, he is always the first one to give us feedbacks.</p>
<hr>
<p>You are welcomed to submit a pull request to add your games here.</p>
<p>Feel free to open an issue if there is something wrong.</p>
<code><p> Hello World! </p></code>
<br><br>
<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>