-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
126 lines (100 loc) · 3.95 KB
/
404.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="theme-color" content="#e46652">
<title>Ember.js - 404 - Not Found</title>
<meta property="st:title" content="404 - Not Found" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="images/favicon.png" rel="icon" type="image/png" />
<!--[if lte IE 7 ]><link href="stylesheets/fonts/fontello-ie7.css" rel="stylesheet" /><![endif]-->
<link href="stylesheets/application.css" rel="stylesheet" />
<link href="//fonts.googleapis.com/css?family=Nunito:300,400,700" rel="stylesheet">
<!-- This TypeKit account is managed by @wifelette. Contact her with any issues. -->
<script src="https://use.typekit.net/stz3kpn.js"></script>
<script>try{Typekit.load({ async: true });}catch(e){}</script>
<link href="/blog/feed.xml" rel="alternate" type="application/atom+xml" title="Ember.js - Blog" />
</head>
<body class="guides x404">
<!--[if lt IE 9]>
<script src="javascripts/common-old-ie.js"></script>
<![endif]-->
<!--[if gte IE 9]><!-->
<script src="javascripts/common-modern.js"></script>
<!--<![endif]-->
<main>
<header class="header">
<nav role="navigation" aria-label="main">
<ul class="header-nav">
<li class="header-logo">
<a href="/"><span class="visually-hidden">Ember homepage</span></a>
</li>
<li>
<a href="/">Home</a>
</li>
<li>
<a href="/guides/">Documentação</a>
</li>
<li>
<a href="/contribuidores/">Contribuidores</a>
</li>
<li>
<a href="/quem-usa-ember">Quem usa Ember?</a>
</li>
<li>
<a href="http://emberjs.com/api">Ember API</a>
</li>
</ul>
</nav>
</header>
<article class="x404">
<img src="images/fishy.png" title="ACK! 404 FRIEND, YOU'RE IN THE WRONG PLACE">
<h1 class="whoops">Ack! 404 friend, you're in the wrong place</h1>
<p>
This page wasn't found. If you were looking for documentation, please try
the <a href="/">Guides</a> section of the site. If you expected
something else to be here, please <a href="https://github.com/emberjs/website/issues">file a ticket</a>.
</p>
</article>
<div class="footer">
<div class="container">
<div class="footer-statement">
<a href="https://ember-community-slackin.herokuapp.com/">Comunidade no Slack</a> •
<a href="https://github.com/emberjs/ember.js">Github</a> •
<a href="https://t.me/EmberBR">Telegram (Ember-BR)</a>
</div>
<div class="footer-statement footer-social">
<a href="http://twitter.com/emberjs"
title="Twitter">
<i class="icon-twitter"></i>
</a>
<a href="https://github.com/emberjs/ember.js"
title="GitHub">
<i class="icon-github"></i>
</a>
<a href="https://plus.google.com/communities/106387049790387471205"
title="Google+">
<i class="icon-gplus"></i>
</a>
</div>
<hr />
<div class="info">
<p>
Este site é parte de uma iniciativa da <b>Comunidade Brasileira Ember</b> e não tem nenhuma ligação direta com o projeto oficial. <br />
Ember é uma marca registrada da <a href="http://tilde.io">Tilde Inc.</a>.<br />
Para obter mais informações sobre licença de uso acesse <a href="http://emberjs.com/legal">Legal</a>.
</p>
</div>
</div>
</div>
</main>
<script type="text/javascript">
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-105665012-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>