Skip to content

Commit

Permalink
create music league page
Browse files Browse the repository at this point in the history
  • Loading branch information
tomarra committed Dec 15, 2023
1 parent 97d7cb8 commit 96cbb1d
Show file tree
Hide file tree
Showing 4 changed files with 84 additions and 64 deletions.
2 changes: 2 additions & 0 deletions .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
"rosettacode",
"sainty",
"scobel",
"servername",
"simpledesktop",
"siri",
"smugmug",
Expand All @@ -110,6 +111,7 @@
"Telemundo",
"themartian",
"thinkpad",
"tomarra",
"touchpad",
"trackpad",
"trackpads",
Expand Down
24 changes: 12 additions & 12 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,18 +19,18 @@ baseurl:

# Site navigation - each item must have a title and a url.
navigation:
- text: Home
url: /
- text: About
url: /about/
- text: Archive
url: /archive/
- text: Tags
url: /tags/
- text: Home
url: /
- text: About
url: /about/
- text: Archive
url: /archive/
- text: Tags
url: /tags/

# Author information - author info at the bottom of the post
author_name: "Tom Arra"
author_bio: "Tom has over thirteen years of experience in software and product development. He currently is the Principal Program Manager at Very Good Ventures in Chicago, Illinois."
author_bio: "Tom has over thirteen years of experience in software and product development. He currently is the Director of Product Development at Very Good Ventures in Chicago, Illinois."
author_url:
author_location:
author_image:
Expand All @@ -55,15 +55,15 @@ instagram_username: tom_arra
permalink: pretty
markdown: kramdown
kramdown:
auto_ids: false
auto_ids: false

# Sass compliation
# Sass compilation
sass:
sass_dir: _sass

# Pagination
paginate: 5
paginate_path: '/blog/page:num/'
paginate_path: "/blog/page:num/"

# Gems for GitHub
plugins:
Expand Down
105 changes: 53 additions & 52 deletions _sass/_icons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -4,130 +4,131 @@
*/

@font-face {
font-family: 'fontawesome';
src: url('../fonts/fontawesome.eot?lc16yo');
font-family: "fontawesome";
/*src: url('../fonts/fontawesome.eot?lc16yo');
src: url('../fonts/fontawesome.eot?lc16yo#iefix') format('embedded-opentype'),
url('../fonts/fontawesome.ttf?lc16yo') format('truetype'),
url('../fonts/fontawesome.woff?lc16yo') format('woff'),
url('../fonts/fontawesome.svg?lc16yo#fontawesome') format('svg');
font-weight: normal;
font-style: normal;
url('../fonts/fontawesome.svg?lc16yo#fontawesome') format('svg');*/
font-weight: normal;
font-style: normal;
}

