forked from neutralinojs/neutralinojs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
192 lines (178 loc) · 6.98 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
<!DOCTYPE HTML>
<!--
Spatial by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>NeutralinoJs | Portable and lightweight cross platform application development framework.</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="assets/img/logo"/>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-120983955-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-120983955-1');
</script>
</head>
<body class="landing">
<!--Loader-->
<div class="welcome">
<div class="holder">
<div class="preloader"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>
</div>
</div>
<!--End Loader-->
<!-- Header -->
<header id="header" class="alt">
<!--<h1>Built in ❤️ UWU</h1>-->
<nav id="nav">
<ul>
<li><a href="docs">Docs</a></li>
<li><a href="https://github.com/neutralinojs">Source</a></li>
</ul>
</nav>
</header>
<a href="#menu" class="navPanelToggle"><span class="fa fa-bars"></span></a>
<!-- Banner -->
<section id="banner">
<div>
<img src="assets/img/logo" class="logo"/>
</div>
<h2>Neutralino<span>js</span></h2>
<p style="text-transform: none;">Portable and lightweight cross platform application development framework.</p>
<ul class="actions">
<li><a href="#one" class="button special big">Get Started</a></li>
<li><a href="https://github.com/neutralinojs/evaluation" target="_blank" class="button big">Comparison</a></li>
</ul>
</section>
<!-- One -->
<section id="one" class="wrapper style1">
<div class="container 75%">
<div class="row 200%">
<div class="6u 12u$(medium)">
<header class="major">
<h2>It's easier than you think</h2>
<p>with html, css & js</p>
</header>
</div>
<div class="6u$ 12u$(medium)">
<p>Neutralino is a lightweight and portable application development framework. It lets you develop cross-platform applications using JavaScript, HTML and CSS.
<br/><br/>
In electron and NWjs you have to install NodeJs and hundreds of dependency libraries. Embedded Chromium and Node creates large overhead and makes even simple apps like “hello world” considerable in size. Neutralino offers a lightweight and portable SDK which is an alternative for Electron and NW.js also with many advantages.
</p>
</div>
</div>
</div>
</section>
<!-- Two -->
<section id="two" class="wrapper style2 special">
<div class="container">
<header class="major">
<h2>Learn Neutralino within <span style="color:#f89901">5 mins</span></h2>
<p>No prerequisite is required</p>
</header>
<div class="row 150%">
</div>
<ul class="actions">
<li><a href="https://neutralinojs.github.io/docs/#/" class="button special big">See Docs</a></li>
<li><a href="https://neutralinojs.github.io/docs/#/gettingstarted/firstapp" class="button big">My first app</a></li>
</ul>
</div>
</section>
<!-- Three -->
<section id="three" class="wrapper style1">
<div class="container">
<header class="major special">
<h2>Neutralino Features</h2>
</header>
<div class="feature-grid">
<div class="feature">
<div class="image"><img src="images/f1.png" alt="" /></div>
<div class="content">
<header>
<h4>Native OS functions</h4>
</header>
<p>Neutralino Javascript API offers access to OS level functions.</p>
</div>
</div>
<div class="feature">
<div class="image"><img src="images/f2.png" alt="" /></div>
<div class="content">
<header>
<h4>Portable & Zero Dependency</h4>
</header>
<p>No extra dependencies are required. SDK is fully portable. Debug applications using a web browser</p>
</div>
</div>
<div class="feature">
<div class="image"><img src="images/f3.png" alt="" /></div>
<div class="content">
<header>
<h4>Cross-Platform Support</h4>
</header>
<p>Neutralino apps will work on Linux and Windows. Single application package for all supported platforms</p>
</div>
</div>
<div class="feature">
<div class="image"><img src="images/f4.png" alt="" /></div>
<div class="content">
<header>
<h4>Lightweight</h4>
</header>
<p>An uncompressed Neutralino app is only <strong>~5MB</strong> and compressed app size is <strong>~1MB</strong>.</p>
</div>
</div>
</div>
</div>
</section>
<!-- Four -->
<section id="four" class="wrapper style3 special">
<div class="container">
<header class="major">
<h2>Start developing Neutralino apps</h2>
<p>Download portable SDK (< 1mb)</p>
</header>
<ul class="actions">
<li><a href="https://github.com/neutralinojs/neutralinojs/releases" class="button special big"> <p> Download <br/> v1.0.8 </p> </a></li>
</ul>
<div class="align-center">
<a href="https://neutralino.js.org/docs/#/other/changelog" ><button class="btn btn-primary btn-sm" id="change-log">View Change Log</button></a>
</div>
</div>
</section>
<!-- Footer -->
<footer id="footer">
<div class="container">
<ul class="icons">
<li><a href="https://github.com/neutralinojs" class="icon fa-github"></a></li>
<li><a href="https://twitter.com/neutralinojs" class="icon fa-twitter"></a></li>
<li><a href="https://stackoverflow.com/questions/tagged/neutralinojs" class="icon fa-stack-overflow"></a></li>
<li><a href="https://medium.com/neutralinojs" class="icon fa-medium"></a></li>
<li><a href="https://www.youtube.com/channel/UCRUPsj26cnJk5sI6WFHAKmA" class="icon fa-youtube"></a></li>
<li><a href="https://join.slack.com/t/neutralinojs/shared_invite/enQtMzk0MDU5ODMyNzM4LTc1ZjJmMzFjNjEzNjk2ODkyYWJiMTAxY2Q2OTA0MGYxNTNiMWFhMjAxMjc1M2E2NGI2OTM1ZjA1ZWNjZDFmZGU" class="icon fa-slack"></a></li>
</ul>
<ul class="copyright">
<li>© 2018 - NeutralinoJs</li>
</ul>
</div>
</footer>
<!-- Scripts -->
<script src="assets/js/jquery.min.js"></script>
<script src="assets/js/skel.min.js"></script>
<script src="assets/js/util.js"></script>
<script src="assets/js/main.js"></script>
<script>
$("nav").hide();
$(document).ready(function(){
$("nav").show();
$('.welcome').fadeOut('slow', function() { $(this).css({visibility: 'hidden', opacity: 0})});
});
</script>
</body>
</html>