Skip to content

Commit

Permalink
first one on iternet'
Browse files Browse the repository at this point in the history
  • Loading branch information
RTXT25 committed Jun 4, 2024
1 parent b10223f commit 45374f4
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 22 deletions.
26 changes: 13 additions & 13 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@ <h1>RTXT25.Github.io</h1>
<h1 id="bigtxt">Setting</h1>
<input type="checkbox" id="skipstartcb" class="btn-settings">
<label id="bigtxt" for="skipstartcb">Skip Start Page</label><p>
<button class="btn-home" onclick="switchPage('homepg');"></button>
<button class="btn-back" onclick="switchPage('homepg');"></button>
</div>

<div id="homepg">
<p id="bigtxt">home page</p>
<button class="btn-info" onclick="switchPage('info');"></button><p></p>
<button class="btn-legg" onclick="switchPage('minecraft');"></button><p></p>
<button class="btn-rock" onclick="switchPage('projects');"></button><p></p>
<button class="btn-project" onclick="switchPage('projects');"></button><p></p>
<button class="btn-mc" onclick="switchPage('minecraft');"></button><p></p>
<button class="btnsettings" onclick="switchPage('settingspg');">
</div>
<div id="info">
Expand All @@ -48,27 +48,27 @@ <h2 id="bigtxt">Info</h2>
<p></p>
<p id="bigtxt">links:</p>
<p>
<button class="btn-yt" onclick="window.open('https://www.youtube.com/channel/UCd6XW-wNMjmUl2L-18Pjk5A', '_blank');">Open Link</button>
<button class="btn-git" onclick="window.open('https://github.com/RTXT25', '_blank');">Open Link</button>
<button class="btn-twitch" onclick="window.open('https://www.twitch.tv/rtxt25', '_blank');">Open Link</button>
<button class="btn-yt" onclick="window.open('https://www.youtube.com/channel/UCd6XW-wNMjmUl2L-18Pjk5A', '_blank');"></button>
<button class="btn-git" onclick="window.open('https://github.com/RTXT25', '_blank');"></button>
<button class="btn-twitch" onclick="window.open('https://www.twitch.tv/rtxt25', '_blank');"></button>
</p><p>
<button class="btn-x" onclick="window.open('https://twitter.com/rtxt25', '_blank');"></button>
<button class="btn-reddit" onclick="window.open('https://www.reddit.com/user/Skool_human_boi', '_blank');"></button>
</p>
<button class="btn-home" onclick="switchPage('homepg');"></button>
<button class="btn-back" onclick="switchPage('homepg');"></button>
</div>
<div id="minecraft">
<h2 id="bigtxt">minecraft</h2>
<p id="bigtxt">All my random minecraft stuffs</p>
<button class="btn-lean" onclick="window.open('https://rtxt25.github.io/Downloads/actualstuff/minecraft/mods/LEAN.jar', '_blank');"></button>
<label class="bigtxt" for="btn-lean" class="label-primary">Lean Mod</label>
<p class ="smalltxt">amogus</p>
<p>
<button class="btn-home" onclick="switchPage('homepg');"></button>
<button class="btn-lean" onclick="window.open('https://www.reddit.com/user/Skool_human_boi', '_blank');"></button>
<p class ="smalltxt">a Minecraft mod that adds Lean to the game</p>
<button class="btn-rtxtpvp" onclick="window.open('https://www.reddit.com/user/Skool_human_boi', '_blank');"></button>
<p class ="smalltxt">a 1.14 texture Edit for 1.8.9</p>
<button class="btn-back" onclick="switchPage('homepg');"></button>
</div>
<div id="projects">
<p>Project</p>
<button class="btn-home" onclick="switchPage('homepg');"></button>
<button class="btn-back" onclick="switchPage('homepg');"></button>
</div>
</body>
</html>
Binary file added png/RTXTPVPdownload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added png/back.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added png/leandownload.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added png/minecraft.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added png/project.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 14 additions & 9 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -62,30 +62,35 @@
height: 80px;
background-image: url('png/reddit.png');
}
.btn-home {
.btn-back {
width: 250px; /* adjust as needed */
height: 80px;
background-image: url('png/PKlogo.png');
background-image: url('png/back.png');
}
.btn-info {
width: 250px; /* adjust as needed */
height: 80px;
background-image: url('png/info.png');
}
.btn-legg {
width: 250px; /* adjust as needed */
.btn-mc {
width: 250px;
height: 80px;
background-image: url('png/PKlogo.png');
background-image: url('png/minecraft.png');
}
.btn-rock {
.btn-project {
width: 250px; /* adjust as needed */
height: 80px;
background-image: url('png/PKlogo.png');
background-image: url('png/project.png');
}
.btn-lean{
width: 100px;
width: 400px;
height: 100px;
background-image: url('png/leandownload.png');
}
.btn-rtxtpvp{
width: 400px;
height: 100px;
background-image: url('png/download.png');
background-image: url('png/RTXTPVPdownload.png');
}
@keyframes grow-shrink {
0% { transform: scale(1) rotate(20deg); }
Expand Down

0 comments on commit 45374f4

Please sign in to comment.