webpage style for printing
This commit is contained in:
parent
a2e69ab321
commit
6f216b07b4
2 changed files with 168 additions and 3 deletions
|
|
@ -20,7 +20,9 @@
|
|||
<body>
|
||||
|
||||
<div id="alt">
|
||||
<img style="clear:left;"
|
||||
<img
|
||||
id="logo"
|
||||
style="clear:left;"
|
||||
src="website/paradiseo_logo_200px.png"
|
||||
srcset="website/paradiseo_logo.svg"
|
||||
width="100%"
|
||||
|
|
@ -158,7 +160,7 @@
|
|||
</div>
|
||||
|
||||
<!-- <iframe class="code" src="website/t-minimal-cmaes.cpp.html"></iframe> -->
|
||||
<p class="code">
|
||||
<p class="code" id="cmaes">
|
||||
<code class='vimCodeElement'>
|
||||
<span id="L1" class="LineNr"> 1 </span><span class="Include">#include </span><span class="String"><eo></span>
|
||||
<span id="L2" class="LineNr"> 2 </span><span class="Include">#include </span><span class="String"><edo></span>
|
||||
|
|
@ -284,7 +286,7 @@
|
|||
|
||||
<div id="Why_fullfeatured">
|
||||
<h3>Full-featured</h3>
|
||||
<p class="excerpt"><em class="logo">Paradis<span class="logo_eo">eo</span></em> provides the <em>largest mature codebase</em> of state-of-the-art algorithms, and is focused on (automatically) find the <em>most efficient solvers</em>.</p>
|
||||
<p class="excerpt"><em class="logo">Paradis<span class="logo_eo">eo</span></em> provides the <em>largest mature codebase</em> of state-of-the-art algorithms, and focuses on (automatically) find the <em>most efficient solvers</em>.</p>
|
||||
</div>
|
||||
|
||||
<div id="Why_fullfeatured_details">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue