-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.json
More file actions
30 lines (30 loc) · 782 Bytes
/
Copy pathservices.json
File metadata and controls
30 lines (30 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
[
{
"category": "Identity",
"services": [
{
"name": "Personal Website",
"url": "https://personal-website-xi-three-s7t2i1disl.vercel.app",
"description": "Modern personal platform and CMS.",
"icon": "🌐"
}
]
},
{
"category": "Public Tools",
"services": [
{
"name": "QRender",
"url": "https://qrender-orpin.vercel.app",
"description": "Generator for artistic micro-dot style QR codes with background image blending.",
"icon": "🖼️"
},
{
"name": "Markdown-to-PDF",
"url": "https://markdown-to-pdf-beta.vercel.app",
"description": "Transforms Markdown into polished, high-end PDF documents.",
"icon": "📄"
}
]
}
]