Skip to content

Commit

Permalink
Added Index Dev
Browse files Browse the repository at this point in the history
 - Added Index Dev to Projects
 - Added CatMeooww X
  • Loading branch information
catMeooww authored Dec 1, 2024
1 parent ea23831 commit 55c4571
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
Binary file added Icons/catx.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
25 changes: 15 additions & 10 deletions catmeoowwProjects.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,9 @@ <h1 class="title">CATMEOOWW10 WEB PROJECTS!</h1>
height="200"></a>
<a title="Minecraft Utilities" href="https://catmeooww.github.io/Minecraft-Utilities/"><img
src="otherSites/MC-Utilities_bg.jpg" class="MCSites" width="300" height="200"></a>
<a title="Index Dev" href="https://catmeooww.github.io/Index-Dev/projects.html"><img
src="otherSites/IndexDevBg.png" class="MCSites" width="300"
height="200"></a>
<a title="Minecraftpédia" href="https://catmeooww.github.io/MinecraftPedia/"><img
src="otherSites/Minecraftpedia Background.jpg" class="MCSites" width="300"
height="200"></a>
Expand All @@ -56,28 +59,30 @@ <h1 class="title">CATMEOOWW10 WEB PROJECTS!</h1>
<h1 class="title">CATMEOOWW10 GAMES</h1>
</div>
<hr>
<div style="border: inset 2px green;text-align: center;width: 90%;margin:5%;background-color: black;padding: 10px;">
<div
style="border: inset 2px green;text-align: center;width: 90%;margin:5%;background-color: black;padding: 10px;">
<a href="https://catmeooww.github.io/CatMeooww-GamingArea/">View CatMeooww Games Page!</a>
<button onclick="showGames()" id="showGames" style="float: right;background-color: black;color: green;">+</button>
<button onclick="showGames()" id="showGames"
style="float: right;background-color: black;color: green;">+</button>
</div>
<div id="showingGames" style="text-align: center;visibility: hidden;">

</div>
<hr>
<b id="catlabel" style="float: right;">@CatMeooww</b>
<script>
r = Math.floor(Math.random()*230) + 25;
g = Math.floor(Math.random()*230) + 25;
b = Math.floor(Math.random()*230) + 25;
document.getElementById("catlabel").style.color = "rgb("+r+","+g+","+b+")";
r = Math.floor(Math.random() * 230) + 25;
g = Math.floor(Math.random() * 230) + 25;
b = Math.floor(Math.random() * 230) + 25;
document.getElementById("catlabel").style.color = "rgb(" + r + "," + g + "," + b + ")";

function showGames(){
function showGames() {
visible = document.getElementById("showingGames").style.visibility;
if (visible == "hidden"){
if (visible == "hidden") {
document.getElementById("showingGames").innerHTML = "<iframe style='border: goldenrod inset 2px;width: 85%;height: 300px;' src='https://catmeooww.github.io/CatMeooww-GamingArea/index.html#gameBox'></iframe>";
document.getElementById("showingGames").style.visibility = "visible";
document.getElementById("showGames").innerHTML = "-";
}else{
} else {
document.getElementById("showingGames").innerHTML = "";
document.getElementById("showingGames").style.visibility = "hidden";
document.getElementById("showGames").innerHTML = "+";
Expand Down
1 change: 1 addition & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ <h4>Social Media</h4>
<div style="display: inline;">
<a href="https://www.youtube.com/@Cat_Meooww_10" target="_blank"><img class="media" src="Icons/youtube.png"></a>
<a href="https://www.instagram.com/catmeooww10/" target="_blank"><img class="media" src="Icons/insta.png"></a>
<a href="https://x.com/CatMeow40569237" target="_blank"><img class="media" src="Icons/catx.jpg"></a>
<a href="https://github.com/catMeooww?tab=repositories" target="_blank"><img class="media" src="Icons/Github.png"></a>
<a href="https://catmeooww.github.io/Crafty-Hub/craftyUsers.html" target="_blank"><img class="media" src="Icons/craftyhub.png"></a>
</div>
Expand Down
Binary file added otherSites/IndexDevBg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 55c4571

Please sign in to comment.