Skip to content

Commit

Permalink
Merge pull request #1 from IdealistCat/main
Browse files Browse the repository at this point in the history
v0.1 bundle
  • Loading branch information
sphis-Sinco authored Sep 16, 2024
2 parents a27c04c + cbd5ccf commit 8a40e86
Show file tree
Hide file tree
Showing 21 changed files with 195 additions and 14 deletions.
46 changes: 46 additions & 0 deletions changelogs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
# 0.1 bundle - September 15 2024
## 0.1.1.18
- dev source link
- release source link
## 0.1.1.17
- added line break to composer opinon stars
## 0.1.1.16
- removed testing stars
- added composer opinion stars to each song
## 0.1.1.15
- added star ratings at top of page for testing
## 0.1.1.14
- fixed week-based header
## 0.1.1.13
- added background-size: contain; to cover style
## 0.1.1.12
- fixed week-based header
## 0.1.1.11
- fixed Pup Vocals header
## 0.1.1.10
- added other songs to volume 1 list
- formatted document?
## 0.1.1.9
- changed font
- added stylization
## 0.1.1.8
- changed font
## 0.1.1.7
- stopped preloading with the audio
## 0.1.1.6
- propets.wav
## 0.1.1.5
- fixed whitespaces
## 0.1.1.4
- fixed pet typo to Pet for song files
## 0.1.1.3
- changelog file
- volume1.png
## 0.1.1.2
- added content/albumCovers folder
## 0.1.1.1
- Added Music Files
## 0.1.1
- html looks for (example) songs_mp3/volume1 instead of songs/volume1/mp3/
## 0.1.0
- base site
Empty file added content/albumCovers/covers.txt
Empty file.
Binary file added content/albumCovers/volume1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file added content/songs_wav/volume1/ProPets.wav
Binary file not shown.
Binary file added content/stars/0stars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/stars/1star.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/stars/2stars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/stars/3stars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/stars/4stars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added content/stars/5stars.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
163 changes: 149 additions & 14 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,24 +1,159 @@
<html>
<head>
<title>Pupet Album Site</title>
<style>
body {
font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.songList {
background-color: gray;
background-size: contain;
}
/* there probably wont be 5 volumes, this is just for preperation */
.volume1
.volume2
.volume3
.volume4
.volume5 {
background-color: gray;
}
</style>
</head>
<body>
<p>Pupet Album Site v0.1.1</p>

<p>Pupet Album Site v0.1.1.8</p>
<a href="https://github.com/IdealistCat/PupetAlbum_Site">Released Version Source</a>
<a href="https://github.com/IdealistCat/PupetAlbum_Site">Development Version Source</a>

<section id="volume1">
<h1>Volume 1 - pre-1.05 to v1.0</h1>
<img src='./content/albumCovers/volume1.png'>

<div id="volume1/pets">
<h2>Pets</h2>
<audio controls>
<source src="./content/songs_mp3/volume1/pets.mp3" type="audio/mp3">
<source src="./content/songs_ogg/volume1/pets.ogg" type="audio/ogg">
<source src="./content/songs_wav/volume1/pets.wav" type="audio/wav">
Opps! Your browser doesn't support the Audio Element! Try again with a different Browser!
</audio>

<h1>Volume 1</h1>
<p>versions pre-1.05 to v1.0</p>
<img
id="cover"
src="./content/albumCovers/volume1.png"
width="200"
height="200"
/>

<!--<img src="./content/stars/0stars.png">
<img src="./content/stars/1star.png">
<img src="./content/stars/2stars.png">
<img src="./content/stars/3stars.png">
<img src="./content/stars/4stars.png">
<img src="./content/stars/5stars.png">-->

<div class="songList">

<div class="vocal/inst">
<div id="volume1/pupInst">
<h2>Pup-Inst</h2>
<img src="./content/stars/3stars.png"><br>
<audio controls preload="none">
<source
src="./content/songs_mp3/volume1/Pup-Inst.mp3"
type="audio/mp3"
/>
<source
src="./content/songs_ogg/volume1/Pup-Inst.ogg"
type="audio/ogg"
/>
<source
src="./content/songs_wav/volume1/Pup-Inst.wav"
type="audio/wav"
/>
Opps! Your browser doesn't support the Audio Element! Try again with
a different Browser!
</audio>
</div>
<div id="volume1/pupVocals">
<h2>Pup-Vocals</h2>
<footer>Plays every 5 repeats of the inst</footer>
<img src="./content/stars/1star.png"><br>
<audio controls preload="none">
<source
src="./content/songs_mp3/volume1/Pup-vocals.mp3"
type="audio/mp3"
/>
<source
src="./content/songs_ogg/volume1/Pup-vocals.ogg"
type="audio/ogg"
/>
<source
src="./content/songs_wav/volume1/Pup-vocals.wav"
type="audio/wav"
/>
Opps! Your browser doesn't support the Audio Element! Try again with
a different Browser!
</audio>
</div>
</div>

<div id="volume1/pets">
<h2>Week-based</h2>
<img src="./content/stars/5stars.png"><br>
<audio controls preload="none">
<source
src="./content/songs_mp3/volume1/week-based.mp3"
type="audio/mp3"
/>
<source
src="./content/songs_ogg/volume1/week-based.ogg"
type="audio/ogg"
/>
<source
src="./content/songs_wav/volume1/week-based.wav"
type="audio/wav"
/>
Opps! Your browser doesn't support the Audio Element! Try again with
a different Browser!
</audio>
</div>

<div id="volume1/propets">
<h2>ProPets / Pets (Pro Mix)</h2>
<img src="./content/stars/4stars.png"><br>
<audio controls preload="none">
<source
src="./content/songs_mp3/volume1/ProPets.mp3"
type="audio/mp3"
/>
<source
src="./content/songs_ogg/volume1/ProPets.ogg"
type="audio/ogg"
/>
<source
src="./content/songs_wav/volume1/ProPets.wav"
type="audio/wav"
/>
Opps! Your browser doesn't support the Audio Element! Try again with
a different Browser!
</audio>
</div>

<div id="volume1/pets">
<h2>Pets</h2>
<img src="./content/stars/2stars.png"><br>
<audio controls preload="none">
<source
src="./content/songs_mp3/volume1/Pets.mp3"
type="audio/mp3"
/>
<source
src="./content/songs_ogg/volume1/Pets.ogg"
type="audio/ogg"
/>
<source
src="./content/songs_wav/volume1/Pets.wav"
type="audio/wav"
/>
Opps! Your browser doesn't support the Audio Element! Try again with
a different Browser!
</audio>
</div>

</div>

</section>

</body>
</html>

0 comments on commit 8a40e86

Please sign in to comment.