Skip to content

Commit 3e3e5eb

Browse files
committed
commit files
0 parents  commit 3e3e5eb

File tree

89 files changed

+6515
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

89 files changed

+6515
-0
lines changed

community.html

+410
Large diffs are not rendered by default.

get-started/download-dsa.html

+412
Large diffs are not rendered by default.

get-started/how-dsa-works.html

+501
Large diffs are not rendered by default.

images/DSACommunity.png

218 KB
Loading

images/DSAGoogle.png

204 KB
Loading
527 KB
Loading

images/DSA_Logo_dark_final.png

2 KB
Loading

images/StartDiscussionB.png

7.4 KB
Loading

images/code-icon.png

32.7 KB
Loading

images/dsa-broker-icon.png

19.9 KB
Loading

images/dsa-dslink-icon.png

12.7 KB
Loading

images/dsa-nodeApi-icon.png

12.4 KB
Loading

images/home/dsa-broker.png

22.5 KB
Loading

images/home/dsa-dslink2.png

18.4 KB
Loading

images/home/dsa-nodeApi2.png

14.9 KB
Loading
166 KB
Loading

images/iot-dsa-broker-concept.png

982 KB
Loading

index.html

+486
Large diffs are not rendered by default.
15.5 KB
Binary file not shown.

libraries/gantry/assets/jui/fonts/IcoMoon.svg

+378
Loading
15.3 KB
Binary file not shown.
17.7 KB
Binary file not shown.
Binary file not shown.

libraries/gantry/assets/jui/fonts/fontawesome-webfont.svg

