Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
Latest commit
215 lines (213 loc) · 8.68 KB
/
Copy pathindex.html
File metadata and controls
215 lines (213 loc) · 8.68 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
<!DOCTYPE html>
<html>
<head>
<title>Node.app — Node.js for iOS</title>
<metaname="viewport" content="width=device-width, initial-scale=1.0">
<linkrel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<linkhref='http://fonts.googleapis.com/css?family=Lato:300,400,700' rel='stylesheet' type='text/css'>
<styletype="text/css">
body {
padding-bottom:20px;
background:#84c94c;
color:#2d2d25;
font-family: Lato, sans-serif;
}
a,a:hover,a:active {
color:#480;
}
.header, .marketing, .footer {
padding-left:15px;
padding-right:15px;
}
.header {
border-radius:6px;
height:75px;
margin-bottom:0;
}
.headerh3 {
height:75px;
max-width:200px;
margin:10px auto;
background:url("banner.png") no-repeat center;
background-size:100%;
line-height:40px;
text-indent:-9999px;
}
.btn#subscribe {
background-color:#fff;
border-color: transparent;
}
.btn#subscribe:hover {
background-color:#2d2d25;
}
.footer {
padding-top:19px;
color:#777;
border-top:1px solid #e5e5e5;
}
@media (min-width:768px) {
.container {
max-width:1000px;
}
}
.container-narrow>hr {
margin:30px0;
}
.jumbotron {
padding:5%05%0;
text-align: center;
background: transparent;
border-bottom:0;
}
.jumbotronh1 {
padding-top:350px;
background-image:url(cube.png);
background-repeat: no-repeat;
background-position: top center;
font-weight:100;
font-size:3em;
word-spacing:.08em;
color:#fff;
text-transform: uppercase;
}
.jumbotronh1b {
font-weight:500;
}
.jumbotronp.lead {
margin-bottom:5%;
}
.jumbotrona {
color:#2d2d25;
}
.jumbotron .btn {
font-size:21px;
padding:14px24px;
}
.jumbotron .btnspan {
display: none;
}
.content-testimonials {
background:#fff;
}
.content-marketing {
background:rgba(15,15,7,.8);
color:#fff;
}
.content-marketinga {
color:#84c94c;
}
.frame {
height:333px;
background-image:url(frame.png);
background-size:100%;
margin:30px0;
padding:24px98px0102px;
}
.framepre {
height:282px;
}
.marketing {
margin:50px040px0;
text-align: center;
}
.marketingh4 {
padding-top:180px;
background-repeat: no-repeat;
background-position: top center;
background-size:130px;
}
.marketing#marketing-reuseh4 {
background-image:url(marketing-loop.png);
}
.marketing#marketing-npmh4 {
background-image:url(marketing-npm.png);
}
.marketing#marketing-rapidh4 {
background-image:url(marketing-arrow.png);
}
.marketing#marketing-lighth4 {
background-image:url(marketing-plane.png);
}
.marketingh4+p {
margin-bottom:28px;
}
.testimonials {
margin:40px060px0;
}
@media screen and (min-width:768px) {
body {
background-image:url(green.jpg);
background-repeat: no-repeat;
background-attachment: fixed;
}
.header, .marketing, .footer {
padding-left:0;
padding-right:0;
}
.header {
margin-bottom:30px;
}
.jumbotron .btnspan {
display: inline;
}
}
</style>
</head>
<body>
<divclass="jumbotron">
<divclass="container">
<h1><b>Node.js</b> for <b>iOS</b></h1>
<pclass="lead"><b>Node.app</b> is a low-footprint, Node.js-compatible JavaScript API for your mobile apps.</p>
<p><aclass="btn btn-lg btn-primary" href="http://eepurl.com/HgqLj" id="subscribe">Interested? Subscribe<span> and we'll keep you updated</span>!</a></p>
<p> or <ahref="//github.com/node-app/">visit us on GitHub</a></p>
</div>
</div>
<divclass="content-marketing">
<divclass="container">
<divclass="row marketing">
<divclass="col-md-3 col-sm-6" id="marketing-reuse">
<h4>Code Reuse</h4>
<p>The best code is the code you already wrote. Use the code that reliably runs on your servers and your frontend to power your next great iOS 7 app, just like that.</p>
</div>
<divclass="col-md-3 col-sm-6" id="marketing-npm">
<h4>Tons of modules</h4>
<p>In tens of thousands of modules there's a module for nearly everything you can imagine. The Node.js-compatible API allows you to use virtually every module available through <ahref="//npmjs.org/">npm</a>.</p>
</div>
<divclass="col-md-3 col-sm-6" id="marketing-rapid">
<h4>Rapid Innovation</h4>
<p>Node.app provides the familiar <ahref="//nodejs.org/api/">Node.js API</a> which is well documented and extremely easy to use.</p>
</div>
<divclass="col-md-3 col-sm-6" id="marketing-light">
<h4>Low-footprint</h4>
<p>Your customers won't even notice you aren't developing native, unless you tell them. With Node.app you are using the same fast system functions just as with normal iOS code.</p>
</div>
</div>
</div>
</div>
<divclass="content-testimonials">
<divclass="container">
<divclass="row testimonials">
<divclass="col-sm-6">
<blockquoteclass="twitter-tweet"><p>Developing iOS and OSX native applications using node.js API - Awesome!</p>— Roberto Sánchez (@rsc1975) <ahref="https://twitter.com/rsc1975/statuses/408320790564581376">December 4, 2013</a></blockquote>
<blockquoteclass="twitter-tweet"><p>Node.app - Javascript API for iOS finally!!</p>— dylan hassinger (@dylanized) <ahref="https://twitter.com/dylanized/statuses/395249068978737152">October 29, 2013</a></blockquote>
<blockquoteclass="twitter-tweet"><p>Node.js for iOS - Node-like API for JavaScriptCore = AWESOME.</p>— Matias Piipari (@mz2) <ahref="https://twitter.com/mz2/statuses/408644791413788672">December 5, 2013</a></blockquote>
<blockquoteclass="twitter-tweet"><p>Build <ahref="https://twitter.com/search?q=%23io7&src=hash">#io7</a> native apps with <ahref="https://twitter.com/search?q=%23nodejs&src=hash">#nodejs</a>. That's a fucking good news for <ahref="https://twitter.com/search?q=%23javascript&src=hash">#javascript</a> developers !</p>— Florent Bourgeois (@florent_b) <ahref="https://twitter.com/florent_b/statuses/408898065383575552">December 6, 2013</a></blockquote>
</div>
<divclass="col-sm-6">
<blockquoteclass="twitter-tweet"><p>Node.js-y on top of JavascriptCore? This is awesome!</p>— Ron Korving (@ronkorving) <ahref="https://twitter.com/ronkorving/statuses/389920558508277761">October 15, 2013</a></blockquote>
<blockquoteclass="twitter-tweet"><p>This looks really interesting: <ahref="https://twitter.com/search?q=%23nodejs&src=hash">#nodejs</a>-like api for <ahref="https://twitter.com/search?q=%23ios7&src=hash">#ios7</a> and <ahref="https://twitter.com/search?q=%23mavericks&src=hash">#mavericks</a></p>— Keystone JS (@KeystoneJS) <ahref="https://twitter.com/KeystoneJS/statuses/389886485798719488">October 14, 2013</a></blockquote>
<blockquoteclass="twitter-tweet"><p><ahref="https://twitter.com/periping">@periping</a> well done on the <ahref="https://twitter.com/search?q=%23JavaScript&src=hash">#JavaScript</a> Core Project using <ahref="https://twitter.com/search?q=%23iOS7&src=hash">#iOS7</a>, can't wait to see what comes out of it.</p>— Suyash Joshi (@suyashcjoshi) <ahref="https://twitter.com/suyashcjoshi/statuses/389824776958525440">October 14, 2013</a></blockquote>
</div>
</div>
</div>
</div>
<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*newDate();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-38007063-4','nodeapp.org');
ga('send','pageview');
</script>
</body>
</html>