commit 93521062427dc9651221d63d1867a699ccfaf963
parent d66ecd9b44488eba6d10bf1d5857b1a63a83a3f1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date: Tue, 7 Nov 2017 10:17:48 +0100
Small update of the about page
Diffstat:
2 files changed, 41 insertions(+), 15 deletions(-)
diff --git a/about.html.in b/about.html.in
@@ -1,19 +1,11 @@
<header>
- <!--h1>Home</h1-->
</header>
-<div style=
- "float: left;
- font-variant: small-caps;
- padding: 1.5em 2.5em 1.5em 1.5em;
- margin: 0;
- text-align: center;
- color: #777"
->
- <h1 style="padding-top: 0.5em; margin: 0">
- <a style="color: #000; text-decoration:none"
- href="https://www.meso-star.com/">|Méso|Star></a></h1>
+<div id=title>
+ <h1><a href="https://www.meso-star.com/">|Méso|Star></a></h1>
Understanding complex systems
+ <hr>
+ <h2>Projects & codes</h2>
</div>
<p>At <a href=https://www.meso-star.com/>|Méso|Star></a> we develop
@@ -27,7 +19,7 @@ scientists worked on and with the developed codes. They are also the ones
doing the technical and scientific support and documentation. When you need
help, you talk to the right person.</p>
-<p>Following the "do one things, and do it well" paradigm, each solver is
+<p>Following the "do one thing, and do it well" paradigm, each solver is
<b>custom-made</b> for its specific purpose only: they expose a straight
interface to their core functionalities, perform the computation to which they
were designed and that's all. They presume nothing about the creation of the
@@ -40,8 +32,8 @@ href=https://en.wikipedia.org/wiki/Copyleft>copyleft</a> licences. You can freel
study, modify or extend them. You are also welcome to redistribute them under
certain conditions. Refer to their associated licence for details.</p>
-<p>This site lists some of our realisations. You can find all about them onto
-their associated web pages and since they are <b>publicly available</b> you can
+<p>This site lists some of our <b>realisations</b>. You can find all about them onto
+their associated sections and since they are <b>publicly available</b> you can
download and try them easily. If you have any questions or want more support,
please <a href="mailto:contact@meso-star.com">contact us</a>. For more
informations on |Méso|Star> and our offers you can also visit our main <a
diff --git a/meso.css b/meso.css
@@ -222,6 +222,40 @@ hr {
}
/*******************************************************************************
+ * Main title
+ ******************************************************************************/
+#title {
+ float: left;
+ font-variant: small-caps;
+ padding: 1.5em 2.5em 1.5em 1.5em;
+ margin: 0;
+ text-align: center;
+ color: #777777;
+}
+
+#title h1 {
+ padding-top: 0.5em;
+ margin: 0;
+}
+
+#title hr {
+ width: 30%;
+ padding-top: 1em;
+}
+
+#title h2 {
+ color: #000000;
+ padding: 0;
+ margin-bottom: 0;
+ border-bottom: none;
+}
+
+#title a {
+ color: #000000;
+ text-decoration: none;
+}
+
+/*******************************************************************************
* Table
******************************************************************************/
td {