Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,10 @@
flex: 1;
}
}

#impermeable-logo-button {
height: 1.5em;
width: auto;
vertical-align: top;
margin-right: 0.4em;
}
17 changes: 12 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,18 @@ <h2 class="featurette-heading">Learn to prove mathematical statements. <span cla
<div class="col-md-5 order-md-2">
<h2 class="featurette-heading">Try it out!</h2>
<p class="lead">Complete some exercises online:</p>
<p class="lead">
<a href="https://codespaces.new/impermeable/waterproof-exercise-sheets?quickstart=1">
<img src="https://github.com/codespaces/badge.svg" alt="Open in GitHub Codespaces">
</a>
</p>
<ul id="try-out-online">
<li>
<p class="lead"></p><a href="https://impermeable.github.io/aquarium"><img id="impermeable-logo-button" src="assets/druppel.png" alt="impermeable logo">Directly in the browser</a></p>
</li>
<li>
<p class="lead">
<a href="https://codespaces.new/impermeable/waterproof-exercise-sheets?quickstart=1">
<img src="https://github.com/codespaces/badge.svg" alt="Open in GitHub Codespaces">
</a>
</p>
</li>
</ul>
<h2 class="featurette-heading">VSCode extension</h2>
<p class="lead">Waterproof can be used in VSCode.
</p>
Expand Down