Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed grammatical error and added photo to photo gallery. #328

Merged
merged 8 commits into from
Sep 21, 2022
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
2 changes: 1 addition & 1 deletion photo-gallery/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ <h2>PLEASE ADD YOUR PHOTO <a href="https://github.com/KendallDoesCoding/mogul-ch
</div>
<div class="column">
<img src="../images/photo-gallery-imgs/9.jpg" />
<!--<img src="/images/photo-gallery-imgs/10.jpg" /> -->
<img src="/images/photo-gallery-imgs/10.jpg" />
KendallDoesCoding marked this conversation as resolved.
Show resolved Hide resolved
</div>
</div>
</div>
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