-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdata.json
More file actions
92 lines (91 loc) · 2.15 KB
/
data.json
File metadata and controls
92 lines (91 loc) · 2.15 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"clients": [
{
"name": "Amman Mineral Internasional",
"imageUrl": "/images/clients/amman.svg"
},
{
"name": "Bank Tabungan Negara",
"imageUrl": "/images/clients/bank-tabungan-negara.svg"
},
{
"name": "Eka Mas Republik (MyRepublic)",
"imageUrl": "/images/clients/my-republic.svg"
},
{
"name": "Sinar Mas Digital Day",
"imageUrl": "/images/clients/smdd.svg"
},
{
"name": "SMDV",
"imageUrl": "/images/clients/smdv.svg"
},
{
"name": "Smartfren",
"imageUrl": "/images/clients/smartfren.svg"
},
{
"name": "IDN Media",
"imageUrl": "/images/clients/idn-media.svg"
},
{
"name": "Ismaya Group",
"imageUrl": "/images/clients/ismaya.svg"
},
{
"name": "Aruna",
"imageUrl": "/images/clients/aruna.svg"
},
{
"name": "Cashbac",
"imageUrl": "/images/clients/cashbac.svg"
},
{
"name": "Ausvet",
"imageUrl": "/images/clients/ausvet.svg"
},
{
"name": "CoHive",
"imageUrl": "/images/clients/cohive.svg"
},
{
"name": "Trimegah Sekuritas",
"imageUrl": "/images/clients/trimegah.svg"
},
{
"name": "Bali United",
"imageUrl": "/images/clients/bali-united.svg"
},
{
"name": "1Engage",
"imageUrl": "/images/clients/1engage.svg"
}
],
"description": "Your partner in building reliable, modern software.",
"github": "https://github.com/hyperjumptech",
"socials": [
{
"platform": "LinkedIn",
"url": "https://www.linkedin.com/company/hyperjump",
"icon": "/images/footer/linkedin.svg"
},
{
"platform": "GitHub",
"url": "https://github.com/hyperjumptech",
"icon": "/images/footer/github.svg"
},
{
"platform": "Medium",
"url": "https://medium.com/hyperjump-tech",
"icon": "/images/footer/medium.svg"
},
{
"platform": "Substack",
"url": "https://hyperjump.substack.com",
"icon": "/images/footer/substack.svg"
}
],
"title": "Hyperjump Technology",
"url": "https://hyperjump.tech",
"email": "solution@hyperjump.tech"
}