Skip to content

Commit 1058ba7

Browse files
committed
Up to date information
1 parent 7f0471a commit 1058ba7

File tree

5 files changed

+6
-15
lines changed

5 files changed

+6
-15
lines changed

pages/about.tsx

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,19 +86,10 @@ const About = ({ experiences }: AboutProps): JSX.Element => {
8686
</Head>
8787
<Container alignContent="center" alignItems="center">
8888
<Title fontSize={['3rem', '4rem']} as="h2">
89-
Student &rarr; CTO
89+
CTO & passionate
9090
</Title>
9191
<Container maxWidth={['100%', '700px']} marginY="2rem">
92-
<Text>
93-
I&apos;m a 21-year-old student at{' '}
94-
<a href="https://www.epitech.eu/en/">Epitech</a> in Paris currently
95-
studying computer-science. I started working as a freelance
96-
developer when I was 18.
97-
</Text>
98-
<Text>
99-
Since 2020, I&apos;m living in Seoul and studying computer-science
100-
at <a href="https://www.cau.ac.kr/">Chung-Ang</a> University.
101-
</Text>
92+
<Text>I&apos;m a Full-Stack/DevOps developer living in Paris.</Text>
10293
<Text>
10394
During my free time I like going gym, doing Bench Press, make design
10495
and make video edits on After Effects. You can check some cool drone

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const Home = (): JSX.Element => (
4040
<Text textAlign="center">
4141
I&apos;m a Full Stack developer with experience in DevOps, Backend,
4242
Frontend and mobile development. Currently CTO of&nbsp;
43-
<a href="https://shareview.fr">Shareview</a> and living in Seoul.
43+
<a href="https://shareview.fr">Shareview</a> and living in Paris.
4444
</Text>
4545
</Container>
4646
<Link href="/about">

posts/experiences/bilberry.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
title: Bilberry
33
post: DevOps + FullStack Developer
44
date: 2018 - 2020
5-
caption: My first developer experience as an intern and then Freelance. Full-Stack and DevOps.
5+
caption: My first developer experience. Full-Stack and DevOps.
66
---

posts/experiences/epitech.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Epitech
33
post: Technical assistant
4-
date: 2019
4+
date: 2018
55
caption: Organize coding sessions, teaching C and C++ to students.
66
---

posts/notion.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const EXPERIENCES = {
3030
uri: 'shblog/Tresorio-12516126ddb84eb6abc72656731e1f26',
3131
},
3232
epitech: {
33-
date: '2018 - 2019',
33+
date: '2018',
3434
uri: 'shblog/Epitech-Teaching-assistant-b8ee49774bd5423ba00a6921c026c1c6',
3535
},
3636
bilberry: {

0 commit comments

Comments
 (0)