Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno Ceccolini committed Jun 16, 2024
1 parent a8fb7ba commit 0d05f59
Show file tree
Hide file tree
Showing 4 changed files with 32 additions and 3 deletions.
Binary file added viteapp/src/assets/bodymax.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions viteapp/src/assets/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ import menu from './menu.svg';
import close from './close.svg';

import css from './tech/css.png';
import expo from './tech/expo.png';
import docker from './tech/docker.png';
import figma from './tech/figma.png';
import git from './tech/git.png';
Expand Down Expand Up @@ -76,5 +77,6 @@ export {
motive,
fpf,
realms,
expo,
// unitygame,
};
Binary file added viteapp/src/assets/tech/expo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
33 changes: 30 additions & 3 deletions viteapp/src/constants/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ import {
motive,
fpf,
realms,
bodymax,
// unitygame,
} from '../assets';

Expand All @@ -45,8 +46,8 @@ export const navLinks = [
{
id: 'https://drive.google.com/file/d/1I-ePZ79czWXWo7lrJpt4-V4QAyx8OEn6/view',
newTab: true,
title: 'CV'
}
title: 'CV',
},
];

const services = [
Expand Down Expand Up @@ -175,7 +176,12 @@ const experiences = [
iconBg: 'blue',
date: 'June 2023 - September 2023',
link: 'https://www.expedia.com/',
points: ['To be updated.'],
points: [
'Working with the Onboarding and Rewards team to maintain, improve and test their frontend components.',
'Using Cypress to write end-to-end tests for the frontend components.',
'Collaborating with the team to implement new UI features and fix bugs.',
'Using GraphQL to fetch data from the backend.',
],
},
];

Expand All @@ -196,6 +202,27 @@ const projects = [
// image: unitygame,
// source_code_link: 'https://github.com/',
// },
{
name: 'BodyMax AI',
description:
'AI-powered fitness app that provides personalized exercises for avid gym-goers.',
tags: [
{
name: 'expo',
color: 'green-text-gradient',
},
{
name: 'react-native',
color: 'blue-text-gradient',
},
{
name: 'gpt-4o',
color: 'green-text-gradient',
},
],
image: bodymax,
source_code_link: 'https://github.com/BrunoCecco/bodymax',
},
{
name: 'DAO Chat',
description: 'Decentralized messaging platform built for a hackathon.',
Expand Down

0 comments on commit 0d05f59

Please sign in to comment.