Skip to content

Commit e551bc3

Browse files
committedDec 8, 2019
2019-12-07
1 parent 456b135 commit e551bc3

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+453
-4004
lines changed
 

‎404.html

Lines changed: 1 addition & 239 deletions
Original file line numberDiff line numberDiff line change
@@ -1,239 +1 @@
1-
<!doctype html>
2-
<html lang="en" class="no-js">
3-
<head>
4-
<meta charset="utf-8">
5-
6-
<!-- begin _includes/seo.html --><title>CortexJS</title>
7-
<meta name="description" content="Web components for scientific computing.">
8-
9-
10-
<meta name="author" content="Your Name">
11-
12-
13-
<meta property="og:type" content="website">
14-
<meta property="og:locale" content="en_US">
15-
<meta property="og:site_name" content="CortexJS">
16-
<meta property="og:title" content="CortexJS">
17-
<meta property="og:url" content="http://localhost:4000/404.html">
18-
19-
20-
21-
22-
23-
24-
25-
26-
27-
28-
29-
30-
31-
32-
33-
34-
35-
<link rel="canonical" href="http://localhost:4000/404.html">
36-
37-
38-
39-
40-
<script type="application/ld+json">
41-
{
42-
"@context": "https://schema.org",
43-
44-
"@type": "Person",
45-
"name": "CortexJS",
46-
"url": "http://localhost:4000/"
47-
48-
}
49-
</script>
50-
51-
52-
53-
54-
55-
56-
<!-- end _includes/seo.html -->
57-
58-
59-
<link href="/feed.xml" type="application/atom+xml" rel="alternate" title="CortexJS Feed">
60-
61-
<!-- https://t.co/dKP3o1e -->
62-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
63-
64-
<script>
65-
document.documentElement.className = document.documentElement.className.replace(/\bno-js\b/g, '') + ' js ';
66-
</script>
67-
68-
<!-- For all browsers -->
69-
<link rel="stylesheet" href="/assets/css/main.css">
70-
71-
<!--[if IE]>
72-
<style>
73-
/* old IE unsupported flexbox fixes */
74-
.greedy-nav .site-title {
75-
padding-right: 3em;
76-
}
77-
.greedy-nav button {
78-
position: absolute;
79-
top: 0;
80-
right: 0;
81-
height: 100%;
82-
}
83-
</style>
84-
<![endif]-->
85-
86-
87-
88-
89-
<!-- <link crossorigin href="https://fonts.googleapis.com/css?family=IBM+Plex+Mono:400,400i,700,700i|IBM+Plex+Sans:400,400i,700,700i&display=swap" rel="stylesheet">
90-
91-
<link href="https://fonts.googleapis.com/css?family=IBM+Plex+Sans+Condensed:400,400i,700,700i&display=swap" rel="stylesheet"> -->
92-
93-
<link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400i,700,700i,900,900i&display=swap" rel="stylesheet">
94-
95-
96-
<!-- <link crossorigin href="https://fonts.googleapis.com/css?family=Fira+Code:400,700&display=swap" rel="stylesheet"> -->
97-
<link crossorigin rel="stylesheet" href="https://cdn.jsdelivr.net/gh/tonsky/FiraCode@2/distr/fira_code.css">
98-
99-
<script src="https://kit.fontawesome.com/523e3eb8bb.js" crossorigin="anonymous"></script>
100-
</head>
101-
102-
<body class="layout--default">
103-
<nav class="skip-links">
104-
<h2 class="screen-reader-text">Skip links</h2>
105-
<ul>
106-
<li><a href="#site-nav" class="screen-reader-shortcut">Skip to primary navigation</a></li>
107-
<li><a href="#main" class="screen-reader-shortcut">Skip to content</a></li>
108-
<li><a href="#footer" class="screen-reader-shortcut">Skip to footer</a></li>
109-
</ul>
110-
</nav>
111-
112-
<!--[if lt IE 9]>
113-
<div class="notice--danger align-center" style="margin: 0;">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience.</div>
114-
<![endif]-->
115-
116-
117-
118-
<div class="masthead">
119-
<div class="masthead__inner-wrap">
120-
<div class="masthead__menu">
121-
<nav id="site-nav" class="greedy-nav">
122-
123-
<a class="site-title" href="/">
124-
CortexJS
125-
126-
</a>
127-
<ul class="visible-links"><li class="masthead__menu-item">
128-
<a href="/docs/" >Docs</a>
129-
</li><li class="masthead__menu-item">
130-
<a href="https://github.com/cortex-js" >GitHub</a>
131-
</li></ul>
132-
133-
<button class="search__toggle" type="button">
134-
<span class="visually-hidden">Toggle search</span>
135-
<svg class="icon" width="16" height="16" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 15.99 16">
136-
<path d="M15.5,13.12L13.19,10.8a1.69,1.69,0,0,0-1.28-.55l-0.06-.06A6.5,6.5,0,0,0,5.77,0,6.5,6.5,0,0,0,2.46,11.59a6.47,6.47,0,0,0,7.74.26l0.05,0.05a1.65,1.65,0,0,0,.5,1.24l2.38,2.38A1.68,1.68,0,0,0,15.5,13.12ZM6.4,2A4.41,4.41,0,1,1,2,6.4,4.43,4.43,0,0,1,6.4,2Z" transform="translate(-.01)"></path>
137-
</svg>
138-
</button>
139-
140-
<button class="greedy-nav__toggle hidden" type="button">
141-
<span class="visually-hidden">Toggle menu</span>
142-
<div class="navicon"></div>
143-
</button>
144-
<ul class="hidden-links hidden"></ul>
145-
</nav>
146-
</div>
147-
</div>
148-
</div>
149-
150-
151-
<div class="initial-content">
152-
<style type="text/css" media="screen">
153-
.container {
154-
margin: 10px auto;
155-
max-width: 600px;
156-
text-align: center;
157-
}
158-
h1 {
159-
margin: 30px 0;
160-
font-size: 4em;
161-
line-height: 1;
162-
letter-spacing: -1px;
163-
}
164-
</style>
165-
166-
<div id="main" class="container">
167-
<h1>404</h1>
168-
169-
<p><strong>Page not found :(</strong></p>
170-
<p>The requested page could not be found.</p>
171-
</div>
172-
173-
</div>
174-
175-
176-
<div class="search-content">
177-
<div class="search-content__inner-wrap"><form class="search-content__form" onkeydown="return event.key != 'Enter';">
178-
<label class="sr-only" for="search">
179-
Enter your search term...
180-
</label>
181-
<input type="search" id="search" class="search-input" tabindex="-1" placeholder="Enter your search term..." />
182-
</form>
183-
<div id="results" class="results"></div></div>
184-
185-
</div>
186-
187-
188-
<div id="footer" class="page__footer">
189-
<footer>
190-
<!-- start custom footer snippets -->
191-
192-
<!-- end custom footer snippets -->
193-
<div class="page__footer-follow">
194-
<ul class="social-icons">
195-
196-
197-
198-
199-
200-
201-
202-
203-
204-
205-
206-
207-
208-
209-
210-
211-
212-
213-
<li><a href="/feed.xml"><i class="fas fa-fw fa-rss-square" aria-hidden="true"></i> Feed</a></li>
214-
</ul>
215-
</div>
216-
217-
218-
</footer>
219-
</div>
220-
221-
222-
<script src="/assets/js/main.min.js"></script>
223-
<script src="https://kit.fontawesome.com/4eee35f757.js"></script>
224-
225-
226-
227-
228-
<script src="/assets/js/lunr/lunr.min.js"></script>
229-
<script src="/assets/js/lunr/lunr-store.js"></script>
230-
<script src="/assets/js/lunr/lunr-en.js"></script>
231-
232-
233-
234-
235-
236-
237-
238-
</body>
239-
</html>
1+
<!doctypehtml><html class=no-js lang=en><meta charset=utf-8><title>CortexJS</title><meta content=""name=description><link href=/feed.xml rel=alternate title="CortexJS Feed"type=application/atom+xml><meta content="width=device-width,initial-scale=1"name=viewport><script>document.documentElement.className=document.documentElement.className.replace(/\bno-js\b/g,"")+" js "</script><link href=/assets/css/main.css rel=stylesheet><!--[if IE]><style>.greedy-nav .site-title{padding-right:3em}.greedy-nav button{position:absolute;top:0;right:0;height:100%}</style><![endif]--><link href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:100,100i,400,400i,700,700i,900,900i&display=swap"rel=stylesheet><link href=https://cdn.jsdelivr.net/gh/tonsky/FiraCode@2/distr/fira_code.css rel=stylesheet crossorigin><script src=https://kit.fontawesome.com/523e3eb8bb.js crossorigin=anonymous></script><script>((window.gitter={}).chat={}).options={room:"cortex-js/community",activationElement:".my-special-button",targetElement:".my-special-target-element"}</script><script src=https://sidecar.gitter.im/dist/sidecar.v1.js async defer></script><body class=layout--default><nav class=skip-links><h2 class=screen-reader-text>Skip links</h2><ul><li><a href=#site-nav class=screen-reader-shortcut>Skip to primary navigation</a><li><a href=#main class=screen-reader-shortcut>Skip to content</a><li><a href=#footer class=screen-reader-shortcut>Skip to footer</a></ul></nav><!--[if lt IE 9]><div class="notice--danger align-center"style=margin:0>You are using an <strong>outdated</strong> browser. Please <a href=https://browsehappy.com/ >upgrade your browser</a> to improve your experience.</div><![endif]--><div class=masthead><div class=masthead__inner-wrap><div class=masthead__menu><nav class=greedy-nav id=site-nav><a href=/ class=site-logo><img alt=""src=""></a><a href=/ class=site-title>Cortex<em>JS</em></a><ul class=visible-links><li class=masthead__menu-item><a href=/mathlive/ >MathLive</a><li class=masthead__menu-item><a href=/docs/ >Docs</a><li class=masthead__menu-item><a href=/funding/ >Funding</a><li class=masthead__menu-item><a href=https://gitter.im/cortex-js title="Chat on Gitter"></a><li class=masthead__menu-item><a href=https://github.com/cortex-js title="Get source code on GitHub"></a></ul><button class="greedy-nav__toggle hidden"type=button><span class=visually-hidden>Toggle menu</span></button></nav></div></div></div><div class=initial-content><style media=screen>.container{margin:10px auto;max-width:600px;text-align:center}h1{margin:30px 0;font-size:4em;line-height:1;letter-spacing:-1px}</style><div class=container id=main><h1>404</h1><p><strong>Page not found :(</strong><p>The requested page could not be found.</div></div><div class=page__footer id=footer><footer><div class=page__footer-follow><ul class=social-icons><li><a href=https://github.com/cortex-js rel="nofollow noopener noreferrer">GitHub</a><li><a href=https://gitter.im/cortex-js rel="nofollow noopener noreferrer">Gitter</a></ul></div><div class=page__footer-pages><ul><li><a href=/about rel="nofollow noopener noreferrer">About Us</a></ul></div></footer></div>

‎CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
cortexjs.io
1+
cortexjs.io

0 commit comments

Comments
 (0)
Please sign in to comment.