-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcontacts.json
27 lines (27 loc) · 929 Bytes
/
contacts.json
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
[
{
"name": "Isak Karlsen [19_tek_a]",
"info": "GetTime's huvudprogrammerare. Konverterade den gamla sodschema koden till en Flask backend.",
"email": "[email protected]",
"links": [
["GitHub","https://github.com/TayIsAsleep"]
]
},
{
"name": "Theodor Johanson [20EL2]",
"info": "Hostar gettime.ga och skapade den nya fetch koden som gör sidan snabbare än någonsin.",
"email": "[email protected]",
"links": [
["GitHub","https://github.com/KoalaV2"],
["Hemsida","https://mystuffalways.works/"]
]
},
{
"name": "Pierre Le Fevre [16_tek_cs]",
"info": "Skapade sodschema.ga/schema.sodapps.io, vilket som är grunden till vad GetTime är nu.",
"email": "[email protected]",
"links": [
["GitHub","https://github.com/PierreLeFevre"]
]
}
]