-
Notifications
You must be signed in to change notification settings - Fork 40
/
Copy path404.html
56 lines (55 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
<!DOCTYPE html>
<html lang="en">
<head>
<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="Ampersand.js, Javascript, ampersand, Node.js, Apps, HTML5">
<title>Ampersand.js - 404</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Quicksand:500,700&display=swap">
<link rel="stylesheet" href="/public/css/normalize.min.css">
<link rel="stylesheet" href="/public/css/main.css">
</head>
<body>
<nav class="nav-main cf"><a class="logo logo-ampersand" href="/">Ampersand.js</a><a class="nav-item" href="/learn">Learn</a><a class="nav-item" href="/docs">Docs</a><a class="nav-item external" href="http://tools.ampersandjs.com">Find Modules</a><a class="nav-item external" href="http://amp.ampersandjs.com/">Amp</a><a class="nav-item external" href="https://gitter.im/AmpersandJS/AmpersandJS">Chatroom</a><a class="nav-item" href="/contribute">Contribute</a><a class="button button-primary" href="/learn/quick-start-guide/">Get Started</a></nav>
<header class="hero">
<div class="illustration boat"><img src="/public/images/ampersand-on-a-boat.svg"></div>
<h1>Whoops! That page is out to sea.<br>Head back <a href="/">home</a> or visit the <a href="/docs">docs</a>. (Get it?)
</h1>
</header>
<hr>
<section class="splash">
<div class="callout human-javascript">
<h2>A foundation for building simple but powerful JS apps with Ampersand.js</h2><img class="humanjs-ipad" src="/public/images/human-javascript.png"><a class="logo logo-humanjs" href="http://humanjavascript.com/">Human JavaScript</a>
<p>Henrik Joreteg introduces practical patterns for powerfully simple application development. <a href="http://humanjavascript.com/"><em>Human Javascript</em></a> is a saner way to write JS.
</p><a class="button button-secondary" href="https://gumroad.com/l/humanjs">Buy the book for $39</a><a class="button button-secondary" href="http://read.humanjavascript.com/">Read it free online</a>
</div>
<hr>
<div class="callout">
<h2>Need help with Ampersand.js?</h2><a class="logo logo-andyet" href="https://andyet.com">&yet</a>
<p>Node and Ampersand.js consulting from <a href="https://andyet.com">&yet</a>. We help companies ship products from custom apps to the most battle-tested enterprise software.</p>
</div>
</section>
<footer class="footer-main">
<nav class="nav-footer cf">
<div><a class="nav-item" href="/learn">Learn</a><a class="nav-item" href="/docs">Docs</a><a class="nav-item" href="http://tools.ampersandjs.com">Modules</a></div>
<div><a class="nav-item external" href="http://amp.ampersandjs.com/">Amp</a><a class="nav-item external" href="https://gitter.im/AmpersandJS/AmpersandJS">Chatroom</a><a class="nav-item" href="/contribute">Contribute</a></div>
<div><a class="nav-item" href="/security">Security</a><a class="nav-item" href="https://github.com/ampersandjs">Github</a><a class="nav-item" href="https://twitter.com/ampersandjs">Twitter</a></div>
</nav>
<p>Sponsored by <a href="https://andyet.com">&yet</a><br>with the help of our <a href="/contribute">contributors</a></p><a class="logo logo-ampersand-gray" href="/">&</a>
</footer>
<script>
(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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-44685415-1', 'humanjavascript.com');
ga('send', 'pageview');
</script>
<script src="/public/js/highlight.pack.js"></script>
<script>
hljs.configure({classPrefix: ''});
hljs.initHighlightingOnLoad();
</script>
</body>
</html>