diff --git a/public/favicon.ico b/public/favicon.ico index c4af30d..966c8ab 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ diff --git a/public/images/flutter_service.png b/public/images/flutter_service.png new file mode 100644 index 0000000..c8f6346 Binary files /dev/null and b/public/images/flutter_service.png differ diff --git a/public/images/header_logo.png b/public/images/header_logo.png new file mode 100644 index 0000000..fae85c5 Binary files /dev/null and b/public/images/header_logo.png differ diff --git a/public/images/header_logo_low_res.png b/public/images/header_logo_low_res.png new file mode 100644 index 0000000..c511ac5 Binary files /dev/null and b/public/images/header_logo_low_res.png differ diff --git a/public/images/header_logo_lowres.png b/public/images/header_logo_lowres.png new file mode 100644 index 0000000..735d05d Binary files /dev/null and b/public/images/header_logo_lowres.png differ diff --git a/public/images/logo-light.png b/public/images/logo-light.png new file mode 100644 index 0000000..9d3fd9b Binary files /dev/null and b/public/images/logo-light.png differ diff --git a/public/images/react_service.png b/public/images/react_service.png new file mode 100644 index 0000000..c377f2f Binary files /dev/null and b/public/images/react_service.png differ diff --git a/public/images/tooling_dev_service.png b/public/images/tooling_dev_service.png new file mode 100644 index 0000000..ae296b7 Binary files /dev/null and b/public/images/tooling_dev_service.png differ diff --git a/public/images/unity_game_dev_service.jpeg b/public/images/unity_game_dev_service.jpeg new file mode 100644 index 0000000..df3c298 Binary files /dev/null and b/public/images/unity_game_dev_service.jpeg differ diff --git a/public/images/unity_game_dev_service.png b/public/images/unity_game_dev_service.png new file mode 100644 index 0000000..466621c Binary files /dev/null and b/public/images/unity_game_dev_service.png differ diff --git a/public/index.html b/public/index.html index da9d1bf..056bf4b 100644 --- a/public/index.html +++ b/public/index.html @@ -6,7 +6,7 @@ - Jenna- ReactJs Portfolio Template + Sewmina Dilshan diff --git a/src/components/Header.jsx b/src/components/Header.jsx index a8dbfb0..7a5eebb 100644 --- a/src/components/Header.jsx +++ b/src/components/Header.jsx @@ -32,7 +32,7 @@ export default function Header() { className="logo-light" title alt="Logo" - src="/images/logo-light.svg" + src="/images/header_logo_low_res.png" /> diff --git a/src/data/HomePagdData.json b/src/data/HomePagdData.json index c53dab2..aa67a0c 100644 --- a/src/data/HomePagdData.json +++ b/src/data/HomePagdData.json @@ -76,7 +76,7 @@ "projects": { "sectionHeading": { "miniTitle": "My Work", - "title": "RECENT PROJECT" + "title": "RECENT PROJECTS" }, "allProjects": [ { @@ -105,7 +105,7 @@ "langages": "C#, JS", "platform": "Unity + NodeJS", "url": "https://github.com/Sewmina7/CupidServer", - "devlog":"https://devlogofsewmina.blogspot.com/2024/02/cupid-matchmaker-for-unity-mirror.html" + "devlog":"https://devlogofsewmina.blogspot.com/2024/03/cupid-matchmaker-building-robust.html" } }, { @@ -169,35 +169,35 @@ "service": { "sectionHeading": { "miniTitle": "SERVICES", - "title": "Design services I am providing" + "title": "Development services I am providing" }, "allService": [ { - "imgUrl": "/images/service-01.jpg", - "title": "Website Design", - "subTitle": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.", - "icon": "bi:brush-fill", - "ratings": 5 - }, - { - "imgUrl": "/images/service-02.jpg", - "title": "Website Design", - "subTitle": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.", + "imgUrl": "/images/unity_game_dev_service.jpeg", + "title": "Game Development", + "subTitle": "Develop all range of games with Unity. Single Player / Multiplayer (Photon or Mirror)", "icon": "bi:code-square", - "ratings": 4.5 - }, - { - "imgUrl": "/images/service-03.jpg", - "title": "SEO Marketing", - "subTitle": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.", - "icon": "bi:speedometer2", "ratings": 5 }, { - "imgUrl": "/images/service-04.jpg", - "title": "Graphic Design", - "subTitle": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.", - "icon": "bi:palette", + "imgUrl": "/images/flutter_service.png", + "title": "Flutter App Development", + "subTitle": "Develop cross-platform apps with class leading framework 'Flutter'", + "icon": "bi:code-square", + "ratings": 5 + }, + { + "imgUrl": "/images/react_service.png", + "title": "React Development", + "subTitle": "Develop Websites and mobile apps with React / NextJS / Vue.js etc.", + "icon": "bi:code-square", + "ratings": 5 + }, + { + "imgUrl": "/images/tooling_dev_service.png", + "title": "Tooling Development", + "subTitle": "Build your own custom tools and pipelines tailored to your needs", + "icon": "bi:build-square", "ratings": 5 } ]