From e43b78b98add18a095f89d34400a34f41243aea7 Mon Sep 17 00:00:00 2001 From: Ad5001 Date: Wed, 29 Sep 2021 13:51:07 +0200 Subject: [PATCH] Fixing various typos on about page. --- i18n/en.yaml | 10 +++++----- i18n/fr.yaml | 4 ++-- layouts/_default/default.html | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/i18n/en.yaml b/i18n/en.yaml index f6c4cbb..0e38656 100644 --- a/i18n/en.yaml +++ b/i18n/en.yaml @@ -12,10 +12,10 @@ relevantSoftware: # Programming languages skillsPython: other: | - I've been using Python since 2016 multi-purposedly. In the beginning of 2017, I began using it for the creation of AccountFree with [PySide2](https://pypi.org/project/PySide2/) for UI based application design as well as software backend, for all the above. + I've been using Python since 2016 for various purposes. In the beginning of 2017, I began using it for the creation of AccountFree with [PySide2](https://pypi.org/project/PySide2/) for UI based application design as well as software backend, for all the above. skillsJS: other: | - Javascript is a multipurpose language that can be used to make practicly anything, as long as you don't need extremely high performance. Nearly all my GUI apps make use of Javascript to make advanced UI manipulation and sometimes logic. On the other hand, I try to use it as little as possible on my websites for them to be more performant. + Javascript is a multipurpose language that can be used to make practically anything, as long as you don't need extremely high performance. Nearly all my GUI apps make use of Javascript to make advanced UI manipulation and sometimes logic. On the other hand, I try to use it as little as possible on my websites for them to be more performant. skillsPHP: other: | PHP is the first language I learned all the way back in 2015, and have developed a lot of PHP projects related to [PocketMine](https://pmmp.io), like plugins, development and server software back then. @@ -27,10 +27,10 @@ skillsCsharp: # Frameworks skillsHugo: other: | - Hugo became my web dev framework of choice in 2021, for the remake of this website. It's an open source static website generator that does not require any JavaScript or backend processing language to work, as it's based on pre-generating page, making it really fast. + Hugo became my web dev framework of choice in 2021, for the remake of this website. It's an open source static website generator that does not require any JavaScript or backend processing language to work, as it's works by generating pages beforehand, making it really fast. skillsBoostrap: other: | - In the past, I've used Bootstrap to create my website UI design. While it helps creating fast websites with common components, and it can be used in conjuction with Hugo, websites made with it rarely feel a bit unique, and sometimes feel a bit dated. + In the past, I've used Bootstrap to create my website UI design. While it helps creating fast websites with common components, and it can be used in conjunction with Hugo, websites made with it rarely feel a bit unique, and sometimes feel a bit dated. One of the websites I created with Bootstrap still in service today is services.accountfree.org. # App frameworks skillsQt: @@ -88,7 +88,7 @@ skillsNexus3: Nexus 3 is an artifacts repository that allows me to put the built packages from Drone CI into a common repository. It is also used to hosts the binaries you can download from my apps website. skillsDrawIO: other: | - Diagrams.net (formally draw.io) is a diagrams creation software. It helps me planning the structure of some of my software's architercures, as well as general planning in the past. + Diagrams.net (formally draw.io) is a diagrams creation software. It helps me planning the structure of some of my software's architectures, as well as general planning in the past. # Languages language: diff --git a/i18n/fr.yaml b/i18n/fr.yaml index 91fdaef..d678d75 100644 --- a/i18n/fr.yaml +++ b/i18n/fr.yaml @@ -37,7 +37,7 @@ skillsQt: J'utilise Qt depuis 2016 pour créer des applications de bureau. Je suis devenu très à l'aise avec QML avec les différents logiciels que j'ai créés (notamment la version Linux de ImagicalPlugCreator, AccountFree et LogarithmPlotter). Qt est un framework "tout-en-un" qui fournit également le threading, la mise en réseau, les API de dessin 3D et 2D, le rendu web ; sans qu'aucun de ses composants ne soit co-dépendant. skillsMono: other: | - Mono est une réimplémentation du cadre .NET pour Linux et MacOS avant .NET 5.0, tout en restant binairement compatible avec les implémentations de Microsoft. J'ai commencé à l'utiliser pour créer Nowox en C# afin de maintenir la compatibilité avec tous les principaux OS de bureau. Dans le futur, je pourrais passer de Mono à .NET 5.0 en tant que framework et runtime pour Nowox. + Mono est une ré-implémentation du cadre .NET pour Linux et MacOS avant .NET 5.0, tout en restant binairement compatible avec les implémentations de Microsoft. J'ai commencé à l'utiliser pour créer Nowox en C# afin de maintenir la compatibilité avec tous les principaux OS de bureau. Dans le futur, je pourrais passer de Mono à .NET 5.0 en tant que framework et runtime pour Nowox. # Frameworks I created: frameworkNowox: other: | @@ -87,7 +87,7 @@ skillsNexus3: Nexus 3 est un dépôt d'artefacts qui me permet de mettre les paquets construits à partir de Drone CI dans un dépôt commun. Il est également utilisé pour héberger les binaires que vous pouvez télécharger depuis mon site d'applications. skillsDrawIO: other: | - Diagrams.net (anciennement draw.io) est un logiciel de création de diagrammes. Il m'aide à planifier la structure de certaines architercures de mon logiciel, ainsi que la planification générale dans le passé. + Diagrams.net (anciennement draw.io) est un logiciel de création de diagrammes. Il m'aide à planifier la structure de certaines architectures de mon logiciel, ainsi que la planification générale dans le passé. # Languages diff --git a/layouts/_default/default.html b/layouts/_default/default.html index 6239efd..6ddd76a 100644 --- a/layouts/_default/default.html +++ b/layouts/_default/default.html @@ -2,7 +2,7 @@ {{- partial "head.html" . -}} - + {{- partial "header.html" . -}}
{{ .Content }}