-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
78 lines (75 loc) · 3.6 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.0/js/bootstrap.min.js"></script>
<title>CatMeooww10</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="Icons/CatMeooww.jpg" type="image/png">
</head>
<body style="background-color: #5656DA">
<div class="menu">
<a href="catmeoowwProjects.html">CatMeooww10 Projects</a>
<span>|</span>
<a href="about.html">About CatMeooww10</a>
</div>
<div id="page">
<center>
<h1>The Developer - CatMeooww10</h1>
<hr>
<div id="catmeowdiv" class="col-sm-12 col-md-6">
<img src="Icons/CatMeooww.jpg" width="376">
<p>My name is Cat Meooww, I am a developer of Minecraft mods, websites and games</p>
<div class="Projects">
<a href="about.html">More About Me</a>
</div>
</div>
<div id="projects" class="col-sm-12 col-md-6">
<h3>My Projects</h3>
<div class="Projects">
<a href="https://catmeooww.github.io/Minecraft-Listing/" target="_blank">Minecraft Listing</a>
</div>
<br>
<div class="Projects">
<a href="https://catmeooww.github.io/MinecraftWorldCommunity/" target="_blank">Minecraft Community</a>
</div>
<br>
<div class="Projects">
<a href="https://catmeooww.github.io/Minecraft-Filter/" target="_blank">Minecraft Filter</a>
</div>
<br>
<div class="Projects">
<a href="https://catmeooww.github.io/Crafty-Hub/" target="_blank">Crafty Hub</a>
</div>
<br>
<div class="Projects">
<a href="https://www.curseforge.com/minecraft/mc-mods/crafty-world" target="_blank">Crafty World Mod</a>
</div>
<br>
<div class="Projects">
<a href="catmeoowwProjects.html">More Projects</a>
</div>
</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 #ddeeff 1px;">
<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>
</div>
</div>
<script>
var isMobile = /iPhone|Android|iPad/i.test(navigator.userAgent)
if (isMobile){
document.getElementById("page").style.borderWidth = "0px";
}
</script>
</body>
</html>