diff --git a/games/hollowknight.html b/games/hollowknight.html index 1301b98..466ea1d 100644 --- a/games/hollowknight.html +++ b/games/hollowknight.html @@ -2,10 +2,41 @@ - Document - + Hollow Knight + Back to Home + +

Hollow Knight

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TitlePrintable Sheet MusicOriginal Track
White Palace [PDF] [Link][Link]
City of Tears[PDF][Link][Link]
\ No newline at end of file diff --git a/games/minecraft.html b/games/minecraft.html new file mode 100644 index 0000000..e69de29 diff --git a/games/omori.html b/games/omori.html new file mode 100644 index 0000000..e69de29 diff --git a/games/other.html b/games/other.html new file mode 100644 index 0000000..e69de29 diff --git a/images/bluesky.png b/images/bluesky.png new file mode 100644 index 0000000..d152b6c Binary files /dev/null and b/images/bluesky.png differ diff --git a/images/celeste.png b/images/celeste.png new file mode 100644 index 0000000..1413f57 Binary files /dev/null and b/images/celeste.png differ diff --git a/images/hollowknight.png b/images/hollowknight.png new file mode 100644 index 0000000..0affce2 Binary files /dev/null and b/images/hollowknight.png differ diff --git a/images/minecraft.png b/images/minecraft.png new file mode 100644 index 0000000..5e5a470 Binary files /dev/null and b/images/minecraft.png differ diff --git a/images/omori.png b/images/omori.png new file mode 100644 index 0000000..6f313b7 Binary files /dev/null and b/images/omori.png differ diff --git a/images/pmd.png b/images/pmd.png new file mode 100644 index 0000000..2e72e46 Binary files /dev/null and b/images/pmd.png differ diff --git a/images/twitch.png b/images/twitch.png new file mode 100644 index 0000000..bd0bc24 Binary files /dev/null and b/images/twitch.png differ diff --git a/images/twitter.png b/images/twitter.png new file mode 100644 index 0000000..0ae0d42 Binary files /dev/null and b/images/twitter.png differ diff --git a/images/youtube.png b/images/youtube.png new file mode 100644 index 0000000..0a6972a Binary files /dev/null and b/images/youtube.png differ diff --git a/images/youtubetext.png b/images/youtubetext.png new file mode 100644 index 0000000..bdba4d5 Binary files /dev/null and b/images/youtubetext.png differ diff --git a/index.html b/index.html index e5e6b7a..fdfea5e 100644 --- a/index.html +++ b/index.html @@ -6,10 +6,51 @@ -

Hello World!

-

This is testing out a new website for sheet music hosting. WIP.

- Hollow Knight -
- Celeste +

PlayfulPiano's Corner of the Internet (Still Very WIP)

+ 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. +
+ + Hollow Knight + + + Celeste + +
+ + Omori + + + Minecraft + +
+ +

Other Games

+
+ +
+

Social Media

+
+ + Twitter + + + Youtube + + + BlueSky + + + Twitch + +
+ + \ No newline at end of file diff --git a/styles.css b/styles.css index d167bce..77bf823 100644 --- a/styles.css +++ b/styles.css @@ -1,5 +1,55 @@ body { margin: 0; + padding: 0; background: beige; text-align: center; +} + +/* + * The . in front indicates this is a "class". + * Any html tags with "sheetsTable" as a class will apply these rules. + */ +.sheetsTable { + font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; + text-align: center; + text-align: center; + margin-left: auto; + margin-right: auto; +} + +.sheetsTable td, .sheetsTable th { + text-align: center; + border: 2px solid black; +} + +.sheetsTable th, .sheetsTable td { + padding: 15px; +} + +.logo { + width: 50px; /* or whatever size you want */ + height: auto; /* maintain aspect ratio */ +} +.header { + margin-top: 2.5cm; +} +.social-media { + display: flex; + justify-content: center; + align-items: center; + gap: 20px; +} +.social-media img { + width: 100px; + height: auto; +} +.sheet-music { + justify-content: center; + align-items: center; + gap: 20px; +} +.sheet-music img { + width: 400px; + height: auto; + vertical-align: middle; } \ No newline at end of file