This repository was archived by the owner on Sep 2, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 76
Expand file tree
/
Copy path404.html
More file actions
272 lines (250 loc) · 11.8 KB
/
404.html
File metadata and controls
272 lines (250 loc) · 11.8 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
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 lang="en">
<!--
[[[[[[[[[[[[[[[ ]]]]]]]]]]]]]]]
[:::::::::::::: ::::::::::::::]
[:::::::::::::: ::::::::::::::]
[::::::[[[[[[[: :]]]]]]]::::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ CODE THE WEB ]:::::]
[:::::[ http://brackets.io ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[:::::[ ]:::::]
[::::::[[[[[[[: :]]]]]]]::::::]
[:::::::::::::: ::::::::::::::]
[:::::::::::::: ::::::::::::::]
[[[[[[[[[[[[[[[ ]]]]]]]]]]]]]]]
-->
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>Brackets - Page Not Found (404)</title>
<link rel="stylesheet" href="./css/normalize.css" />
<link rel="stylesheet" href="./css/foundation.min.css" />
<link rel="stylesheet" href="./css/brackets.min.css" />
<!-- Linked Favicon -->
<link rel="shortcut icon" href="favicon.ico" />
<!-- Linked Web font -->
<link href="https://fonts.googleapis.com/css?family=Lato" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<!-- This needs to be at the top, not at the bottom like the other JS. Source Sans Pro - Light, Regular, Italic, Semibold -->
<script src="//use.edgefonts.net/source-sans-pro:n3,n4,n6,i3,i4;source-code-pro:n4.js"></script>
<!-- These stop FOUT -->
<style type="text/css">
.wf-loading h1,
.wf-loading h2,
.wf-loading h3,
.wf-loading h4,
.wf-loading h5,
.wf-loading h6,
.wf-loading p,
.wf-loading a {
visibility: hidden;
}
</style>
<link rel="shortcut icon" href="/favicon.ico" />
</head>
<body class="background-body">
<!-- Header Section -->
<header>
<div class="row">
<div class="large-12 columns">
<div class="logo">
<a href="index.html"><i></i>Brackets</a>
</div>
<div class="nav">
<div class="nav-right hide-mobile">
<a title="Download" id="download-plain-brackets" class="action-download-brackets" href="#">
<i class="nav-download"></i>
<span>Download
<d class="download-brackets-version"></d>
</span>
</a>
<div class="divider"></div>
</div>
<div class="nav-center">
<a href="contribute.html" class="contribute" data-i18n="nav.contribute">Contribute</a>
<a href="docs/current/modules/brackets.html" data-i18n="nav.apidocs">API Docs</a>
<a href="https://registry.brackets.io/" data-i18n="nav.extensions">Extensions</a>
<a href="http://blog.brackets.io" data-i18n="nav.blog">Blog</a>
<a href="https://github.com/adobe/brackets/wiki/Troubleshooting" data-i18n="nav.support">Support</a>
</div>
</div>
<div class="collapsed-menu">
<a><i class="hamburger"></i></a>
</div>
<div class="nav-user">
<div class="nav-button hide-mobile">
<a title="Download" id="download-plain-brackets" class="action-download-brackets" href="#">
<i class="nav-download"></i>
<span>Download
<d class="download-brackets-version"></d>
</span>
</a>
</div>
</div>
</div>
</div>
</header>
<!-- Hero Section -->
<section>
<div id="hero-wrapper">
<div id="hero" class="row">
<div class="large-12 large-centered columns">
<h1><i class="error"></i><br>You found our 404 page!</h1>
<p>Check if you have the right URL or go to the <a href="/">Homepage</a>.</p>
</div>
</div>
</div>
<div class="top-bottom-margin"></div>
</section>
<!-- Footer Section -->
<footer>
<div class="row">
<div class="small-12 medium-6 large-3 columns">
<h5 class="logo-footer">
<a href="index.html">
<i></i>Brackets</a>
</h5>
<p id="footer-desc">
Brackets was founded by Adobe as a community guided, open source project to push web development editors to the next level.
</p>
<p>Brackets is released under the MIT License.</p>
</div>
<div class="small-12 medium-6 large-3 columns">
<h5 data-i18n="footer.links.header">Quick Links</h5>
<ul>
<li>
<a href="https://github.com/adobe/brackets" data-i18n="footer.links.content.source">Source Code on Github</a>
</li>
<li>
<a href="docs/current/modules/brackets.html" data-i18n="footer.links.content.apidocs">API Documentation</a>
</li>
<li>
<a href="https://ingorichter.github.io/BracketsExtensionTweetBot/" data-i18n="footer.links.content.extension-updates">Weekly Extension Updates</a>
</li>
<li>
<a href="https://github.com/adobe/brackets/wiki/Troubleshooting" data-i18n="footer.links.content.troubleshooting">Troubleshooting Help</a>
</li>
<li>
<a href="https://github.com/adobe/brackets/wiki" data-i18n="footer.links.content.wiki">Wiki</a>
</li>
</ul>
</div>
<div class="small-12 medium-6 large-3 columns">
<h5 id="try-it" data-i18n="footer.videos.header">Videos</h5>
<ul>
<li>
<a href="http://youtu.be/rvo3Mv1Z4qU" data-i18n="footer.videos.content.intro" data-yt-id="rvo3Mv1Z4qU">Introducing Brackets</a>
</li>
<li>
<a href="http://youtu.be/Nhvj1NYC3Uc" data-i18n="footer.videos.content.livedev" data-yt-id="Nhvj1NYC3Uc">Live Development for HTML</a>
</li>
<li>
<a href="http://youtu.be/T6d5C3rLeFY" data-i18n="footer.videos.content.theseus" data-yt-id="T6d5C3rLeFY">JavaScript Debugger for Brackets</a>
</li>
<li>
<a href="http://tutsplus.com/courses/introduction-to-brackets?utm_source=Bracketsio&utm_medium=website&utm_campaign=BracketsWebsite" data-i18n="footer.videos.content.tutsplus">Tuts+ Introduction to Brackets</a>
</li>
<li>
<a href="https://www.youtube.com/user/CodeBrackets" data-i18n="footer.videos.content.youtube">Brackets Videos on Youtube</a>
</li>
</ul>
</div>
<div class="small-12 medium-6 large-3 columns">
<h5 id="contribute" data-i18n="footer.get-involved.header">Get Involved</h5>
<ul>
<li>
<a href="https://github.com/adobe/brackets/wiki/Suggest-a-Feature" data-i18n="footer.get-involved.content.suggest">Suggest a Feature</a>
</li>
<li>
<a href="http://bit.ly/BracketsBacklog" data-i18n="footer.get-involved.content.trello">View Backlog on Trello</a>
</li>
<li>
<a href="https://waffle.io/adobe/brackets" data-i18n="footer.get-involved.content.waffle">Track Our Progress on Waffle</a>
</li>
<li>
<a href="https://groups.google.com/forum/#!forum/brackets-dev" data-i18n="footer.get-involved.content.devlist">Discuss on Google Groups</a>
</li>
<li>
<a href="http://webchat.freenode.net?channels=brackets&uio=d4" data-i18n="footer.get-involved.content.irc">Chat on IRC at Freenode/#Brackets</a>
</li>
<li>
<a href="https://github.com/adobe/brackets/issues" data-i18n="footer.get-involved.content.issues">Checkout Current Issues on GitHub</a>
</li>
</ul>
</div>
</div>
<div class="row icons-footer">
<div class="small-6 medium-3 large-2 large-centered medium-centered small-centered columns">
<div class="icon-holder">
<div class="small-3 medium-3 large-3 columns" title="GitHub">
<a href="https://www.github.com/adobe/brackets">
<i class="github"></i>
</a>
</div>
<div class="small-3 medium-3 large-3 columns" title="Twitter">
<a href="https://twitter.com/brackets">
<i class="twitter"></i>
</a>
</div>
<div class="small-3 medium-3 large-3 columns" title="Google Plus">
<a href="https://plus.google.com/b/115365194873502050036/">
<i class="googleplus"></i>
</a>
</div>
<div class="small-3 medium-3 large-3 columns" title="Facebook">
<a href="https://www.facebook.com/codebrackets">
<i class="facebook"></i>
</a>
</div>
<div class="clearfix"></div>
</div>
</div>
</div>
<div class="row about-footer">
<div class="small-6 medium-3 large-2 large-centered medium-centered small-centered columns">
<div class="small-12 medium-12 large-12 columns">
<p title="Adobe">
<i class="adobe-logo"></i>
<span>Part of the Adobe Family</span>
</p>
</div>
</div>
</div>
</footer>
<script src="js/vendor/custom.modernizr.js"></script>
<script src="js/vendor/jquery.js"></script>
<script src="js/i18next.min.js"></script>
<script src="js/foundation.min.js"></script>
<script src="js/nav.js"></script>
<script src="js/load.i18next.js"></script>
<script src="js/youtube-modal.js"></script>
<script src="js/download.js"></script>
<script>
$(document).foundation();
$(document).ready(function() {
adjustFooter();
$(window).resize(function() {
adjustFooter();
});
});
function adjustFooter() {
if ($("footer").offset().top + $("footer").height() < window.innerHeight) {
var topPos = window.innerHeight - $("footer").height();
$("footer").css('position', 'absolute');
$("footer").css('width', '100%');
$("footer").css('top', topPos + 'px');
}
}
if (/iPad|iPod|iPhone|Android/.test(navigator.userAgent)) {
$(".hide-mobile").hide();
}
</script>
</body>
</html>