|
1 | 1 | {
|
2 | 2 | "metadata": {
|
3 | 3 | "title": "Projects",
|
4 |
| - "description": "See more on <a href='https://github.com/uintdev' class='clickable'>GitHub</a>" |
| 4 | + "description": "Creations. See more on <a href='https://github.com/uintdev' class='clickable'>GitHub</a>" |
5 | 5 | },
|
6 | 6 | "list": [
|
7 | 7 | {
|
8 | 8 | "name": "QRServ",
|
9 |
| - "type": "App", |
10 | 9 | "description": "Transfer files with ease over a network",
|
11 | 10 | "url": "https://github.com/uintdev/qrserv",
|
12 |
| - "tags": ["Flutter", "Dart"] |
| 11 | + "tags": ["App", "Flutter", "Dart"] |
13 | 12 | },
|
14 | 13 | {
|
15 | 14 | "name": "uintdev web",
|
16 |
| - "type": "Website", |
17 | 15 | "description": "Modular main website, with bundled goodness",
|
18 | 16 | "url": "https://github.com/uintdev/uintdev_web",
|
19 |
| - "tags": ["Webpack", "TypeScript", "SCSS"] |
| 17 | + "tags": ["Website", "TypeScript", "SCSS"] |
20 | 18 | },
|
21 | 19 | {
|
22 | 20 | "name": "Email Addr Extract",
|
23 |
| - "type": "CLI", |
24 | 21 | "description": "High performance email address extraction tool",
|
25 | 22 | "url": "https://github.com/uintdev/email-addr-extract",
|
26 |
| - "tags": ["Rust"] |
| 23 | + "tags": ["CLI", "Rust"] |
27 | 24 | },
|
28 | 25 | {
|
29 | 26 | "name": "Discord Cache Dump",
|
30 |
| - "type": "CLI", |
31 | 27 | "description": "Save and identify cached files from Discord's desktop clients",
|
32 | 28 | "url": "https://github.com/uintdev/Discord-Cache-Dump",
|
33 |
| - "tags": ["Go"] |
| 29 | + "tags": ["CLI", "Go"] |
34 | 30 | },
|
35 | 31 | {
|
36 | 32 | "name": "Ducky HID WSI",
|
37 |
| - "type": "Firmware", |
38 | 33 | "description": "Custom USB Rubber Ducky HID only firmware with status indication",
|
39 | 34 | "url": "https://github.com/uintdev/Ducky_HID_WSI",
|
40 |
| - "tags": ["C"] |
| 35 | + "tags": ["Firmware", "C"] |
41 | 36 | }
|
42 | 37 | ]
|
43 | 38 | }
|
0 commit comments