diff --git a/assets/scss/apps.scss b/assets/scss/apps.scss index eb4b832..6336b2e 100644 --- a/assets/scss/apps.scss +++ b/assets/scss/apps.scss @@ -82,14 +82,14 @@ a img { width: Min(300px, calc(100% - 2em)); - box-shadow: 0px 0px 2px 0px #000000; + box-shadow: 0px 0px 0px 0px #000000; transition: box-shadow 0.15s ease-in-out, filter 0.15s ease-in-out; - border-radius: 1em; + border-radius: 0.5em; filter: brightness(100%); &:hover { box-shadow: 0px 0px 8px 0px #000000; - filter: brightness(85%); + filter: brightness(90%); } } } diff --git a/i18n/en.json b/i18n/en.json index 701f290..bda8546 100644 --- a/i18n/en.json +++ b/i18n/en.json @@ -58,6 +58,18 @@ }, "all": { "other": "Without text" + }, + "file": { + "other": "File:" + }, + "websiteSource": { + "other": "Website source code" + }, + "usingTheme": { + "other": "Using" + }, + "poweredBy": { + "other": "Powered by" } } diff --git a/i18n/fr.json b/i18n/fr.json index 0e7d8d6..62c3afb 100644 --- a/i18n/fr.json +++ b/i18n/fr.json @@ -58,6 +58,18 @@ }, "all": { "other": "Sans texte" + }, + "file": { + "other": "Fichier :" + }, + "websiteSource": { + "other": "Code source du site" + }, + "usingTheme": { + "other": "Utilise" + }, + "poweredBy": { + "other": "Fonctionne avec" } } diff --git a/layouts/_default/app.html b/layouts/_default/app.html index b14165d..9101858 100644 --- a/layouts/_default/app.html +++ b/layouts/_default/app.html @@ -116,21 +116,21 @@

{{ .Title }}

{{ if hasPrefix .Title "Flatpak" }} - +

{{ i18n "warnExternalWebsite" "flathub.org" }} {{ else if hasPrefix .Title "Snap" }} - +

{{ i18n "warnExternalWebsite" "snapcraft.io" }} {{ else if hasPrefix .Title "Firefox" }} - +

{{ i18n "warnExternalWebsite" "addons.mozilla.org" }} {{ else }} - File: {{ replace .Name "" $appdata.version }}
+ {{ i18n "file" }} {{ replace .Name "" $appdata.version }}
" $appdata.version }}" class="primary" role="button"> {{ i18n "download" }} diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index 5bffa64..b6ced85 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -10,12 +10,13 @@

- {{ .Site.Copyright }} + {{ .Site.Copyright }}
+ {{ i18n "websiteSource" }}

- {{ .Site.Params.usingTheme }} Omegamma
- {{ .Site.Params.poweredBy }} Hugo + {{ i18n "usingTheme" }} Omegamma
+ {{ i18n "poweredBy" }} Hugo