diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/content/en/index.adoc | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/content/en/index.adoc b/src/content/en/index.adoc index 7bf7d54..d27dbdf 100644 --- a/src/content/en/index.adoc +++ b/src/content/en/index.adoc @@ -15,8 +15,8 @@ <div class="why_papo-cards-container"> <div class="why_papo-card"> <picture> - <source srcset="img/shield/dark.svg" media="(prefers-color-scheme: dark)" /> - <img src="img/shield/light.svg" class="icon" alt="an icon of a small outlined shield inside a chat bubble" /> + <source srcset="../img/shield/dark.svg" media="(prefers-color-scheme: dark)" /> + <img src="../img/shield/light.svg" class="icon" alt="an icon of a small outlined shield inside a chat bubble" /> </picture> <h3>Privacy-first hosted team chat</h3> <p> @@ -27,8 +27,8 @@ </div> <div class="why_papo-card"> <picture> - <source srcset="img/database/dark.svg" media="(prefers-color-scheme: dark)" /> - <img src="img/database/light.svg" class="icon" alt="an outlined database icon with an "X" marker on its right-bottom corner" /> + <source srcset="../img/database/dark.svg" media="(prefers-color-scheme: dark)" /> + <img src="../img/database/light.svg" class="icon" alt="an outlined database icon with an "X" marker on its right-bottom corner" /> </picture> <h3>No gratuitous data collection</h3> <p> @@ -38,8 +38,8 @@ </div> <div class="why_papo-card"> <picture> - <source srcset="img/diagram/dark.svg" media="(prefers-color-scheme: dark)" /> - <img src="img/diagram/light.svg" class="icon" alt="a small outlined icon of a cog surrounded by 6 smaller circles with a short dashed line between the cog and each circle, where each circle also has 2 dashed lines coming from and going to the next circle, fully surrounding the inner cog" /> + <source srcset="../img/diagram/dark.svg" media="(prefers-color-scheme: dark)" /> + <img src="../img/diagram/light.svg" class="icon" alt="a small outlined icon of a cog surrounded by 6 smaller circles with a short dashed line between the cog and each circle, where each circle also has 2 dashed lines coming from and going to the next circle, fully surrounding the inner cog" /> </picture> <h3>Build for interoperability</h3> <p> |