Skip to content

Commit

Permalink
update: job title
Browse files Browse the repository at this point in the history
  • Loading branch information
noook committed Feb 23, 2022
1 parent c89000e commit 91a912c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion app/nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import getAge from './hooks/age';

const description = `Hello !
My name is Neil Richter and I'm a ${getAge()} years old Full-stack Developer based in Paris. I describe myself as a curious person who loves coding, and the web platform. Currently, I am working at a company called Golem.ai as Front-End Lead Developer.
My name is Neil Richter and I'm a ${getAge()} years old Full-stack Developer based in Paris. I describe myself as a curious person who loves coding, and the web platform. Currently, I am working at a company called Beamy as Fullstack Typescript Developer.
`;

const config: Configuration = {
Expand Down
6 changes: 3 additions & 3 deletions app/pages/about.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</li>
<li class="my-1">
<label class="mr-1">Company:</label>
<span><a class="text-accent hover:underline" href="https://golem.ai">Golem.ai</a></span>
<span><a class="text-accent hover:underline" href="https://beamy.io">Beamy</a></span>
</li>
</ul>
<Socials
Expand All @@ -47,8 +47,8 @@
My name is <span class="text-accent">Neil Richter</span> and I'm a {{ age }} years old
<span class="text-accent">Full-stack Developer</span> based in Paris. I describe myself as
a curious person who loves coding, and the web platform. Currently, I am working at a
company called <a class="text-accent underline" href="https://golem.ai">Golem.ai</a> as
<span class="text-accent">Front-End Lead Developer</span>.
company called <a class="text-accent underline" href="https://beamy.io">Beamy</a> as
<span class="text-accent">Fullstack Typescript Developer (Nuxt.js + Nest.js)</span>.
</p>
<p class="mb-4">
In my spare time I do a lot of sports, and I also like to work on side projects.
Expand Down
4 changes: 2 additions & 2 deletions app/pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Hi! I'm <span class="text-accent">Neil&nbsp;Richter</span>
</h1>
<h2 class="text-xl">
Front-End Lead Developer @<a href="https://golem.ai" class="underline">Golem.ai</a>
Fullstack Typescript Developer @<a href="https://beamy.io" class="underline">Beamy</a>
</h2>
</header>
<main class="my-5">
Expand All @@ -21,7 +21,7 @@
</picture>
<p class="w-3/4 lg:w-1/2 text-lg lg:text-center my-5 mx-10">
I'm a {{ age }} years old Front-End engineer based in Paris, working at
<a class="font-bold hover:underline" href="https://golem.ai">Golem.ai</a>.
<a class="font-bold hover:underline" href="https://beamy.io">Beamy</a>.
I love working on side projects to improve my skills.
I love swimming, motorcycling, music and spicy food.
</p>
Expand Down

0 comments on commit 91a912c

Please sign in to comment.