Skip to content

Commit

Permalink
add some more presentations, turn off poptrox
Browse files Browse the repository at this point in the history
  • Loading branch information
julianakwan committed Jul 2, 2024
1 parent 3cc1f6c commit b54b346
Show file tree
Hide file tree
Showing 13 changed files with 18 additions and 19 deletions.
26 changes: 13 additions & 13 deletions assets/js/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,18 +81,18 @@

var $gallery = $('.gallery');

$gallery.poptrox({
baseZIndex: 10001,
useBodyOverflow: false,
usePopupEasyClose: false,
overlayColor: '#1f2328',
overlayOpacity: 0.65,
usePopupDefaultStyling: false,
usePopupCaption: true,
popupLoaderText: '',
windowMargin: 50,
usePopupNav: true
});
// $gallery.poptrox({
// baseZIndex: 10001,
// useBodyOverflow: false,
// usePopupEasyClose: false,
// overlayColor: '#1f2328',
// overlayOpacity: 0.65,
// usePopupDefaultStyling: false,
// usePopupCaption: true,
// popupLoaderText: '',
// windowMargin: 50,
// usePopupNav: true
// });

// Hack: Adjust margins when 'small' activates.
breakpoints.on('>small', function() {
Expand Down Expand Up @@ -216,4 +216,4 @@
$window.trigger('resize');
});

})(jQuery);
})(jQuery);
Binary file modified images/programme/Monday.pdf
Binary file not shown.
Binary file added images/programme/Thursday.pdf
Binary file not shown.
Binary file added images/programme/Tuesday.pdf
Binary file not shown.
Binary file added images/programme/Wednesday.pdf
Binary file not shown.
11 changes: 5 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -128,23 +128,22 @@ <h2>Programme</h2>
<p> Registration for the AMReX meeting includes a workshop dinner which will be held at <a href="https://galleriacambridge.co.uk/">Galleria</a> at 7pm on Monday 24 June.
</p>
<p> Registration for the GRTL collaboration meeting also includes a workshop dinner at 7.30pm on Wednesday 27 June at the Fellows Dining Room at Murray Edwards College. </p>
<p>
All talks will be held in <a href="images/programme/Monday.pdf">MR5</a> in Pavillion A, Centre for Mathematical Sciences. Click on the images below for the workshop programme: </p>
<p> Click on the images below for the workshop programme: </p>
</header>

<!-- Gallery -->
<div class="gallery">
<article class="from-left">
<a href="images/programme/Monday.001.jpeg" class="image fit"><img src="images/programme/Monday.png" title="Monday June 24" alt="" /></a>
<a href="images/programme/Monday.pdf" class="image fit"><img src="images/programme/Monday.png" title="Monday June 24" alt="" /></a>
</article>
<article class="from-right">
<a href="images/programme/Tuesday.001.jpeg" class="image fit"><img src="images/programme/tuesday.jpg" title="Tuesday June 25" alt="" /></a>
<a href="images/programme/Tuesday.pdf" class="image fit"><img src="images/programme/tuesday.jpg" title="Tuesday June 25" alt="" /></a>
</article>
<article class="from-left">
<a href="images/programme/Wednesday.001.jpeg" class="image fit"><img src="images/programme/Wednesday.jpeg" title="Wednesday June 26" alt="" /></a>
<a href="images/programme/Wednesday.pdf" class="image fit"><img src="images/programme/Wednesday.jpeg" title="Wednesday June 26" alt="" /></a>
</article>
<article class="from-right">
<a href="images/programme/Thursday.001.jpeg" class="image fit"><img src="images/programme/Thursday.png" title="Thursday June 27" alt="" /></a>
<a href="images/programme/Thursday.pdf" class="image fit"><img src="images/programme/Thursday.png" title="Thursday June 27" alt="" /></a>
</article>
</div>

Expand Down
Binary file added presentations/claire-rigouzzo.pdf
Binary file not shown.
Binary file added presentations/daniel-arndt.pdf
Binary file not shown.
Binary file added presentations/juliana-kwan-wednesday.pdf
Binary file not shown.
Binary file added presentations/maxime-delorme-arnaud-durocher.pdf
Binary file not shown.
Binary file added presentations/miren-radia.pdf
Binary file not shown.
Binary file added presentations/tom-deakin.pdf
Binary file not shown.
Binary file added presentations/yoann-launay.pdf
Binary file not shown.

0 comments on commit b54b346

Please sign in to comment.