-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
284 lines (181 loc) · 8.48 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
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
275
276
277
278
279
280
281
282
283
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content="Hugo 0.64.0" />
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="">
<meta name="author" content="">
<base href="https://junolab.org/">
<title>Juno</title>
<link href="/css/bootstrap.min.css" rel="stylesheet">
<link href="/css/landing-page.css" rel="stylesheet">
<link rel="stylesheet" href="/css/pricing.css">
<link rel="stylesheet" href="/lib/interactive-image.min.css">
<link href="/font-awesome-4.7.0/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="//fonts.googleapis.com/css?family=Lato:300,400,700,300italic,400italic,700italic" rel="stylesheet" type="text/css">
</head>
<body>
<nav class="navbar navbar-default navbar-fixed-top" role="navigation">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="page-scroll navbar-brand" href="#intro">
<img class="" src="../img/juno_logo.svg" alt="Juno">
</a>
</div>
<div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
<ul class="nav navbar-nav navbar-right">
<li>
<a href="http://docs.junolab.org/latest/man/installation/">Installation</a>
</li>
<li>
<a href="http://docs.junolab.org/latest/">Documentation</a>
</li>
<li>
<a href="https://discourse.julialang.org/c/tools/juno">Discourse</a>
</li>
<li>
<a href="https://julialang.org/">Julia</a>
</li>
<li>
<a href="https://github.com/JunoLab">GitHub</a>
</li>
</ul>
</div>
</div>
</nav>
<section id="intro">
<div class="intro-header">
<div class="container">
<div class="row intro-message justify-content-center">
<div class="col-sm-6">
<img class="logo img-responsive" src="../img/juno_darkbg.svg" alt="JUNO">
</div>
<div class="col-sm-6">
<h3>
<span>A flexible IDE</span> <br>
for the 21st century
</h3>
</div>
</div>
</div>
<div class="container">
<div class="row intro-message justify-content-center">
<h4>Juno will receive no more feature updates. Development focus has shifted to the <a href="https://www.julia-vscode.org/">Julia extension for VSCode</a>.</h4>
</div>
</div>
<div class="container" id="screenselector">
<ul class="list-inline buttons">
<div class="btn btn-default btn-sm" onclick="changeImage('../img/newscreen1.png', 'main')">
Main
</div>
<div class="btn btn-default btn-sm" onclick="changeImage('../img/newscreen2.png', 'profiler')">
Profiler
</div>
<div class="btn btn-default btn-sm" onclick="changeImage('../img/newscreen3.png', 'debugger')">
Debugger
</div>
<div class="btn btn-default btn-sm" onclick="changeImage('../img/newscreen4.png', 'terminal')">
Terminal
</div>
<div class="btn btn-default btn-sm" onclick="changeImage('../img/newscreen5.png', 'remote')">
Remote
</div>
</ul>
<div class="screenshot" data-img="main">
<img id="screeny" src="../img/newscreen1.png" alt="">
<div class="interactive-image" id="image-overlay-container"></div>
</div>
</div>
</div>
</section>
<section id="about" class="container content-section text-center">
<div class="row">
<div class="col-lg-10 col-lg-offset-1">
<h2>Juno is a powerful, free environment for the Julia language. </h2>
<br/>
<h4 id="read-more-about-it-below-or-get-goinghttpdocsjunolaborglatestmaninstallation-straight-away">Read more about it below or <a href="http://docs.junolab.org/latest/man/installation">get going</a> straight away.</h4>
<br/>
</div>
</div>
</section>
<section id="services">
<div class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Walks like Python. Runs like C.</h2>
<p>Juno builds on Julia’s unique combination of ease-of-use and performance. Beginners and experts can build better software more quickly, and get to a result faster.</p>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="img/screenshot_autocomplete.png" alt="">
</div>
</div>
</div>
</div>
<div class="content-section-a">
<div class="container">
<div class="row">
<div class="col-lg-5 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Useable real-time feedback.</h2>
<p>With a completely live environment, Juno aims to take the frustration and guesswork out of programming and put the fun back in. A hybrid “canvas programming” style combines the exploratory power of a notebook with the productivity of an IDE.</p>
</div>
<div class="col-lg-5 col-lg-offset-2 col-sm-6">
<img class="img-responsive" src="img/screenshot_error.png" alt="">
</div>
</div>
</div>
</div>
<div class="content-section-b">
<div class="container">
<div class="row">
<div class="col-lg-5 col-lg-offset-1 col-sm-push-6 col-sm-6">
<hr class="section-heading-spacer">
<div class="clearfix"></div>
<h2 class="section-heading">Great for power users, too.</h2>
<p>Juno is built on <a href="https://atom.io">Atom</a>, which means it’s a powerful editor as well as a pretty face. It’s customisable to your heart’s content (though the defaults are pretty good too) and has power features like multiple cursors, fuzzy file finding and Vim keybindings.</p>
</div>
<div class="col-lg-5 col-sm-pull-6 col-sm-6">
<img class="img-responsive" src="img/screenshot_power.png" alt="">
</div>
</div>
</div>
</div>
</section>
<section id="pricing" class="container content-section text-center">
</section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-8">
<ul class="list-inline">
<li>
<a class="page-scroll" href="#intro">Home</a>
</li>
</ul>
<p class="copyright text-muted small">Copyright © Juno All Rights Reserved</p>
</div>
<div class="col-md-4">
Built with <a href="http://gohugo.io">Hugo</a>.
</div>
</div>
</div>
</footer>
<script src="/js/jquery-1.11.0.js"></script>
<script src="/js/jquery.easing.min.js"></script>
<script src="/js/bootstrap.min.js"></script>
<script src="js/landing-page.js"></script>
<script src="lib/interactive-image.js"></script>
</body>
</html>