-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathbookend.json
99 lines (95 loc) · 2.86 KB
/
bookend.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
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
93
94
95
96
97
98
99
{
"bookendVersion": "v1.0",
"shareProviders": [
"facebook",
"twitter",
"email"
],
"components": [
{
"type": "heading",
"text": "Tech Stack"
},
{
"type": "small",
"title": "App Engine",
"url": "https://cloud.google.com/appengine/",
"image": "https://cdn-images-1.medium.com/max/1200/1*VHYGqjhONSJ20pRlIUbg7w.png"
},
{
"type": "small",
"image": "https://miro.medium.com/max/480/1*lcRm2muyWDct3FW2drmptA.png",
"title": "Cloud Storage",
"url": "https://cloud.google.com/"
},
{
"type": "small",
"title": "Cloud SQL",
"url": "https://cloud.google.com/",
"image": "https://s3-us-west-1.amazonaws.com/striim-prod-media/wp-content/uploads/2019/04/08175616/Striim_Google_SQL_big.png"
},
{
"type": "small",
"title": "Bigquery",
"url": "https://cloud.google.com/appengine/",
"image": "https://www.adviso.ca/app/uploads/2015/04/bigquery-logo1.png"
},
{
"type": "small",
"title": "Google Maps",
"url": "https://maps.google.com/",
"image": "http://pluspng.com/img-png/google-maps-png-google-maps-icon-1600.png"
},
{
"type": "small",
"title": "AutoML",
"url": "https://cloud.google.com/appengine/",
"image": "https://upload.wikimedia.org/wikipedia/commons/6/60/Cloud-AutoML-Logo.svg"
},
{
"type": "small",
"title": "Cloud Functions",
"url": "https://cloud.google.com/appengine/",
"image": "https://s3-us-west-2.amazonaws.com/assets.blog.serverless.com/google-cloud-functions.png"
},
{
"type": "small",
"title": "Node js",
"url": "https://nodejs.org/en/",
"image": "https://d2eip9sf3oo6c2.cloudfront.net/tags/images/000/000/256/full/nodejslogo.png"
},
{
"type": "small",
"title": "Flutter",
"url": "https://flutter.dev/",
"image": "https://cdn-images-1.medium.com/max/1200/1*5-aoK8IBmXve5whBQM90GA.png"
},
{
"type": "small",
"title": "Angular js",
"url": "https://angular.io/",
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/c/cf/Angular_full_color_logo.svg/1200px-Angular_full_color_logo.svg.png"
},
{
"type": "small",
"title": "Google Translate",
"url": "https://translate.google.com/",
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/d/d7/Google_Translate_logo.svg/1200px-Google_Translate_logo.svg.png"
},
{
"type": "small",
"title": "Google Vision API",
"url": "https://cloud.google.com/",
"image": "https://upload.wikimedia.org/wikipedia/commons/thumb/7/79/Cloud-vision-api-Logo.svg/512px-Cloud-vision-api-Logo.svg.png"
},
{
"type": "cta-link",
"links": [
{
"text": "Learn more",
"url": "https://google.com"
}
]
}
]
}