Skip to content

Commit

Permalink
Change home image, add Leagueopoly Awards section
Browse files Browse the repository at this point in the history
  • Loading branch information
TheRandomMelon committed Sep 3, 2024
1 parent 0a43591 commit 1a1808c
Show file tree
Hide file tree
Showing 12 changed files with 134 additions and 79 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ source "https://rubygems.org"
# This will help ensure the proper Jekyll version is running.
# Happy Jekylling!
#gem "jekyll", "~> 4.3.0"
gem 'github-pages', group: :jekyll_plugins
gem 'github-pages', "~> 232", group: :jekyll_plugins

gem "webrick", "~> 1.8"
174 changes: 96 additions & 78 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,47 +1,60 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (6.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
tzinfo (~> 1.1)
zeitwerk (~> 2.2, >= 2.2.2)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
activesupport (7.2.1)
base64
bigdecimal
concurrent-ruby (~> 1.0, >= 1.3.1)
connection_pool (>= 2.2.5)
drb
i18n (>= 1.6, < 2)
logger (>= 1.4.2)
minitest (>= 5.1)
securerandom (>= 0.3)
tzinfo (~> 2.0, >= 2.0.5)
addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0)
base64 (0.2.0)
bigdecimal (3.1.8)
coffee-script (2.4.1)
coffee-script-source
execjs
coffee-script-source (1.11.1)
coffee-script-source (1.12.2)
colorator (1.1.0)
commonmarker (0.23.6)
concurrent-ruby (1.1.10)
dnsruby (1.61.9)
simpleidn (~> 0.1)
commonmarker (0.23.10)
concurrent-ruby (1.3.4)
connection_pool (2.4.1)
csv (3.3.0)
dnsruby (1.72.2)
simpleidn (~> 0.2.1)
drb (2.2.1)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
ethon (0.16.0)
ffi (>= 1.15.0)
eventmachine (1.2.7)
execjs (2.8.1)
faraday (2.7.1)
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
faraday-net_http (3.0.2)
ffi (1.15.5)
execjs (2.9.1)
faraday (2.11.0)
faraday-net_http (>= 2.0, < 3.4)
logger
faraday-net_http (3.3.0)
net-http
ffi (1.17.0-arm64-darwin)
ffi (1.17.0-x64-mingw-ucrt)
ffi (1.17.0-x86_64-linux-gnu)
forwardable-extended (2.6.0)
gemoji (3.0.1)
github-pages (227)
github-pages-health-check (= 1.17.9)
jekyll (= 3.9.2)
jekyll-avatar (= 0.7.0)
jekyll-coffeescript (= 1.1.1)
jekyll-commonmark-ghpages (= 0.2.0)
jekyll-default-layout (= 0.1.4)
jekyll-feed (= 0.15.1)
gemoji (4.1.0)
github-pages (232)
github-pages-health-check (= 1.18.2)
jekyll (= 3.10.0)
jekyll-avatar (= 0.8.0)
jekyll-coffeescript (= 1.2.2)
jekyll-commonmark-ghpages (= 0.5.1)
jekyll-default-layout (= 0.1.5)
jekyll-feed (= 0.17.0)
jekyll-gist (= 1.5.0)
jekyll-github-metadata (= 2.13.0)
jekyll-github-metadata (= 2.16.1)
jekyll-include-cache (= 0.2.1)
jekyll-mentions (= 1.6.0)
jekyll-optional-front-matter (= 0.3.2)
Expand All @@ -68,32 +81,34 @@ GEM
jekyll-theme-tactile (= 0.2.0)
jekyll-theme-time-machine (= 0.2.0)
jekyll-titles-from-headings (= 0.5.3)
jemoji (= 0.12.0)
kramdown (= 2.3.2)
jemoji (= 0.13.0)
kramdown (= 2.4.0)
kramdown-parser-gfm (= 1.1.0)
liquid (= 4.0.3)
liquid (= 4.0.4)
mercenary (~> 0.3)
minima (= 2.5.1)
nokogiri (>= 1.13.6, < 2.0)
rouge (= 3.26.0)
nokogiri (>= 1.16.2, < 2.0)
rouge (= 3.30.0)
terminal-table (~> 1.4)
github-pages-health-check (1.17.9)
webrick (~> 1.8)
github-pages-health-check (1.18.2)
addressable (~> 2.3)
dnsruby (~> 1.60)
octokit (~> 4.0)
public_suffix (>= 3.0, < 5.0)
octokit (>= 4, < 8)
public_suffix (>= 3.0, < 6.0)
typhoeus (~> 1.3)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
i18n (0.9.5)
i18n (1.14.5)
concurrent-ruby (~> 1.0)
jekyll (3.9.2)
jekyll (3.10.0)
addressable (~> 2.4)
colorator (~> 1.0)
csv (~> 3.0)
em-websocket (~> 0.5)
i18n (~> 0.7)
i18n (>= 0.7, < 2)
jekyll-sass-converter (~> 1.0)
jekyll-watch (~> 2.0)
kramdown (>= 1.17, < 3)
Expand All @@ -102,27 +117,28 @@ GEM
pathutil (~> 0.9)
rouge (>= 1.7, < 4)
safe_yaml (~> 1.0)
jekyll-avatar (0.7.0)
webrick (>= 1.0)
jekyll-avatar (0.8.0)
jekyll (>= 3.0, < 5.0)
jekyll-coffeescript (1.1.1)
jekyll-coffeescript (1.2.2)
coffee-script (~> 2.2)
coffee-script-source (~> 1.11.1)
coffee-script-source (~> 1.12)
jekyll-commonmark (1.4.0)
commonmarker (~> 0.22)
jekyll-commonmark-ghpages (0.2.0)
commonmarker (~> 0.23.4)
jekyll (~> 3.9.0)
jekyll-commonmark-ghpages (0.5.1)
commonmarker (>= 0.23.7, < 1.1.0)
jekyll (>= 3.9, < 4.0)
jekyll-commonmark (~> 1.4.0)
rouge (>= 2.0, < 4.0)
jekyll-default-layout (0.1.4)
jekyll (~> 3.0)
jekyll-feed (0.15.1)
rouge (>= 2.0, < 5.0)
jekyll-default-layout (0.1.5)
jekyll (>= 3.0, < 5.0)
jekyll-feed (0.17.0)
jekyll (>= 3.7, < 5.0)
jekyll-gist (1.5.0)
octokit (~> 4.2)
jekyll-github-metadata (2.13.0)
jekyll-github-metadata (2.16.1)
jekyll (>= 3.4, < 5.0)
octokit (~> 4.0, != 4.4.0)
octokit (>= 4, < 7, != 4.4.0)
jekyll-include-cache (0.2.1)
jekyll (>= 3.7, < 5.0)
jekyll-mentions (1.6.0)
Expand Down Expand Up @@ -193,41 +209,46 @@ GEM
jekyll (>= 3.3, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
jemoji (0.12.0)
gemoji (~> 3.0)
jemoji (0.13.0)
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
kramdown (2.3.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
kramdown (~> 2.0)
liquid (4.0.3)
listen (3.7.1)
liquid (4.0.4)
listen (3.9.0)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
logger (1.6.1)
mercenary (0.3.6)
minima (2.5.1)
jekyll (>= 3.5, < 5.0)
jekyll-feed (~> 0.9)
jekyll-seo-tag (~> 2.1)
minitest (5.16.3)
nokogiri (1.13.10-arm64-darwin)
minitest (5.25.1)
net-http (0.4.1)
uri
nokogiri (1.16.7-arm64-darwin)
racc (~> 1.4)
nokogiri (1.13.10-x86_64-linux)
nokogiri (1.16.7-x64-mingw-ucrt)
racc (~> 1.4)
nokogiri (1.16.7-x86_64-linux)
racc (~> 1.4)
octokit (4.25.1)
faraday (>= 1, < 3)
sawyer (~> 0.9)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (4.0.7)
racc (1.6.1)
public_suffix (5.1.1)
racc (1.8.1)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
rb-inotify (0.11.1)
ffi (~> 1.0)
rexml (3.2.5)
rouge (3.26.0)
ruby2_keywords (0.0.5)
rexml (3.3.6)
strscan
rouge (3.30.0)
rubyzip (2.3.2)
safe_yaml (1.0.5)
sass (3.7.4)
Expand All @@ -238,29 +259,26 @@ GEM
sawyer (0.9.2)
addressable (>= 2.3.5)
faraday (>= 0.17.3, < 3)
simpleidn (0.2.1)
unf (~> 0.1.4)
securerandom (0.3.1)
simpleidn (0.2.3)
strscan (3.1.0)
terminal-table (1.8.0)
unicode-display_width (~> 1.1, >= 1.1.1)
thread_safe (0.3.6)
typhoeus (1.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
tzinfo (1.2.10)
thread_safe (~> 0.1)
unf (0.1.4)
unf_ext
unf_ext (0.0.8.2)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
uri (0.13.1)
webrick (1.8.1)
zeitwerk (2.6.6)

PLATFORMS
arm64-darwin-22
x64-mingw-ucrt
x86_64-linux

DEPENDENCIES
github-pages
jekyll-paginate
github-pages (~> 232)
webrick (~> 1.8)

BUNDLED WITH
Expand Down
26 changes: 26 additions & 0 deletions _layouts/players.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,29 @@
</div>
</div>
</div>

{% if page.awards %}

{% assign awardBySeason = page.awards | split: "-" %}
<div class="flex w-full rounded-2xl mt-4 box-awards sm:flex-row flex-col">
<div class="flex-auto">
<div class="sm:px-6 sm:pt-6 px-4 pt-6 pb-2 flex items-center space-x-2">
<img style="filter: drop-shadow(0px 0px 3px #00000071);" src="/img/trophy.png" class="w-[32px] h-[32px]" />
<b class="default-text-shadow text-2xl">Leagueopoly Awards Earned</b>
</div>
<div class="sm:px-6 sm:pb-5 px-4 pb-4 flex items-center">
<table>
<tbody>
{% for awardSzn in awardBySeason %}
{% assign award = awardSzn | split: "|" %}
<tr>
<td><p class="default-text-shadow mr-4">{{ award[0] }}</p></td>
<td><b class="default-text-shadow text-2xl">{{ award[1] }}</b></td>
</tr>
{% endfor %}
</tbody>
</table>
</div>
</div>
</div>
{% endif %}
5 changes: 5 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ body {
box-shadow: 0px 0px 6px 0px #000 inset;
}

.box-awards {
background: linear-gradient(0deg, #6997D5 0.05%, #4871A8 100%);
box-shadow: 0px 0px 6px 0px #000 inset;
}

.default-text-shadow {
text-shadow: 0px 4px 4px #00000040;
}
Expand Down
Binary file added img/trophy.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 modified img/upcoming-games.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions players/cstro.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
activities: YouTuber, Twitch Streamer, Speedcuber, Musician
website: twitch.tv/cstro216
website_url: https://twitch.tv/cstro216
awards: Season 2|Chance Conference MVP
---
1 change: 1 addition & 0 deletions players/hydrogen.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
activities: Coding Tings, Noted Albanian
website: thehydrogen.xyz
website_url: https://thehydrogen.xyz
awards: Season 3|Chance Conference MVP
---
1 change: 1 addition & 0 deletions players/inkydink.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
activities: YouTuber
website: youtube.com/@Inkydink
website_url: https://www.youtube.com/@Inkydink
awards: Season 2|Rookie of the Season
---
1 change: 1 addition & 0 deletions players/scion.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
activities: Twitch Streamer, Musician, Leagueopoly Director of Operations
website: twitch.tv/tz_scion
website_url: https://twitch.tv/tz_scion
awards: Season 2|Most Improved Player, Community Chest Conference MVP, League MVP
---
1 change: 1 addition & 0 deletions players/triforce.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
activities: Competitive Splatoon, Twitch Streaming
website: twitch.tv/triforcecomet
website_url: https://twitch.tv/triforcecomet
awards: Season 3|Rookie of the Season, Community Chest Conference MVP, League MVP
---
1 change: 1 addition & 0 deletions players/trm.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@
activities: Leagueopoly Commissioner, YouTuber, Twitch Streamer, Video Creator, etc
website: youtube.com/therandommelon
website_url: https://youtube.com/therandommelon
awards: Season 3|Most Improved Player
---

0 comments on commit 1a1808c

Please sign in to comment.