-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
102 lines (96 loc) · 4.29 KB
/
index.html
File metadata and controls
102 lines (96 loc) · 4.29 KB
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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Ryan Zielke | Linktree</title>
<!-- Favicon -->
<link rel="icon" href="https://avatars0.githubusercontent.com/u/1145411" type="image/x-icon" />
<!-- Font Awesome icons -->
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css">
<!-- Core theme CSS -->
<link rel="stylesheet" href="style.css">
</head>
<body>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YP5JL325SL"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-YP5JL325SL');
</script>
<a id="profilePicture" href="#popup">
<img src="https://avatars0.githubusercontent.com/u/1145411" alt="Profile Picture">
</a>
<div class="overlay" id="popup">
<div class="popup">
<div class="popup-photo">
<a href="https://avatars0.githubusercontent.com/u/1145411" target="_blank">
<img src="https://avatars0.githubusercontent.com/u/1145411" alt="Profile Picture">
</a>
</div>
<div class="popup-quote">
There is no limit to what a man can do or where he can go if he doesn't mind who gets the credit
</div>
<a class="popup-close" onclick="history.back()">×</a>
</div>
</div>
<div id="userName">
@NeoAlchemy
</div>
<div id="links">
<a class="link" href="https://neoalchemy.github.io/intro-to-game-programming-2023/" target="_blank">
<i class="fa fa-chalkboard-teacher"> </i>Intro to Game Programming 2023
</a>
<a class="link" href="https://neoalchemy.github.io/star-wars-pac-man/" target="_blank">
<i class="fa fa-gamepad"> </i>Star Wars PacMan (MakeCode)
</a>
<a class="link" href="https://neoalchemy.github.io/marios-turn-v7/" target="_blank">
<i class="fa fa-gamepad"> </i>Mario Turn (MakeCode)
</a>
<a class="link" href="https://neoalchemy.github.io/pokemon/" target="_blank">
<i class="fa fa-gamepad"> </i>Pokemon (MakeCode)
</a>
<a class="link" href="https://neoalchemy.github.io/fighting-link/" target="_blank">
<i class="fa fa-gamepad"> </i>Fighting Link (MakeCode)
</a>
<a class="link" href="https://neoalchemy.github.io/snake-phaser/" target="_blank">
<i class="fa fa-gamepad"> </i>Snake (Phaser)
</a>
<a class="link" href="https://neoalchemy.github.io/space-race-phaser/" target="_blank">
<i class="fa fa-gamepad"> </i>Space Race (Phaser)
</a>
<a class="link" href="https://pong-tdmenf.stackblitz.io" target="_blank">
<i class="fa fa-gamepad"> </i>Pong (Clone)
</a>
<a class="link" href="https://space-invaders-4phrp1.stackblitz.io" target="_blank">
<i class="fa fa-gamepad"> </i>Space Invaders (Clone)
</a>
<a class="link" href="https://swatter-rz7av9.stackblitz.io" target="_blank">
<i class="fa fa-gamepad"> </i>Swatter (Clone)
</a>
<a class="link" href="https://combat-dtz5w8.stackblitz.io" target="_blank">
<i class="fa fa-gamepad"> </i>Combat (Phaser Clone)
</a>
<a class="link" href="https://stack-uyes9u.stackblitz.io" target="_blank">
<i class="fa fa-gamepad"> </i>Stack (Clone)
</a>
<a class="link" href="https://flappy-birds-j4grlp.stackblitz.io" target="_blank">
<i class="fa fa-gamepad"> </i>Flappy Birds (Clone)
</a>
<a class="link" href="https://neoalchemy.github.io/CraftingTable/" target="_blank">
<i class="fa fa-gamepad"> </i>Crafting Table (BeJeweled Clone)
</a>
<a class="link" href="https://neoalchemy.github.io/KnightAsAPlatformer/" target="_blank">
<i class="fa fa-gamepad"> </i>Knight as a Platformer (Platformer Demo)
</a>
<a class="link" href="https://neoalchemy.github.io/ResourceBuilding/" target="_blank">
<i class="fa fa-gamepad"> </i>Resource Building (World Building Demo)
</a>
</div>
<div id="hashtag">
#CodeYourDreams❤
</div>
<!-- Google tag (gtag.js) -->
</body>
</html>