diff options
author | Minteck <contact@minteck.org> | 2022-07-22 12:04:14 +0200 |
---|---|---|
committer | Minteck <contact@minteck.org> | 2022-07-22 12:04:14 +0200 |
commit | 87351361f00504c71aa467e1247a0d6720e404d6 (patch) | |
tree | d9b852796b69c18f59408b51133b50519f9a677c /data | |
parent | 0b2213ab8dbc211a6e1982f7572646735df17689 (diff) | |
download | vaportrail-87351361f00504c71aa467e1247a0d6720e404d6.tar.gz vaportrail-87351361f00504c71aa467e1247a0d6720e404d6.tar.bz2 vaportrail-87351361f00504c71aa467e1247a0d6720e404d6.zip |
New pages and stuff, with @CloudburstSys
Diffstat (limited to 'data')
-rw-r--r-- | data/projects.json | 51 |
1 files changed, 51 insertions, 0 deletions
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 |