-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (55 loc) · 1.96 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
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>PlayfulPiano's Corner of the Internet (Still Very WIP)</h1>
<body>Hello, and welcome! My name is Jacob and I am an amateaur piano arranger for video game music. This is a website where you can download all of my arrangements for free! Enjoy. </body>
<div class="sheet-music">
<a href="games/hollowknight.html">
<img src="images/hollowknight.png" alt="Hollow Knight">
</a>
<a href="games/celeste.html">
<img src="images/celeste.png" alt="Celeste">
</a>
<br />
<a href="games/omori.html">
<img src="images/omori.png" alt="Omori">
</a>
<a href="games/minecraft.html">
<img src="images/minecraft.png" alt="Minecraft">
</a>
<br />
<a href="games/other.html">
<h1>Other Games</h1>
</a>
</div>
<h2>Social Media</h2>
<div class="social-media">
<a href="https://twitter.com/PlayfulPianoVGM">
<img src="images/twitter.png" alt="Twitter">
</a>
<a href="https://www.youtube.com/@PlayfulPiano">
<img src="images/youtube.png" alt="Youtube">
</a>
<a href="https://playfulpiano.bsky.social">
<img src="images/bluesky.png" alt="BlueSky">
</a>
<a href="https://www.twitch.tv/playfulpiano/">
<img src="images/twitch.png" alt="Twitch">
</a>
</div>
<script src='https://storage.ko-fi.com/cdn/scripts/overlay-widget.js'></script>
<script>
kofiWidgetOverlay.draw('playfulpiano', {
'type': 'floating-chat',
'floating-chat.donateButton.text': 'Support me',
'floating-chat.donateButton.background-color': '#00b9fe',
'floating-chat.donateButton.text-color': '#fff'
});
</script>
</body>
</html>