diff --git a/README.md b/README.md index b645fc5..73f02d5 100755 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@
- + diff --git a/public/img/profile.jpg b/public/img/profile.jpg index cc0fb57..47d5f38 100644 Binary files a/public/img/profile.jpg and b/public/img/profile.jpg differ diff --git a/src/app/home.tsx b/src/app/home.tsx index b8bc4d2..d053f9a 100644 --- a/src/app/home.tsx +++ b/src/app/home.tsx @@ -9,7 +9,8 @@ import MyName from '@/components/home/1-my-name/MyName' import AboutMe from '@/components/home/2-about-me/AboutMe' import WorkExperience from '@/components/home/3-work-experience/WorkExperience' import Projects from '@/components/home/4-projects/Projects' -import GetInTouch from '@/components/home/5-get-in-touch/GetInTouch' +import Skills from '@/components/home/5-skills/Skills' +import GetInTouch from '@/components/home/6-get-in-touch/GetInTouch' import SocialMediaAround from '@/components/home/social-media-around/SocialMediaAround' import ScreenSizeDetector from '@/components/screen-size-detector/ScreenSizeDetector' @@ -28,6 +29,7 @@ const Home: FC = () => { +