From 87351361f00504c71aa467e1247a0d6720e404d6 Mon Sep 17 00:00:00 2001 From: Minteck Date: Fri, 22 Jul 2022 12:04:14 +0200 Subject: New pages and stuff, with @CloudburstSys --- data/projects.json | 51 +++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 51 insertions(+) create mode 100644 data/projects.json (limited to 'data') diff --git a/data/projects.json b/data/projects.json new file mode 100644 index 0000000..c2b895d --- /dev/null +++ b/data/projects.json @@ -0,0 +1,51 @@ +[ + { + "id": "00001", + "name": "Test C# project", + "language": "csharp", + "description": "This is a description!", + "url": "https://example.com/" + }, + { + "id": "00002", + "name": "Test HTML project", + "language": "html", + "description": "This is a description!", + "url": "https://example.com/" + }, + { + "id": "00003", + "name": "Test JavaScript project", + "language": "javascript", + "description": "This is a description!", + "url": "https://example.com/" + }, + { + "id": "00004", + "name": "Test Kotlin project", + "language": "kotlin", + "description": "This is a description!", + "url": "https://example.com/" + }, + { + "id": "00005", + "name": "Test PHP project", + "language": "php", + "description": "This is a description!", + "url": "https://example.com/" + }, + { + "id": "00006", + "name": "Test Python project", + "language": "python", + "description": "This is a description!", + "url": "https://example.com/" + }, + { + "id": "00006", + "name": "Test TypeScript project", + "language": "typescript", + "description": "This is a description!", + "url": "https://example.com/" + } +] \ No newline at end of file -- cgit