forked from adobe/adobe.github.com
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathfeatured.json
More file actions
44 lines (44 loc) · 1.52 KB
/
featured.json
File metadata and controls
44 lines (44 loc) · 1.52 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
[
{
"projects": [
{
"title": "db-dumper-service, A Cloud Foundry service broker to dump and restore database on demand",
"logo": "img/db-dumper-service.png",
"textHeader": [
"<h3>db-dumper-service</h3>",
"<p class='details'>A Cloud Foundry service broker to dump and restore database on demand<br/>",
"<a href='https://github.com/Orange-OpenSource/db-dumper-service' target='_blank'>Learn more...</a></p>"
]
}
],
"orgs": [
{
"title": "Orange OpenSource",
"logo": "img/logo.png",
"textHeader": [
"<h3>Orange OpenSource</h3>",
"<p class='details'>Open Source by Orange.<br/>",
"<a href='http://opensource.orange.com' target='_blank'>Learn more...</a>"
]
},
{
"title": "Cloudwatt",
"logo": "img/cloudwatt.jpg",
"textHeader": [
"<h3>Cloudwatt</h3>",
"<p class='details'>An infrastructure as a service made by Orange.<br/>",
"<a href='https://www.cloudwatt.com/' target='_blank'>Learn more...</a>"
]
},
{
"title": "Orange - Cloud Foundry",
"logo": "https://pbs.twimg.com/profile_images/661209399332065280/Gk4XlsB7.png",
"textHeader": [
"<h3>Orange - Cloud Foundry</h3>",
"<p class='details'>Orange contributions to the Cloud Foundry community.<br/>",
"<a href='https://github.com/orange-cloudfoundry/' target='_blank'>Learn more...</a>"
]
}
]
}
]