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 ...@@ -71,7 +71,7 @@ static = do
resize :: Rules () resize :: Rules ()
resize = do resize = do
match "img/**.png" $ do match "img/thumbnails/**.png" $ do
route idRoute route idRoute
compile $ loadImage compile $ loadImage
>>= scaleImageCompiler 140 140 >>= scaleImageCompiler 140 140
...@@ -200,5 +200,6 @@ main = hakyllWith cfg $ do ...@@ -200,5 +200,6 @@ main = hakyllWith cfg $ do
archive archive
index index
templates templates
resize
static static
hakyll-bootstrap/img/thumbnails/boltzmann.png

628 KiB

...@@ -71,20 +71,19 @@ ...@@ -71,20 +71,19 @@
<div class="row"> <div class="row">
<div class="col-lg-4"> <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> <h2>Palabos</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing <p>The Palabos library is a general-purpose computational fluid dynamics (CFD) library,
elit. Nullam non est in neque luctus eleifend. Sed with a kernel based on the lattice Boltzmann (LB) method. It is used both as a research
tincidunt vestibulum facilisis. Aenean ut pulvinar massa. and an engineering tool.
</p> </p>
<p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p> <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
</div> </div>
<div class="col-lg-4"> <div class="col-lg-4">
<img class="img-circle" data-src="holder.js/140x140" alt="Generic placeholder image"> <img class="img-circle" data-src="holder.js/140x140" alt="Generic placeholder image">
<h2>Heading 2</h2> <h2>Pandemic simulation</h2>
<p>Lorem ipsum dolor sit amet, consectetur adipiscing <p>Based on the A/B traffic simulation, a pandemic simulation layer
elit. Nullam non est in neque luctus eleifend. Sed is added for disease propagation.
tincidunt vestibulum facilisis. Aenean ut pulvinar massa.
</p> </p>
<p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p> <p><a class="btn btn-default" href="#" role="button">View details &raquo;</a></p>
</div> </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