Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/update navigation links to ISIC Home #372

Merged
merged 2 commits into from
Jun 5, 2023
Merged
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
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
install_requires=[
'celery',
'dictdiffer',
'django',
'django<4.2.0',
'django-allauth',
'django-configurations[database,email]',
'django-extensions',
Expand Down
1 change: 1 addition & 0 deletions stade/core/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ <h1><a href="{% url 'index' %}"><img src="{% static 'img/isic_logo.svg' %}"
</div>
<div class="navbar-menu ml-3">
<div class="navbar-start">
<a class="navbar-item" href="https://isic-archive.com">ISIC Home<i class="material-icons is-pulled-right px-1">open_in_new</i></a>
<a class="navbar-item" href="{% url 'data' %}">Data</a>
<a class="navbar-item" href="{% url 'stats' %}">Stats</a>
<div class="navbar-item has-dropdown is-hoverable">
Expand Down
3 changes: 1 addition & 2 deletions stade/core/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ <h1>Welcome to the ISIC Challenge</h1>
<h3 id="about-the-isic-archive">About the ISIC Archive</h3>
<p>
The
<a href="https://www.isic-archive.com/#!/topWithHeader/tightContentTop/about/isicArchive"
>
<a href="https://isic-archive.com">
International Skin Imaging Collaboration (ISIC)
<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" x="0px" y="0px"
viewBox="0 0 100 100" width="15" height="15" class="icon outbound">
Expand Down