Skip to content

Commit 742751f

Browse files
author
Travis-CI autobuild
committed
[AUTO-COMMIT] Build the website
[ci skip]
1 parent 0ca2efc commit 742751f

26 files changed

+12454
-0
lines changed

android-chrome-192x192.png

8.71 KB
Loading

android-chrome-512x512.png

26.3 KB
Loading

apple-touch-icon.png

8.34 KB
Loading

browserconfig.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<browserconfig>
3+
<msapplication>
4+
<tile>
5+
<square150x150logo src="/mstile-150x150.png"/>
6+
<TileColor>#da532c</TileColor>
7+
</tile>
8+
</msapplication>
9+
</browserconfig>

contact/index.html

Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
<!DOCTYPE html>
2+
<html class="no-js">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
<title>Lumol molecular simulation engine</title>
7+
<meta name="description" content="">
8+
<meta name="viewport" content="width=device-width">
9+
<link rel="canonical" href="" />
10+
11+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
12+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
13+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
14+
<link rel="manifest" href="/manifest.json">
15+
<meta name="theme-color" content="#ffffff">
16+
17+
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
18+
<link rel="stylesheet" href="/static/css/main.css">
19+
</head>
20+
21+
<body>
22+
<div class="navbar navbar-inverse navbar-fixed-top">
23+
<div class="container">
24+
<div class="navbar-header">
25+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
26+
<span class="icon-bar"></span>
27+
<span class="icon-bar"></span>
28+
<span class="icon-bar"></span>
29+
</button>
30+
<a class="navbar-brand" href="/">
31+
<img src="/static/images/lumol.png" alt="Logo" class="logo">
32+
</a>
33+
</div>
34+
<div class="navbar-collapse collapse">
35+
<ul class="nav navbar-nav">
36+
<li class=""><a href="/">Home</a></li>
37+
<li class="dropdown">
38+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
39+
<ul class="dropdown-menu">
40+
<li><a href="http://lumol-org.github.io/lumol/latest/book/">User manual</a></li>
41+
<li><a href="http://lumol-org.github.io/lumol/latest/lumol/">Developer reference</a></li>
42+
</ul>
43+
<li><a href="https://github.com/lumol-org/lumol">Github</a></li>
44+
</li>
45+
<li class="active"><a href="/contact/">Contact</a></li>
46+
</ul>
47+
</div><!--/.navbar-collapse -->
48+
</div>
49+
</div>
50+
51+
52+
53+
<div class="jumbotron">
54+
<div class="container">
55+
<h1>Make this a contact form!</h1>
56+
<p>Give your contact info, or use a SaaS solution to add dynamic contact forms to your static website.</p>
57+
</div>
58+
</div>
59+
60+
61+
<script src="/static/js/vendor/jquery-1.10.1.js"></script>
62+
<script src="/static/js/vendor/bootstrap.js"></script>
63+
<script src="/static/js/main.js"></script>
64+
</body>
65+
66+
67+
68+
</html>

error/index.html

