This repository has been archived by the owner on Oct 21, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
/
index.html
272 lines (261 loc) · 15.8 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
<!DOCTYPE html>
<html>
<head>
<title>Light Table</title>
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;">
<link rel="stylesheet" type="text/css" href="css/style.css" />
<link rel="icon" type="image/png" href="images/icon.png">
<script type="text/javascript" src="/js/jquery.js"></script>
<script type="text/javascript" src="/js/default.js"></script>
<meta name="Description" content="Light Table is the next generation code editor. Light Table Connects you to your creation with instant feedback and showing data values flow through your code.">
</head>
<body>
<div class="uberwrapper">
<div id="navbar">
<div class="wrapper980">
<a href="/"><img src="images/logo.png" alt="Light Table"></a>
<ul>
<li><a href="https://github.com/LightTable/LightTable">SOURCE</a></li>
<li><a href="http://docs.lighttable.com">DOCS</a></li>
<li><a href="https://lighttable.discourse.group">DISCUSSION</a></li>
<li><a href="https://groups.google.com/forum/#!forum/light-table-discussion">MAILING LIST</a></li>
<li><a href="/blog">BLOG</a></li>
<li><a href="#" class="button download">DOWNLOAD</a></li>
</ul>
</div>
</div>
<div id="download">
<div class="wrapper-downloads">
<p>ON WHICH PLATFORM WOULD YOU LIKE TO INSTALL LIGHT TABLE?<br/>
For Mac OS X, <a href="https://github.com/LightTable/LightTable/blob/master/README.md#downloads" target="_blank">
see the installation instructions.
</a>
</p>
<span class="platforms">
<a href="https://github.com/LightTable/LightTable/releases/download/0.8.1/lighttable-0.8.1-windows.zip" class="windows"></a>
<a href="https://github.com/LightTable/LightTable/releases/download/0.8.1/lighttable-0.8.1-mac.tar.gz" class="osx"></a>
<a href="https://github.com/LightTable/LightTable/releases/download/0.8.1/lighttable-0.8.1-linux.tar.gz" class="linux64"></a>
</span>
</div>
</div>
<div id="learn">
<div class="wrapper980">
<div class="main">
<img src="/images/banner.png" />
<p class="banner">The next generation code editor</p>
<img class="screens" src="/images/screens.png" />
<span class="shadow"><a href="#" class="getitnow download"></a></span>
</div>
<table class="bullets">
<tr>
<td class="top left">
<img src="images/connect.png">
<h2>CONNECTS YOU</h2>
<p>Connects you to your creation with instant feedback and showing data values flow through your code.</p>
</td>
<td class="top" class="top">
<img src="images/embed.png">
<h2>EMBED ANYTHING</h2>
<p>Embed anything you want, from graphs to games to running visualizations.</p>
</td>
</tr>
<tr>
<td class="mid left">
<img src="images/customize.png">
<h2>EASILY CUSTOMIZABLE</h2>
<p>Easily customizable from keybinds to extensions to be completely tailored to your specific project.</p>
</td>
<td class="mid">
<img src="images/works.png">
<h2>WORKS THE WAY YOU WORK</h2>
<p>Everything from eval and debugging to a fuzzy finder for files and commands to fit seamlessly into your workflow.</p>
</td>
</tr>
<tr>
<td class="left">
<img src="images/ideas.png">
<h2>NEW IDEAS, QUICKLY</h2>
<p>Try new ideas quickly and easily. Ask questions about your software, to give you a more profound understanding of your code.</p>
</td>
<td>
<img src="images/design.png">
<h2>BEAUTIFULLY DESIGNED</h2>
<p>An elegant, lightweight, beautifully designed layout so your IDE is no longer cluttered.</p>
</td>
</tr>
</table>
<ul class="bullets">
<li class="top left">
<img src="images/connect.png">
<h2>CONNECTS YOU</h2>
<p>Connects you to your creation with instant feedback and showing data values flow through your code.</p>
</li>
<li class="top" class="top">
<img src="images/embed.png">
<h2>EMBED ANYTHING</h2>
<p>Embed anything you want, from graphs to games to running visualizations.</p>
</li>
<li class="mid left">
<img src="images/customize.png">
<h2>EASILY CUSTOMIZABLE</h2>
<p>Easily customizable from keybinds to extensions to be completely tailored to your specific project.</p>
</li>
<li class="mid">
<img src="images/works.png">
<h2>WORKS THE WAY YOU WORK</h2>
<p>Everything from eval and debugging to a fuzzy finder for files and commands to fit seamlessly into your workflow.</p>
</li>
<li class="left">
<img src="images/ideas.png">
<h2>NEW IDEAS, QUICKLY</h2>
<p>Try new ideas quickly and easily. Ask questions about your software, to give you a more profound understanding of your code.</p>
</li>
<li>
<img src="images/design.png">
<h2>BEAUTIFULLY DESIGNED</h2>
<p>An elegant, lightweight, beautifully designed layout so your IDE is no longer cluttered.</p>
</li>
</ul>
</div>
</div>
<div id="see">
<div class="wrapper980">
<div class="divtitle">See It In Action</div>
<p>Want to see how it works? Check out what Light Table can do.</p>
<iframe src="http://www.youtube.com/embed/52SVAMM3V78?rel=0" frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div id="features">
<div class="wrapper980">
<div class="divtitle">Features</div>
<table class="previews">
<tr>
<td>
<h2>WATCHES</h2>
<p>Next-gen println to keep track of important values in your code. Just add a watch to an expression and the value will be streamed back to LT in real time.</p>
<img src="images/watches.png">
</td>
<td>
<h2>INLINE EVALUTION</h2>
<p>No more printing to the console in order to view your results. Simply evaluate your code and the results will be displayed inline.</p>
<img src="images/inline.png">
</td>
<td>
<h2>OPEN SOURCE</h2>
<p>Developer tools should be open source. Every bit of Light Table's code is available to the community because none of us are as smart as all of us.</p>
<img src="images/opensource.png">
</td>
</tr>
<tr>
<td>
<h2>MALLEABLE</h2>
<p>Keymaps, behaviors, and Light Table's Behavior-Object-Tag engine means you can easily shape your IDE to whatever your work requires.</p>
<img src="images/malleable.png">
</td>
<td>
<h2>PLUGIN MANAGER</h2>
<p>The plugin manager hooks into the central list of plugins so you don't have to go hunting all over the internet to find the ones you want.</p>
<img src="images/plugins.png">
</td>
<td>
<h2>POWERFUL EDITING</h2>
<p>Light Table is a lightweight, clean, and sleek interface with all of the power and functionality you need and expect from your editor.</p>
<img src="images/editor.png">
</td>
</tr>
</table>
<ul class="previews">
<li>
<h2>WATCHES</h2>
<p>Next-gen println to keep track of important values in your code. Just add a watch to an expression and the value will be streamed back to LT in real time.</p>
<img src="images/watches.png">
</li>
<li>
<h2>INLINE EVALUTION</h2>
<p>No more printing to the console in order to view your results. Simply evaluate your code and the results will be displayed inline.</p>
<img src="images/inline.png">
</li>
<li>
<h2>OPEN SOURCE</h2>
<p>Developer tools should be open source. Every bit of Light Table's code is available to the community because none of us are as smart as all of us.</p>
<img src="images/opensource.png">
</li>
<li>
<h2>MALLEABLE</h2>
<p>Keymaps, behaviors, and Light Table's Behavior-Object-Tag engine means you can easily shape your IDE to whatever your work requires.</p>
<img src="images/malleable.png">
</li>
<li>
<h2>PLUGIN MANAGER</h2>
<p>The plugin manager hooks into the central list of plugins so you don't have to go hunting all over the internet to find the ones you want.</p>
<img src="images/plugins.png">
</li>
<li>
<h2>POWERFUL EDITING</h2>
<p>Light Table is a lightweight, clean, and sleek interface with all of the power and functionality you need and expect from your editor.</p>
<img src="images/editor.png">
</li>
</ul>
</div>
</div>
<div id="supporters">
<div class="wrapper980">
<img class="top10" src="images/top10.png">
<ul>
<li class="project">
<h2>THE PROJECT</h2>
<p>When we released our first blog post about Light Table back in April of 2012, it was just a new concept for an IDE. Thanks to the community, our concept was pushed to become a reality. You all helped spread the word about the future of tools and made Light Table the most funded software technology project ever on Kickstarter.</p>
<p>With 7,317 backers and over $316,000, we reached our stretch goal to include Python in our final release. It has been a humbling experience to see such an outpour of excitement, and we sincerely thank each and every one of you for your support.</p>
<a href="https://www.kickstarter.com/projects/ibdknox/light-table" class="viewonks"></a>
</li>
<li class="biggest">
<h2>OUR BIGGEST KICKSTARTER SUPPORTERS</h2>
<img src="images/biggest.png" class="">
<a href="https://www.kickstarter.com/projects/ibdknox/light-table/backers" class="allbackers"></a>
</li>
</ul>
</div>
</div>
<div id="footer">
<div class="wrapper980">
<ul class="footnotes">
<li class="lt">
<a href="/"><img src="images/lt.png"></a>
</li><!--
--><li class="links">
<table>
<tr>
<td class="leftlink"><a href="https://github.com/LightTable/LightTable">SOURCE</a></td>
<td class="rightlink"><a href="http://docs.lighttable.com">DOCS</a></td>
</tr>
<tr>
<td class="leftlink"><a href="https://groups.google.com/forum/#!forum/light-table-discussion">DISCUSSION</a></td>
<td class="rightlink"><a href="http://www.lighttable.com/blog/">BLOG</a></td>
</tr>
</table>
</li><!--
--><li class="social">
<a href="https://twitter.com/lighttable" class="twitter-follow-button" data-show-count="false" data-size="large">Follow @lighttable</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
</li><!--
--><li class="copy">
<p>© Kodowa, Inc. 2014</p>
<p>SAN FRANCISCO, CA</p>
</li>
</ul>
</div>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-36105397-1']);
_gaq.push(['_setDomainName', 'lighttable.com']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>