-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
61 lines (59 loc) · 2.68 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Pizzaman's Website</title>
<link rel="shortcut icon" href="https://forums.meower.org/user_avatar/forums.meower.org/pizzapizza72/64/300_2.png" type="image/x-icon">
<link href="https://cdn.meower.org/asset-cdn/website/style.css" rel="stylesheet" type="text/css" />
</head>
<style>
section {
background: rgba(0, 0, 0, 0.3);
color: white;
border-radius: 1em;
padding: 1em;
top: 50%;
left: 50%;
margin: auto;
width: 60%;
text-align: center;
align-self: center;
align-content: center; }
</style>
<body style="background-image: url('https://www.pizzahut.com/c/assets/img/gluten-free-pizza-near-me_875x300.jpg'); background-repeat: no-repeat; background-attachment: fixed; background-size: cover; text-align: center; align-content: center; background-attachment: fixed;">
<br>
<section>
<a class="white" href="https://pizzapizza72.github.io"><h1>Pizzaman's Website</h1></a>
</section>
<br>
<section>
<a class="nav-links" href="https://scratch.mit.edu/users/PizzaPizza72">Scratch</a> | <a class="nav-links" href="https://github.com/PizzaPizza72">GitHub</a> | <a class="nav-links" href="https://replit.com/@PizzaPizza72">Replit</a> | <a class="nav-links" href="https://forums.meower.org/u/pizzapizza72/">Meower Forums</a> | <a class="nav-links" href="https://beta.adacraft.org/people/PizzaPizza72">Adacraft</a> | <a class="nav-links" href="https://padlet.com/PizzaPizza72">Padlet</a>
</section>
<br>
<section>
<h1 class="title">Welcome to my website!</h1>
<p class="body">I'm Pizzaman, and I use a lot of sites! My quote is "A pizza man's gotta do what a pizza man's gotta do.".</p>
</section>
<br>
<section>
<h1 class="title">I'm a great coder!</h1>
<p class="body">I know Scratch, (very little) Python, and (some) HTML!</p>
</section>
<br>
<section>
<h1 class="title">I've been a Scratch user since 2020</h1>
<p class="body">I joined Scratch on Febuary 7th, 2020. I have over 500 projects too! Check out my <a class="white" href="https://scratch.mit.edu/users/PizzaPizza72"><u>Scratch profile page</u></a> to see them!</p>
</section>
<br>
<section>
<h1 class="title">I have multiple Meower bots!</h1>
<p class="body">I have 3 Meower bots! One of them is <a class="white" href="https://replit.com/@PizzaPizza72/pizzabot"><u>Pizzabot</u></a>!</p>
</section>
<br>
<section>
<p class="body">A large part of this website goes to Meower Media Co.</p>
<p class="body">Background image by <a class="white" href="https://pizzahut.com">Pizza Hut</a></p>
</section>
</body>
</html>