Skip to content
Snippets Groups Projects
Commit 135eb3be authored by orestis.malaspin's avatar orestis.malaspin
Browse files

updates

parent f2da99ba
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,7 @@ static = do
resize :: Rules ()
resize = do
match "img/**.png" $ do
match "img/thumbnails/**.png" $ do
route idRoute
compile $ loadImage
>>= scaleImageCompiler 140 140
......@@ -200,5 +200,6 @@ main = hakyllWith cfg $ do
archive
index
templates
resize
static
hakyll-bootstrap/img/thumbnails/boltzmann.png

628 KiB

......@@ -71,20 +71,19 @@
<div class="row">
<div class="col-lg-4">
<img src="img/boltzmann.png" class="img-circle" data-src="img/boltzmann.png" alt="Generic placeholder image" src='./boltzmann.png'>
<img src="img/thumbnails/boltzmann.png" class="img-circle" data-src="img/boltzmann.png" alt="Generic placeholder image" src='./boltzmann.png'>
<h2>Palabos</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing
elit. Nullam non est in neque luctus eleifend. Sed
tincidunt vestibulum facilisis. Aenean ut pulvinar massa.
<p>The Palabos library is a general-purpose computational fluid dynamics (CFD) library,
with a kernel based on the lattice Boltzmann (LB) method. It is used both as a research
and an engineering tool.
</p>
<p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
</div>
<div class="col-lg-4">
<img class="img-circle" data-src="holder.js/140x140" alt="Generic placeholder image">
<h2>Heading 2</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing
elit. Nullam non est in neque luctus eleifend. Sed
tincidunt vestibulum facilisis. Aenean ut pulvinar massa.
<h2>Pandemic simulation</h2>
<p>Based on the A/B traffic simulation, a pandemic simulation layer
is added for disease propagation.
</p>
<p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
</div>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment