-
Notifications
You must be signed in to change notification settings - Fork 4
/
whatWeDoComponentData.json
47 lines (47 loc) · 1.05 KB
/
whatWeDoComponentData.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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
[
{
"TechName":"Angular",
"image":"angular.svg",
"link":"https://angular.io/"
},
{
"TechName":"Google Cloud Platform",
"image":"gcp.svg",
"link":"https://cloud.google.com/"
},
{
"TechName":"Android",
"image":"android.svg",
"link":"https://www.android.com/"
},
{
"TechName":"Actions On Google",
"image":"aog.png",
"link":"https://developers.google.com/actions/"
},
{
"TechName":"Firebase",
"image":"firebase.svg",
"link":"https://firebase.google.com/"
},
{
"TechName":"TensorFlow",
"image":"tf.svg",
"link":"https://www.tensorflow.org/"
},
{
"TechName":"Flutter",
"image":"flutter.jpg",
"link":"https://flutter.dev"
},
{
"TechName":"ARCore",
"image":"arcore.png",
"link":"https://developers.google.com/ar"
},
{
"TechName":"Dart Language",
"image":"dart.png",
"link":"https://dart.dev"
}
]