-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
198 lines (158 loc) · 6.89 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
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=1024" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>Introducing Brackets</title>
<meta name="description" content="Introducing Brackets: An Open Source Code Editor For The Web" />
<meta name="author" content="Adam Lehman : Adobe Sr. Product Manager" />
<!-- STYLES -->
<link rel="stylesheet" href="css/reset.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/print.css" type="text/css" media="print">
<link rel="shortcut icon" href="favicon.png" />
<link rel="apple-touch-icon" href="apple-touch-icon.png" />
</head>
<body>
<div class="reveal">
<!-- Used to fade in a background when a specific slide state is reached -->
<div class="state-background"></div>
<!-- Any section element inside of this container is displayed as a slide -->
<div class="slides">
<section>
<h1>Brackets</h1>
<div><a class="image" href="http://brackets.io"><img id="logo" src="assets/brackets_512.png" width="350" /></a></div>
<strong><a href="http://brackets.io">http://brackets.io</a></strong>
</section>
<section data-state="plus">
<h2>Brackets is an open source<br/>code editor for the web.</h2>
<img id="screen-slice" src="assets/brackets-screen.png" width="600" class="shadow" />
<div class="center"><a href="http://github.com/adobe/brackets">http://github.com/adobe/brackets</a></div>
</section>
<section>
<h1>What makes Brackets <strong>special</strong>?</h1>
</section>
<section>
<h1><strong>Optimized</strong> for web development.</h1>
<br />
<h2>Brackets cares about JS, HTML & CSS</h2>
</section>
<section>
<h1>A <strong>new</strong> approach<br/>to coding.</h1>
<br />
<h2>Tools shouldn't get in your way</h2>
</section>
<section>
<h1>Brackets
<img src="assets/8bitheart.png" style="margin: 0 10px 0 0;" class="heart" />
<!-- http://www.the-art-of-web.com/css/3d-transforms/ -->
<div id="stage" style="width: 100px; height: 100px;">
<div id="spinner">
<div class="face1"></div>
<div class="face2"></div>
<div class="face3"></div>
<div class="face4"></div>
<div class="face5"></div>
<div class="face6"></div>
</div>
</div>
's your browser.</h1>
<br />
<h2>Design and develop <strong>live</strong> in the browser</h2>
</section>
<section>
<h1>Built with<br/> JS, HTML & CSS</h1>
<img src="assets/brackets-github.png" />
<h2>MIT-licensed and hosted on GitHub!</h2>
</section>
<section>
<h1>Future</h1>
<br />
<h2>
<strong>Cloud</strong> ·
<strong>Embedded</strong> ·
<strong>Device</strong> ·
<strong>???</strong>
</h2>
</section>
<section>
<h1>Help Wanted</h1>
<h3>Get Involved!</h3>
<br />
<ul>
<li><strong>Project:</strong> <a href="http://github.com/adobe/brackets">http://github.com/adobe/brackets</a></li>
<li><strong>Wiki:</strong> <a href="http://github.com/adobe/brackets/wiki">http://github.com/adobe/brackets/wiki</a></li>
<li><strong>Backlog:</strong> <a href="http://bit.ly/BracketsBacklog">http://bit.ly/BracketsBacklog</a></li>
<li><strong>Group:</strong> <a href="http://groups.google.com/group/brackets-dev">http://groups.google.com/group/brackets-dev</a></li>
<li><strong>IRC:</strong> <a href="http://webchat.freenode.net/?channels=brackets">#brackets on Freenode</a></li>
<li><strong>Twitter:</strong> <a href="http://twitter.com/#!/brackets">@Brackets</a></li>
</ul>
</section>
<section>
<h1>Thanks!</h1>
<img src="assets/thumbs-up-chuck.gif" />
<h3>Email: <a href="mailto:[email protected]">[email protected]</a></h3>
<h3>Twitter: <a href="http://www.twitter.com/adrocknaphobia">@Adrocknaphobia</a></h3>
<h3>G+: <a href="http://gplus.to/adrock">http://gplus.to/adrock</a></h3>
</section>
</div>
<!-- The navigational controls UI -->
<aside class="controls">
<a class="left" href="#">◄</a>
<a class="right" href="#">►</a>
<a class="up" href="#">▲</a>
<a class="down" href="#">▼</a>
</aside>
<!-- Displays presentation progress, max value changes via JS to reflect # of slides -->
<div class="progress"><span></span></div>
</div>
<!-- Optional libraries for code syntax highlighting and classList support in IE9 -->
<script src="lib/js/head.min.js"></script>
<script>
// Load the main reveal.js script
head.js( 'js/reveal.js', function() {
// Parse the query string into a key/value object
var query = {};
location.search.replace( /[A-Z0-9]+?=(\w*)/gi, function(a) {
query[ a.split( '=' ).shift() ] = a.split( '=' ).pop();
} );
// Fires when a slide with data-state=customevent is activated
Reveal.addEventListener( 'customevent', function() {
alert( '"customevent" has fired' );
} );
// Fires each time a new slide is activated
Reveal.addEventListener( 'slidechanged', function( event ) {
// event.previousSlide, event.currentSlide, event.indexh, event.indexv
} );
Reveal.initialize({
// Display controls in the bottom right corner
controls: true,
// Display a presentation progress bar
progress: true,
// If true; each slide will be pushed to the browser history
history: true,
// Loops the presentation, defaults to false
loop: false,
// Flags if mouse wheel navigation should be enabled
mouseWheel: true,
// Apply a 3D roll to links on hover
rollingLinks: true,
// UI style
theme: query.theme || 'default', // default/neon
// Transition style
transition: query.transition || 'default' // default/cube/page/concave/linear(2d)
});
} );
// Load third party scripts
head.js( 'lib/js/classList.js' );
head.js( 'lib/js/highlight.js', function() {
// Fire off syntax highlighting for potential code samples in the slides
hljs.initHighlightingOnLoad();
} );
// If we're runnning the notes server we need to include some additional JS
// TODO Is there a better way to determine if we're running the notes server?
if( window.location.host === 'localhost:1947' ) {
head.js( 'socket.io/socket.io.js', 'plugin/speakernotes/client.js' );
}
</script>
</body></html>