-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathabout.html
43 lines (38 loc) · 1.82 KB
/
about.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
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<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 About</title>
<link rel="stylesheet" href="style.css">
<link rel="shortcut icon" href="Icons/CatMeooww.jpg" type="image/jpg">
</head>
<body background="Icons/StoneBg.png">
<div class="menu">
<a href="index.html">CatMeooww10 Page</a>
<span>|</span>
<a href="catmeoowwProjects.html">CatMeooww10 Projects</a>
</div>
<div class="titlecontainer">
<h1 class="title">ABOUT ME</h1>
</div>
<hr>
<center>
<div class="col-sm-12 col-md-6">
<img src="Icons/CatMeooww.jpg" style="width: 80%;">
</div>
<div class="col-sm-12 col-md-6">
<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 want to create a lot of other things 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>
<a href="https://catmeooww.github.io/Crafty-Hub/craftyUsers.html">Also, visit me in Crafty Hub</a>
</div>
</center>
</body>
</html>