Skip to content

Commit

Permalink
add a questions slide (in _includes/slides)
Browse files Browse the repository at this point in the history
  • Loading branch information
benswift committed Sep 30, 2019
1 parent d764055 commit 86a1052
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions _includes/slides/questions.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
<section class="center" data-background-image="{% asset 'images/talks/all/camylla-battani-AoqgGAqrLpU-unsplash.jpg' @path %}">

<style>
#contact-details {
font-size: 2.5vw;
font-family: monospace;
list-style: none;
display: table;
margin: 50vh auto 0 0;
}

#contact-details li {
background: rgba(255, 255, 255, 0.75);
padding: 0.2em 0.4em;
}
</style>

<ul id="contact-details">

<li style="background: rgba(255, 255, 255, 0.75); margin-bottom: 0.5em;"><a href="mailto:ben.swift@anu.edu.au">ben.swift@anu.edu.au</a></li>
<li><a href="https://benswift.me">https://benswift.me</a></li>

</ul>

</section>
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 86a1052

Please sign in to comment.