Skip to content

Commit

Permalink
Compress remaining images
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKiwi committed Jan 15, 2024
1 parent dc344dc commit 8744db8
Show file tree
Hide file tree
Showing 25 changed files with 3 additions and 1 deletion.
Binary file modified public/assets/community/Adam.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 public/assets/community/Cloudy.jpg
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 public/assets/community/JG.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 public/assets/community/Nate.jpg
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 public/assets/community/Neetori.jpeg
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 public/assets/community/Palis.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 public/assets/community/Pawwao.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 public/assets/community/Suhate.jpg
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 public/assets/community/Vanaric.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 public/assets/community/shiomu.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 src/assets/blog/01.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 removed src/assets/blog/02.png
Binary file not shown.
Binary file modified src/assets/blog/03.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 removed src/assets/blog/04.png
Binary file not shown.
Binary file removed src/assets/blog/05.png
Binary file not shown.
Binary file modified src/assets/blog/06.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 src/assets/team/derivatives/catinkleins.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 src/assets/team/derivatives/chase.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 src/assets/team/derivatives/danny.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 src/assets/team/derivatives/jules.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 src/assets/team/derivatives/kiwi.jpg
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 src/assets/team/derivatives/laur.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 src/assets/team/derivatives/morello.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 src/assets/team/derivatives/omar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 3 additions & 1 deletion src/components/Team.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import catinkleins from "../assets/team/catinkleins.png";
import laurDeriv from "../assets/team/derivatives/laur.png";
import kiwiDeriv from "../assets/team/derivatives/kiwi.jpg";
import morelloDeriv from "../assets/team/derivatives/morello.png";
// import chaseDeriv from "../assets/team/derivatives/danny.png";
import chaseDeriv from "../assets/team/derivatives/chase.png";
import omarDeriv from "../assets/team/derivatives/omar.png";
import dannyDeriv from "../assets/team/derivatives/danny.png";
// import ninesDeriv from "../assets/team/derivatives/danny.png";
Expand Down Expand Up @@ -119,6 +119,8 @@ const members: TeamMemberType[] = [
role: "web Dev",
image: chase,
twitter: "https://twitter.com/chase_manning_",
deriv: chaseDeriv,
derivArtist: "@shinjuroueth",
},
];

Expand Down

0 comments on commit 8744db8

Please sign in to comment.