Skip to content

Commit

Permalink
Add vertical project
Browse files Browse the repository at this point in the history
  • Loading branch information
martinezguillaume committed May 5, 2024
1 parent 9fcfa94 commit b79c2cd
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 9 deletions.
1 change: 1 addition & 0 deletions assets/images/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,5 @@ export const IMAGES = {
elium: require('./elium.webp'),
goodbet: require('./goodbet.png'),
doctolib: require('./doctolib.jpg'),
vertical: require('./vertical.png'),
}
Binary file added assets/images/vertical-1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/vertical.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
29 changes: 20 additions & 9 deletions data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ export const data: Record<'experiences' | 'projects', Array<DataItem>> = {
],
projects: [
{
id: 9,
id: 10,
avatar: IMAGES.doctolib,
startDate: '2023-10-01',
endDate: '2024-02-02',
Expand All @@ -159,7 +159,7 @@ export const data: Record<'experiences' | 'projects', Array<DataItem>> = {
],
},
{
id: 8,
id: 9,
avatar: IMAGES.elium,
startDate: '2022-03-01',
endDate: '2023-09-01',
Expand All @@ -175,7 +175,7 @@ export const data: Record<'experiences' | 'projects', Array<DataItem>> = {
],
},
{
id: 7,
id: 8,
avatar: IMAGES.faks,
startDate: '2021-07-01',
endDate: '2023-08-01',
Expand All @@ -191,7 +191,7 @@ export const data: Record<'experiences' | 'projects', Array<DataItem>> = {
],
},
{
id: 6,
id: 7,
avatar: IMAGES.milinus,
title: 'Milinus',
subtitle: 'Développeur React-Native/React',
Expand All @@ -205,7 +205,7 @@ export const data: Record<'experiences' | 'projects', Array<DataItem>> = {
skills: ['react-native', 'ts', 'graphql', 'kotlin', 'swift'],
},
{
id: 5,
id: 6,
avatar: IMAGES.goodbet,
title: 'GoodBet',
subtitle: 'Développeur React-Native',
Expand All @@ -219,7 +219,7 @@ export const data: Record<'experiences' | 'projects', Array<DataItem>> = {
skills: ['react-native', 'graphql', 'firebase'],
},
{
id: 4,
id: 5,
avatar: IMAGES.nobelGame,
title: 'Nobel Game',
subtitle: 'Développeur React-Native',
Expand All @@ -233,7 +233,7 @@ export const data: Record<'experiences' | 'projects', Array<DataItem>> = {
skills: ['react-native', 'graphql'],
},
{
id: 3,
id: 4,
avatar: IMAGES.tamers,
title: 'Tamers',
subtitle: 'Développeur React-Native',
Expand All @@ -248,7 +248,7 @@ export const data: Record<'experiences' | 'projects', Array<DataItem>> = {
skills: ['react-native', 'graphql'],
},
{
id: 2,
id: 3,
avatar: IMAGES.design4green,
title: 'Design4Green',
startDate: '2018-11-01',
Expand All @@ -259,7 +259,7 @@ export const data: Record<'experiences' | 'projects', Array<DataItem>> = {
skills: ['react', 'aws'],
},
{
id: 1,
id: 2,
avatar: IMAGES.safetyOlympicsSodexo,
title: 'Safety Olympics - Sodexo',
subtitle: 'Développeur React',
Expand All @@ -272,5 +272,16 @@ export const data: Record<'experiences' | 'projects', Array<DataItem>> = {
'Safety olympics est une application multilingue iOS et Android destinée aux employés de la société Sodexo. Ce serious game propose de tester et compléter ses connaissance en identifiant les dangers et les risques pour la sécurité des personnes sur leur lieu de travail puis en trouvant les meilleures actions correctives. Le multilingue permet de rivaliser avec les autres équipes de Sodexo à travers le monde.',
skills: ['react', 'firebase'],
},
{
id: 1,
avatar: IMAGES.vertical,
title: 'Vertical',
subtitle: 'Développeur React-Native',
pictures: [require('@/assets/images/vertical-1.jpg')],
startDate: '2017-08-01',
description:
'Vertical est une application qui tire son nom du format vidéo des smartphones. Son objectif ? Partager du contenu vidéo pour vous divertir. Elle propose en exclusivité des vidéos de vos influenceurs préférés.\nAvec plus de 100 000 téléchargements, l’application adaptée au support mobile héberge trois webséries mêlant humour et réalisation nouveaux usages.',
skills: ['react-native', 'js'],
},
],
}

0 comments on commit b79c2cd

Please sign in to comment.