Skip to content

Commit 3e48ccd

Browse files
author
Travis-CI autobuild
committed
[AUTO-COMMIT] Build the website
[ci skip]
1 parent 100203b commit 3e48ccd

File tree

4 files changed

+88
-76
lines changed

4 files changed

+88
-76
lines changed

contact/index.html

+22-17
Original file line numberDiff line numberDiff line change
@@ -55,23 +55,28 @@
5555
<div class="jumbotron"></div>
5656
<div class="container">
5757
<h1>Contact us</h1>
58-
<p>You can contact the lumol's developer by email at
59-
<!-- Obfuscated email, using javascript -->
60-
<script>document.write(
61-
'<'+'a'+' '+'h'+'r'+'e'+'f'+'='+"'"+'m'+'a'+'&'+'#'+'1'+'0'+'5'+';'+
62-
'l'+'t'+'&'+'#'+'1'+'1'+'1'+';'+'&'+'#'+'5'+'8'+';'+'c'+'&'+'#'+'1'+
63-
'1'+'1'+';'+'%'+'6'+'E'+'&'+'#'+'1'+'1'+'6'+';'+'%'+'&'+'#'+'5'+'4'+
64-
';'+'&'+'#'+'4'+'9'+';'+'%'+'6'+'3'+'t'+'%'+'4'+'&'+'#'+'4'+'8'+';'+
65-
'%'+'6'+'C'+'u'+'&'+'#'+'1'+'0'+'9'+';'+'o'+'l'+'&'+'#'+'4'+'6'+';'+
66-
'&'+'#'+'1'+'1'+'1'+';'+'&'+'#'+'1'+'1'+'4'+';'+'g'+"'"+'>'+'c'+'o'+
67-
'&'+'#'+'1'+'1'+'0'+';'+'t'+'&'+'#'+'9'+'7'+';'+'c'+'t'+'&'+'#'+'6'+
68-
'4'+';'+'l'+'u'+'m'+'o'+'l'+'&'+'#'+'4'+'6'+';'+'o'+'&'+'#'+'1'+'1'+
69-
'4'+';'+'g'+'<'+'/'+'a'+'>');
70-
</script>
71-
<noscript>[Turn on JavaScript to see the email address]</noscript>.
72-
You can also use the project <a href="https://gitter.im/lumol-org/lumol">
73-
chat room</a> to ask any question.
74-
</p>
58+
<p>
59+
You can contact the lumol's developer by email at
60+
<!-- Obfuscated email, using javascript -->
61+
<script>
62+
document.write(
63+
// prettier-ignore
64+
'<a'+' '+'h'+'r'+'e'+'f'+'='+"'"+'m'+'a'+'&'+'#'+'1'+'0'+'5'+';'+
65+
'lt'+'&'+'#'+'1'+'1'+'1'+';'+'&'+'#'+'5'+'8'+';'+'c'+'&'+'#'+'1'+
66+
'11'+';'+'%'+'6'+'E'+'&'+'#'+'1'+'1'+'6'+';'+'%'+'&'+'#'+'5'+'4'+
67+
';&'+'#'+'4'+'9'+';'+'%'+'6'+'3'+'t'+'%'+'4'+'&'+'#'+'4'+'8'+';'+
68+
'%6'+'C'+'u'+'&'+'#'+'1'+'0'+'9'+';'+'o'+'l'+'&'+'#'+'4'+'6'+';'+
69+
'&#'+'1'+'1'+'1'+';'+'&'+'#'+'1'+'1'+'4'+';'+'g'+"'"+'>'+'c'+'o'+
70+
'&#'+'1'+'1'+'0'+';'+'t'+'&'+'#'+'9'+'7'+';'+'c'+'t'+'&'+'#'+'6'+
71+
'4;'+'l'+'u'+'m'+'o'+'l'+'&'+'#'+'4'+'6'+';'+'o'+'&'+'#'+'1'+'1'+
72+
'4;'+'g'+'<'+'/'+'a'+'>'
73+
);
74+
</script>
75+
<noscript>[Turn on JavaScript to see the email address]</noscript>. You can
76+
also use the project
77+
<a href="https://gitter.im/lumol-org/lumol"> chat room</a> to ask any
78+
question.
79+
</p>
7580
</div>
7681

7782
</div>

error/index.html

+11-12
Original file line numberDiff line numberDiff line change
@@ -76,18 +76,17 @@ <h1>We're sorry!</h1>
7676
</body>
7777

7878

