Skip to content

Commit f43484b

Browse files
committed
Feat: Updated portfolio with new information
1 parent c919bf0 commit f43484b

File tree

6 files changed

+39
-24
lines changed

6 files changed

+39
-24
lines changed

data/education.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@ const educations = [
44
fields: ["Computer Science", "Maths", "Management", "Network"],
55
country: "France",
66
from: "September 2017",
7-
to: "July 2022",
7+
to: "September 2022",
88
diplomas: [
9-
// {
10-
// date: "September 2022",
11-
// name: "Engineering Degree",
12-
// info: "with high honors",
13-
// },
9+
{
10+
date: "September 2022",
11+
name: "Engineering Degree",
12+
info: "with high honors",
13+
},
1414
{
1515
date: "June 2021",
1616
name: "TOEIC",

data/experience.js

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,16 @@
11
const experience = [
2+
{
3+
title: "Fullstack web developer",
4+
company: "Icohup",
5+
technologies: ["PHP", "Symfony", "Javascript", "VueJS"],
6+
from: "September 2022",
7+
to: "Today",
8+
actions: [
9+
"Creation of an optimized data filtering algorithm",
10+
"Creation and proposal of new interface design",
11+
"Bug fixes and implementation of new features to the existing web platform",
12+
],
13+
},
214
{
315
title: "Auto entrepreneur - Freelance",
416
company: "Codeon",
@@ -12,9 +24,9 @@ const experience = [
1224
{
1325
title: "Apprenticeship as a fullstack web developer",
1426
company: "Icohup",
15-
technologies: ["PHP", "Symfony", "Javascript", "VueJS", "Adobe XD"],
27+
technologies: ["PHP", "Symfony", "Typescript", "VueJS", "Adobe XD"],
1628
from: "September 2019",
17-
to: "Today",
29+
to: "September 2022",
1830
actions: [
1931
"Creation of GraphQL APIs using multiple languages (PHP, Javascript)",
2032
"Research and comparison of several database management systems",

nuxt.config.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export default {
66

77
// Global page headers: https://go.nuxtjs.dev/config-head
88
head: {
9-
title: "Robin from Codeon 👋 - Fullstack developer",
9+
title: "Robin from Codeon 👋 - Software Engineer",
1010
htmlAttrs: {
1111
lang: "en",
1212
},
@@ -58,24 +58,24 @@ export default {
5858
hid: "description",
5959
name: "description",
6060
content:
61-
"I'm a french fullstack developer and engineer student. Well, I'm also a UI designer in my spare time",
61+
"I'm a french software engineer specialized in fullstack web developer. Well, I'm also a UI designer in my spare time",
6262
},
6363
{
6464
hid: "og:description",
6565
property: "og:description",
6666
content:
67-
"I'm a french fullstack developer and engineer student. Well, I'm also a UI designer in my spare time",
67+
"I'm a french software engineer specialized in fullstack web developer. Well, I'm also a UI designer in my spare time",
6868
},
6969
{
7070
hid: "og:title",
7171
property: "og:title",
72-
content: "Robin from Codeon 👋 - Fullstack developer",
72+
content: "Robin from Codeon 👋 - Software Engineer",
7373
},
7474

7575
{
7676
hid: "twitter:title",
7777
property: "twitter:title",
78-
content: "Robin from Codeon 👋 - Fullstack developer",
78+
content: "Robin from Codeon 👋 - Software Engineer",
7979
},
8080
],
8181
link: [{ rel: "icon", type: "image/x-icon", href: "/favicon.ico" }],

pages/about.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
As you may have seen, I'm Robin (aka MrAnyx) and I'm a
66
<b class="accent-text">tech and open-source enthusiast</b>. Since 2019,
77
I'm specialized in <b class="accent-text">fullstack web development</b>. I
8-
am currently a work-study french engineering student in a company called
8+
am currently a french <b class="accent-text">software engineer</b> in a
9+
company called
910
<b class="accent-text">Icohup</b>
1011
which creates connected radioactivity sensors. Besides that, I created my
1112
micro business called <b class="accent-text">Codeon</b> in which I create

pages/index.vue

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@
55
</div>
66
<h1>Hey, I'm Robin 👋</h1>
77
<p class="first">
8-
<b>I'm a french fullstack developer and engineer student</b>. Well, I'm
9-
also a UI designer in my spare time. I'm currently working at
8+
<b class="accent-text"
9+
>I'm a french software engineer specialized in fullstack web
10+
developer</b
11+
>. Well, I'm also a UI designer in my spare time. I'm currently working at
1012
<a href="https://icohup.com/" target="_blank" class="accent">Icohup</a>, a
1113
french startup based in Limoges and I'm also an independent with my
1214
micro-company called <span class="accent">Codeon</span>.
@@ -17,30 +19,30 @@
1719
<script>
1820
export default {
1921
head: {
20-
title: "Robin from Codeon 👋 - Fullstack developer",
22+
title: "Robin from Codeon 👋 - Software Engineer",
2123
meta: [
2224
{
2325
hid: "description",
2426
name: "description",
2527
content:
26-
"I'm a french fullstack developer and engineer student. Well, I'm also a UI designer in my spare time",
28+
"I'm a french software engineer specialized in fullstack web developer. Well, I'm also a UI designer in my spare time",
2729
},
2830
{
2931
hid: "og:description",
3032
property: "og:description",
3133
content:
32-
"I'm a french fullstack developer and engineer student. Well, I'm also a UI designer in my spare time",
34+
"I'm a french software engineer specialized in fullstack web developer. Well, I'm also a UI designer in my spare time",
3335
},
3436
{
3537
hid: "og:title",
3638
property: "og:title",
37-
content: "Robin from Codeon 👋 - Fullstack developer",
39+
content: "Robin from Codeon 👋 - Software Engineer",
3840
},
3941
4042
{
4143
hid: "twitter:title",
4244
property: "twitter:title",
43-
content: "Robin from Codeon 👋 - Fullstack developer",
45+
content: "Robin from Codeon 👋 - Software Engineer",
4446
},
4547
],
4648
},

pages/tools.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<h1 class="page-title">Tools</h1>
44
<p class="secondary page-description">
55
Here is a quick list of tools and softwares use for my day-to-day work as
6-
a web developer and an engineer student.
6+
a software engineer.
77
</p>
88

99
<div v-for="(tool, index) in tools" :key="tool.header">
@@ -41,13 +41,13 @@ export default {
4141
hid: "description",
4242
name: "description",
4343
content:
44-
"Discover the tools and software that I use on a daily basis as a web developer and an engineering student",
44+
"Discover the tools and software that I use on a daily basis as a software engineer",
4545
},
4646
{
4747
hid: "og:description",
4848
property: "og:description",
4949
content:
50-
"Discover the tools and software that I use on a daily basis as a web developer and an engineering student",
50+
"Discover the tools and software that I use on a daily basis as a software engineer",
5151
},
5252
{
5353
hid: "og:title",

0 commit comments

Comments
 (0)