Skip to content

Commit f3cb90e

Browse files
committed
Deploying to gh-pages from @ 67c226a 🚀
1 parent 1ea7e31 commit f3cb90e

119 files changed

Lines changed: 9583 additions & 0 deletions

File tree

Some content is hidden

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

previews/PR43/.nojekyll

Whitespace-only changes.

previews/PR43/404.html

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
<!doctype html>
2+
3+
<html lang="en">
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1">
7+
8+
9+
<script defer data-domain="juliaparallel.org" src="https://plausible.io/js/plausible.js"></script>
10+
<link rel="stylesheet" href="/previews/PR43/css/franklin.css">
11+
<link rel="stylesheet" href="/previews/PR43/css/minimal-mistakes.css">
12+
<link rel="stylesheet" href="/previews/PR43/css/adjust.css">
13+
<link rel="icon" href="/previews/PR43/assets/favicon.png">
14+
15+
16+
<title>404</title>
17+
18+
19+
</head>
20+
<body class="layout--single">
21+
<div class="masthead">
22+
<div class="masthead__inner-wrap">
23+
<div class="masthead__menu">
24+
<nav id="site-nav" class="greedy-nav">
25+
<img class="jp-logo" src="/previews/PR43/assets/logo.png"/>
26+
<a class="site-title" href="/previews/PR43/">JuliaParallel</a>
27+
<ul class="visible-links">
28+
<li class="masthead__menu-item"><a href="/previews/PR43/news/">News</a></li>
29+
<li class="masthead__menu-item"><a href="/previews/PR43/resources/">Resources</a></li>
30+
<li class="masthead__menu-item"><a href="/previews/PR43/tutorials/">Tutorials</a></li>
31+
<li class="masthead__menu-item"><a href="https://github.com/JuliaParallel">Github</a></li>
32+
</ul>
33+
<button class="greedy-nav__toggle hidden" type="button">
34+
<span class="visually-hidden">Toggle menu</span>
35+
<div class="navicon"></div>
36+
</button>
37+
<ul class="hidden-links hidden"></ul>
38+
</nav>
39+
</div>
40+
</div>
41+
</div>
42+
43+
<div class="initial-content">
44+
<div id="main" role="main">
45+
46+
47+
48+
<div class="franklin-content" >
49+
<div style="margin-top: 40px; font-size: 40px; text-align: center;">
50+
51+
<br>
52+
53+
<div style="font-weight: bold;">
54+
404
55+
</div>
56+
57+
<br>
58+
<br>
59+
60+
The requested page was not found
61+
62+
<br>
63+
<br>
64+
<br>
65+
<br>
66+
67+
<div style="margin-bottom: 300px; font-size: 24px">
68+
<a href="/previews/PR43/">Click here</a> to go back to the homepage.
69+
</div>
70+
71+
</div>
72+
73+
74+
</div>
75+
76+
77+
</div>
78+
</div>
79+
80+
<div class="page__footer">
81+
<footer>
82+
83+
84+
<div class="page__footer-follow">
85+
<ul class="social-icons">
86+
<li><strong>Follow:</strong></li>
87+
88+
<li><a href="https://github.com/JuliaParallel" rel="nofollow noopener noreferrer"><i class="fab fa-fw fa-github" aria-hidden="true"></i> GitHub</a></li>
89+
</ul>
90+
</div>
91+
<div class="page__footer-copyright">&copy; JuliaParallel. Powered by <a href="https://github.com/tlienart/Franklin.jl">Franklin</a>, <a href="https://mademistakes.com/work/minimal-mistakes-jekyll-theme/" rel="nofollow">Minimal Mistakes</a>, and <a href="https://julia.mit.edu" rel="nofollow">Julia Lab</a>.</div>
92+
</footer>
93+
</div>
94+
95+
<script src="/previews/PR43/libs/minimal-mistakes/main.min.js"></script>
96+
<script defer src="https://use.fontawesome.com/releases/v5.8.2/js/all.js" integrity="sha384-DJ25uNYET2XCl5ZF++U8eNxPWqcKohUUBUpKGlNLMchM7q4Wjg2CUpjHLaL8yYPH" crossorigin="anonymous"></script>
97+
98+
99+
100+
</body>
101+
</html>

previews/PR43/LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2021 JuliaParallel
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

0 commit comments

Comments
 (0)