Skip to content

Commit

Permalink
Templates (#14)
Browse files Browse the repository at this point in the history
- Add templates: logo, favicon
- README: Install instructions
  • Loading branch information
sectore authored Nov 11, 2023
1 parent 02d6f68 commit 66c757e
Show file tree
Hide file tree
Showing 12 changed files with 314 additions and 7 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ target/
.direnv/
dist/

templates/

draft/

.DS_Store
29 changes: 24 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# exify
# `exify`

Progressive Web App (PWA) to remove [EXIF](https://en.wikipedia.org/wiki/Exif) (Exchangeable Image File Format) data from images.

<p float="left">
<a href="assets/exify-1.png" target="_blank">
<a href="assets/exify-1.png">
<img src="assets/exify-1.png" width="30%" />
</a>
<a href="assets/exify-2.png" target="_blank">
<a href="assets/exify-2.png">
<img src="assets/exify-2.png" width="30%" />
</a>
<a href="assets/exify-3.png" target="_blank">
<a href="assets/exify-3.png">
<img src="assets/exify-3.png" width="30%" />
</a>
</p>
Expand All @@ -25,10 +25,29 @@ Progressive Web App (PWA) to remove [EXIF](https://en.wikipedia.org/wiki/Exif) (
- Free open source software (MIT License)


## Usage
## Mobile app

- Open https://bitcoinbeachtravemuende.github.io/exify/ in your browser.
- Install the application from the browser menu by clicking "Install app".
- After installing `exify`, you can start it just as you would with any other app.

<p float="left">
<a href="templates/exify-install-1.jpg">
<img src="templates/exify-install-1.jpg" width="30%" />
</a>
<a href="templates/exify-install-2.jpg">
<img src="templates/exify-install-2.jpg" width="30%" />
</a>
<a href="templates/exify-install-3.jpg">
<img src="templates/exify-install-3.jpg" width="30%" />
</a>
</p>

## Desktop

Open https://bitcoinbeachtravemuende.github.io/exify/ in your browser.


## Development

### Prerequisites
Expand Down
Binary file added templates/exify-install-1.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 added templates/exify-install-2.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 added templates/exify-install-3.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 added templates/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
65 changes: 65 additions & 0 deletions templates/favicon.svg
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 templates/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 75 additions & 0 deletions templates/logo.svg
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 templates/logo_favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
76 changes: 76 additions & 0 deletions templates/logo_favicon_inkscape.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 66c757e

Please sign in to comment.