services
|
Before Width: | Height: | Size: 1.1 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
public/images/flutter_service.png
Normal file
|
After Width: | Height: | Size: 29 KiB |
BIN
public/images/header_logo.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
BIN
public/images/header_logo_low_res.png
Normal file
|
After Width: | Height: | Size: 2.6 KiB |
BIN
public/images/header_logo_lowres.png
Normal file
|
After Width: | Height: | Size: 4.7 KiB |
BIN
public/images/logo-light.png
Normal file
|
After Width: | Height: | Size: 2.0 KiB |
BIN
public/images/react_service.png
Normal file
|
After Width: | Height: | Size: 53 KiB |
BIN
public/images/tooling_dev_service.png
Normal file
|
After Width: | Height: | Size: 196 KiB |
BIN
public/images/unity_game_dev_service.jpeg
Normal file
|
After Width: | Height: | Size: 3.5 KiB |
BIN
public/images/unity_game_dev_service.png
Normal file
|
After Width: | Height: | Size: 695 KiB |
|
|
@ -6,7 +6,7 @@
|
|||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<meta name="theme-color" content="#000000" />
|
||||
<meta name="description" content="Laralink React.js App" />
|
||||
<title>Jenna- ReactJs Portfolio Template</title>
|
||||
<title>Sewmina Dilshan</title>
|
||||
</head>
|
||||
<body>
|
||||
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
/>
|
||||
</Link>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -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 <span>services</span> I am providing"
|
||||
"title": "Development <span>services</span> 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
|
||||
}
|
||||
]
|
||||
|
|
|
|||