-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
80 lines (71 loc) · 3.59 KB
/
index.html
File metadata and controls
80 lines (71 loc) · 3.59 KB
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
79
80
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="style.css">
<title>The Gloopzone</title>
<link rel="shortcut icon" type="image/x-icon" href="assets/images/favicon-static.ico">
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico">
</head>
<body>
<header style="border: #9d6ec5; border-width:5px; border-style: dashed;">
<h1>Welcome to the Gloopzone!</h1>
<h4 style="font-style: italic;">Home to Vocaloids, Videogames, and Various Shenanigans</h4>
</header>
<ul class="nav">
<li class="nav"><a class="active" href="index.html">Home</a></li>
<li class="nav"><a href="music.html">Music</a></li>
<li class="nav"><a href="games.html">Games</a></li>
<li class="nav"><a href="buttons.html">Buttons</a></li>
<li class="nav"><a href="about.html">About</a></li>
</ul>
<div class="row">
<div class="lclosecolumn">
<h2>What's A GloopBloop?</h1>
<img src="assets/images/gloopiconcropped.png"
alt="Image of a slime used to represent the GloopBloop character" width=100%
style="max-width: 256px;">
<p>
A music producing, game developing,
and now website having individual!
</p>
</div>
<div class="rclosecolumn">
<h2>Links? Links! Liiiiinks!</h2>
<div class="row">
<div class="column">
<h3>Music</h3>
<p><a class="button" href="https://www.youtube.com/@glooptunes">YouTube</a><br>
<a class="button" href="https://gloopbloop.bandcamp.com/">Bandcamp</a><br>
<a class="button" href="https://gloopbloop.newgrounds.com">Newgrounds</a><br>
<a class="button" href="https://open.spotify.com/artist/39EWjEzPLSSrXuM3fPWFoE">Spotify</a><br>
<a class="button" href="https://music.apple.com/us/artist/gloopbloop/1467640738">Apple Music</a>
</div>
<div class="column">
<h3>Socials</h3>
<a class="button" rel="me" href="https://social.team-prism.rocks/@gloopbloop">Mastodon</a><br>
<div title="I'm really hoping they add ActivityPub support so I can just use my Mastodon lol">
<a class="button" href="https://www.threads.net/@glooptunes">Threads</a>
</div>
<div title="Same deal as with Threads, hoping they add ActivityPub support soon. please tumblr,,,,">
<a class="button" href="https://www.tumblr.com/glooptunes">Tumblr</a><br>
</div>
<a class="button" href="https://discord.gg/exe9JFhKvS">Discord</a><br>
<a class="button" href="https://twitter.com/GloopBloop113">Twitter</a>
</div>
</div>
</p>
<p>I LOVE LINKS I LOVE LINKS!!!! YEEAAAAAHHHH</p>
</div>
</div>
<footer style="border: #9d6ec5; border-width:5px; border-style: dashed;">
<h3>Part of the Team Prism webring!</h3>
<p>
<a class="button" href="https://pictocat.team-prism.rocks/"><-- Pictocat</a>
<a class="button" href="https://gloopbloop.pages.team-prism.rocks/">GloopBloop</a>
<a class="button" href="https://fryingpan.pages.team-prism.rocks/">FryingPan --></a>
</p>
</footer>
</body>
</html>