+399
Loading
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
+179
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,179 @@
1+
/**
2+
* @version $Id: grid-responsive.css 20941 2014-05-07 19:46:51Z kevin $
3+
* @author RocketTheme http://www.rockettheme.com
4+
* @copyright Copyright (C) 2007 - 2016 RocketTheme, LLC
5+
* @license http://www.rockettheme.com/legal/license.php RocketTheme Proprietary Use License
6+
*/
7+
8+
body {min-width: 100px !important;}
9+
body [class*="rt-grid"] {display: inline;float: left;position: relative;margin: 0;}
10+
11+
.rt-container {width: 1200px;margin: 0 auto;}
12+
.rt-grid-1 {width: 100px;}
13+
.rt-grid-2 {width: 200px;}
14+
.rt-grid-3 {width: 300px;}
15+
.rt-grid-4 {width: 400px;}
16+
.rt-grid-5 {width: 500px;}
17+
.rt-grid-6 {width: 600px;}
18+
.rt-grid-7 {width: 700px;}
19+
.rt-grid-8 {width: 800px;}
20+
.rt-grid-9 {width: 900px;}
21+
.rt-grid-10 {width: 1000px;}
22+
.rt-grid-11 {width: 1100px;}
23+
.rt-grid-12 {width: 1200px;}
24+
25+
.rt-push-1 {left: 100px;}
26+
.rt-push-2 {left: 200px;}
27+
.rt-push-3 {left: 300px;}
28+
.rt-push-4 {left: 400px;}
29+
.rt-push-5 {left: 500px;}
30+
.rt-push-6 {left: 600px;}
31+
.rt-push-7 {left: 700px;}
32+
.rt-push-8 {left: 800px;}
33+
.rt-push-9 {left: 900px;}
34+
.rt-push-10 {left: 1000px;}
35+
.rt-push-11 {left: 1100px;}
36+
37+
.rt-pull-1 {left: -100px;}
38+
.rt-pull-2 {left: -200px;}
39+
.rt-pull-3 {left: -300px;}
40+
.rt-pull-4 {left: -400px;}
41+
.rt-pull-5 {left: -500px;}
42+
.rt-pull-6 {left: -600px;}
43+
.rt-pull-7 {left: -700px;}
44+
.rt-pull-8 {left: -800px;}
45+
.rt-pull-9 {left: -900px;}
46+
.rt-pull-10 {left: -1000px;}
47+
.rt-pull-11 {left: -1100px;}
48+
49+
.rt-prefix-1 {padding-left: 100px;}
50+
.rt-prefix-2 {padding-left: 200px;}
51+
.rt-prefix-3 {padding-left: 300px;}
52+
.rt-prefix-4 {padding-left: 400px;}
53+
.rt-prefix-5 {padding-left: 500px;}
54+
.rt-prefix-6 {padding-left: 600px;}
55+
.rt-prefix-7 {padding-left: 700px;}
56+
.rt-prefix-8 {padding-left: 800px;}
57+
.rt-prefix-9 {padding-left: 900px;}
58+
.rt-prefix-10 {padding-left: 1000px;}
59+
.rt-prefix-11 {padding-left: 1100px;}
60+
61+
@media only screen and (min-width: 960px) and (max-width: 1199px) {
62+
.rt-container {width: 960px;}
63+
.rt-grid-1 {width: 80px;}
64+
.rt-grid-2 {width: 160px;}
65+
.rt-grid-3 {width: 240px;}
66+
.rt-grid-4 {width: 320px;}
67+
.rt-grid-5 {width: 400px;}
68+
.rt-grid-6 {width: 480px;}
69+
.rt-grid-7 {width: 560px;}
70+
.rt-grid-8 {width: 640px;}
71+
.rt-grid-9 {width: 720px;}
72+
.rt-grid-10 {width: 800px;}
73+
.rt-grid-11 {width: 880px;}
74+
.rt-grid-12 {width: 960px;}
75+
76+
.rt-push-1 {left: 80px;}
77+
.rt-push-2 {left: 160px;}
78+
.rt-push-3 {left: 240px;}
79+
.rt-push-4 {left: 320px;}
80+
.rt-push-5 {left: 400px;}
81+
.rt-push-6 {left: 480px;}
82+
.rt-push-7 {left: 560px;}
83+
.rt-push-8 {left: 640px;}
84+
.rt-push-9 {left: 720px;}
85+
.rt-push-10 {left: 800px;}
86+
.rt-push-11 {left: 880px;}
87+
88+
.rt-pull-1 {left: -80px;}
89+
.rt-pull-2 {left: -160px;}
90+
.rt-pull-3 {left: -240px;}
91+
.rt-pull-4 {left: -320px;}
92+
.rt-pull-5 {left: -400px;}
93+
.rt-pull-6 {left: -480px;}
94+
.rt-pull-7 {left: -560px;}
95+
.rt-pull-8 {left: -640px;}
96+
.rt-pull-9 {left: -720px;}
97+
.rt-pull-10 {left: -800px;}
98+
.rt-pull-11 {left: -880px;}
99+
100+
.rt-prefix-1 {padding-left: 80px;}
101+
.rt-prefix-2 {padding-left: 160px;}
102+
.rt-prefix-3 {padding-left: 240px;}
103+
.rt-prefix-4 {padding-left: 320px;}
104+
.rt-prefix-5 {padding-left: 400px;}
105+
.rt-prefix-6 {padding-left: 480px;}
106+
.rt-prefix-7 {padding-left: 560px;}
107+
.rt-prefix-8 {padding-left: 640px;}
108+
.rt-prefix-9 {padding-left: 720px;}
109+
.rt-prefix-10 {padding-left: 800px;}
110+
.rt-prefix-11 {padding-left: 880px;}
111+
}
112+
113+
@media only screen and (min-width: 768px) and (max-width: 959px) {
114+
.rt-container {width: 768px;}
115+
.rt-grid-1 {width: 64px;}
116+
.rt-grid-2 {width: 128px;}
117+
.rt-grid-3 {width: 192px;}
118+
.rt-grid-4 {width: 256px;}
119+
.rt-grid-5 {width: 320px;}
120+
.rt-grid-6 {width: 384px;}
121+
.rt-grid-7 {width: 448px;}
122+
.rt-grid-8 {width: 512px;}
123+
.rt-grid-9 {width: 576px;}
124+
.rt-grid-10 {width: 640px;}
125+
.rt-grid-11 {width: 704px;}
126+
.rt-grid-12 {width: 768px;}
127+
128+
.rt-push-1 {left: 64px;}
129+
.rt-push-2 {left: 128px;}
130+
.rt-push-3 {left: 192px;}
131+
.rt-push-4 {left: 256px;}
132+
.rt-push-5 {left: 320px;}
133+
.rt-push-6 {left: 384px;}
134+
.rt-push-7 {left: 448px;}
135+
.rt-push-8 {left: 512px;}
136+
.rt-push-9 {left: 576px;}
137+
.rt-push-10 {left: 640px;}
138+
.rt-push-11 {left: 704px;}
139+
140+
.rt-pull-1 {left: -64px;}
141+
.rt-pull-2 {left: -128px;}
142+
.rt-pull-3 {left: -192px;}
143+
.rt-pull-4 {left: -256px;}
144+
.rt-pull-5 {left: -320px;}
145+
.rt-pull-6 {left: -384px;}
146+
.rt-pull-7 {left: -448px;}
147+
.rt-pull-8 {left: -512px;}
148+
.rt-pull-9 {left: -576px;}
149+
.rt-pull-10 {left: -640px;}
150+
.rt-pull-11 {left: -704px;}
151+
152+
.rt-prefix-1 {padding-left: 64px;}
153+
.rt-prefix-2 {padding-left: 128px;}
154+
.rt-prefix-3 {padding-left: 192px;}
155+
.rt-prefix-4 {padding-left: 256px;}
156+
.rt-prefix-5 {padding-left: 320px;}
157+
.rt-prefix-6 {padding-left: 384px;}
158+
.rt-prefix-7 {padding-left: 448px;}
159+
.rt-prefix-8 {padding-left: 512px;}
160+
.rt-prefix-9 {padding-left: 576px;}
161+
.rt-prefix-10 {padding-left: 640px;}
162+
.rt-prefix-11 {padding-left: 704px;}
163+
}
164+
165+
@media only screen and (min-width: 481px) and (max-width: 767px) {
166+
body {-webkit-tap-highlight-color: transparent;}
167+
.rt-container {width: 480px;}
168+
.rt-container [class*="rt-grid"] {display: block;float: none;position: relative;width: 100%;}
169+
.rt-container [class*="rt-push"], [class*="rt-pull"] {left: auto;}
170+
.rt-container [class*="rt-prefix"] {padding-left: 0;}
171+
}
172+
173+
@media only screen and (max-width: 480px) {
174+
body {-webkit-tap-highlight-color: transparent;}
175+
.rt-container {width: 95%;}
176+
.rt-container [class*="rt-grid"] {display: block;float: none;position: relative;width: 100%;}
177+
.rt-container [class*="rt-push"], [class*="rt-pull"] {left: auto;}
178+
.rt-container [class*="rt-prefix"] {padding-left: 0;}
179+
}

