|
5 | 5 | </div> |
6 | 6 | <h1>Hey, I'm Robin 👋</h1> |
7 | 7 | <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 |
10 | 12 | <a href="https://icohup.com/" target="_blank" class="accent">Icohup</a>, a |
11 | 13 | french startup based in Limoges and I'm also an independent with my |
12 | 14 | micro-company called <span class="accent">Codeon</span>. |
|
17 | 19 | <script> |
18 | 20 | export default { |
19 | 21 | head: { |
20 | | - title: "Robin from Codeon 👋 - Fullstack developer", |
| 22 | + title: "Robin from Codeon 👋 - Software Engineer", |
21 | 23 | meta: [ |
22 | 24 | { |
23 | 25 | hid: "description", |
24 | 26 | name: "description", |
25 | 27 | 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", |
27 | 29 | }, |
28 | 30 | { |
29 | 31 | hid: "og:description", |
30 | 32 | property: "og:description", |
31 | 33 | 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", |
33 | 35 | }, |
34 | 36 | { |
35 | 37 | hid: "og:title", |
36 | 38 | property: "og:title", |
37 | | - content: "Robin from Codeon 👋 - Fullstack developer", |
| 39 | + content: "Robin from Codeon 👋 - Software Engineer", |
38 | 40 | }, |
39 | 41 |
|
40 | 42 | { |
41 | 43 | hid: "twitter:title", |
42 | 44 | property: "twitter:title", |
43 | | - content: "Robin from Codeon 👋 - Fullstack developer", |
| 45 | + content: "Robin from Codeon 👋 - Software Engineer", |
44 | 46 | }, |
45 | 47 | ], |
46 | 48 | }, |
|
0 commit comments