2022-11-02 11:45:11 +00:00
|
|
|
{% extends "source/includes/base.html" %}
|
|
|
|
{% import "source/includes/macros.html" as macros %}
|
|
|
|
|
|
|
|
{% set title = "Re-Nav ↩" %}
|
|
|
|
|
|
|
|
{% block head %}
|
|
|
|
<link rel="stylesheet" href="/scss/re-nav/re-nav.scss">
|
|
|
|
{% endblock %}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
<header class="page-header">
|
|
|
|
<h1>
|
|
|
|
<img src="../assets/re-nav.png" alt="Re-Nav Logo">
|
|
|
|
Re-Nav
|
|
|
|
</h1>
|
|
|
|
<p class="byline">Navigation redirects for the masses.</p>
|
|
|
|
</header>
|
|
|
|
|
|
|
|
<main class="page-main">
|
2022-11-04 13:20:43 +00:00
|
|
|
<p class="store-links">
|
2022-11-02 11:45:11 +00:00
|
|
|
<a title="Get Re-Nav for Firefox"
|
2022-11-04 13:20:43 +00:00
|
|
|
href="https://addons.mozilla.org/firefox/addon/re-nav">
|
2022-11-02 11:45:11 +00:00
|
|
|
<img src="../assets/mozilla-addons.png" alt="Get Re-Nav for Firefox">
|
|
|
|
</a>
|
|
|
|
<a title="Get Re-Nav for Chrome"
|
2022-11-04 13:20:43 +00:00
|
|
|
href="https://chrome.google.com/webstore/detail/efjignaelidacjdhleaojfmkklganjjb">
|
2022-11-02 11:45:11 +00:00
|
|
|
<img src="../assets/chrome-web-store.png" alt="Get Re-Nav for Chrome">
|
|
|
|
</a>
|
|
|
|
<a title="Get Re-Nav for Edge"
|
2022-11-04 13:20:43 +00:00
|
|
|
href="https://microsoftedge.microsoft.com/addons/detail/efnkhmlaemggdlpalglioeolbbhfpiic">
|
2022-11-02 11:45:11 +00:00
|
|
|
<img src="../assets/microsoft.png" alt="Get Re-Nav for Edge">
|
|
|
|
</a>
|
2022-11-04 13:20:43 +00:00
|
|
|
</p>
|
2022-11-02 11:45:11 +00:00
|
|
|
|
|
|
|
<img class="screenshot" alt="Re-Nav Screenshot" title="Re-Nav Screenshot"
|
|
|
|
src="../assets/re-nav-screenshot.png">
|
2022-11-04 13:25:53 +00:00
|
|
|
|
|
|
|
<p class="timasomo-2022">
|
|
|
|
Re-Nav was created in one month during
|
|
|
|
<a href="https://tildes.net/~creative.timasomo/12ua/timasomo_2022_roll_call#comment-7htb">TiMaSoMo 2022</a>!
|
|
|
|
</p>
|
2022-11-02 11:45:11 +00:00
|
|
|
</main>
|
|
|
|
|
|
|
|
<footer class="page-footer">
|
|
|
|
©
|
|
|
|
<a href="https://git.bauke.xyz/Holllo/re-nav">AGPL-3.0-or-later</a>
|
|
|
|
💖
|
|
|
|
<a href="mailto:helllo@holllo.org">helllo@holllo.org</a>
|
|
|
|
</footer>
|
|
|
|
{% endblock %}
|