-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprofiles.json
More file actions
62 lines (62 loc) · 1.85 KB
/
Copy pathprofiles.json
File metadata and controls
62 lines (62 loc) · 1.85 KB
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"techdeck_version": "1.0",
"description": "Master index of all TechDeck identity profiles for the Fesothe / Jonathan Curley ecosystem.",
"profiles": [
{
"id": "jonathan-curley",
"name": "Jonathan Paul Curley",
"type": "person",
"personas": ["Fesothe", "Velivian Fesothe"],
"canonical_url": "https://techdeck.tel/profiles/jonathan-curley.md",
"repo_path": "profiles/jonathan-curley.md"
},
{
"id": "fesothe",
"name": "Velivian Fesothe",
"type": "persona",
"linked_to": "jonathan-curley",
"canonical_url": "https://techdeck.tel/profiles/fesothe.md",
"repo_path": "profiles/fesothe.md"
},
{
"id": "jaxely",
"name": "Jaxely",
"type": "persona",
"linked_to": "jonathan-curley",
"canonical_url": "https://techdeck.tel/profiles/jaxely.md",
"repo_path": "profiles/jaxely.md"
},
{
"id": "founder",
"name": "Founder Identity",
"type": "role",
"linked_to": "jonathan-curley",
"canonical_url": "https://techdeck.tel/profiles/founder.md",
"repo_path": "profiles/founder.md"
},
{
"id": "educator",
"name": "Educator Identity",
"type": "role",
"linked_to": "jonathan-curley",
"canonical_url": "https://techdeck.tel/profiles/educator.md",
"repo_path": "profiles/educator.md"
},
{
"id": "political",
"name": "Political Identity",
"type": "role",
"linked_to": "jonathan-curley",
"canonical_url": "https://techdeck.tel/profiles/political.md",
"repo_path": "profiles/political.md"
},
{
"id": "researcher",
"name": "Researcher Identity",
"type": "role",
"linked_to": "jonathan-curley",
"canonical_url": "https://techdeck.tel/profiles/researcher.md",
"repo_path": "profiles/researcher.md"
}
]
}