Fixing various typos on about page.

This commit is contained in:
Ad5001 2021-09-29 13:51:07 +02:00
parent 36cd866d21
commit e43b78b98a
Signed by: Ad5001
GPG Key ID: 7251B1AF90B960F9
3 changed files with 8 additions and 8 deletions

View File

@ -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:

View File

@ -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

View File

@ -2,7 +2,7 @@
<html lang="{{ .Site.Language.Lang }}">
{{- partial "head.html" . -}}
<body>
<body contenteditable="true">
{{- partial "header.html" . -}}
<div id="content">
{{ .Content }}