mirror of
https://github.com/koodiklinikka/koodiklinikka.fi.git
synced 2026-02-16 21:53:35 +00:00
refactored sponsor data into directory data
This commit is contained in:
committed by
Aarni Koskela
parent
76424448ec
commit
125abe45d9
28
data/projects.js
Normal file
28
data/projects.js
Normal file
@@ -0,0 +1,28 @@
|
||||
const projects = [
|
||||
{
|
||||
title: "RE:DOM",
|
||||
description:
|
||||
"Tiny (2 KB) turboboosted JavaScript library for creating user interfaces. Develop web apps with 100 % JavaScript and web standards.",
|
||||
url: "https://redom.js.org",
|
||||
image: "/static/images/redom.svg",
|
||||
},
|
||||
{
|
||||
title: "Code::Stats",
|
||||
description: "Code::Stats is a free stats tracking service for programmers",
|
||||
url: "https://codestats.net/",
|
||||
image: "/static/images/codestats.png",
|
||||
},
|
||||
{
|
||||
title: "Reactabular",
|
||||
description: "A framework for building the React table you need",
|
||||
url: "https://reactabular.js.org/",
|
||||
image: "/static/images/reactabular.png",
|
||||
},
|
||||
{
|
||||
title: "Avain.app",
|
||||
description: "Secure one-time password manager (PWA + Web Crypto)",
|
||||
url: "https://avain.app",
|
||||
image: "/static/images/avain.svg",
|
||||
},
|
||||
];
|
||||
export default projects;
|
||||
Reference in New Issue
Block a user