Skip to content

Commit acbf92f

Browse files
Addded wayfair and johonnot to sponsors
1 parent 53647e0 commit acbf92f

File tree

4 files changed

+15
-80
lines changed

4 files changed

+15
-80
lines changed

Gemfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ source "https://rubygems.org"
88
#
99
# This will help ensure the proper Jekyll version is running.
1010
# Happy Jekylling!
11-
gem "jekyll", "~> 3.8.4"
11+
gem "jekyll"
1212

1313
# This is the default theme for new Jekyll sites. You may change this to anything you like.
1414
gem "minima", "~> 2.5"
@@ -22,6 +22,7 @@ group :jekyll_plugins do
2222
gem "jekyll-feed", "~> 0.6"
2323
gem "liquid-md5"
2424
gem "jekyll-regex-replace"
25+
gem "webrick"
2526
end
2627

2728
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem

Gemfile.lock

Lines changed: 0 additions & 79 deletions
This file was deleted.

about/sponsors.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,16 @@
194194
<img class="rounded" src="https://assets.csh.rit.edu/pubsite/sponsors/tenable.png" alt="Tenable">
195195
</a>
196196
</div>
197+
<div class="col-4 col-lg-2">
198+
<a href="https://www.wayfair.com/">
199+
<img class="rounded" src="https://assets.csh.rit.edu/pubsite/sponsors/wayfair.png" alt="Wayfair">
200+
</a>
201+
</div>
202+
<div class="col-4 col-lg-2">
203+
<a href="https://www.johonnottechnologies.com/">
204+
<img class="rounded" src="https://assets.csh.rit.edu/pubsite/sponsors/johonnot.png" alt="Johonnot">
205+
</a>
206+
</div>
197207
<!-- Note: also add sponsors to sponsors.js for homepage display -->
198208
</div>
199209
</div>

assets/js/sponsors.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ $(document).ready(() => {
4545
new Sponsor('https://assets.csh.rit.edu/pubsite/sponsors/slack.png', 'https://slack.com/', 'Slack'),
4646
new Sponsor('https://assets.csh.rit.edu/pubsite/sponsors/proxmox.png', 'https://proxmox.com/', 'Proxmox'),
4747
new Sponsor('https://assets.csh.rit.edu/pubsite/sponsors/tenable.png', 'https://tenable.com/', 'Tenable'),
48+
new Sponsor('https://assets.csh.rit.edu/pubsite/sponsors/wayfair.png', 'https://wayfair.com/', 'Wayfair'),
49+
new Sponsor('https://assets.csh.rit.edu/pubsite/sponsors/johonnot.png', 'https://johonnottechnologies.com/', 'Johonnot'),
50+
4851
];
4952

5053
for (let i = 0; i <= 6; i++) {

0 commit comments

Comments
 (0)