Skip to content

Commit

Permalink
Initial gallery (#137)
Browse files Browse the repository at this point in the history
  • Loading branch information
jmshrv committed Feb 18, 2024
1 parent 1bece5d commit ee8cee8
Show file tree
Hide file tree
Showing 135 changed files with 376 additions and 16 deletions.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,10 @@ It's deployed using GitHub pages.
```bash
npm install --include=dev
npm run dev
```
```

## Images

Images have been manually resized to be 50% size, with 90% quality. The command used was:

`find . -name "FINAL.png" | parallel convert -resize 50% -quality 90 {} {.}-50.<format>`
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

27 changes: 27 additions & 0 deletions src/assets/cc.svg
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ee8cee8

Please sign in to comment.