Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
H
homepage
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Alexis Durgnat
homepage
Commits
135eb3be
Commit
135eb3be
authored
4 years ago
by
orestis.malaspin
Browse files
Options
Downloads
Patches
Plain Diff
updates
parent
f2da99ba
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
hakyll-bootstrap/Main.hs
+2
-1
2 additions, 1 deletion
hakyll-bootstrap/Main.hs
hakyll-bootstrap/img/thumbnails/boltzmann.png
+0
-0
0 additions, 0 deletions
hakyll-bootstrap/img/thumbnails/boltzmann.png
hakyll-bootstrap/index.html
+7
-8
7 additions, 8 deletions
hakyll-bootstrap/index.html
with
9 additions
and
9 deletions
hakyll-bootstrap/Main.hs
+
2
−
1
View file @
135eb3be
...
...
@@ -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
This diff is collapsed.
Click to expand it.
hakyll-bootstrap/img/thumbnails/boltzmann.png
0 → 100644
+
0
−
0
View file @
135eb3be
628 KiB
This diff is collapsed.
Click to expand it.
hakyll-bootstrap/index.html
+
7
−
8
View file @
135eb3be
...
...
@@ -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
»
</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
»
</a></p>
</div>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment