-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
274 lines (221 loc) · 13 KB
/
index.html
File metadata and controls
274 lines (221 loc) · 13 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
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
<!DOCTYPE html>
<html lang="en">
<head>
<head>
<!-- Conditional body tag-->
<!--[if lt IE 7 ]> <body class="ie6"> <![endif]-->
<!--[if IE 7 ]> <body class="ie7"> <![endif]-->
<!--[if IE 8 ]> <body class="ie8"> <![endif]-->
<!--[if IE 9 ]> <body class="ie9"> <![endif<]-->
<!--[if (gt IE 9)|!(IE)]><!--> <!--<![endif]-->
<meta charset="utf-8">
<!-- X-UA-Compatible -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>A modular way to create your Angular & Node web apps · CleverStack.io</title>
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.0/css/bootstrap.min.css">
<link href='http://fonts.googleapis.com/css?family=Lato:100,300,400,700,300italic,400italic,700italic' rel='stylesheet' type='text/css'>
<!-- theme css -->
<link href="/dist/css/main_screen.min.css" media="screen, projection" rel="stylesheet"/>
<link href="/dist/css/main_developer.min.css" media="screen, projection" rel="stylesheet">
<!-- favicon.ico and apple-touch-icon.png -->
<link rel="shortcut icon" href="/dist/ico/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" href="/dist/ico/apple-touch-icon.png" />
<link rel="apple-touch-icon" sizes="57x57" href="/dist/ico/apple-touch-icon-57x57.png" />
<link rel="apple-touch-icon" sizes="72x72" href="/dist/ico/apple-touch-icon-72x72.png" />
<link rel="apple-touch-icon" sizes="76x76" href="/dist/ico/apple-touch-icon-76x76.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/dist/ico/apple-touch-icon-114x114.png" />
<link rel="apple-touch-icon" sizes="120x120" href="/dist/ico/apple-touch-icon-120x120.png" />
<link rel="apple-touch-icon" sizes="144x144" href="/dist/ico/apple-touch-icon-144x144.png" />
<link rel="apple-touch-icon" sizes="152x152" href="/dist/ico/apple-touch-icon-152x152.png" />
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-66077902-1', 'auto');
ga('send', 'pageview');
var tag = document.createElement('script'); tag.src = "http://www.youtube.com/player_api"; var firstScriptTag = document.getElementsByTagName('script')[0]; firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
</script>
<script>(function() { window.CharmUX = {}; CharmUX.AccountId = 56; var clientcharms = document.createElement('script'); clientcharms.type = 'text/javascript'; clientcharms.async = false; clientcharms.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'd25lwi78skvze0.cloudfront.net'; var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(clientcharms, s); })();</script>
<script src="//load.sumome.com/" data-sumo-site-id="69cd5a7e9e5b6cbd0a351c910c5784d01a31896daa73f8a0b69e4725dac88a6d" async="async"></script>
</head>
</head>
<body>
<div class="navbar-wrapper">
<div class="container">
<div role="navigation" class="navbar navbar-inverse navbar-static-top">
<div class="container">
<div class="navbar-header">
<button data-target=".navbar-collapse" data-toggle="collapse" class="navbar-toggle" type="button">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a href="/" class="navbar-brand" id="logo">cleverstack.io</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="/getting-started">Getting started</a></li>
<li><a href="#video-container" id="why-video" class="scroll">Why cleverstack?</a></li>
<li><a href="/documentation">Documentation</a></li>
<li><a href="/modules">Modules</a></li>
<li><a href="/about">About</a></li>
</ul>
</div>
</div>
</div>
</div>
</div>
<div class="dev-header">
<div class="container">
<div class="row">
<header class="projectname">Cleverstack.io </header>
<div class="description">A modular way to create your <b>Angular</b> & <b>Node</b> web apps</div>
<a href="https://github.com/CleverStack/cleverstack-cli" id="fork-github" class="big-btn">Fork it on GitHub</a>
</div>
</div>
</div>
<div class="container who-wrapper">
<div class="row" id="video-container">
<div class="question who">An introduction to Cleverstack</div>
<div class="video">
<div id="player"></div>
<script>
var player; function onYouTubePlayerAPIReady() { player = new YT.Player('player', { height: '420', width: '640', videoId: 'M1cUtt7aYRg', events: { 'onReady': onPlayerReady, 'onStateChange': onPlayerStateChange } }); }
function onPlayerReady(event) {
try {
if (!localStorage.CleverStackIntroPlayed || (localStorage.CleverStackIntroPlayed + (1000 * 60 * 60 * 24)) < Date.now() ) {
setTimeout(function() {
event.target.playVideo();
localStorage.CleverStackIntroPlayed = Date.now();
}, 3000);
}
} catch(e) {}
}
function onPlayerStateChange(event) {
if (event.data == YT.PlayerState.PLAYING) {
ga('send', 'event', 'Introduction Video', 'click', 'Play');
}
if (event.data == YT.PlayerState.ENDED) {
ga('send', 'event', 'Introduction Video', 'click', 'Watch to End');
}
}
</script>
</div>
</div>
</div>
<div class="red highlights">
<div class="red-bg">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-7">
<h2 id="angular">Angular</h2>
<p><b>CleverStack</b> provides a fully featured <b>AngularJS</b> development workflow. <b>AngularJS</b> is an awesome open source JavaScript framework maintained by Google that runs right out of the box without any library dependencies and has become a go-to tool for building dynamic web apps.
</p>
<ul>
<li><a href="http://angularjs.org/" class="icon1">angular.js</a></li>
<li><a href="http://npmjs.org/" class="icon2">npm</a></li>
<li><a href="http://gruntjs.com/" class="icon3">grunt</a></li>
<li><a href="http://bower.io/" class="icon4">bower</a></li>
<li><a href="http://requirejs.org/" class="icon5">requires</a></li>
</ul>
<a href="/getting-started" data-name="Angular" class="get-started big-btn">Get Started</a>
</div>
</div>
</div>
</div>
</div>
<div class="orange highlights">
<div class="orange-bg">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-7 col-sm-offset-5">
<h2 id="angular">Cleverstack</h2>
<p>In an effort to make rapid prototyping of web apps smarter, easier and faster, the team at CleverTech decided to produce a tool for easy front-end and backend development. <b>CleverStack</b> is not another framework, but an entire ecosystem that runs off of Node.JS and AngularJS. It makes rapid prototyping of your next project easy.</p>
<p>Frameworks focus on: ease of use, maintainability, and DRY (Don’t Repeat Yourself) principles,
but how often do you find yourself copying and pasting a segment
from one project onto another?</p>
<p>Frameworks are designed to quickly start off your project, but often fail to maintain that speed once your project becomes bigger than a “Hello world,” application. Not <b>CleverStack</b>.
</p>
<p>The <b>CleverStack</b> ecosystem focuses on the same principles as frameworks, but it is designed to
maintain the fast prototyping throughout the entire project. No more copying and pasting, no more trying to figure out where you left that one library, and no more trying to fit a square peg in a round hole.
</p>
<ul>
<li><a href="https://github.com/CleverStack/cleverstack-cli" class="icon6">CLI</a></li>
<li><a href="http://angularjs.org/" class="icon7">Angular</a></li>
<li><a href="https://github.com/clevertech/clever-controller" class="icon8">Controller</a></li>
</ul>
<a href="/getting-started" data-name="Cleverstack" class="get-started big-btn">Get Started</a>
</div>
</div>
</div>
</div>
</div>
<div class="green highlights">
<div class="green-bg">
<div class="container">
<div class="row">
<div class="col-xs-12 col-sm-7">
<h2 id="angular">Node</h2>
<p>Building a high performance web app? Need it to be scalable? Want to run JavaScript on the server?</p>
<p>If you want all three, <b>Node.JS</b> is your tool. <b>Node.JS</b> is an amazing open source server side tool that will help you make sure that your next big idea is as scalable as it needs to be.
</p>
<ul>
<li><a href="http://nodejs.org/" class="icon9">node.js</a></li>
<li><a href="http://nodejs.org/" class="icon2">npm</a></li>
<li><a href="http://gruntjs.com/" class="icon3">grunt</a></li>
</ul>
<a href="/getting-started" data-name="Node" class="get-started big-btn">Get Started</a>
</div>
</div>
</div>
</div>
</div>
<div class="container footer">
<div class="row">
<div class="cs-docs-social">
<ul class="cs-docs-social-buttons">
<li>
<iframe width="100px" scrolling="0" height="20px" frameborder="0" allowtransparency="true" src="/organisation-stars.html" class="github-btn"></iframe>
</li>
<li>
<iframe width="98px" scrolling="0" height="20px" frameborder="0" allowtransparency="true" src="/organisation-forks.html" class="github-btn"></iframe>
</li>
</ul>
</div>
<!-- code was taken ftom the browser ... -->
<p class="legal">Cleverstack.io is developed and maintained by <a href="http://au.linkedin.com/in/richardgustin" target="_blank">Richard Gustin</a> (<a href="https://github.com/pilsy" target="_blank">@pilsy</a>),<br/>our core developers, our open source community and <a href="http://www.clevertech.biz/" target="_blank">Clevertech</a>.<br/>2015 Cleverstack.io All Rights Reserved.</p>
</div>
<div class="row">
<div style="width:953px;height:85px;margin-left:auto;margin-right:auto;margin-bottom:15px;" class="row"><div style="width:468px;height:60px;float:left;"><iframe data-aa='90288', src='https://ad.a-ads.com/90288?size=468x60&background_color=fcfabd', scrolling='no', style='width:468px; height:60px; border:0px; padding:0;overflow:hidden' allowtransparency='true' frameborder='0'></iframe></div><div style="margin-bottom: 0;height: 85px;float:left;" class="col-lg-5"><div style="width:468px;height:60px;float:left; text-align:center;"><iframe scrolling="no" frameborder="0" src="//mellowads.com/view/C3567B05255A" style="overflow:hidden;width:468px;height:60px;"></iframe><div><a href="//mellowads.com/networkspace/C3567B05255A" target="_blank">Advertise here</a></div></div></div></div>
</div>
</div>
<!--Grab Google CDN's jQuery. fall back to local if necessary
https://developers.google.com/speed/libraries/devguide#jquery -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
<script>!window.jQuery && document.write('<script src="/dist/js/jquery-1.11.0.min.js"><\/script>')</script>
<!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
<script src="/dist/js/main.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="//netdna.bootstrapcdn.com/bootstrap/3.1.0/js/bootstrap.min.js"></script>
<script src="/dist/js/jquery.fitvids.js"></script>
<script>
$(document).ready(function(){
// Target your .container, .wrapper, .post, etc.
$(".video").fitVids();
});
</script>
<script src="//static.getclicky.com/js" type="text/javascript"></script>
<script type="text/javascript">try{ clicky.init(100900772); }catch(e){}</script>
<noscript><p><img alt="Clicky" width="1" height="1" src="//in.getclicky.com/100900772ns.gif" /></p></noscript>
</body>
</html>