Skip to content

Commit

Permalink
alright last commit for today night night
Browse files Browse the repository at this point in the history
  • Loading branch information
Moosyu committed Nov 22, 2024
1 parent feb2904 commit b99e60a
Show file tree
Hide file tree
Showing 3 changed files with 72 additions and 38 deletions.
6 changes: 6 additions & 0 deletions src/_data/comics.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
[
{
"type": "Manga",
"name": "Sayonara, Zetsubou-Sensei",
"score": 4,
"description": "I literally don't know how I read this. I just sat down and every once and a while cringed at how bad the joke was and then suddenly I had finished it and I was like what the fuck shit's crazy."
},
{
"type": "Manga",
"name": "Heavenly Delusion",
Expand Down
18 changes: 18 additions & 0 deletions src/_data/music.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
[
{
"name": "Jackman.",
"artist": "Jack Harlow",
"score": 5.4,
"description": "I preferred him a lot more on Industry Baby and I think I will continue to only listen to him in Industry Baby.That's not because it's bad it's just because Industry Baby is that good. The actual album is alright, I liked 'They Don't Love It' the most but I really felt like this entire project Jack was just getting carried by his beats. I also feel like it needed to be longer than 22 minutes as it's not really a full album?? More like an EP idk."
},
{
"name": "From Zero",
"artist": "Linkin Park",
"score": 3.9,
"description": "I'm sure people who love Linkin Park are loving this record, sadly I am not one of them and I just got bored out of my mind as this just felt like a rehash of older albums."
},
{
"name": "Mahashmashana",
"artist": "Father John Misty",
"score": 7.7,
"description": "Good album, very beautiful but didn't really gripped me, except for in 'Screamland' and 'She Cleans Up' which both go hard, but Screamland more in a going hard way and She Cleans Up more in a very pretty way. I can't explain anything, listen to the songs if you want to get it."
},
{
"name": "Enter the Wu-Tang (36 Chambers)",
"artist": "Wu-Tang Clan",
Expand Down
86 changes: 48 additions & 38 deletions src/nekofm.css
Original file line number Diff line number Diff line change
@@ -1,39 +1,49 @@
songBox {
background-image: url("https://i.imgur.com/8q6vYIW.png");
border: none;
align-items: center;
}

siteName {
margin: auto;
color: black;
}

trackInfo {
font-family: Monospace;
width: fit-content;
background-color: white;
border: 2px black solid;
box-shadow: 3px 3px 0 black;
}

trackCover {
height: 150px;
float: left;
}

trackName {
color: black
}

artistName {
margin: 5px auto;
color: black;
}

searchButton {
color: #fff;
background: #303030;
padding: 4px;
text-decoration: none;
}
background-image: url("https://i.imgur.com/8q6vYIW.png");
border: none;
align-items: center;
background-position: center;
}

siteName {
margin: auto;
color: white;
}

trackInfo {
font-family: Monospace;
width: fit-content;
background-color: white;
border: 2px black solid;
box-shadow: 3px 3px 0 black;
padding: 7px;
}

trackCover {
height: 150px;
float: left;
}

trackName {
color: black
}

artistName {
margin: 5px auto;
color: black;
}

searchButton {
color: black;
background: none;
text-decoration: none;
display: none;
}

a {
color: #5a7184;
}

siteName a + a::before {
position: absolute;
}

0 comments on commit b99e60a

Please sign in to comment.