diff --git a/src/assets/react.svg b/src/assets/react.svg deleted file mode 100644 index 6c87de9..0000000 --- a/src/assets/react.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/src/modules/DownloadCVComponent.tsx b/src/modules/DownloadCVComponent.tsx index ae6ffd2..ffa48a9 100644 --- a/src/modules/DownloadCVComponent.tsx +++ b/src/modules/DownloadCVComponent.tsx @@ -13,9 +13,10 @@ export const DownloadCVComponent: React.FC = ({variant link.click(); }; + const className = variant === "solid" ? "bg-primary" : "bg-white dark:bg-gray-200"; return ( - diff --git a/src/modules/ExperienceCard.tsx b/src/modules/ExperienceCard.tsx index dd7ab0b..1cc49b4 100644 --- a/src/modules/ExperienceCard.tsx +++ b/src/modules/ExperienceCard.tsx @@ -50,8 +50,8 @@ const ExperienceCard: React.FC = ({ icon, title, company, d -

{title}

-

{company}

+

{title}

+

{company}

{description}

@@ -136,16 +136,16 @@ export const ExperienceList: React.FC = () => { diff --git a/src/modules/FormationComponent.tsx b/src/modules/FormationComponent.tsx index 79281a8..146c208 100644 --- a/src/modules/FormationComponent.tsx +++ b/src/modules/FormationComponent.tsx @@ -10,7 +10,7 @@ export const FormationComponent: React.FC = () => {
-

Education & Experience

+

Education & Experience

diff --git a/src/modules/Home.tsx b/src/modules/Home.tsx index 9f3b7b4..8b562e7 100644 --- a/src/modules/Home.tsx +++ b/src/modules/Home.tsx @@ -103,7 +103,7 @@ export const Home = () => {

- Email: + Email: @@ -113,7 +113,7 @@ export const Home = () => {

Languages:{" "} + className="text-gray-800 dark:text-blue-400">Languages:{" "} French | English - B2 - TOEIC (815)

@@ -121,7 +121,7 @@ export const Home = () => {

Nationality:{" "} + className="text-gray-800 dark:text-blue-400">Nationality:{" "} French | Canadian

@@ -158,7 +158,7 @@ export const Home = () => { -

+

Baptiste Lacroix

diff --git a/src/modules/MenuComponent.tsx b/src/modules/MenuComponent.tsx index 3662b37..ff18fe1 100644 --- a/src/modules/MenuComponent.tsx +++ b/src/modules/MenuComponent.tsx @@ -52,7 +52,7 @@ export const MenuComponent: React.FC = ({ {menuItems.map((item, index) => ( {item.name} @@ -67,12 +67,16 @@ export const MenuComponent: React.FC = ({ {/* Social Icons and Dark Mode Toggle */} - + - + diff --git a/src/modules/PortfolioComponent.tsx b/src/modules/PortfolioComponent.tsx index 2de5f0a..cae170a 100644 --- a/src/modules/PortfolioComponent.tsx +++ b/src/modules/PortfolioComponent.tsx @@ -21,7 +21,7 @@ export const PortfolioComponent = () => { return (
-

Personal and Educational +

Personal and Educational Projects

Here, you can explore a collection of my personal and educational projects. @@ -152,6 +152,7 @@ export function PaginatedCardGrid({cards}: { cards: Project[] }) {

setCurrentPage(page)} diff --git a/src/modules/SkillsSection.tsx b/src/modules/SkillsSection.tsx index 4fc4bc5..6cf1fff 100644 --- a/src/modules/SkillsSection.tsx +++ b/src/modules/SkillsSection.tsx @@ -66,7 +66,7 @@ const SkillsSection: React.FC = () => { return (
-

Stacks and languages

+

Stacks and languages

Here are some of the technologies I have worked with. I am constantly learning new technologies and improving my skills. I am always open to new opportunities to learn and @@ -97,6 +97,7 @@ const SkillsSection: React.FC = () => { {/* Pagination Controls */}

setCurrentPage(page)} diff --git a/src/modules/TypingAnimation.tsx b/src/modules/TypingAnimation.tsx index fd1791b..8e8a882 100644 --- a/src/modules/TypingAnimation.tsx +++ b/src/modules/TypingAnimation.tsx @@ -45,7 +45,7 @@ const TypingAnimation: React.FC = () => { return ( <> - I am {displayText} + I am {displayText} );