-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
70 lines (69 loc) · 2.38 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<!DOCTYPE html>
<html>
<head>
<title>Home</title>
<meta charset="utf-8">
<link rel="stylesheet" href="styles.css">
<link rel="icon" href="https://www.khanacademy.org/computer-programming/logo-history/5723554329739264/4850321074896896.png" />
<style>
.big{
font-size: 100px;
margin-top: 250px;
margin-left: 150px;
margin-bottom: 30px;
}.sub{
font-size: 50px;
margin-left: 230px;
color: #BBB;
width: calc(min(700px, 60vw));
text-decoration: none;
}.gap{
display: block;
height: calc(100vh - 400px);
}
</style>
</head>
<body>
<canvas id="back"></canvas>
<a id="github" href="https://github.com/KY246/KY246.github.io">
<img class="git" src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"/>
Fix, Contribute, Star
</a>
<script src="back.js"></script>
<h1 class="big">
10+ Games
</h1>
<h1 class="sub">
A Collection of some of the best games made by an amateur JavaScript developer.
</h1>
<p class="gap"></p>
<a class="sub" href="games">
» Browse Games
</a>
<br/>
<br/>
<a class="sub" href="about">
» About
</a>
<p class="gap"></p>
<footer>
©2021 Kynan - Some rights reserved under the MIT License
<br/>
<a href="https://github.com/KY246" title="Github">
<img class="icon git" src="https://github.githubassets.com/images/modules/logos_page/GitHub-Mark.png"/>
</a>
<a href="https://www.khanacademy.org/profile/kyprogramming/projects" title="Khan Academy">
<img class="icon" src="https://avatars.githubusercontent.com/u/15455?s=280&v=4"/>
</a>
<a href="https://replit.com/@KY246" title="repl.it">
<img class="icon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/b/b2/Repl.it_logo.svg/1024px-Repl.it_logo.svg.png"/>
</a>
<a href="https://stackoverflow.com/users/14630063/ky246" title="Stack Overflow">
<img class="icon" src="https://upload.wikimedia.org/wikipedia/commons/thumb/e/ef/Stack_Overflow_icon.svg/768px-Stack_Overflow_icon.svg.png"/>
</a>
</footer>
<noscript class="noscript">
Please Enable JavaScript In your browser.
</noscript>
</body>
</html>