forked from adobe/adobe.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfeatured.json
More file actions
54 lines (54 loc) · 1.71 KB
/
featured.json
File metadata and controls
54 lines (54 loc) · 1.71 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
[
{
"projects": [
{
"title": "Brackets, code the web",
"logo": "img/brackets_logo.svg",
"textHeader": [
"<h3>Brackets</h3>",
"<p class='details'>Open-source code editor<br> built <em>with</em> the web <em>for</em> the web<br/>",
"<a href='http://brackets.io/' target='_blank'>Learn more...</a></p>"
]
},
{
"title": "PhoneGap, Easily create apps using the web technologies you know and love: HTML, CSS, and JavaScript",
"logo": "img/phonegap.svg",
"textHeader": [
"<h3>PhoneGap</h3>",
"<p class='details'>Free and open source framework to create apps using web technologies.<br/>",
"PhoneGap is a distribution of <a href='http://cordova.apache.org/'>Apache Cordova</a><br/>",
"<a href='https://github.com/phonegap/' target='_blank'>View on GitHub ></a></p>"
]
},
{
"title": "Snap.svg",
"logo": "img/snapsvg.svg",
"textHeader": [
"<h3>Snap.svg</h3>",
"<p class='details'>The JavaScript SVG library for the modern web.<br/>",
"<a href='http://snapsvg.io/' target='_blank'>Learn more...</a></p>"
]
}
],
"orgs": [
{
"title": "Adobe Research",
"logo": "img/adobe_research.png",
"textHeader": [
"<h3>Adobe Research</h3>",
"<p class='details'>Open-source published code from cutting-edge research at Adobe.<br/>",
"<a href='http://www.adobe.com/open-source.html' target='_blank'>Learn more...</a>"
]
},
{
"title": "Photoshop",
"logo": "img/photoshop_logo.svg",
"textHeader": [
"<h3>Photoshop</h3>",
"<p class='details'>Code produced by the Adobe Photoshop team<br/>",
"<a href='https://github.com/adobe-photoshop' target='_blank'>View on github...</a>"
]
}
]
}
]