feat: page portfolio de style terminal Linux présentant Riric (DotRiric)
- public/portfolio/ (FR + EN) : terminal Debian interactif (prompt dotriric@zektyc:~$, historique, commandes help/whoami/cat/neofetch/contact/sudo/exit/clear...) - Corrige un bug CSP-critique : String.prototype.link faisait traiter toutes les lignes texte comme des liens (A undefined) ; makeRich exige désormais typeof item.link === 'string' - Nav : lien Portfolio ajouté (components.js v=8, i18n nav.portfolio) - Sitemaps FR/EN : /fr/portfolio et /en/portfolio
This commit is contained in:
parent
a2952080fd
commit
f16e6ddde1
34 changed files with 693 additions and 25 deletions
|
|
@ -55,6 +55,7 @@
|
|||
"faq.q8": "Is this website free?",
|
||||
"faq.a8": "Yes. Browsing the website is entirely free and will remain so. We do not sell your data, we display no advertising and we claim nothing but your trust. If we ever offer paid services, they will be clearly presented and kept separate from the free information we publish.",
|
||||
"nav.team": "Team",
|
||||
"nav.portfolio": "Portfolio",
|
||||
"team.title": "Team",
|
||||
"team.intro": "Two people behind Zektyc. One human, one AI.",
|
||||
"team.riric.role": "CEO · Founder · Architect",
|
||||
|
|
|
|||
|
|
@ -55,6 +55,7 @@
|
|||
"faq.q8": "Ce site est-il gratuit ?",
|
||||
"faq.a8": "Oui. La consultation du site est entièrement gratuite et le restera. Nous ne vendons pas vos données, nous n'affichons aucune publicité et nous ne revendiquons rien d'autre que votre confiance. Si un jour nous proposons des prestations, elles seront clairement présentées et séparées de l'information gratuite que nous publions.",
|
||||
"nav.team": "Équipe",
|
||||
"nav.portfolio": "Portfolio",
|
||||
"team.title": "L'équipe",
|
||||
"team.intro": "Deux personnes derrière Zektyc. Un humain, une IA.",
|
||||
"team.riric.role": "CEO · Fondateur · Architecte",
|
||||
|
|
|
|||
Loading…
Reference in a new issue