libraries/gantry/js/browser-engines.js

+18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

libraries/gantry/js/gantry-totop.js

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
/*
2+
* @author RocketTheme http://www.rockettheme.com
3+
* @copyright Copyright (C) 2007 - 2016 RocketTheme, LLC
4+
* @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 only
5+
*/
6+
window.addEvent("domready",function(){var b=document.id("gantry-totop");if(b){var a=new Fx.Scroll(window);b.setStyle("outline","none").addEvent("click",function(c){c.stop();
7+
a.toTop();});}});

media/jui/js/bootstrap.min.js

+8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

media/jui/js/jquery-migrate.min.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

media/jui/js/jquery-noconflict.js

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
jQuery.noConflict();

media/jui/js/jquery.min.js

+5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

media/system/js/caption.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
/*
2+
GNU General Public License version 2 or later; see LICENSE.txt
3+
*/
4+
var JCaption=function(c){var e,b,a=function(f){e=jQuery.noConflict();b=f;e(b).each(function(g,h){d(h)})},d=function(i){var h=e(i),f=h.attr("title"),j=h.attr("width")||i.width,l=h.attr("align")||h.css("float")||i.style.styleFloat||"none",g=e("<p/>",{text:f,"class":b.replace(".","_")}),k=e("<div/>",{"class":b.replace(".","_")+" "+l,css:{"float":l,width:j}});h.before(k);k.append(h);if(f!==""){k.append(g)}};a(c)};

0 commit comments

Comments
 (0)