Skip to content

Commit

Permalink
Modified readme(grammatical error), added a photo , added a song sugg…
Browse files Browse the repository at this point in the history
…estion, corrected comments in index.html and styles.css
  • Loading branch information
mukul314 committed Sep 19, 2022
1 parent aca44ce commit fc52ef2
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

# Introduction

This is a project where you can play all the songs by a click of a button which you can already do from his timestamps but what makes it unique is that it has lyrics of the songs and a bunch of other features like a photo gallery.
This is a project where you can play all the songs by a click of a button which you can already do from the timestamps but what makes it unique is that it has lyrics of the songs and a bunch of other features like a photo gallery.

On the 18th of December 2021, I was bored, so I created this basic HTML Project. I felt like continuing with this fun project, so I enlisted the help of a few contributors.

Expand Down
Binary file added images/photo-gallery-imgs/10.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ <h1 class="heading">A very Mogul Christmas</h1>
</div>
</div>
<iframe id="embed" src="https://www.youtube.com/embed/TtY9eRayseg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<!-- songs container, the contents of the div are called upon in the js file, thus this is div is empty. -->
<!-- songs container, the contents of the div are called upon in the js file, thus this div is empty. -->
<div class="songs">
</div>
<div class="container">
Expand Down
4 changes: 2 additions & 2 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@

/* Body */

/* Needs editting, the christmastree images need to be called in a div not in the BODY */
/* Needs editing, the christmastree images need to be called in a div not in the BODY */

body {
user-select: none;
Expand Down Expand Up @@ -99,7 +99,7 @@ body {
color: var(--font-color-sub-heading);
}

/* Icon on top of the website */
/* Icons on top of the website */
#spotify {
color: #1db954;
}
Expand Down
6 changes: 3 additions & 3 deletions you-may-like/song-suggestion/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,20 +20,20 @@ <h3>
action="https://script.google.com/macros/s/AKfycbxDfhEtut28cIvBYmeJQ-FqUazZ_co2pxTVYDFq9q-xxAG8g9Ag5NA5zrPcnmAVb84b-Q/exec"
>
<input
name="Github Username"
name="mukul314"
type="username"
placeholder="Github Username"
required
/>
<input name="Name" type="text" placeholder="Name" required />
<input
name="Song Suggestion"
name="The christmas song (By justin Bieber)"
type="text"
placeholder="Song Suggestion"
required
/>
<input name="YouTube url" type="url" placeholder="Youtube url" required />
<button type="submit">Send</button>
<button type="submit">https://youtu.be/-5TO1hqh4KY</button>
</form>
<p>
<a
Expand Down

0 comments on commit fc52ef2

Please sign in to comment.