diff --git a/data/gallery.yaml b/data/gallery.yaml index 9e3a03c8b7e9c3444763ef81e8b1f0e97e1e8998..8b38d8d29844abfcc2d58d6e089f2699d492cefc 100644 --- a/data/gallery.yaml +++ b/data/gallery.yaml @@ -31,6 +31,14 @@ cards: img: PMillennium_evolution.png description: "TBD" + - date: June 2020 + title: "Kelvin-Helmholtz instability" + author: Josh Borrow + thumbnail: kelvinHelmholtz_thumbnail.jpeg + img: kelvinHelmholtz.jpeg + description: "TBD" + link: "https://arxiv.org/abs/2012.03974" + - date: December 2018 title: "Santa-Barbara Cluster" author: Matthieu Schaller @@ -39,5 +47,9 @@ cards: description: "TBD" link: "https://arxiv.org/abs/astro-ph/9906160" - - + - date: July 2020 + title: "Shock fronts in EAGLE box" + author: Josh Borrow + thumbnail: shock_map_thumbnail.png + img: shock_map.png + description: "TBD" diff --git a/templates/gallery.html b/templates/gallery.html index e6253dcf9bd01bcd14b93d4b54a516d2abfdd06c..ef0e5853c4d7c0cf380d22bf0c9080f7c7977892 100644 --- a/templates/gallery.html +++ b/templates/gallery.html @@ -51,7 +51,15 @@ {% endfor %} {% for i in range(3 - (cards|length % 3)) %} {# Add extra padding #} <div class="card-pad"></div> - {% endfor %} + {% endfor %} + </div> + <div class="padder"></div> + + <div class="text"> + <br/> + Got some nice SWIFT-made images to share? <a href="contact.html">Contact us!</a> + </div> + <!-- </div> --> <!-- </div> --> </div>