Lines changed: 81 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,81 @@
1+
<!DOCTYPE html>
2+
<html class="no-js">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
<title>Lumol molecular simulation engine</title>
7+
<meta name="description" content="">
8+
<meta name="viewport" content="width=device-width">
9+
<link rel="canonical" href="" />
10+
11+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
12+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
13+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
14+
<link rel="manifest" href="/manifest.json">
15+
<meta name="theme-color" content="#ffffff">
16+
17+
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
18+
<link rel="stylesheet" href="/static/css/main.css">
19+
</head>
20+
21+
<body>
22+
<div class="navbar navbar-inverse navbar-fixed-top">
23+
<div class="container">
24+
<div class="navbar-header">
25+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
26+
<span class="icon-bar"></span>
27+
<span class="icon-bar"></span>
28+
<span class="icon-bar"></span>
29+
</button>
30+
<a class="navbar-brand" href="/">
31+
<img src="/static/images/lumol.png" alt="Logo" class="logo">
32+
</a>
33+
</div>
34+
<div class="navbar-collapse collapse">
35+
<ul class="nav navbar-nav">
36+
<li class=""><a href="/">Home</a></li>
37+
<li class="dropdown">
38+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
39+
<ul class="dropdown-menu">
40+
<li><a href="http://lumol-org.github.io/lumol/latest/book/">User manual</a></li>
41+
<li><a href="http://lumol-org.github.io/lumol/latest/lumol/">Developer reference</a></li>
42+
</ul>
43+
<li><a href="https://github.com/lumol-org/lumol">Github</a></li>
44+
</li>
45+
<li class=""><a href="/contact/">Contact</a></li>
46+
</ul>
47+
</div><!--/.navbar-collapse -->
48+
</div>
49+
</div>
50+
51+
52+
53+
<div class="jumbotron">
54+
<div class="container">
55+
<h1>We're sorry!</h1>
56+
<p>The page <b id="url"></b> could not be found on this server.</p>
57+
</div>
58+
</div>
59+
60+
61+
<script src="/static/js/vendor/jquery-1.10.1.js"></script>
62+
<script src="/static/js/vendor/bootstrap.js"></script>
63+
<script src="/static/js/main.js"></script>
64+
</body>
65+
66+
67+
<script type="text/javascript" charset="utf-8">
68+
$(document).ready(function() {
69+
70+
// Add the missing url to the text
71+
$("#url").text(window.location.pathname);
72+
73+
// Fix the css locations dynamically
74+
$("head link").each(function() {
75+
for (var i=0; i<window.location.pathname.split(/\//g).length-2; i++)
76+
$(this).attr("href", "../" + $(this).attr("href"));
77+
});
78+
})
79+
</script>
80+
81+
</html>

favicon-16x16.png

1.48 KB
Loading

favicon-32x32.png

2.14 KB
Loading

favicon.ico

14.7 KB
Binary file not shown.

index.html

Lines changed: 142 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,142 @@
1+
<!DOCTYPE html>
2+
<html class="no-js">
3+
<head>
4+
<meta charset="utf-8">
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
6+
<title>Lumol molecular simulation engine</title>
7+
<meta name="description" content="">
8+
<meta name="viewport" content="width=device-width">
9+
<link rel="canonical" href="" />
10+
11+
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
12+
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
13+
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
14+
<link rel="manifest" href="/manifest.json">
15+
<meta name="theme-color" content="#ffffff">
16+
17+
<link rel="stylesheet" href="/static/css/bootstrap.min.css">
18+
<link rel="stylesheet" href="/static/css/main.css">
19+
</head>
20+
21+
<body>
22+
<div class="navbar navbar-inverse navbar-fixed-top">
23+
<div class="container">
24+
<div class="navbar-header">
25+
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
26+
<span class="icon-bar"></span>
27+
<span class="icon-bar"></span>
28+
<span class="icon-bar"></span>
29+
</button>
30+
<a class="navbar-brand" href="/">
31+
<img src="/static/images/lumol.png" alt="Logo" class="logo">
32+
</a>
33+
</div>
34+
<div class="navbar-collapse collapse">
35+
<ul class="nav navbar-nav">
36+
<li class="active"><a href="/">Home</a></li>
37+
<li class="dropdown">
38+
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Documentation <b class="caret"></b></a>
39+
<ul class="dropdown-menu">
40+
<li><a href="http://lumol-org.github.io/lumol/latest/book/">User manual</a></li>
41+
<li><a href="http://lumol-org.github.io/lumol/latest/lumol/">Developer reference</a></li>
42+
</ul>
43+
<li><a href="https://github.com/lumol-org/lumol">Github</a></li>
44+
</li>
45+
<li class=""><a href="/contact/">Contact</a></li>
46+
</ul>
47+
</div><!--/.navbar-collapse -->
48+
</div>
49+
</div>
50+
51+
52+
53+
<div class="jumbotron header">
54+
<div class="container">
55+
<h1>Lumol</h1>
56+
<h2>An extensible molecular simulation engine</h2>
57+
</div>
58+
</div>
59+
60+
<div class="container">
61+
<div class="row row-squares">
62+
<div class="col-lg-3 square-1">
63+
<h2>Flexible</h2>
64+
<p>
65+
Using Lumol, you can run all kind of simulations: from proteins
66+
molecular dynamics to Grand Canonical Monte Carlo adsorption in zeolites.
67+
</p>
68+
</div>
69+
70+
<div class="col-lg-3 square-2">
71+
<h2>Extendable</h2>
72+
<p>
73+
Lumol is built around an extendable core, you easily add your own
74+
simulation algorithms to the code: new potentials, new Monte Carlo
75+
moves, new molecular dynamics integrators, …
76+
</p>
77+
</div>
78+
79+
<div class="col-lg-3 square-3">
80+
<h2>Reliable</h2>
81+
<p>
82+
The code is continuously tested and developed using moderns
83+
developement technics. It will never segfault or corrupt memory, and
84+
any crash is considered as a bug.
85+
</p>
86+
</div>
87+
88+
<div class="col-lg-3 square-4">
89+
<h2>Easy to use</h2>
90+
<p>
91+
Lumol provide ready to use command line tools with a nice input format,
92+
and is extensively documented: from user manual to developer reference.
93+
</p>
94+
</div>
95+
</div>
96+
97+
<div class="container">
98+
<div class="row">
99+
<h1>Installation</h1>
100+
<p>
101+
Lumol is in alpha state, but you can already try it and send us some
102+
feedback so that we can improve it. Copy and paste the line below in
103+
a terminal.
104+
</p>
105+
<pre class="install"><p>cargo install --git https://github.com/lumol-org/lumol</p></pre>
106+
<p>
107+
You will need a <a href="TODO"> Rust compiler</a> and an internet
108+
connection. Next step is to try the examples from the <a href="TODO">
109+
user manual </a>, and run your own simulations.
110+
</p>
111+
</div>
112+
113+
<div class="row">
114+
<h1>Getting help</h1>
115+
<p>
116+
We have a <a href="https://gitter.im/lumol-org/lumol"> chat room
117+
</a> where you can ask your questions and get some help with the
118+
code. Do not hesitate to come by and say hi!
119+
</p>
120+
</div>
121+
122+
<div class="row">
123+
<h1>Contributing</h1>
124+
<p>
125+
Lumol is open-source and distributed under the BSD license. The code
126+
source is on <a href="https://github.com/lumol-org/lumol"> github
127+
</a>, and we are open to contributions. Please come around on our
128+
<a href="https://gitter.im/lumol-org/lumol"> chat room </a> to
129+
discuss how you can help.
130+
</p>
131+
</div>
132+
</div>
133+
134+
135+
<script src="/static/js/vendor/jquery-1.10.1.js"></script>
136+
<script src="/static/js/vendor/bootstrap.js"></script>
137+
<script src="/static/js/main.js"></script>
138+
</body>
139+
140+
141+
142+
</html>

manifest.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
{
2+
"name": "",
3+
"icons": [
4+
{
5+
"src": "/android-chrome-192x192.png",
6+
"sizes": "192x192",
7+
"type": "image/png"
8+
},
9+
{
10+
"src": "/android-chrome-512x512.png",
11+
"sizes": "512x512",
12+
"type": "image/png"
13+
}
14+
],
15+
"theme_color": "#ffffff",
16+
"background_color": "#ffffff",
17+
"display": "standalone"
18+
}

mstile-150x150.png

6.25 KB
Loading

robots.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
User-agent: *
3+
Disallow:
4+
5+
Sitemap: sitemap.xml
6+

sitemap.xml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
3+
<url>
4+
<loc>/contact/</loc>
5+
<changefreq>daily</changefreq>
6+
<priority>1.0</priority>
7+
</url>
8+
<url>
9+
<loc>/</loc>
10+
<changefreq>daily</changefreq>
11+
<priority>1.0</priority>
12+
</url>
13+
</urlset>

src/plugins/favicons.pyc

699 Bytes
Binary file not shown.

static/css/bootstrap.min.css

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)