diff options
Diffstat (limited to 'fatcat_scholar/templates/base.html')
-rw-r--r-- | fatcat_scholar/templates/base.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/fatcat_scholar/templates/base.html b/fatcat_scholar/templates/base.html index b530c26..e8969d0 100644 --- a/fatcat_scholar/templates/base.html +++ b/fatcat_scholar/templates/base.html @@ -194,12 +194,12 @@ <h3>Internet Archive</h3> <p style="color: rgba(255, 255, 255, 0.5);"> {% trans trimmed %}We are a 501(c)(3) non-profit, building a digital library of Internet sites and other cultural artifacts in digital form.{% endtrans %} - Other projects include <a href="https://web.archive.org">The Wayback Machine</a>, <a href="https://archive.org">archive.org</a> <a href="https://openlibrary.org">openlibrary.org</a> and <a href="https://archive-it.org">archive-it.org</a> + Other projects include <a target="_blank" href="https://web.archive.org">The Wayback Machine</a>, <a target="_blank" href="https://archive.org">archive.org</a> <a target="_blank" href="https://openlibrary.org">openlibrary.org</a> and <a target="_blank" href="https://archive-it.org">archive-it.org</a> <div class="ui horizontal inverted link list"> - <a class="item" href="https://archive.org/about/">{{ _("About Us") }}</a> - <a class="item" href="https://archive.org/about/contact.php">{{ _("Contact Us") }}</a> - <a class="item" href="https://archive.org/about/terms.php">{{ _("Policies") }}</a> - <a class="item" href="https://archive.org/donate">{{ _("Donate") }}</a> + <a class="item" target="_blank" href="https://archive.org/about/">{{ _("About Us") }}</a> + <a class="item" target="_blank" href="https://archive.org/about/contact.php">{{ _("Contact Us") }}</a> + <a class="item" target="_blank" href="https://archive.org/about/terms.php">{{ _("Policies") }}</a> + <a class="item" target="_blank" href="https://archive.org/donate">{{ _("Donate") }}</a> </div> </div> </div> @@ -218,11 +218,11 @@ <div class="three wide column"> <h4 class="ui inverted header">Open Infrastructure</h4> <div class="ui inverted link list"> - <a href="https://fatcat.wiki" class="item">Editable Catalog (Fatcat)</a> - <a href="https://guide.fatcat.wiki" class="item">Contribute</a> - <a href="/api/redoc" class="item">Search API</a> - <a href="https://status.fatcat.wiki" class="item">{{ _("Service Status") }}</a> - <a href="https://github.com/internetarchive/fatcat-scholar" class="item">{{ _("Source Code") }}</a> + <a target="_blank" href="https://fatcat.wiki" class="item">Editable Catalog (Fatcat)</a> + <a target="_blank" href="https://guide.fatcat.wiki" class="item">Contribute</a> + <a target="_blank" href="/api/redoc" class="item">Search API</a> + <a target="_blank" href="https://status.fatcat.wiki" class="item">{{ _("Service Status") }}</a> + <a target="_blank" href="https://github.com/internetarchive/fatcat-scholar" class="item">{{ _("Source Code") }}</a> </div> </div> </div> |