-
Notifications
You must be signed in to change notification settings - Fork 361
/
Copy pathfeatured.json
35 lines (35 loc) · 1.02 KB
/
featured.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
[
{
"projects": [
{
"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='https://research.adobe.com/' 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>"
]
}
]
}
]