diff options
author | EuAndreh <eu@euandre.org> | 2024-09-27 17:04:01 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-09-27 17:34:24 -0300 |
commit | 238e9318633182575c518e45fac20bcd899053a6 (patch) | |
tree | fb6ea26c3f82aff8224dae479c6bd5be7f4502be /src/index.adoc | |
parent | src/base.conf: Derive $url_pre from $domain (diff) | |
download | papo.im-238e9318633182575c518e45fac20bcd899053a6.tar.gz papo.im-238e9318633182575c518e45fac20bcd899053a6.tar.xz |
git mv src/*.svg src/img/
Diffstat (limited to 'src/index.adoc')
-rw-r--r-- | src/index.adoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/index.adoc b/src/index.adoc index e2df543..4065605 100644 --- a/src/index.adoc +++ b/src/index.adoc @@ -16,7 +16,7 @@ export custom_body=true <h2>Why Papo?</h2> <div class="why_papo-cards-container"> <div class="why_papo-card"> - <img class="icon" src="shield-light.svg" alt="shild icon" /> + <img class="icon" src="img/shield-light.svg" alt="shild icon" /> <h3>Privacy-first hosted team chat</h3> <p> A convenient hosted service for you to subscribe to and delegate management of, @@ -25,7 +25,7 @@ export custom_body=true </p> </div> <div class="why_papo-card"> - <img class="icon" src="database-light.svg" alt="database with an x icon" /> + <img class="icon" src="img/database-light.svg" alt="database with an x icon" /> <h3>No gratuitous data collection</h3> <p> No "accept necessary cookies" or third-party tracking. Revenue is made via @@ -33,7 +33,7 @@ export custom_body=true </p> </div> <div class="why_papo-card"> - <img class="icon" src="diagram-light.svg" alt="diagram icon" /> + <img class="icon" src="img/diagram-light.svg" alt="diagram icon" /> <h3>Build for interoperability</h3> <p> Built on existing open standards, we're not in the business of profiting from |