Skip to content
Open
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
10 changes: 6 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
</header>
-->
<main>
<div class="position-relative overflow-hidden p-3 p-md-5 m-md-3 text-center bg-light">
<div class="col-md-5 p-lg-5 mx-auto my-5">
<div class="position-relative overflow-hidden p-3 text-center bg-light">
<div class="col-md-5 mx-auto my-5">
<h1 class="display-4 fw-normal">Waterproof</h1>
<p class="lead fw-normal">An educational tool for proving mathematical statements!</p>
</div>
Expand Down Expand Up @@ -117,6 +117,8 @@ <h2 class="featurette-heading">Install locally</h2>
<p class="lead">
Install the waterproof extension from the <a class="link-primary" href="https://marketplace.visualstudio.com/items?itemName=waterproof-tue.waterproof">VSCode marketplace</a> or from within VSCode and follow the instructions there.
</p>
<h2 class="featurette-heading">Get in touch</h2>
<p class="lead">If you encounter any problems with Waterproof, want to request a feature, or just want to chat, feel free to join us on <a class="link-primary" href="https://waterproof.zulipchat.com">Zulip</a>.</p>
</div>
<div class="col-md-7 order-md-1">
<img class="wp-image-border" src="assets/Waterproof-vscode-screenshot.png" alt="Example screenshot of notebook" width=530>
Expand All @@ -135,10 +137,10 @@ <h2 class="featurette-heading">Install locally</h2>
<img src="assets/druppel.png" width=100 height=100/>
</div>
<div class="col-6 col-lg">
<h5>Github source</h5>
<h5>GitHub source</h5>
<ul class="list-unstyled text-small">
<li><a class="link-secondary" href="https://github.com/impermeable/waterproof-vscode">Waterproof (VSCode extension)</a></li>
<li><a class="link-secondary" href="https://github.com/impermeable/coq-waterproof">Coq-waterproof (Custom proof language)</a></li>
<li><a class="link-secondary" href="https://github.com/impermeable/rocq-waterproof">Rocq-waterproof (Custom proof language)</a></li>
<li><a class="link-secondary" href="https://github.com/impermeable/waterproof-exercise-sheets">Waterproof exercise sheets</a></li>
<li><a class="link-secondary" href="https://github.com/impermeable">Impermeable</a></li>
<li><a class="link-secondary" href="https://github.com/impermeable/impermeable.github.io">This site</a></li>
Expand Down