Skip to content

Commit

Permalink
Merge pull request appwrite#1003 from appwrite/chore-update-assets
Browse files Browse the repository at this point in the history
chore: update assets
  • Loading branch information
TorstenDittmann authored Jun 4, 2024
2 parents 85b8c9c + 082fa1b commit 08db372
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions src/routes/assets/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -543,6 +543,37 @@
</a>
</div>
</div>
<div class="media-wrapper">
<img
class="web-u-border-radius-8 web-u-media-ratio-16-9 u-width-full-line"
src="/assets/visuals/messaging.png"
alt="Appwrite Messaging"
/>
<div class="buttons">
<a
class="web-button is-secondary"
href="/assets/visuals/messaging.jpg"
download
>
<span
class="web-icon-download"
aria-label="download"
/>
<span>JPG</span>
</a>
<a
class="web-button is-secondary"
href={'/assets/visuals/messaging.png'}
download
>
<span
class="web-icon-download"
aria-label="download"
/>
<span>PNG</span>
</a>
</div>
</div>
</div>
</div>
</section>
Expand Down
Binary file modified static/assets.zip
Binary file not shown.
Binary file modified static/assets/visuals/auth.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 static/assets/visuals/auth.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 static/assets/visuals/dashboard.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 static/assets/visuals/dashboard.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 static/assets/visuals/databases.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 static/assets/visuals/databases.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 static/assets/visuals/functions.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 static/assets/visuals/functions.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 static/assets/visuals/messaging.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 static/assets/visuals/messaging.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 static/assets/visuals/storage.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 static/assets/visuals/storage.png
Loading
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 08db372

Please sign in to comment.