79-
<script type="text/javascript" charset="utf-8">
80-
$(document).ready(function() {
79+
<script type="text/javascript" charset="utf-8">
80+
$(document).ready(function () {
81+
// Add the missing url to the text
82+
$("#url").text(window.location.pathname);
8183

82-
// Add the missing url to the text
83-
$("#url").text(window.location.pathname);
84-
85-
// Fix the css locations dynamically
86-
$("head link").each(function() {
87-
for (var i=0; i<window.location.pathname.split(/\//g).length-2; i++)
88-
$(this).attr("href", "../" + $(this).attr("href"));
89-
});
90-
})
91-
</script>
84+
// Fix the css locations dynamically
85+
$("head link").each(function () {
86+
for (var i = 0; i < window.location.pathname.split(/\//g).length - 2; i++)
87+
$(this).attr("href", "../" + $(this).attr("href"));
88+
});
89+
});
90+
</script>
9291

9392
</html>

index.html

+53-45
Original file line numberDiff line numberDiff line change
@@ -64,77 +64,85 @@ <h2>An extensible molecular simulation engine</h2>
6464
<div class="col-lg-3 square-1">
6565
<h2>Flexible</h2>
6666
<p>
67-
Using Lumol, you can run all kind of simulations: from proteins
68-
molecular dynamics to Grand Canonical Monte Carlo adsorption in zeolites.
67+
Using Lumol, you can run all kind of simulations: from proteins
68+
molecular dynamics to Grand Canonical Monte Carlo adsorption in
69+
zeolites.
6970
</p>
7071
</div>
7172

7273
<div class="col-lg-3 square-2">
7374
<h2>Extendable</h2>
7475
<p>
75-
Lumol is built around an extendable core, you easily add your own
76-
simulation algorithms to the code: new potentials, new Monte Carlo
77-
moves, new molecular dynamics integrators, …
76+
Lumol is built around an extendable core, you easily add your own
77+
simulation algorithms to the code: new potentials, new Monte Carlo
78+
moves, new molecular dynamics integrators, …
7879
</p>
7980
</div>
8081

8182
<div class="col-lg-3 square-3">
8283
<h2>Reliable</h2>
8384
<p>
84-
The code is continuously tested and developed using moderns
85-
developement technics. It will never segfault or corrupt memory, and
86-
any crash is considered as a bug.
85+
The code is continuously tested and developed using moderns developement
86+
technics. It will never segfault or corrupt memory, and any crash is
87+
considered as a bug.
8788
</p>
8889
</div>
8990

9091
<div class="col-lg-3 square-4">
9192
<h2>Easy to use</h2>
9293
<p>
93-
Lumol provide ready to use command line tools with a nice input format,
94-
and is extensively documented: from user manual to developer reference.
94+
Lumol provide ready to use command line tools with a nice input format,
95+
and is extensively documented: from user manual to developer reference.
9596
</p>
9697
</div>
9798
</div>
9899
</div>
99100

100101
<div class="container">
101-
<div class="row">
102-
<h1>Installation</h1>
103-
<p>
104-
Lumol is in alpha state, but you can already try it and send us some
105-
feedback so that we can improve it. Copy and paste the line below in
106-
a terminal.
107-
</p>
108-
<pre class="install"><p>cargo install --git https://github.com/lumol-org/lumol</p></pre>
109-
<p>
110-
You will need a <a href="http://rust-lang.org/"> Rust compiler</a>
111-
and an internet connection. Next step is to try the examples from
112-
the <a href="https://lumol-org.github.io/lumol/latest/book/"> user
113-
manual </a>, and run your own simulations.
114-
</p>
115-
</div>
102+
<div class="row">
103+
<h1>Installation</h1>
104+
<p>
105+
Lumol is in alpha state, but you can already try it and send us some
106+
feedback so that we can improve it. Copy and paste the line below in a
107+
terminal.
108+
</p>
109+
<pre
110+
class="install"
111+
><p>cargo install --git https://github.com/lumol-org/lumol lumol</p></pre>
112+
<p>
113+
You will need a <a href="http://rust-lang.org/"> Rust compiler</a> and an
114+
internet connection. Next step is to try the examples from the
115+
<a href="https://lumol-org.github.io/lumol/latest/book/"> user manual </a
116+
>, and run your own simulations.
117+
</p>
118+
</div>
116119

117-
<div class="row">
118-
<h1>Getting help</h1>
119-
<p>
120-
We have a <a href="https://gitter.im/lumol-org/lumol"> chat room
121-
</a> where you can ask your questions and get some help with the
122-
code. Do not hesitate to come by and say hi!
123-
</p>
124-
</div>
120+
<div class="row">
121+
<h1>Getting help</h1>
122+
<p>
123+
We have a
124+
<a href="https://gitter.im/lumol-org/lumol"> chat room </a> where you can
125+
ask your questions and get some help with the code. Do not hesitate to
126+
come by and say hi!
127+
</p>
128+
</div>
125129

126-
<div class="row">
127-
<h1>Contributing</h1>
128-
<p>
129-
Lumol is open-source and distributed under the BSD license. The code
130-
source is on <a href="https://github.com/lumol-org/lumol"> github
131-
</a>, and we are open to contributions. Please come around on our <a
132-
href="https://gitter.im/lumol-org/lumol"> chat room </a> to discuss
133-
how you can help, or just pick an
134-
<a href="https://github.com/lumol-org/lumol/issues?q=is%3Aissue+is%3Aopen+label%3AE-Easy">
135-
easy issue</a> and send a pull-request!
136-
</p>
137-
</div>
130+
<div class="row">
131+
<h1>Contributing</h1>
132+
<p>
133+
Lumol is open-source and distributed under the BSD license. The code
134+
source is on <a href="https://github.com/lumol-org/lumol"> github </a>,
135+
and we are open to contributions. Please come around on our
136+
<a href="https://gitter.im/lumol-org/lumol"> chat room </a> to discuss how
137+
you can help, or just pick an
138+
<a
139+
href="https://github.com/lumol-org/lumol/issues?q=is%3Aissue+is%3Aopen+label%3AE-Easy"
140+
>
141+
easy issue</a
142+
>
143+
and send a pull-request!
144+
</p>
145+
</div>
138146
</div>
139147

140148
</div>

sitemap.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<urlset xmlns="http://www.google.com/schemas/sitemap/0.84">
33
<url>
4-
<loc>/contact/</loc>
4+
<loc>/</loc>
55
<changefreq>daily</changefreq>
66
<priority>1.0</priority>
77
</url>
88
<url>
9-
<loc>/</loc>
9+
<loc>/contact/</loc>
1010
<changefreq>daily</changefreq>
1111
<priority>1.0</priority>
1212
</url>

0 commit comments

Comments
 (0)