diff --git a/docs/pages/CV/react-timeline.jsx b/docs/pages/CV/react-timeline.jsx index e7a3c3a..8246676 100644 --- a/docs/pages/CV/react-timeline.jsx +++ b/docs/pages/CV/react-timeline.jsx @@ -7,6 +7,7 @@ import WorkLogo from '../../public/WorkIcon.png'; // with import import EducationLogo from '../../public/EducationIcon.png'; // with import import InternshipLogo from '../../public/InternshipIcon.png'; // with import import TravelingLogo from '../../public/TravelingIcon.png'; // with import +import BlogLogo from '../../public/BlogIcon.png'; // with import import '../../styles.css'; @@ -22,12 +23,22 @@ const Timeline = () => { {/* layout = "2-columns"> */} + } + > +

Create Omicsverse and personnal website

+

Home

+
} + icon={ } >

Clinical Bioinformatics Engineer

Grenoble Alpes University Hospital (CHUGA)

@@ -41,7 +52,7 @@ const Timeline = () => { date="March 2019 - March 2022" iconStyle={{ background: 'rgb(83,104,120)', color: '#fff' }} contentStyle={{ background: 'rgb(83,104,120)', color: '#fff' }} - icon={ } + icon={ } >

Research Engineer

Institut Curie

@@ -60,12 +71,13 @@ const Timeline = () => { date="March 2019 - March 2022" iconStyle={{ background: 'rgb(128,193,157)', color: '#fff' }} contentStyle={{ background: 'rgb(128,193,157)', color: '#fff' }} - icon={ } + icon={ } >

BackPacker

Europe

- Blabla,Blili
+ Culture Discovering, Time management, Projects collaboration, Communication, + Following ML/DL online courses on my freetime

{ date="2006 - 2008" contentStyle={{ background: 'rgb(221,136,86)', color: '#fff' }} iconStyle={{ background: 'rgb(221,136,86)', color: '#fff' }} - icon={ } + icon={ } >

Web Designer

San Francisco, CA

@@ -86,7 +98,7 @@ const Timeline = () => { date="April 2013" contentStyle={{ background: 'rgb(221,136,86)', color: '#fff' }} iconStyle={{ background: 'rgb(221,136,86)', color: '#fff' }} - icon={ } + icon={ } >

Content Marketing for Web, Mobile and Social Media

Online Course

@@ -96,55 +108,55 @@ const Timeline = () => {
} > -

Agile Development Scrum Master

-

Certification

+

Dual Master's degree in omics data analysis

+

Aix-Marseille University

- Creative Direction, User Experience, Visual Design + This master's program aims to offer biology students a training project that enables them to acquire the necessary skills to pursue a career as a scientist in the field of omics data analysis, both in academia and industry.

+ The skills obtained by the graduate during this training will allow them to implement biochemical or genomic approaches to solve complex molecular problems or design innovative solutions to a range of biological issues. This training project provides students with theoretical, methodological, practical, and interpersonal skills related to the field of genomics.

} > -

Bachelor of Science in Interactive Digital Media Visual Imaging

-

Bachelor Degree

+

Master’s Degree in Biotechnology Engineering

+

Aix-Marseille University Engineering school (POLYTECH)

- POLYTECH + Advanced applications of microbiology and cell biology, such as molecular biology, cell culture, genetic engineering, and bioinformatics.

+ Production, extraction, and purification of compounds derived from processes involving microorganisms, animal or plant cells.

+ Mastery of analytical techniques and methodologies for ensuring the quality control and safety of compounds derived from bioprocesses.

} > -

Bachelor of Science in Interactive Digital Media Visual Imaging

-

Bachelor Degree

+

Preparatory class for prestigious engineering schools.

+

Carnot High School,Dijon

- PREPA + Mathematics, Programming Languages, Physics, Chemistry, Biology, Life Science, Earth Science

} > -

Bachelor of Science in Interactive Digital Media Visual Imaging

-

Bachelor Degree

-

- BACCALAUREATE -

+

Baccalaureate

+

Mâcon

) diff --git a/docs/public/BlogIcon.png b/docs/public/BlogIcon.png new file mode 100644 index 0000000..e227fde Binary files /dev/null and b/docs/public/BlogIcon.png differ diff --git a/docs/styles.css b/docs/styles.css index 95fe189..47b2e8d 100644 --- a/docs/styles.css +++ b/docs/styles.css @@ -10,7 +10,7 @@ } } */ -.flag-size { +.flag-sizeL { padding: 0em; display: flex; justify-content: center; @@ -18,12 +18,18 @@ } -.flag-sizeT { +.flag-sizeM { padding: 0.2em; display: flex; justify-content: center; align-items: center; } +.flag-sizeS { + padding: 0.3em; + display: flex; + justify-content: center; + align-items: center; +} .vertical-timeline-element-title { font-size: 18px; @@ -34,3 +40,7 @@ .vertical-timeline-element-content{ font-size: 15px; } + +.hrefverticalelement{ + color: black; +} \ No newline at end of file diff --git a/vocs.config.ts b/vocs.config.ts index 67e69ad..9779a3c 100644 --- a/vocs.config.ts +++ b/vocs.config.ts @@ -1,6 +1,9 @@ import { defineConfig } from 'vocs' export default defineConfig({ + theme: { + colorScheme: 'dark' + }, title: 'Home', topNav: [ { text: 'CV', link: '/CV' },