This commit is contained in:
Sewmina 2025-03-12 15:58:37 +05:30
parent ae24a4a7a8
commit d702bd34a1
13 changed files with 26 additions and 26 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 196 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.5 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 KiB

View File

@ -6,7 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1" /> <meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" /> <meta name="theme-color" content="#000000" />
<meta name="description" content="Laralink React.js App" /> <meta name="description" content="Laralink React.js App" />
<title>Jenna- ReactJs Portfolio Template</title> <title>Sewmina Dilshan</title>
</head> </head>
<body> <body>
<noscript>You need to enable JavaScript to run this app.</noscript> <noscript>You need to enable JavaScript to run this app.</noscript>

View File

@ -32,7 +32,7 @@ export default function Header() {
className="logo-light" className="logo-light"
title title
alt="Logo" alt="Logo"
src="/images/logo-light.svg" src="/images/header_logo_low_res.png"
/> />
</Link> </Link>
</div> </div>

View File

@ -76,7 +76,7 @@
"projects": { "projects": {
"sectionHeading": { "sectionHeading": {
"miniTitle": "My Work", "miniTitle": "My Work",
"title": "RECENT PROJECT" "title": "RECENT PROJECTS"
}, },
"allProjects": [ "allProjects": [
{ {
@ -105,7 +105,7 @@
"langages": "C#, JS", "langages": "C#, JS",
"platform": "Unity + NodeJS", "platform": "Unity + NodeJS",
"url": "https://github.com/Sewmina7/CupidServer", "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": { "service": {
"sectionHeading": { "sectionHeading": {
"miniTitle": "SERVICES", "miniTitle": "SERVICES",
"title": "Design <span>services</span> I am providing" "title": "Development <span>services</span> I am providing"
}, },
"allService": [ "allService": [
{ {
"imgUrl": "/images/service-01.jpg", "imgUrl": "/images/unity_game_dev_service.jpeg",
"title": "Website Design", "title": "Game Development",
"subTitle": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.", "subTitle": "Develop all range of games with Unity. Single Player / Multiplayer (Photon or Mirror)",
"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.",
"icon": "bi:code-square", "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 "ratings": 5
}, },
{ {
"imgUrl": "/images/service-04.jpg", "imgUrl": "/images/flutter_service.png",
"title": "Graphic Design", "title": "Flutter App Development",
"subTitle": "Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore.", "subTitle": "Develop cross-platform apps with class leading framework 'Flutter'",
"icon": "bi:palette", "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 "ratings": 5
} }
] ]