[class^="fa-"], [class*=" fa-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: 'fontawesome' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
[class^="fa-"],
[class*=" fa-"] {
/* use !important to prevent issues with browser extensions that change fonts */
font-family: "fontawesome" !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;

/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
/* Better Font Rendering =========== */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

.fa-star:before {
content: "\f005";
content: "\f005";
}
.fa-close:before {
content: "\f00d";
content: "\f00d";
}
.fa-map-marker:before {
content: "\f041";
content: "\f041";
}
.fa-chevron-left:before {
content: "\f053";
content: "\f053";
}
.fa-chevron-right:before {
content: "\f054";
content: "\f054";
}
.fa-chevron-up:before {
content: "\f077";
content: "\f077";
}
.fa-chevron-down:before {
content: "\f078";
content: "\f078";
}
.fa-bar-chart:before {
content: "\f080";
content: "\f080";
}
.fa-twitter:before {
content: "\f099";
content: "\f099";
}
.fa-facebook:before {
content: "\f09a";
content: "\f09a";
}
.fa-feed:before {
content: "\f09e";
content: "\f09e";
}
.fa-chain:before {
content: "\f0c1";
content: "\f0c1";
}
.fa-navicon:before {
content: "\f0c9";
content: "\f0c9";
}
.fa-google-plus:before {
content: "\f0d5";
content: "\f0d5";
}
.fa-envelope:before {
content: "\f0e0";
content: "\f0e0";
}
.fa-linkedin:before {
content: "\f0e1";
content: "\f0e1";
}
.fa-github-alt:before {
content: "\f113";
content: "\f113";
}
.fa-code:before {
content: "\f121";
content: "\f121";
}
.fa-xing:before {
content: "\f168";
content: "\f168";
}
.fa-youtube-play:before {
content: "\f16a";
content: "\f16a";
}
.fa-stack-overflow:before {
content: "\f16c";
content: "\f16c";
}
.fa-instagram:before {
content: "\f16d";
content: "\f16d";
}
.fa-flickr:before {
content: "\f16e";
content: "\f16e";
}
.fa-tumblr:before {
content: "\f173";
content: "\f173";
}
.fa-dribbble:before {
content: "\f17d";
content: "\f17d";
}
.fa-behance:before {
content: "\f1b4";
content: "\f1b4";
}
.fa-soundcloud:before {
content: "\f1be";
content: "\f1be";
}
.fa-vine:before {
content: "\f1ca";
content: "\f1ca";
}
.fa-codepen:before {
content: "\f1cb";
content: "\f1cb";
}
.fa-pinterest-p:before {
content: "\f231";
content: "\f231";
}
.fa-medium:before {
content: "\f23a";
content: "\f23a";
}
.fa-500px:before {
content: "\f26e";
content: "\f26e";
}
.fa-vimeo:before {
content: "\f27d";
content: "\f27d";
}
.fa-mixcloud:before {
content: "\f289";
}
content: "\f289";
}
17 changes: 17 additions & 0 deletions music_league.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
layout: page
title: Music League Playlists
---

- [Friend League #1](https://app.musicleague.com/l/4b342ea45e304afb951cb4594edab8d9/) (October 25 2023 - December 24 2023)
- **Playlists**
- Round 1: [Best Disney Covers](https://open.spotify.com/playlist/3WS3djdxe4oSd7l4JZISLN) - We grew up with these songs but while the originals were good a lot of times the covers are better :)
- Round 2: [Best Emo Songs](https://open.spotify.com/playlist/5U9Ca3rdMaT1dRlLzMycaq) - It's not a phase, it's a lifestyle
- Round 3: [Video Game Music](https://open.spotify.com/playlist/6axxFy16imQ5tb2lF87Rsu) - Official soundtracks, covers, or even anything remotely related. Given the Spotify limitation, have fun with it!
- Round 4: [Best 90's Movie Soundtrack Song](https://open.spotify.com/playlist/1HWPAxQZugZ3heGpOXnBid) - Take a trip in the way back machine and find the best song from the your favorite 90's movies.
- Round 5: [Pre 2000’s TV Show Themes](https://open.spotify.com/playlist/4xjLoOccbtPgboQcdt1vls)
- Round 6: [Elemental](https://open.spotify.com/playlist/7otrSFCwUVHiJcCkAJzXsN) - Songs or band names containing an element from the periodic table
- Round 7: [The Quentin Tarantino](https://open.spotify.com/playlist/01iqGNf9FaFx6tOeeTp54v) - He is well known for putting music in scenes you would think is at odds with the scene, but it always works. So lets get songs where the story told by the lyrics is at odds with the music, but it works to make a great song. Example - A happy upbeat melody about murder
- Round 8: [Best Musical Collaborations Between Artists](https://open.spotify.com/playlist/2YO7TQPQaXIAX4zPIauJBd) - Let's end the league by playing nice - any by "playing nice" I mean the artists. Everyone knows were not going to play nice, we're here to win.
- Round 9: Christmas Songs! - New, old, classic, remix, original, whatever. Just make sure it has something relating to Christmas in it and your good!
- **Final Standings**

0 comments on commit 96cbb1d

Please sign in to comment.