Skip to content

Commit

Permalink
Add Footer component and update contact form (#12)
Browse files Browse the repository at this point in the history
* Added experience, images and fixed some bugs

* Update CV and replace images

* Add Footer component and update contact form

Add link to project and repository in Experience component

* Add FaCheck icon and Form.css

* Add FaCheck icon and Form.css

* Add blank line in Form.jsx

* Remove unnecessary code and update submit button

* Removed unecessary imports

* Update package dependencies
  • Loading branch information
eperezme authored Jan 30, 2024
1 parent 21d61a6 commit 40dc0be
Show file tree
Hide file tree
Showing 16 changed files with 533 additions and 259 deletions.
738 changes: 509 additions & 229 deletions package-lock.json

Large diffs are not rendered by default.

46 changes: 23 additions & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,37 +13,37 @@
"preview": "vite preview"
},
"dependencies": {
"@emailjs/browser": "^3.11.0",
"@primer/css": "^21.1.0",
"@primer/react": "^36.3.1",
"flowbite": "^2.2.0",
"flowbite-react": "^0.7.0",
"imagetools-core": "^6.0.3",
"@emailjs/browser": "^3.12.1",
"@primer/css": "^21.1.1",
"@primer/react": "^36.7.0",
"flowbite": "^2.2.1",
"flowbite-react": "^0.7.2",
"imagetools-core": "^6.0.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.12.0",
"sharp": "^0.33.0",
"react-icons": "^5.0.1",
"sharp": "^0.33.2",
"vanilla-tilt": "^1.8.1"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@types/react": "^18.2.37",
"@types/react-dom": "^18.2.15",
"@vitejs/plugin-react": "^4.2.0",
"autoprefixer": "^10.4.16",
"eslint": "^8.53.0",
"@types/react": "^18.2.48",
"@types/react-dom": "^18.2.18",
"@vitejs/plugin-react": "^4.2.1",
"autoprefixer": "^10.4.17",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-react-refresh": "^0.4.4",
"gh-pages": "^6.1.0",
"imagetools-core": "^6.0.3",
"postcss": "^8.4.32",
"sass": "^1.69.5",
"tailwindcss": "^3.3.6",
"vite": "^5.0.6",
"vite-imagetools": "^6.2.7",
"vite-plugin-compression2": "^0.11.0",
"eslint-plugin-react-refresh": "^0.4.5",
"gh-pages": "^6.1.1",
"imagetools-core": "^6.0.4",
"postcss": "^8.4.33",
"sass": "^1.70.0",
"tailwindcss": "^3.4.1",
"vite": "^5.0.12",
"vite-imagetools": "^6.2.9",
"vite-plugin-compression2": "^0.12.0",
"vite-plugin-svgr": "^4.2.0",
"wrangler": "^3.22.0"
"wrangler": "^3.25.0"
}
}
Binary file removed src/assets/CV.pdf
Binary file not shown.
Binary file removed src/assets/_MG_0061.jpg
Binary file not shown.
Binary file removed src/assets/_MG_0096.jpg
Binary file not shown.
Binary file removed src/assets/_MG_0104-3.jpg
Binary file not shown.
Binary file removed src/assets/_MG_0195.jpg
Binary file not shown.
Binary file removed src/assets/_MG_0614.jpg
Binary file not shown.
Binary file removed src/assets/_MG_1560-out.jpg
Binary file not shown.
Binary file removed src/assets/code/orbits.png
Binary file not shown.
Binary file removed src/assets/princip.png
Binary file not shown.
Binary file removed src/assets/principal-transformed.png
Binary file not shown.
Binary file removed src/assets/project.jpg
Binary file not shown.
1 change: 0 additions & 1 deletion src/assets/react.svg

This file was deleted.

3 changes: 0 additions & 3 deletions src/sources/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ import IMG1_fall from '../../assets/principal.png'



// OTHERS
import CV from '../../assets/CV.pdf'



const Header = () => {
Expand Down
4 changes: 1 addition & 3 deletions src/sources/skills/Skills.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@ import SkillCard2 from './SkillCard2';
// CSS
import './Skills.css'

// SVG
import Surv from '../../assets/graphs/lambda.svg?react'

// Images



function Skills() {
Expand Down

0 comments on commit 40dc0be

Please sign in to comment.