French version of main page, switching icons to fonts.
This commit is contained in:
parent
ae33cd2723
commit
447afe4d4f
3 changed files with 98 additions and 18 deletions
32
config.yaml
32
config.yaml
|
@ -17,46 +17,46 @@ languages:
|
|||
main:
|
||||
- identifier: apps
|
||||
name: Apps
|
||||
pre: <img src="/icons/apps.svg" class="icon-as-text icon-monochrome" alt="apps icon"/>
|
||||
pre: <i class="icon-apps icon-as-text" alt="apps icon"></i>
|
||||
title: apps section
|
||||
url: https://apps.ad5001.eu/
|
||||
weight: 20
|
||||
- identifier: git
|
||||
name: Git
|
||||
pre: <img src="/icons/git.svg" class="icon-as-text icon-monochrome" alt="git icon"/>
|
||||
pre: <i class="icon-git icon-as-text" alt="git icon"></i>
|
||||
title: git section
|
||||
url: https://git.ad5001.eu
|
||||
weight: 10
|
||||
- identifier: about
|
||||
name: About
|
||||
pre: <img src="/icons/about.svg" class="icon-as-text icon-monochrome" alt="about icon"/>
|
||||
pre: <i class="icon-about icon-as-text" alt="about icon"></i>
|
||||
title: about section
|
||||
url: /about
|
||||
weight: 0
|
||||
social:
|
||||
- identifier: mastodon
|
||||
name: Mastodon
|
||||
pre: <img src="/icons/social/mastodon.svg" class="icon-as-text icon-monochrome" alt="Mastodon icon"/>
|
||||
pre: <i class="icon-mastodon" alt="Mastodon icon"></i>
|
||||
title: mastodon social icon
|
||||
url: https://mastodon.technology/@Ad5001
|
||||
- identifier: twitter
|
||||
name: Twitter
|
||||
pre: <img src="/icons/social/twitter.svg" class="icon-as-text icon-monochrome" alt="Twitter icon"/>
|
||||
pre: <i class="icon-twitter" alt="Twitter icon"></i>
|
||||
title: twitter social icon
|
||||
url: https://twitter.com/Ad5001P4F
|
||||
- identifier: gitea
|
||||
name: Gitea
|
||||
pre: <img src="/icons/social/git.svg" class="icon-as-text icon-monochrome" alt="Gitea icon"/>
|
||||
pre: <i class="icon-git" alt="Gitea icon"></i>
|
||||
title: gitea social icon
|
||||
url: https://git.ad5001.eu/Ad5001
|
||||
- identifier: github
|
||||
name: Github
|
||||
pre: <img src="/icons/social/github.svg" class="icon-as-text icon-monochrome" alt="Github icon"/>
|
||||
pre: <i class="icon-github" alt="Github icon"></i>
|
||||
title: github social icon
|
||||
url: https://github.com/Ad5001
|
||||
- identifier: mail
|
||||
name: Mail
|
||||
pre: <img src="/icons/social/mail.svg" class="icon-as-text icon-monochrome" alt="Mail icon"/>
|
||||
pre: <i class="icon-mail" alt="Mail icon"></i>
|
||||
title: mail icon
|
||||
url: "" # Filled with JS to avoid spam.
|
||||
weight: 0
|
||||
|
@ -66,46 +66,46 @@ languages:
|
|||
main:
|
||||
- identifier: apps
|
||||
name: Apps
|
||||
pre: <img src="/icons/apps.svg" class="icon-as-text icon-monochrome" alt="apps icon"/>
|
||||
pre: <i class="icon-apps icon-as-text" alt="apps icon"></i>
|
||||
title: apps list section
|
||||
url: https://apps.ad5001.eu/fr/
|
||||
weight: 20
|
||||
- identifier: git
|
||||
name: Git
|
||||
pre: <img src="/icons/git.svg" class="icon-as-text icon-monochrome" alt="git icon"/>
|
||||
pre: <i class="icon-git icon-as-text" alt="git icon"></i>
|
||||
title: git section
|
||||
url: https://git.ad5001.eu
|
||||
weight: 10
|
||||
- identifier: about
|
||||
name: À propos
|
||||
pre: <img src="/icons/about.svg" class="icon-as-text icon-monochrome" alt="about icon"/>
|
||||
pre: <i class="icon-about icon-as-text" alt="about icon"></i>
|
||||
title: about section
|
||||
url: /fr/a-propos
|
||||
weight: 0
|
||||
social:
|
||||
- identifier: mastodon
|
||||
name: Mastodon
|
||||
pre: <img src="/icons/social/mastodon.svg" class="icon-as-text icon-monochrome" alt="Mastodon icon"/>
|
||||
pre: <i class="icon-mastodon" alt="Mastodon icon"></i>
|
||||
title: mastodon social icon
|
||||
url: https://mastodon.technology/@Ad5001
|
||||
- identifier: twitter
|
||||
name: Twitter
|
||||
pre: <img src="/icons/social/twitter.svg" class="icon-as-text icon-monochrome" alt="Twitter icon"/>
|
||||
pre: <i class="icon-twitter" alt="Twitter icon"></i>
|
||||
title: twitter social icon
|
||||
url: https://twitter.com/Ad5001P4F
|
||||
- identifier: gitea
|
||||
name: Gitea
|
||||
pre: <img src="/icons/social/git.svg" class="icon-as-text icon-monochrome" alt="Gitea icon"/>
|
||||
pre: <i class="icon-git" alt="Gitea icon"></i>
|
||||
title: gitea social icon
|
||||
url: https://git.ad5001.eu/Ad5001
|
||||
- identifier: github
|
||||
name: Github
|
||||
pre: <img src="/icons/social/github.svg" class="icon-as-text icon-monochrome" alt="Github icon"/>
|
||||
pre: <i class="icon-github" alt="Github icon"></i>
|
||||
title: github social icon
|
||||
url: https://github.com/Ad5001
|
||||
- identifier: mail
|
||||
name: Mail
|
||||
pre: <img src="/icons/social/mail.svg" class="icon-as-text icon-monochrome" alt="Mail icon"/>
|
||||
pre: <i class="icon-mail" alt="Mail icon"></i>
|
||||
title: mail icon
|
||||
url: "" # Filled with JS to avoid spam.
|
||||
weight: 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue