Skip to content

Commit 5504d78

Browse files
committed
wip
1 parent 80d5ac9 commit 5504d78

3 files changed

Lines changed: 25 additions & 8 deletions

File tree

src/Constants.js

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
FaHtml5,
77
FaVuejs,
88
FaJava,
9-
FaPython,
109
} from "react-icons/fa";
1110

1211
import {
@@ -28,8 +27,8 @@ import {
2827

2928
// Project images
3029
import TraumaSim from "./images/traumasim_logo.webp";
31-
import sago_logo from "./images/sago_logo.webp";
3230
import MappLogo from "./images/MappLogo.webp";
31+
import KemikollenLogo from "./images/kemikollen_logo.svg";
3332

3433
export const projectData = [
3534
{
@@ -63,17 +62,18 @@ export const projectData = [
6362
linkText: "Youtube Channel",
6463
},
6564
{
66-
title: "sagostund.nu",
65+
title: "Kemikollen",
6766
icons: [
68-
{ tooltip: "Python", icon: <FaPython /> },
67+
{ tooltip: "Laravel", icon: <SiLaravel /> },
6968
{ tooltip: "VueJS", icon: <FaVuejs /> },
7069
{ tooltip: "TailwindCSS", icon: <SiTailwindcss /> },
70+
{ tooltip: "OpenAI", icon: <SiOpenai /> },
7171
],
7272
description:
73-
"A website for creating magical stories and fairy tales for your children, your friends or yourself!",
74-
imgSrc: sago_logo,
75-
link: "https://sagostund.nu",
76-
linkText: "sagostund.nu",
73+
"A modern REST API delivering structured, up-to-date data on Swedish pesticides and biocides — built for developers and companies that need reliable plant protection information.",
74+
imgSrc: KemikollenLogo,
75+
link: "https://kemikollen.se",
76+
linkText: "kemikollen.se",
7777
},
7878
];
7979

src/Pages/PortfolioPage.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ import DecoderOwl from "../images/decoder_owl.png";
1818
import KawAI from "../images/KawAI.png";
1919
import MappLogo from "../images/MappLogo.webp";
2020
import PluggahpLogo from "../images/pluggahp_logo.png";
21+
import KemikollenLogo from "../images/kemikollen_logo.svg";
2122

2223
const projects = [
2324
{
@@ -29,6 +30,16 @@ const projects = [
2930
image: MappLogo,
3031
alt: "Mapp Logo",
3132
},
33+
{
34+
title: "Kemikollen",
35+
description:
36+
"Kemikollen is a modern API for Swedish pesticide and biocide data. We collect, structure, and serve up-to-date information on every approved plant protection product in Sweden — combining automated monitoring of Kemikalieinspektionen with AI-driven extraction from decision PDFs to give developers and companies a reliable, machine-readable source.",
37+
link: "https://kemikollen.se",
38+
linkText: "Visit Website",
39+
image: KemikollenLogo,
40+
alt: "Kemikollen Logo",
41+
imageClassName: "object-contain p-2.5",
42+
},
3243
{
3344
title: "Invenire",
3445
description:

src/images/kemikollen_logo.svg

Lines changed: 6 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)