Skip to content

Commit

Permalink
Add Christmas Background image (#248)
Browse files Browse the repository at this point in the history
fixes #242 

* add CSS

* add images

* remove christmas tree images

* remove christmas tree images
  • Loading branch information
KendallDoesCoding authored Mar 25, 2022
1 parent 0ac10da commit 16e60d4
Show file tree
Hide file tree
Showing 12 changed files with 22 additions and 82 deletions.
Binary file added images/dark-bg.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 images/light-bg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 0 additions & 8 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,14 +72,6 @@ <h1 class="heading">A very Mogul Christmas</h1>
<i id="grey" class="fab fa-github"></i>
</div>
</div>
<div class="christmas-tree-images">
<div class="image-a">
<img src="/images/christmastree.png">
</div>
<div class="image-b">
<img src="/images/christmastree.png">
</div>
</div>
</body>
<script type="text/javascript" src="scripts/christmasday.js"></script>
<script type="text/javascript" src="index.js"></script>
Expand Down
8 changes: 0 additions & 8 deletions lyrics/alliwantforchristmas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ <h1 class="heading"> All I Want For Christmas Lyrics</h1>
<p class="rate"><a href="/rating" target="_blank">Rate Song<i id="star" class="fas fa-star"></i></a></p>
</div>
</body>
<div class="christmas-tree-images">
<div class="image-a">
<img src="/images/christmastree.png">
</div>
<div class="image-b">
<img src="/images/christmastree.png">
</div>
</div>
<script src="../lyrics.js"></script>
<script src="index.js"></script>
</html>
8 changes: 0 additions & 8 deletions lyrics/babyitscoldoutside/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,6 @@ <h1 class="heading"> Baby It's Cold Outside Lyrics</h1>
<p class="rate"><a href="/rating" target="_blank">Rate Song<i id="star" class="fas fa-star"></i></a></p>
</div>
</body>
<div class="christmas-tree-images">
<div class="image-a">
<img src="/images/christmastree.png">
</div>
<div class="image-b">
<img src="/images/christmastree.png">
</div>
</div>
<script src="../lyrics.js"></script>
<script src="index.js"></script>
</html>
8 changes: 0 additions & 8 deletions lyrics/christmassong/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ <h1 class="heading"> The Christmas Song Lyrics</h1>
<p class="rate"><a href="/rating" target="_blank">Rate Song<i id="star" class="fas fa-star"></i></a></p>
</div>
</body>
<div class="christmas-tree-images">
<div class="image-a">
<img src="/images/christmastree.png">
</div>
<div class="image-b">
<img src="/images/christmastree.png">
</div>
</div>
<script src="../lyrics.js"></script>
<script src="index.js"></script>
</html>
8 changes: 0 additions & 8 deletions lyrics/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,5 @@ <h1 class="heading">Lyrics of songs in the playlist!</h1>
<p><a href="/lyrics/alliwantforchristmas">All I Want For Christmas</a></p>
</div>
</body>
<div class="christmas-tree-images">
<div class="image-a">
<img src="/images/christmastree.png" />
</div>
<div class="image-b">
<img src="/images/christmastree.png" />
</div>
</div>
<script type="text/javascript" src="darkmode.js"></script>
</html>
8 changes: 0 additions & 8 deletions lyrics/lastchristmas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ <h1 class="heading"> Last Christmas Lyrics</h1>
<p class="rate"><a href="/rating" target="_blank">Rate Song<i id="star" class="fas fa-star"></i></a></p>
</div>
</body>
<div class="christmas-tree-images">
<div class="image-a">
<img src="/images/christmastree.png">
</div>
<div class="image-b">
<img src="/images/christmastree.png">
</div>
</div>
<script src="../lyrics.js"></script>
<script src="index.js"></script>
</html>
8 changes: 0 additions & 8 deletions lyrics/littlesaintnick/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ <h1 class="heading">Little Saint Nick Lyrics</h1>
<p class="rate"><a href="/rating" target="_blank">Rate Song<i id="star" class="fas fa-star"></i></a></p>
</div>
</body>
<div class="christmas-tree-images">
<div class="image-a">
<img src="/images/christmastree.png">
</div>
<div class="image-b">
<img src="/images/christmastree.png">
</div>
</div>
<script src="../lyrics.js"></script>
<script src="index.js"></script>
</html>
8 changes: 0 additions & 8 deletions lyrics/wonderfultimeoftheyear/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,14 +35,6 @@ <h1 class="heading">The Most Wonderful Time Of The Year Lyrics</h1>
<p class="rate"><a href="/rating" target="_blank">Rate Song<i id="star" class="fas fa-star"></i></a></p>
</div>
</body>
<div class="christmas-tree-images">
<div class="image-a">
<img src="/images/christmastree.png">
</div>
<div class="image-b">
<img src="/images/christmastree.png">
</div>
</div>
<script src="../lyrics.js"></script>
<script src="index.js"></script>
</html>
33 changes: 22 additions & 11 deletions styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,28 +14,34 @@
--font-color-heading2: #1abc9c;
--font-color-sub-heading: #d35400;
--font-color-christmas_message: violet;
--lyrics-text-color: #1abc9c;
--lyrics-text-color: red;
--yml-btn: #1abc9c;
--rate-song-btn: purple;
--grey: black;
font-family: "Roboto", sans-serif;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
--bg-image: url("/images/light-bg.png");
}

.darkMode {
--bg-color: #121212;
--bg-color: white;
--font-color-red: red;
--font-color-blue: aqua;
--font-color-blue: blue;
--ludsocials-color-blue: yellow;
--font-color-heading: lightgreen;
--font-color-heading: #1abc9c;
--ludsocials-color-heading: green;
--font-color-heading2: lime;
--font-color-sub-heading: #f5b041;
--font-color-christmas_message: pink;
--lyrics-text-color: lime;
--yml-btn: yellow;
--rate-song-btn: violet;
--grey: grey;
--font-color-heading2: #1abc9c;
--font-color-sub-heading: #d35400;
--font-color-christmas_message: violet;
--lyrics-text-color: red;
--yml-btn: #1abc9c;
--rate-song-btn: purple;
--grey: black;
font-family: "Roboto", sans-serif;
--bg-image: url("/images/dark-bg.png");
}

/* Body */
Expand All @@ -60,6 +66,11 @@ body {
background-repeat: no-repeat, no-repeat;
background-position: right bottom, left bottom;
background-color: var(--bg-color);
background: var(--bg-image) no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}

/* Headings, etc */
Expand Down
7 changes: 0 additions & 7 deletions you-may-like/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,6 @@ <h1 class="heading"> You May Also Like</h1>
</div>
<div class="container">
</body>
<div class="christmas-tree-images">
<div class="image-a">
<img src="/images/christmastree.png">
</div>
<div class="image-b">
<img src="/images/christmastree.png">
</div>
<script type="text/javascript" src="/scripts/christmasday.js"></script>
<script src="random-song.js"></script>
<script src="darkmode.js"></script>
Expand Down

0 comments on commit 16e60d4

Please sign in to comment.