Skip to content

Commit

Permalink
Edit Favicon + Edit Embed + Rename AboutMe Section
Browse files Browse the repository at this point in the history
  • Loading branch information
Av32000 committed Sep 18, 2024
1 parent 46c4a92 commit 733349d
Show file tree
Hide file tree
Showing 5 changed files with 63 additions and 25 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h1 id="header-welcome" toTranslate>Hi 👋</h1>
id="story-title"
toTranslate
>
My Story
About Me
</h1>
<p data-inviewport="from-left" id="story-1" toTranslate>
I started programming at the age of
Expand Down
86 changes: 62 additions & 24 deletions locales/en.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,27 @@
</translation>
<!-- Story -->
<translation key="story-title">
<value>My Story</value>
<value>About Me</value>
</translation>
<translation key="story-1">
<value>I started programming at the age of <span class="accent">10 yo</span> coding small website in HTML and CSS.</value>
<value>I started programming at the age of <span class="accent">10 yo</span> coding small
website in HTML and CSS.</value>
</translation>
<translation key="story-2">
<value>I then put aside these languages in favor of <span class="accent">C#</span> through which I discovered the <span class="accent">basics</span> of object-oriented programming. With .NET, I created my firsts <span class="accent">Windows</span> applications then with Unity, smalls <span class="accent">video games</span>.</value>
<value>I then put aside these languages in favor of <span class="accent">C#</span> through which
I discovered the <span class="accent">basics</span> of object-oriented programming. With .NET,
I created my firsts <span class="accent">Windows</span> applications then with Unity, smalls <span
class="accent">video games</span>.</value>
</translation>
<translation key="story-3">
<value>At 14, I started using <span class="accent">Discord</span> massively and interested in their API. This is how I discovered <span class="accent">JavaScript</span> and <span class="accent">Node.JS</span>.</value>
<value>At 14, I started using <span class="accent">Discord</span> massively and interested in
their API. This is how I discovered <span class="accent">JavaScript</span> and <span
class="accent">Node.JS</span>.</value>
</translation>
<translation key="story-4">
<value>In this way, I discovered the world of the <span class="accent">backend</span> and <span class="accent">APIs</span> and I immediately understood that I wanted to make it my <span class="accent">futur jobs</span>.</value>
<value>In this way, I discovered the world of the <span class="accent">backend</span> and <span
class="accent">APIs</span> and I immediately understood that I wanted to make it my <span
class="accent">futur jobs</span>.</value>
</translation>
<translation key="story-5">
<value>Today, I try to discover as many new technologies as possible to improve my skills.</value>
Expand All @@ -31,7 +39,9 @@
<value>My Skills</value>
</translation>
<translation key="git-1">
<value>Complex and powerful, Git it's one of my favorite tools. I use it since a long time in every project I start. I've read and watched a lot of books and tutorials to get to know it inside out.</value>
<value>Complex and powerful, Git it's one of my favorite tools. I use it since a long time in
every project I start. I've read and watched a lot of books and tutorials to get to know it
inside out.</value>
</translation>
<translation key="git-2">
<value>I'm not an expert but I know most of the important functions very well.</value>
Expand All @@ -40,50 +50,64 @@
<value>I discovered Node.JS on Discord when I wanted to learn how to code bots.</value>
</translation>
<translation key="node-2">
<value>Today, I use it in almost all my projects with libraries such as fastify for APIs, react for web, electron for software and so many others.</value>
<value>Today, I use it in almost all my projects with libraries such as fastify for APIs, react
for web, electron for software and so many others.</value>
</translation>
<translation key="node-3">
<value>This framework allowed me to discover my great passion for the backend with Javascript.</value>
</translation>
<translation key="js-1">
<value>My favorite language, both for its strange simplicity and for the way it works for everything (web, servers, software...).</value>
<value>My favorite language, both for its strange simplicity and for the way it works for
everything (web, servers, software...).</value>
</translation>
<translation key="js-2">
<value>Javascript lets me simply code applications that run in a terminal (with NodeJS), so I don't have to create a UI.</value>
<value>Javascript lets me simply code applications that run in a terminal (with NodeJS), so I
don't have to create a UI.</value>
</translation>
<translation key="react">
<value>Powerful and easy to use, React is my default framework for coding web interface. I use it whenever possible in all my projects and I prefer it to all others.</value>
<value>Powerful and easy to use, React is my default framework for coding web interface. I use
it whenever possible in all my projects and I prefer it to all others.</value>
</translation>
<translation key="docker-1">
<value>Docker is an essential tool for many companies. I use it regulary to learn how to use it in most cases as possible.</value>
<value>Docker is an essential tool for many companies. I use it regulary to learn how to use it
in most cases as possible.</value>
</translation>
<translation key="docker-2">
<value>Even if I'm not a pro, I know how it works and how to use it in the simplest
cases.</value>
</translation>
<translation key="cs-1">
<value>C# was the first real programming language I learned. It introduced me to all the doors that programming can open.</value>
<value>C# was the first real programming language I learned. It introduced me to all the doors
that programming can open.</value>
</translation>
<translation key="cs-2">
<value>I coded my first Windows applications with it, and even if I prefer JavaScript today, I still often use it in many projects.</value>
<value>I coded my first Windows applications with it, and even if I prefer JavaScript today, I
still often use it in many projects.</value>
</translation>
<translation key="linux-1">
<value>As an open source fan, Linux is my favorite operating system. It has replaced Windows since many time on my computers.</value>
<value>As an open source fan, Linux is my favorite operating system. It has replaced Windows
since many time on my computers.</value>
</translation>
<translation key="linux-2">
<value>The more I use it, the less I support Windows. No more untimely updates, unmodifiable system files, trackers and bloatware. With Linux, I can choose and customize every parts of my system to create an optimized environment.</value>
<value>The more I use it, the less I support Windows. No more untimely updates, unmodifiable
system files, trackers and bloatware. With Linux, I can choose and customize every parts of my
system to create an optimized environment.</value>
</translation>
<translation key="jest-1">
<value>Like many developers, I don't like writing tests. But when it's necessary, Jest is the perfect tool. Easy to use and very efficient, it's always my first choice.</value>
<value>Like many developers, I don't like writing tests. But when it's necessary, Jest is the
perfect tool. Easy to use and very efficient, it's always my first choice.</value>
</translation>
<translation key="github-1">
<value>Essential for almost every IT project Github it's the perfect tool for code and team management. I use it every day in all my projects and I'm always very happy with it.</value>
<value>Essential for almost every IT project Github it's the perfect tool for code and team
management. I use it every day in all my projects and I'm always very happy with it.</value>
</translation>
<translation key="github-2">
<value>It took me a while to learn how to use it perfectly, but it's one the best investment of time I've made.</value>
<value>It took me a while to learn how to use it perfectly, but it's one the best investment of
time I've made.</value>
</translation>
<translation key="tailwind-1">
<value>Tailwind is my favorite css framework. It's very easy to use and include all css functionalities.</value>
<value>Tailwind is my favorite css framework. It's very easy to use and include all css
functionalities.</value>
</translation>
<translation key="tailwind-2">
<value>It unifies the design while making development simpler and faster.</value>
Expand All @@ -93,21 +117,35 @@
<value>My Projects</value>
</translation>
<translation key="discord-badge">
<value>Discord Badge is a Discord Bot that expose an API to generate a badge indicating your Discord status (Online, Offline...). It's very easy to use, and can be used on a website or GitHub profile, for example.</value>
<value>Discord Badge is a Discord Bot that expose an API to generate a badge indicating your
Discord status (Online, Offline...). It's very easy to use, and can be used on a website or
GitHub profile, for example.</value>
</translation>
<translation key="code-lyoko-uhc">
<value>Code Lyoko UHC is a UHC Minecraft plugin based on the Code Lyoko universe. Each player is assigned a role corresponding to a character from the series, and must, alone or with allies, eliminate all other players to win the game. Each role has its own powers and characteristics, creating a wide range of possible strategies.</value>
<value>Code Lyoko UHC is a UHC Minecraft plugin based on the Code Lyoko universe. Each player is
assigned a role corresponding to a character from the series, and must, alone or with allies,
eliminate all other players to win the game. Each role has its own powers and characteristics,
creating a wide range of possible strategies.</value>
</translation>
<translation key="game-of-life">
<value>
The Game Of Life is a "cellular automaton" invented by the mathematician John Conway. The concept is very simple: a grid where each square is a cell that can be "alive" or "dead". This "zero player" game follows 2 simple rules: At each iteration, the next state of each cell is defined according to the number of living cells around it. A dead cell "born" if it is surrounded by exactly 3 "alive" cells. A cell remains "alive" if it is surrounded by exactly 2 or 3 cells. These 2 simple rules create an infinite number of possible simulations.
The Game Of Life is a "cellular automaton" invented by the mathematician John Conway. The
concept is very simple: a grid where each square is a cell that can be "alive" or "dead". This
"zero player" game follows 2 simple rules: At each iteration, the next state of each cell is
defined according to the number of living cells around it. A dead cell "born" if it is
surrounded by exactly 3 "alive" cells. A cell remains "alive" if it is surrounded by exactly 2
or 3 cells. These 2 simple rules create an infinite number of possible simulations.
</value>
</translation>
<translation key="embed-builder">
<value>Embed Builder is a Discord Bot that lets you create and send a fully customizable embed with a simple command. It's very easy to use, very complete, and offering full embed customization.</value>
<value>Embed Builder is a Discord Bot that lets you create and send a fully customizable embed
with a simple command. It's very easy to use, very complete, and offering full embed
customization.</value>
</translation>
<translation key="clyde-gateway">
<value>Clyde Gateway is a simple and lightweight library for connecting your bot to the Discord gateway. It allows your bot to listen to all events and react to them in real time. It also lets you change your bot's status (Online, Idle...) and activity (Playing at...).</value>
<value>Clyde Gateway is a simple and lightweight library for connecting your bot to the Discord
gateway. It allows your bot to listen to all events and react to them in real time. It also
lets you change your bot's status (Online, Idle...) and activity (Playing at...).</value>
</translation>
<!-- Other -->
<translation key="now">
Expand Down
Binary file modified src/embed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified src/favicon.ico
Binary file not shown.
Binary file modified src/icon.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 733349d

Please sign in to comment.