-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathdev.html
More file actions
115 lines (107 loc) · 3.59 KB
/
dev.html
File metadata and controls
115 lines (107 loc) · 3.59 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
103
104
105
106
107
108
109
110
111
112
113
114
115
<html>
<head>
<title>Dev | The Game Center</title>
<link rel="stylesheet" type="text/css" href="../assets/css/dev.css"/>
<link rel="icon" type="image/x-icon" href="../assets/icons/main.ico">
<script>
window.addEventListener("load", () => {
const loader = document.querySelector(".loader");
loader.classList.add("loader--hidden");
loader.addEventListener("transitionend", () => {
document.body.removeChild(loader);
});
});
</script>
</head>
<body>
<div class="loader loader--hidden"></div>
<div class="textfront">
<h1>Developer<h1>
</div>
<div class="glowtext">
<ul>
<li style="--clr:#00ade1">
<a href="https://thegamecenter.github.io" data-text=" Home"> Home </a>
</li>
<li style="--clr:#00dc82">
<a href="https://thegamecenter.github.io/games" data-text=" Games"> Games </a>
</li>
<li style="--clr:#dc00d4">
<a href="https://thegamecenter.github.io/dev" data-text=" Dev"> Dev </a>
</li>
</ul>
</div>
<div class="base">
<div class="name">
<p>My name is Jayden</p>
</div>
<div class="description">
<p>Hello, I am a 13 year old Web developer, Tech-Savvy enthsiast, and an Aquarist.</p>
<p>My main purpose for creating this website is to share games which I pre-packaged so users</p>
<p>can just download and play, even on school laptops despite the lack of administrative permission.</p>
<p>I'm also the first person in my school whom has gotten any game in regards to Grand Theft Auto</p>
<p>on a school laptop, bypassing the usual requirement of DirectPlay to even launch the game.</p>
<p>I also want to make an libary of ad-free web games.</p>
<p>Overall, I want to contribute to the gaming culture for the general public.</p>
</div>
</div>>
<div class="container">
<div class="bubbles">
<span style="--i:11"></span>
<span style="--i:12"></span>
<span style="--i:24"></span>
<span style="--i:10"></span>
<span style="--i:14"></span>
<span style="--i:23"></span>
<span style="--i:18"></span>
<span style="--i:16"></span>
<span style="--i:19"></span>
<span style="--i:20"></span>
<span style="--i:22"></span>
<span style="--i:25"></span>
<span style="--i:18"></span>
<span style="--i:21"></span>
<span style="--i:15"></span>
<span style="--i:13"></span>
<span style="--i:26"></span>
<span style="--i:17"></span>
<span style="--i:13"></span>
<span style="--i:23"></span>
<span style="--i:18"></span>
<span style="--i:23"></span>
<span style="--i:24"></span>
<span style="--i:11"></span>
<span style="--i:14"></span>
<span style="--i:16"></span>
<span style="--i:18"></span>
<span style="--i:23"></span>
<span style="--i:25"></span>
<span style="--i:16"></span>
<span style="--i:11"></span>
<span style="--i:22"></span>
<span style="--i:18"></span>
<span style="--i:21"></span>
<span style="--i:15"></span>
<span style="--i:13"></span>
<span style="--i:26"></span>
<span style="--i:17"></span>
<span style="--i:13"></span>
<span style="--i:28"></span>
<span style="--i:16"></span>
<span style="--i:19"></span>
<span style="--i:26"></span>
<span style="--i:17"></span>
<span style="--i:13"></span>
<span style="--i:28"></span>
<span style="--i:16"></span>
<span style="--i:19"></span>
<span style="--i:26"></span>
<span style="--i:17"></span>
<span style="--i:13"></span>
<span style="--i:28"></span>
<span style="--i:16"></span>
<span style="--i:19"></span>
</div>
</div>
</body>
</html>