Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
catMeooww authored Mar 5, 2024
1 parent 3320304 commit b49ca12
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 10 deletions.
Binary file added Icons/Github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 4 additions & 1 deletion about.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,13 @@ <h1 class="title">ABOUT ME</h1>
</div>
<div class="col-md-6">
<center>
<p style="color: aliceblue;">My name is Cat Meooww, I Started to develop at 13 years old. I Created some
<p style="color: #ddeeff;">My name is Cat Meooww, I Started to develop at 13 years old. I Created some
cool websites: like Minecraft Lists, Minecraft World Community, Minecraft Utilities. I Created some
games too: Jumping Around, Survival Plains (still in development). Some Minecraft Mods: Crafty World.
And I pretent to create a lot of other thing in the future!</p>
<br>
<p style="color: #ddeeff;">You can see that many of my projects are related to Minecraft, this is because it
is my favourite game!</p>
</center>
</div>
</body>
Expand Down
4 changes: 3 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,12 @@ <h3>My Projects</h3>
</div>
</center>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div style="border-top: solid aliceblue 1px;">
<div style="border-top: solid #ddeeff 1px;">
<h4>Social Media</h4>
<div style="display: inline;">
<a href="http://www.youtube.com/@cat_meow1020" 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://github.com/catMeooww?tab=repositories" target="_blank"><img class="media" src="Icons/Github.png"></a>
</div>
</div>
</div>
Expand Down
18 changes: 10 additions & 8 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,30 +8,30 @@ body{
}

.title{
color: forestgreen;
text-shadow: 3px 3px 3px green;
color: #009000;
text-shadow: 3px 3px 3px #007000;
}

#page{
background: linear-gradient(#0a0a1f 0%, #5656DA 100%);
border: #5656DA ridge 5px;
height:720px;
color:aliceblue;
color:#ddeeff;
}

#catmeowdiv{
border-right: aliceblue 1px solid;
border-right: #ddeeff 1px solid;
}

.Projects{
width: 500px;
height: 50px;
background-color: rgba(0, 0, 255, 0.400);
border: purple ridge 3px;
background-color: #0000ff60;
border: #aa00aa ridge 3px;
}

.Projects a{
color:aqua;
color:#00ffff;
font-size: 20px;
}

Expand All @@ -41,8 +41,10 @@ body{

.media{
width: 50px;
height: 50px;
border: 2px outset #5656DA;
}

.MCSites{
border: goldenrod ridge 5px;
border: #eeaa10 ridge 5px;
}

0 comments on commit b49ca12

Please sign in to comment.