-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
101 lines (78 loc) · 3.73 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
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
<html><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>king_of_wolves10 got their homepage at Github.io</title>
<link rel="stylesheet" href="generic.css">
<link rel="icon" href="favicon.ico">
</head>
<body style="background-image:url(bricks3.png);">
<script src="buildheader.js"></script>
<div id="wrapper">
<article>
<h2>Looks like you've wandered and found my website, pretty nifty isn't it?</h2>
<p>My name is King of Wolves, you might know me from <a href="https://www.neopets.com/userlookup.phtml?user=king_of_wolves10">Neopets</a>. One day, I tried to make a guild for the purpouse of getting teammates to make a game with, because doing it all alone can get lonely. <br>Unfortunately, it proved difficult to do this without linking to other websites, as a result, I got my first warning on Neopets.<br><br>
But now! I have my OWN website, meaning I can do whatever I want!<br>
<a href="pages/GuildGame.html">You can find information of my game here</a>
<br><br>
</p>
<hr>
<div style="width:50%; align-content: center; height:300px; display: inline-block; color:black;">
<b>Whats new</b>
<div style="overflow-y:scroll; height:70%" class="scroll">
<p>
December 22nd<br><br>
Melon Head no longer has his page, because the videos<br>
he made were too long to be resonably compressed to 25MB for<br>
Github Pages rules. And his page was mainly about them.<br>
<br>
I added background pictures to some of the pages
so they can look cooler.
<br>
<hr>
December 2nd (Late)<br><br>
My brother dino_warrior5 has his own page, but he prefers
the alias "Melon Head", you can check it out by clicking the
emblem on the top left. Also, some new videos are coming out soon
as evidenced by the new videos page! The videos have already been
made, but need to be compressed for GitHub.
<hr>
September 11 2024<br><br>
Added more Minecraft photos.
<hr>
November 16 2024<br><br>
I updated the site's look, tried to make it look cool<br>
Added more pages, to make each page have a specific topic<br>
Changed the header to be rendered with JavaScript, so it'll stay the same for every page, even new ones<br>
</p>
</div>
</div>
<hr>
<h2>Introduction</h2>
<p>I do pretty much whatever I can think of, I don't think there could be any limit to what I do, as long as I try hard enough.<br>
<br>
I like to program and play video games, whenever I think of a nice game idea I try to program it, and if it fails, I'll probably try again in the future.<br>
Although, ideas come pretty frequently, so I tend to have too much projects, leaving some to bite the dust.<br><br>
<b>Program languages I know</b>
<table>
<tr><th>Name</th><th>Skill rating</th></tr>
<tr><td style="color:black">Godot</td><td>Moving on</td></tr>
<tr><td>Roblox (Lua) </td><td>7/10</td></tr>
<tr><td>Javascript</td><td>8/10</td></tr>
<tr><td>Sega Genesis Dev Kit [C]</td><td>3/10</td></tr>
</table>
<sub>These rating are based on how confident I feel that I can make a game with the language</sub>
<br>
<a href="pages/aboutme.html">Information on the games I play and how you can play with me, are written here</a>
<br><br>
Occasionally, when inspiration strikes, I'll draw a picture. First times usually appear rough, but I know I'll do better later
<br><sub>I'm looking at you, first Draconik drawing... I didn't even get the wing flapping right.</sub>
<br>
<img src='http://i.imgur.com/IqefXKL.gif' height=80></img>
</p>
</article>
</div>
<div id="footer">
<span>Contact me, via: </span><a href="https://www.neopets.com/neomessages.phtml?type=send&recipient=king_of_wolves10">Neomail</a>
<script src="botprevention.js"></script><br><br>
<script src="buildfooter.js"></script>
</div>
</body>
</html>