This repository was archived by the owner on Jul 27, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
193 lines (164 loc) · 10.6 KB
/
index.html
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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html>
<head>
<title>The Adobe Creative SDK on GitHub</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.3/css/font-awesome.min.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<div class="intro">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h1><img src="img/CSDK-logo.png" class="img-responsive center-block"></h1>
<p>Welcome to <a href="https://github.com/CreativeSDK/">the Creative SDK's GitHub organization</a>.</p>
</div> <!-- Close column -->
<div class="col-sm-12">
<hr>
<ul class="list-inline">
<li><a href="#androidguidesandrepos" class="btn btn-default"><i class="fa fa-android"></i> Android</a></li>
<li><a href="#iosguidesandrepos" class="btn btn-default"><i class="fa fa-apple"></i> iOS</a></li>
<li><a href="#webguidesandrepos" class="btn btn-default"><i class="fa fa-desktop"></i> Web</a></li>
<li><a href="#plugins" class="btn btn-default"><i class="fa fa-plug"></i> Plugins</a></li>
</ul>
</div>
</div> <!-- Close .row -->
</div> <!-- Close .container -->
</div> <!-- Close .intro -->
<div class="content-section-intro">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2>Sample app repos and developer guides</h2>
</div> <!-- Close column -->
</div>
</div>
</div>
<div class="content-a">
<div class="container">
<div class="row">
<div class="col-md-6">
<h3 id="androidguidesandrepos"><i class="fa fa-android"></i> Android</h3>
<ul>
<li>Getting Started: <a href="https://creativesdk.adobe.com/docs/android/#/articles/gettingstarted/index.html">guide</a>, <a href="https://github.com/CreativeSDK/android-getting-started-samples/tree/master/getting-started">repo</a></li>
<li>Asset Browser UI: <a href="https://creativesdk.adobe.com/docs/android/#/articles/assetbrowser/index.html">guide</a>, <a href="https://github.com/CreativeSDK/android-getting-started-samples/tree/master/asset-browser-ui">repo</a></li>
<li>Image Editor UI: <a href="https://creativesdk.adobe.com/docs/android/#/articles/imageediting/index.html">guide</a>, <a href="https://github.com/CreativeSDK/android-getting-started-samples/tree/master/image-editor-ui">repo</a></li>
<li>Send To Desktop API: <a href="https://creativesdk.adobe.com/docs/android/#/articles/sendtodesktop/index.html">guide</a>, <a href="https://github.com/CreativeSDK/android-getting-started-samples/tree/master/send-to-desktop-api/code">repo</a></li>
<li>Typekit UI: <a href="https://creativesdk.adobe.com/docs/android/#/articles/typekitui/index.html">guide</a>, <a href="https://github.com/CreativeSDK/android-getting-started-samples/tree/master/typekit-ui/code">repo</a></li>
<li>User Auth UI: <a href="https://creativesdk.adobe.com/docs/android/#/articles/userauth/index.html">guide</a>, <a href="https://github.com/CreativeSDK/android-getting-started-samples/tree/master/user-auth-ui">repo</a></li>
</ul>
</div> <!-- Close column -->
<div class="col-md-6">
<img src="img/send-to-desktop-flow.png" class="img-responsive center-block">
<p class="caption">Send To Desktop API (Android, iOS)</p>
</div>
</div> <!-- Close .row -->
</div> <!-- Close .container -->
</div> <!-- Close .content-a -->
<div class="content-b">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="img/asset-browser-ui.png" class="img-responsive center-block">
<p class="caption">Asset Browser UI (Android, iOS)</p>
</div>
<div class="col-md-6">
<h3 id="iosguidesandrepos"><i class="fa fa-apple"></i> iOS</h3>
<ul>
<li>Getting Started: <a href="https://creativesdk.adobe.com/docs/ios/#/articles/gettingstarted/index.html">guide</a>, <a href="https://github.com/CreativeSDK/ios-getting-started-samples/tree/master/Getting%20Started">repo</a></li>
<li>Asset Browser UI: <a href="https://creativesdk.adobe.com/docs/ios/#/articles/assetbrowser/index.html">guide</a>, <a href="https://github.com/CreativeSDK/ios-getting-started-samples/tree/master/Asset%20Browser%20UI%20Component">repo</a></li>
<li>Color Tool UI: <a href="https://creativesdk.adobe.com/docs/ios/#/articles/color/index.html">guide</a>, <a href="https://github.com/CreativeSDK/ios-getting-started-samples/tree/master/Color%20Tool%20UI%20Component">repo</a></li>
<li>Creative Cloud Files API: <a href="https://creativesdk.adobe.com/docs/ios/#/articles/files/index.html">guide</a>, <a href="https://github.com/CreativeSDK/ios-getting-started-samples/tree/master/Creative%20Cloud%20Files%20API">repo</a></li>
<li>Creative Cloud Libraries API: <a href="https://creativesdk.adobe.com/docs/ios/#/articles/libraries/index.html">guide</a>, <a href="https://github.com/CreativeSDK/ios-getting-started-samples/tree/master/Creative%20Cloud%20Libraries%20Overview">repo</a></li>
<li>Image Editor UI: <a href="https://creativesdk.adobe.com/docs/ios/#/articles/imageeditor/index.html">guide</a></li>
<li>Lightroom Photos API: <a href="https://creativesdk.adobe.com/docs/ios/#/articles/photos/index.html">guide</a>, <a href="https://github.com/CreativeSDK/ios-getting-started-samples/tree/master/Lightroom%20Photos%20API">repo</a></li>
<li>Send To Desktop API: <a href="https://creativesdk.adobe.com/docs/ios/#/articles/sendtodesktop/index.html">guide</a></li>
<li>Typekit UI: <a href="https://creativesdk.adobe.com/docs/ios/#/articles/typekitui/index.html">guide</a>, <a href="https://github.com/CreativeSDK/ios-getting-started-samples/tree/master/Typekit%20UI%20Component">repo</a></li>
<li>Adobe Labs: <a href="https://creativesdk.adobe.com/docs/ios/#/articles/labs/index.html">guide</a>, <a href="https://github.com/CreativeSDK/ios-getting-started-samples/tree/master/Getting%20Started%20with%20Labs">repo</a></li>
</ul>
</div> <!-- Close column -->
</div> <!-- Close .row -->
</div> <!-- Close .container -->
</div> <!-- Close .content-a -->
<div class="content-a">
<div class="container">
<div class="row">
<div class="col-md-6">
<h3 id="webguidesandrepos"><i class="fa fa-desktop"></i> Web</h3>
<ul>
<li>Getting Started: <a href="https://creativesdk.adobe.com/docs/web/#/articles/gettingstarted/index.html">guide</a>, <a href="https://github.com/CreativeSDK/web-getting-started-samples/tree/master/getting-started/code">repo</a></li>
<li>User Auth UI: <a href="https://creativesdk.adobe.com/docs/web/#/articles/userauthui/index.html">guide</a>, <a href="https://github.com/CreativeSDK/web-getting-started-samples/tree/master/user-auth-ui/code">repo</a></li>
<li>Creative Cloud Files API: <a href="https://creativesdk.adobe.com/docs/web/#/articles/ccfiles/index.html">guide</a>, <a href="https://github.com/CreativeSDK/web-getting-started-samples/tree/master/creative-cloud-files-api/code">repo</a></li>
<li>Asset Browser UI: <a href="https://creativesdk.adobe.com/docs/web/#/articles/assetbrowser/index.html">guide</a>, <a href="https://github.com/CreativeSDK/web-getting-started-samples/tree/master/asset-browser-ui/">repo</a></li>
<li>Image Editor UI: <a href="https://creativesdk.adobe.com/docs/web/#/articles/imageeditorui/index.html">guide</a>, <a href="https://github.com/CreativeSDK/web-getting-started-samples/tree/master/image-editor-ui/image-editor-ui-jquery">jQuery repo</a>, <a href="https://github.com/CreativeSDK/web-getting-started-samples/tree/master/image-editor-ui/image-editor-ui-angular-express">Angular 1 + Express repo</a></li>
<li>Image Editor Hi-Res API: <a href="https://creativesdk.adobe.com/docs/web/#/articles/highresolution/index.html">guide</a>, <a href="https://github.com/CreativeSDK/web-getting-started-samples/tree/master/image-editor-ui/image-editor-ui-angular-express-hi-res">Angular 1 + Express repo</a></li>
</ul>
<p>Live demo:</p>
<ul>
<li><a href="https://creativesdk.github.io/web-image-editor-drag-and-drop/">Image Editor UI + HTML Drag and Drop API</a></li>
</ul>
</div> <!-- Close column -->
<div class="col-md-6">
<img src="img/image-editor-ui.png" class="img-responsive center-block">
<p class="caption">Image Editor UI (Android, iOS, Web)</p>
</div>
</div> <!-- Close .row -->
</div> <!-- Close .container -->
</div> <!-- Close .content-a -->
<div class="content-section-intro">
<div class="container">
<div class="row">
<div class="col-sm-12">
<h2 id="plugins">Plugins</h2>
</div> <!-- Close column -->
</div>
</div>
</div>
<div class="content-b">
<div class="container">
<div class="row">
<div class="col-md-6">
<img src="img/phonegap-template-image-editor.png" class="img-responsive center-block">
<p class="caption">Image Editor UI PhoneGap template (Android, iOS)</p>
</div>
<div class="col-md-6">
<h3 id="phonegapplugins"><i class="fa fa-plug"></i> PhoneGap</h3>
<p>Compatible with PhoneGap, Cordova, and Ionic.</p>
<ul>
<li>Client Auth API: <a href="https://github.com/CreativeSDK/phonegap-plugin-csdk-client-auth">plugin</a></li>
<li>Image Editor UI: <a href="https://github.com/CreativeSDK/phonegap-plugin-csdk-image-editor">plugin</a>, <a href="https://github.com/CreativeSDK/phonegap-template-csdk-image-editor">template</a></li>
<li>User Auth UI: <a href="https://github.com/CreativeSDK/phonegap-plugin-csdk-user-auth">plugin</a></li>
<li>Send To Desktop API: <a href="https://github.com/CreativeSDK/phonegap-plugin-csdk-send-to-desktop">plugin</a>, <a href="https://github.com/CreativeSDK/phonegap-template-csdk-send-to-desktop">template</a></li>
</ul>
</div> <!-- Close column -->
</div> <!-- Close .row -->
</div> <!-- Close .container -->
</div> <!-- Close .content-a -->
<div class="learn-more">
<div class="container">
<div class="row">
<div class="col-lg-12 text-center">
<h2>Learn more about the Creative SDK</h2>
</div> <!-- Close column -->
<div class="col-lg-12 text-center">
<ul class="list-inline">
<li>
<a href="http://creativesdk.com" class="btn btn-default btn-lg">Developer portal</a>
</li>
<li>
<a href="http://blog.creativesdk.com" class="btn btn-default btn-lg">Blog</a>
</li>
<li>
<a href="http://twitter.com/creativesdk" class="btn btn-default btn-lg">Twitter</a>
</li>
</ul>
</div>
<div class="col-lg-12">
<img src="img/CSDK-logo-white.png" class="img-responsive center-block">
</div>
</div> <!-- Close .row -->
</div> <!-- Close .container -->
</div> <!-- Close .content-a -->
</body>
</html>