Skip to content

Commit ae724e0

Browse files
committed
compressing images and pdfs
1 parent e74e617 commit ae724e0

17 files changed

+4
-4
lines changed

Gemfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ gem "github-pages", group: :jekyll_plugins
1616

1717
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
1818
# and associated library.
19-
platforms :mingw, :x64_mingw, :mswin, :jruby do
19+
platforms :windows, :jruby do
2020
gem "tzinfo", "~> 1.2"
2121
gem "tzinfo-data"
2222
end
2323

2424
# Performance-booster for watching directories on Windows
25-
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
25+
gem "wdm", "~> 0.1.1", :platforms => [:windows]
2626

2727
gem "jekyll-include-cache", group: :jekyll_plugins
2828
gem "webrick", "~> 1.7"

_pages/team.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ edXLeadership:
6262
subtitle: "Instructor"
6363
excerpt: "Data/AI Practice Lead for Google Cloud<br/>[Learn More](https://larissasuzuki.com/)"
6464

65-
- image_path: /assets/images/team/susan.png
65+
- image_path: /assets/images/team/susan.jpg
6666
alt: "Susan Kennedy"
6767
title: "Susan<br/>Kennedy"
6868
subtitle: "Instructor"
@@ -102,7 +102,7 @@ edXCourseStaff:
102102
title: "Mark<br/>Mazumder"
103103
excerpt: "Harvard PhD Student<br/>[Learn More](https://markmaz.com/)"
104104

105-
- image_path: /assets/images/team/max.png
105+
- image_path: /assets/images/team/max.jpg
106106
alt: "Maximilian Lam"
107107
title: "Maximilian<br/>Lam"
108108
excerpt: "Harvard PhD Student<br/>[Learn More](https://agnusmaximus.github.io/)"
-12.5 MB
Loading

assets/images/team/larissa.png

-997 KB
Loading

assets/images/team/larissa2.png

-977 KB
Loading

assets/images/team/max.jpg

532 KB
Loading

assets/images/team/max.png

-7.55 MB
Binary file not shown.

assets/images/team/susan.jpg

432 KB
Loading

assets/images/team/susan.png

-2.78 MB
Binary file not shown.
-5.14 MB
Binary file not shown.

0 commit comments

Comments
 (0)